[Lunar-commits] <moonbase> gdal: a fleshing out of DEPENDS.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Fri Feb 13 15:11:28 CET 2009


commit 96ebe6cdb7e002ce5e6bcd2f46e2d3c2053879e1
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Fri Feb 13 09:11:28 2009 -0500

    gdal: a fleshing out of DEPENDS.
---
 science/gdal/DEPENDS |   36 +++++++++++++++++++++++++-----------
 1 files changed, 25 insertions(+), 11 deletions(-)

diff --git a/science/gdal/DEPENDS b/science/gdal/DEPENDS
index 984d0eb..4947ee6 100644
--- a/science/gdal/DEPENDS
+++ b/science/gdal/DEPENDS
@@ -1,11 +1,25 @@
-depends postgresql   &&
-depends libgeotiff   &&
-depends jpeg         &&
-depends tiff         &&
-depends jasper       &&
-depends geos         &&
-
-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"
+depends postgresql
+depends libgeotiff
+depends jpeg
+depends tiff
+depends jasper
+depends geos
+
+optional_depends "perl"  "--with-perl" "--without-perl" \
+                         "for perl scripting support"
+
+optional_depends "Python" "--with-python" "--without-python" \
+                           "for python scripting support"
+
+optional_depends "%PHP"   "--with-php" "--without-php"   \
+                          "for php support"
+
+optional_depends "ruby"   "--with-ruby" "--without-ruby" \
+                          "for ruby scripting 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"
+optional_depends "xerces-c++" ""  ""  "for C++ parsing support"
+optioanl_depends "netcdf"     ""  ""  "for CDF support"


More information about the Lunar-commits mailing list