[Lunar-commits] r16319 - in moonbase/branches/submissions: new reviewed-once/gdal reviewed-once/grass reviewed-once/libwmf
Dennis Veatch
stumbles at lunar-linux.org
Fri Sep 2 20:44:05 UTC 2005
Author: stumbles
Date: 2005-09-02 20:44:01 +0000 (Fri, 02 Sep 2005)
New Revision: 16319
Removed:
moonbase/branches/submissions/new/xpm/
Modified:
moonbase/branches/submissions/reviewed-once/gdal/DEPENDS
moonbase/branches/submissions/reviewed-once/grass/BUILD
moonbase/branches/submissions/reviewed-once/grass/DEPENDS
moonbase/branches/submissions/reviewed-once/grass/DETAILS
moonbase/branches/submissions/reviewed-once/libwmf/DETAILS
Log:
Moved to trunk.
Modified: moonbase/branches/submissions/reviewed-once/gdal/DEPENDS
===================================================================
--- moonbase/branches/submissions/reviewed-once/gdal/DEPENDS 2005-09-02 20:42:40 UTC (rev 16318)
+++ moonbase/branches/submissions/reviewed-once/gdal/DEPENDS 2005-09-02 20:44:01 UTC (rev 16319)
@@ -3,7 +3,9 @@
depends jpeg &&
depends tiff &&
depends jasper &&
+depends geos &&
-optional_depends "mysql" "" "" "for mysql database support" &&
-#optional_depends "grass" "" "" "for gis support" &&
+optional_depends "mysql" "" "" "for mysql database support" &&
+optional_depends "sqlite" "" "" "for sqlite database support" &&
+optional_depends "numpy" "" "" "for python numerical support" &&
optional_depends "proj-4" "" "" "transform data types"
Modified: moonbase/branches/submissions/reviewed-once/grass/BUILD
===================================================================
--- moonbase/branches/submissions/reviewed-once/grass/BUILD 2005-09-02 20:42:40 UTC (rev 16318)
+++ moonbase/branches/submissions/reviewed-once/grass/BUILD 2005-09-02 20:44:01 UTC (rev 16319)
@@ -1,17 +1,17 @@
(
- ./configure --prefix=/usr \
- --bindir=/usr/bin \
- --libexecdir=/usr/libexec \
- --sbindir=/usr/sbin \
- --sysconfdir=/etc \
- --libdir=/usr/lib \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --enable-shared \
- --with-x \
- --with-cxx &&
+ ./configure --prefix=/usr \
+ --bindir=/usr/bin \
+ --libexecdir=/usr/libexec/grass \
+ --sbindir=/usr/sbin \
+ --sysconfdir=/etc/grass \
+ --libdir=/usr/lib/grass \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --localstatedir=/var/grass \
+ --enable-shared \
+ --with-x \
+ --with-cxx &&
default_make
Modified: moonbase/branches/submissions/reviewed-once/grass/DEPENDS
===================================================================
--- moonbase/branches/submissions/reviewed-once/grass/DEPENDS 2005-09-02 20:42:40 UTC (rev 16318)
+++ moonbase/branches/submissions/reviewed-once/grass/DEPENDS 2005-09-02 20:44:01 UTC (rev 16319)
@@ -1,5 +1,5 @@
-depends bison &&
-depends flex &&
-depends proj-4 &&
-depends gdal &&
+depends bison &&
+depends flex &&
+depends proj-4 &&
+depends gdal &&
depends fftw
Modified: moonbase/branches/submissions/reviewed-once/grass/DETAILS
===================================================================
--- moonbase/branches/submissions/reviewed-once/grass/DETAILS 2005-09-02 20:42:40 UTC (rev 16318)
+++ moonbase/branches/submissions/reviewed-once/grass/DETAILS 2005-09-02 20:44:01 UTC (rev 16319)
@@ -6,8 +6,13 @@
WEB_SITE=http://grass.itc.it/index.php
ENTERED=20050705
UPDATED=20050827
- SHORT="Geographic Information System (GIS) used for geospatial data management and analysis"
+ 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
Modified: moonbase/branches/submissions/reviewed-once/libwmf/DETAILS
===================================================================
--- moonbase/branches/submissions/reviewed-once/libwmf/DETAILS 2005-09-02 20:42:40 UTC (rev 16318)
+++ moonbase/branches/submissions/reviewed-once/libwmf/DETAILS 2005-09-02 20:44:01 UTC (rev 16319)
@@ -4,11 +4,14 @@
SOURCE_URL[0]=$SFORGE_URL/wvware
SOURCE_VFY=sha1:822ab3bd0f5e8f39ad732f2774a8e9f18fc91e89
WEB_SITE=http://wvware.sourceforge.net/libwmf.html
- ENTERED=20050424
- UPDATED=20050727
+ ENTERED=20050902
+ UPDATED=20050902
SHORT="A library for reading vector images in Microsøft's WMF."
cat << EOF
-libwmf is a library for reading vector images in Microsøft's native Windøws Metafile Format (WMF) and for either (a) displaying them in, e.g., an X window; or (b) converting them to more standard/open file formats such as, e.g., the W3C's XML-based Scaleable Vector Graphic (SVG) format.
+libwmf is a library for reading vector images in Microsøft's native Windøws
+Metafile Format (WMF) and for either (a) displaying them in, e.g., an X window;
+or (b) converting them to more standard/open file formats such as, e.g., the
+W3C's XML-based Scaleable Vector Graphic (SVG) format.
EOF
More information about the Lunar-commits
mailing list