summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2010-10-28 22:13:48 +0200
committerAndraž Levstik2010-10-28 22:13:48 +0200
commite1834cb8b1add3622f8994eea70c55e3abbab36c (patch)
treea1fb210674edb603a34756f134dfec133caf0b9b
parent0fb26e0311b66882ca9c05a07757af30e6649f4e (diff)
ogdi: An API for reading various raster and vector geospatial formats.
-rwxr-xr-xscience/ogdi/DEPENDS3
-rwxr-xr-xscience/ogdi/DETAILS19
-rw-r--r--science/ogdi/HISTORY3
3 files changed, 25 insertions, 0 deletions
diff --git a/science/ogdi/DEPENDS b/science/ogdi/DEPENDS
new file mode 100755
index 0000000000..7d9f31b07f
--- /dev/null
+++ b/science/ogdi/DEPENDS
@@ -0,0 +1,3 @@
+depends proj4 &&
+depends zlib &&
+depends expat
diff --git a/science/ogdi/DETAILS b/science/ogdi/DETAILS
new file mode 100755
index 0000000000..41bf6c7d62
--- /dev/null
+++ b/science/ogdi/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ogdi
+ VERSION=3.1.5
+ SOURCE="${SPELL}-${VERSION}.zip"
+ SOURCE_URL[0]=http://surfnet.dl.sourceforge.net/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:32e5d3e9c6ecfc7546f4207260bb944f36722fe4ac5cfac98f1dd31379a49cdaf55092d7a2157fbfeefd8dcb7171eab41da7aed833a70a5590891055a4de4e86
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://ogdi.sourceforge.net/"
+ LICENSE[0]="MIT"
+ ENTERED=20091102
+ KEYWORDS=""
+ SHORT="An API for reading various raster and vector geospatial formats."
+cat << EOF
+OGDI (the Open Geographic Datastore Interface) is an API that uses a
+standardized access method to work in conjunction with GIS software packages
+and various geospatial data products. It uses a client/server architecture
+to facilitate the dissemination of geospatial data products over any TCP/IP
+network, and a driver-oriented approach to facilitate access to several
+geospatial data products/formats.
+EOF
diff --git a/science/ogdi/HISTORY b/science/ogdi/HISTORY
new file mode 100644
index 0000000000..be0caf5227
--- /dev/null
+++ b/science/ogdi/HISTORY
@@ -0,0 +1,3 @@
+2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * DEPENDS, DETAILS: spell created
+