diff options
author | gdt <gdt@pkgsrc.org> | 2006-12-09 17:07:39 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-12-09 17:07:39 +0000 |
commit | 3e55f13a8ce3e7c5383386109da64d927daef9c5 (patch) | |
tree | 29175ff4dbe2c41f0902a48a9439300335c073dd /geography | |
parent | b74bfb9e0f8e76c0ffb9e4fb619de3063e283fea (diff) | |
download | pkgsrc-3e55f13a8ce3e7c5383386109da64d927daef9c5.tar.gz |
PostGIS 1.2.0
2006/12/08
- Added curved geometry type support for serialization/deserialization.
- Added point-in-polygon shortcircuit to Contains and Within functions.
- JDBC: Added awt.shape implementation for JTS geometries
- EJB3: Fixed NullPointer bug, thanks to Norman Barker
Diffstat (limited to 'geography')
-rw-r--r-- | geography/postgresql81-postgis/Makefile | 4 | ||||
-rw-r--r-- | geography/postgresql81-postgis/PLIST | 4 | ||||
-rw-r--r-- | geography/postgresql81-postgis/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index 59083925810..f30f40242ff 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2006/11/10 21:19:43 gdt Exp $ +# $NetBSD: Makefile,v 1.6 2006/12/09 17:07:39 gdt Exp $ DISTNAME= postgis-${VERSION} -VERSION= 1.1.6 +VERSION= 1.2.0 PKGNAME= postgresql81-postgis-${VERSION} MASTER_SITES= http://postgis.refractions.net/download/ CATEGORIES= databases geography diff --git a/geography/postgresql81-postgis/PLIST b/geography/postgresql81-postgis/PLIST index eb927de7a6f..30dbae26b30 100644 --- a/geography/postgresql81-postgis/PLIST +++ b/geography/postgresql81-postgis/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2006/10/02 13:47:19 gdt Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/12/09 17:07:39 gdt Exp $ bin/pgsql2shp bin/shp2pgsql lib/liblwgeom.so lib/liblwgeom.so.1 -lib/liblwgeom.so.1.1 +lib/liblwgeom.so.1.2 man/man1/pgsql2shp.1 man/man1/shp2pgsql.1 share/doc/html/postgis/postgis.html diff --git a/geography/postgresql81-postgis/distinfo b/geography/postgresql81-postgis/distinfo index 252227b16d7..99c26641037 100644 --- a/geography/postgresql81-postgis/distinfo +++ b/geography/postgresql81-postgis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2006/12/06 17:43:27 joerg Exp $ +$NetBSD: distinfo,v 1.6 2006/12/09 17:07:39 gdt Exp $ -SHA1 (postgis-1.1.6.tar.gz) = b13c36e50e30c572298cb8631bc83e5318d24bcc -RMD160 (postgis-1.1.6.tar.gz) = 414b7d03e1b14f7e46dabc32484ec25b4dc42916 -Size (postgis-1.1.6.tar.gz) = 2039011 bytes +SHA1 (postgis-1.2.0.tar.gz) = b6e33324c4c2dddc925e7bac86fb1f9c635f20a6 +RMD160 (postgis-1.2.0.tar.gz) = 4f2ce71ffd49649cd5712a8bc1a6b822d968797a +Size (postgis-1.2.0.tar.gz) = 2077747 bytes SHA1 (patch-aa) = 9660b7e2be9a039bca88f0f66e9075faf97fe41d |