summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2010-10-28 22:17:20 +0200
committerAndraž Levstik2010-10-28 22:17:20 +0200
commitd30af7284389e8b9dcd1997e624fbb8170fda79a (patch)
tree41e8a9f021d028d0346cca77212578423fee1c71
parent01a94a809e1557a03efd8d1e6f52153a43b47a73 (diff)
ossim: The core ossim library
-rw-r--r--science/ossim/CONFIGURE1
-rwxr-xr-xscience/ossim/DEPENDS9
-rwxr-xr-xscience/ossim/DETAILS16
-rw-r--r--science/ossim/HISTORY2
-rwxr-xr-xscience/ossim/PRE_BUILD6
5 files changed, 34 insertions, 0 deletions
diff --git a/science/ossim/CONFIGURE b/science/ossim/CONFIGURE
new file mode 100644
index 0000000000..bba548223a
--- /dev/null
+++ b/science/ossim/CONFIGURE
@@ -0,0 +1 @@
+ndf nitro nui ossim worldwind gdal fftw openjpeg libpng
diff --git a/science/ossim/DEPENDS b/science/ossim/DEPENDS
new file mode 100755
index 0000000000..dd9e537535
--- /dev/null
+++ b/science/ossim/DEPENDS
@@ -0,0 +1,9 @@
+# apparently not as optional as it seems
+depends g++ &&
+depends tiff "--with-libtiff=yes" &&
+depends geotiff "--with-geotiff=yes" &&
+depends jpeg "--with-jpeg=yes" &&
+depends openthreads "--with-openthreads=yes" &&
+depends zlib &&
+depends freetype2 "--with-freetype=yes"
+
diff --git a/science/ossim/DETAILS b/science/ossim/DETAILS
new file mode 100755
index 0000000000..b17ea9486e
--- /dev/null
+++ b/science/ossim/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ossim
+ VERSION=15843
+ SOURCE=$SPELL-scm.tar.bz2
+ SOURCE_URL=svn_http://svn.osgeo.org/ossim/trunk/$SPELL:$SPELL-scm:$VERSION
+ SOURCE_IGNORE=volatile
+ SOURCE2=${SPELL}_plugins-scm.tar.bz2
+ SOURCE2_URL=svn_http://svn.osgeo.org/ossim/trunk/${SPELL}_plugins:${SPELL}_plugins-scm:$VERSION
+ SOURCE2_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-scm"
+ WEB_SITE=http://www.ossim.org
+ LICENSE[0]=LGPL
+ ENTERED=20091103
+ SHORT='The core ossim library'
+cat << EOF
+The core ossim library
+EOF
diff --git a/science/ossim/HISTORY b/science/ossim/HISTORY
new file mode 100644
index 0000000000..f37eb1c052
--- /dev/null
+++ b/science/ossim/HISTORY
@@ -0,0 +1,2 @@
+2009-11-03 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * DETAILS: spell created
diff --git a/science/ossim/PRE_BUILD b/science/ossim/PRE_BUILD
new file mode 100755
index 0000000000..24442cbde7
--- /dev/null
+++ b/science/ossim/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+unpack_file 2 &&
+cd ossim_plugins &&
+make make_options &&
+echo "OSSIM_HOME=$SOURCE_DIRECTORY" >> make.opt