[Lunar-commits] r26125 - moonbase/trunk/science/grass

Dennis Veatch stumbles at lunar-linux.org
Mon Oct 8 17:44:10 CEST 2007


Author: stumbles
Date: 2007-10-08 17:44:10 +0200 (Mon, 08 Oct 2007)
New Revision: 26125

Modified:
   moonbase/trunk/science/grass/DEPENDS
   moonbase/trunk/science/grass/DETAILS
Log:

Version bump. Bugfixes mostly. Not PSAFE and fleshed out
the DEPENDS a bit more.



Modified: moonbase/trunk/science/grass/DEPENDS
===================================================================
--- moonbase/trunk/science/grass/DEPENDS	2007-10-08 14:55:49 UTC (rev 26124)
+++ moonbase/trunk/science/grass/DEPENDS	2007-10-08 15:44:10 UTC (rev 26125)
@@ -1,7 +1,14 @@
-depends  bison    &&
-depends  flex     &&
-depends  proj-4   &&
-depends  gdal     &&
-depends  fftw     &&
+depends  bison
+depends  flex
+depends  proj-4
+depends  gdal
+depends  fftw
 depends  tk
 
+optional_depends "ffmpeg"    "--with-ffmpeg"   "--without-ffmpeg"   "audio support"
+optional_depends "unixODBC"  "--with-odbc"     "--without-odbc"     "additional database support"
+optional_depends "freetype2" "--with-freetype" "--without-freetype" "additional text support"
+optional_depends "readline"  "--with-readline" "--without-readline" "for readline support"
+optional_depends "Python"    "--with-python"   "--without-python"   "for Python support"
+optional_depends "mysql"     "--with-mysql"    "--without-mysql"    "for database support"
+optional_depends "sqlite2"   "--with-sqlite"   "--without-sqlite"   "for database support"

Modified: moonbase/trunk/science/grass/DETAILS
===================================================================
--- moonbase/trunk/science/grass/DETAILS	2007-10-08 14:55:49 UTC (rev 26124)
+++ moonbase/trunk/science/grass/DETAILS	2007-10-08 15:44:10 UTC (rev 26125)
@@ -1,13 +1,13 @@
        MODULE=grass
-      VERSION=6.2.1
+      VERSION=6.2.2
        SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL=http://grass.itc.it/grass62/source/
-   SOURCE_VFY=sha1:bbd179b9145d735873a13f40a25784b64762387b
+   SOURCE_VFY=sha1:0b6d30e3ee5c9f0e62357c62961225b7614099d9
      WEB_SITE=http://grass.itc.it/index.php
       ENTERED=20060804
-      UPDATED=20070318
+      UPDATED=20071008
         SHORT="geospatial data management and analysis"
-
+        PSAFE=no
 cat << EOF
 Commonly referred to as GRASS, this is a Geographic Information
 System (GIS) used for geospatial data management and analysis,



More information about the Lunar-commits mailing list