summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2011-10-06 21:40:59 +0200
committerJaka Kranjc2011-10-06 21:40:59 +0200
commit8774b9e7d5a5cb49600e73da68b723c21743c4cc (patch)
tree241c135e585184163298fe316e31a8d297f8adf6
parentd7c49e792a41ed1cb6c1752db2ab0469f7259148 (diff)
geos: 3.3.1
-rwxr-xr-xscience/geos/BUILD2
-rwxr-xr-xscience/geos/DEPENDS2
-rwxr-xr-xscience/geos/DETAILS11
-rw-r--r--science/geos/HISTORY4
4 files changed, 10 insertions, 9 deletions
diff --git a/science/geos/BUILD b/science/geos/BUILD
new file mode 100755
index 0000000000..09375f6429
--- /dev/null
+++ b/science/geos/BUILD
@@ -0,0 +1,2 @@
+cmake_build &&
+make test
diff --git a/science/geos/DEPENDS b/science/geos/DEPENDS
index 0c2e3ec0b9..5a3230858e 100755
--- a/science/geos/DEPENDS
+++ b/science/geos/DEPENDS
@@ -1,4 +1,4 @@
-depends g++ &&
+depends -sub CXX gcc &&
optional_depends ruby \
"--enable-ruby" \
"--disable-ruby" \
diff --git a/science/geos/DETAILS b/science/geos/DETAILS
index 1ee1680fbd..2560475de7 100755
--- a/science/geos/DETAILS
+++ b/science/geos/DETAILS
@@ -1,18 +1,13 @@
SPELL=geos
- VERSION=3.1.1
+ VERSION=3.3.1
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://download.osgeo.org/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:82982e44cc1d1afba26ab9facf1251ddc25bd01dc442f8442dcf175d793e1a003a9b91d4bb65ea59356e732f9aebd6eb7a1f6a895c8060223086c273cbc653a9
+ SOURCE_HASH=sha512:f86b4786ed3b8903a971f7c84ae525e50c43e116a9826351df4ee2accfb7b664d482de003f880234ad786bf61b9c3560f5c2d698b98a666e20a2e6e01cbecc9a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://trac.osgeo.org/geos/"
LICENSE[0]="LGPL"
ENTERED=20091102
- KEYWORDS="multimedia, Graphics, Scientific/Engineering, Geographical, Software Development, Libraries
-
-Major feature enhancements
-Minor bugfixes
-Minor feature enhancements
-Minor bugfixes"
+ KEYWORDS="gis"
SHORT="A C++ spatial topology library."
cat << EOF
GEOS is a complete C++ implementation of the functions and predicates
diff --git a/science/geos/HISTORY b/science/geos/HISTORY
index be0caf5227..81bc5cba2a 100644
--- a/science/geos/HISTORY
+++ b/science/geos/HISTORY
@@ -1,3 +1,7 @@
+2011-10-06 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * BUILD: added
+ * DEPENDS: fixed g++ to new style
+
2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* DEPENDS, DETAILS: spell created