jed-B0.99-17.135 available

Rafael Laboissiere rafael at debian.org
Wed Oct 26 14:38:07 UTC 2005


* John E. Davis <davis at space.mit.edu> [2005-10-26 09:28]:

> There are several modules that I wrote and continue to support listed on
> <http://space.mit.edu/cxc/software/slang/modules/>, including:
> 
>      * histogram: histogram module
>      * SLgsl: GNU Scientific Library        (libgsl0-dev)
>      * cfitsio: FITS I/O Library            (libcfitsio-dev)
>      * pvm: PVM (Parallel Virtual Machine)  (pvm-dev)
> 
> I believe that it would be fairly straighforward to create debian
> packages for those.  Each builds and installs using `configure; make
> install'.  Of these, I believe that the one that is most useful is the
> histogram module, which has no external dependencies.  For example,
> recently I posted a script to the jed-users list that used the
> histogram module to extract the colors from an image for the purpose
> of creating a color-scheme.
> 
> The GSL module is also generically useful as it contains support for a
> number of random number generators, which occur in a wide-variety of
> applications.   The cfitsio and pvm modules are are more specialized.
> 
> Finally, there is the GTK module, written by Mike Noble.  I have never
> compiled it so I am unable to say how easy it would be to package.
> Nevertheless I think that if it were available, jed users could make
> use of it.

It is indeed quite easy to generate Debian packages for your S-Lang
modules and I could not resist to give it a try.  Here is the package for
the histogram module:

    http://people.debian.org/~rafael/slhist/

I could not test it because the only example available is evt2img.

Notice that I had to apply the patch below in order to have a sane
installation:

--- Makefile.in-orig	2005-10-26 16:13:06.179947040 +0200
+++ Makefile.in	2005-10-26 16:13:55.768408448 +0200
@@ -75,6 +75,7 @@
 install_directories:
 	$(MKINSDIR) $(DEST_MODULE_INSTALL_DIR)
 	$(MKINSDIR) $(DEST_SL_FILES_INSTALL_DIR)
+	$(MKINSDIR) $(DEST_HELP_FILES_INSTALL_DIR)	
 
 install_modules:
 	@for X in $(MODULES); \


-- 
Rafael



More information about the Pkg-jed-devel mailing list