[Lunar-commits] r18477 - in moonbase/trunk/science: . dx dxsamples

Samuel Verstraete elangelo at lunar-linux.org
Thu Feb 2 09:08:20 UTC 2006


Author: elangelo
Date: 2006-02-02 09:08:19 +0000 (Thu, 02 Feb 2006)
New Revision: 18477

Added:
   moonbase/trunk/science/dxsamples/
   moonbase/trunk/science/dxsamples/BUILD
   moonbase/trunk/science/dxsamples/DETAILS
Modified:
   moonbase/trunk/science/dx/DEPENDS
   moonbase/trunk/science/dx/DETAILS
Log:
added some sample files and removed the MAINTAINER line... i've always hated it ;) all tested and should work, oh there is more functionality in dx that i didn't include... 
compiled with gcc 3.4.5 , kernel-headers-2.6 


Modified: moonbase/trunk/science/dx/DEPENDS
===================================================================
--- moonbase/trunk/science/dx/DEPENDS	2006-02-02 05:55:31 UTC (rev 18476)
+++ moonbase/trunk/science/dx/DEPENDS	2006-02-02 09:08:19 UTC (rev 18477)
@@ -1 +1,3 @@
-depends openMotif
+depends openMotif &&
+optional_depends "dxsamples" "" "" "nice examples and tutorials"
+

Modified: moonbase/trunk/science/dx/DETAILS
===================================================================
--- moonbase/trunk/science/dx/DETAILS	2006-02-02 05:55:31 UTC (rev 18476)
+++ moonbase/trunk/science/dx/DETAILS	2006-02-02 09:08:19 UTC (rev 18477)
@@ -2,12 +2,11 @@
           VERSION=4.4.0 
            SOURCE=$MODULE-$VERSION.tar.gz
        SOURCE_URL=http://opendx.npaci.edu/source/
-       SOURCE_VFY=sah1:f5f1f090cf55857513e2862b392c10a8fb43982d  
+       SOURCE_VFY=sha1:f5f1f090cf55857513e2862b392c10a8fb43982d  
          WEB_SITE=http://www.opendx.org/
           ENTERED=20050525
           UPDATED=20060129
             PSAFE=no
-       MAINTAINER="elangelo at xfce.org"
             SHORT="Make your data come to life!"
 cat << EOF
 OpenDX gives you new control over your data...and new insights into their

Added: moonbase/trunk/science/dxsamples/BUILD
===================================================================
--- moonbase/trunk/science/dxsamples/BUILD	2006-02-02 05:55:31 UTC (rev 18476)
+++ moonbase/trunk/science/dxsamples/BUILD	2006-02-02 09:08:19 UTC (rev 18477)
@@ -0,0 +1,6 @@
+(
+  ./configure  --prefix=/opt        &&
+  make                              &&
+  prepare_install                   &&
+  make    install                   
+) > $C_FIFO 2>&1

Added: moonbase/trunk/science/dxsamples/DETAILS
===================================================================
--- moonbase/trunk/science/dxsamples/DETAILS	2006-02-02 05:55:31 UTC (rev 18476)
+++ moonbase/trunk/science/dxsamples/DETAILS	2006-02-02 09:08:19 UTC (rev 18477)
@@ -0,0 +1,13 @@
+           MODULE=dxsamples
+          VERSION=4.4.0 
+           SOURCE=$MODULE-$VERSION.tar.gz
+       SOURCE_URL=http://opendx.npaci.edu/source/
+       SOURCE_VFY=sha1:24a8981312c3a2564623acb85538d9935e5c2469
+         WEB_SITE=http://www.opendx.org/
+          ENTERED=20050525
+          UPDATED=20060202
+            PSAFE=no
+            SHORT="Make your data come to life!"
+cat << EOF
+The samples of opendx ... just nice examples, tutorials etc etc
+EOF



More information about the Lunar-commits mailing list