summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2010-10-28 22:16:53 +0200
committerAndraž Levstik2010-10-28 22:16:53 +0200
commit01a94a809e1557a03efd8d1e6f52153a43b47a73 (patch)
tree2a7f104849b0a2a3e3984c7b780501966c8e3534
parent757121b16fd4a68856c1d32c355ab9d20a2dcc0d (diff)
gdal-grass: A library to access GRASS rasters outside of GRASS
-rwxr-xr-xscience/gdal-grass/DEPENDS3
-rwxr-xr-xscience/gdal-grass/DETAILS14
-rw-r--r--science/gdal-grass/HISTORY3
3 files changed, 20 insertions, 0 deletions
diff --git a/science/gdal-grass/DEPENDS b/science/gdal-grass/DEPENDS
new file mode 100755
index 0000000000..16019dfada
--- /dev/null
+++ b/science/gdal-grass/DEPENDS
@@ -0,0 +1,3 @@
+depends grass &&
+depends proj4 &&
+depends gdal
diff --git a/science/gdal-grass/DETAILS b/science/gdal-grass/DETAILS
new file mode 100755
index 0000000000..faeeefcce6
--- /dev/null
+++ b/science/gdal-grass/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=gdal-grass
+ VERSION=1.4.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://download.osgeo.org/gdal/${SOURCE}
+ SOURCE_HASH=sha512:641b407fed045b943be33a0fe9f699628a1b84349accf8128641f96c8f0f46b675106a9772d40bf63a2f81cdf01ed67869b3333ab0966fc88021c512dc531307
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/."
+ WEB_SITE="http://grass.osgeo.org"
+ LICENSE[0]="GPL"
+ ENTERED=20091103
+ KEYWORDS=""
+ SHORT="A library to access GRASS rasters outside of GRASS"
+cat << EOF
+A library to access GRASS rasters outside of GRASS
+EOF
diff --git a/science/gdal-grass/HISTORY b/science/gdal-grass/HISTORY
new file mode 100644
index 0000000000..475c697f3f
--- /dev/null
+++ b/science/gdal-grass/HISTORY
@@ -0,0 +1,3 @@
+2009-11-03 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * DEPENDS, DETAILS: spell created
+