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

Dennis Veatch stumbles at lunar-linux.org
Tue Nov 14 13:58:34 CET 2006


Author: stumbles
Date: 2006-11-14 13:58:34 +0100 (Tue, 14 Nov 2006)
New Revision: 22178

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

Version bump with lots of changes, fixes, etc.

As noted by El_Angelo it will fail build if tk is not
present. I kinda assumed by the time folks got a DE 
up and running tk would have been installed by then. 
Well, I was wrong. In hindsight you could have just a
postgresql/grass server coughing up gis data. Anyway,
tk is now a depends.



Modified: moonbase/trunk/science/grass/DEPENDS
===================================================================
--- moonbase/trunk/science/grass/DEPENDS	2006-11-14 11:49:36 UTC (rev 22177)
+++ moonbase/trunk/science/grass/DEPENDS	2006-11-14 12:58:34 UTC (rev 22178)
@@ -2,4 +2,6 @@
 depends  flex     &&
 depends  proj-4   &&
 depends  gdal     &&
-depends  fftw                    
+depends  fftw     &&
+depends  tk
+

Modified: moonbase/trunk/science/grass/DETAILS
===================================================================
--- moonbase/trunk/science/grass/DETAILS	2006-11-14 11:49:36 UTC (rev 22177)
+++ moonbase/trunk/science/grass/DETAILS	2006-11-14 12:58:34 UTC (rev 22178)
@@ -1,18 +1,18 @@
        MODULE=grass
-      VERSION=6.0.2
+      VERSION=6.2.0
        SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=http://grass.itc.it/grass60/source/
-   SOURCE_VFY=sha1:cc04474026b39d80cde6143c30de3c3adea262f9
+   SOURCE_URL=http://grass.itc.it/grass62/source/
+   SOURCE_VFY=sha1:ace7ddcd3219550dd7068948865d96ce5f16d289
      WEB_SITE=http://grass.itc.it/index.php
       ENTERED=20060804
-      UPDATED=20060804
+      UPDATED=20061114
         SHORT="geospatial data management and analysis"
 
 cat << EOF
-Commonly referred to as GRASS, this is a Geographic Information 
-System (GIS) used for geospatial data management and analysis, 
-image processing, graphics/maps production, spatial modeling, 
-and visualization. GRASS is currently used in academic and 
-commercial settings around the world, as well as by many 
-governmental agencies and environmental consulting companies. 
+Commonly referred to as GRASS, this is a Geographic Information
+System (GIS) used for geospatial data management and analysis,
+image processing, graphics/maps production, spatial modeling,
+and visualization. GRASS is currently used in academic and
+commercial settings around the world, as well as by many
+governmental agencies and environmental consulting companies.
 EOF



More information about the Lunar-commits mailing list