diff options
author | gdt <gdt@pkgsrc.org> | 2007-01-12 18:11:49 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-01-12 18:11:49 +0000 |
commit | f9aca6c16ec372f2f893f91796a41cdc0faaf69b (patch) | |
tree | 44101a3342847b5e9933542ef509199194f82653 /geography | |
parent | 71af13a24a3445316f9586782693d80b238da5fc (diff) | |
download | pkgsrc-f9aca6c16ec372f2f893f91796a41cdc0faaf69b.tar.gz |
Update to 1.2.1
* Fix for bug in Within() caused by point-in-polygon performance
shortcut.
* Fix for bug in indexes with null on PostgreSQL 8.2.
* Fix for JTS handling of multi-dimensional data.
* Fix for GCJ Java support.
* Fix for JDBC compatibility in PostgreSQL 8.2.
* New AsKML() function.
* Better Transform() performance when no transform is actually required!
Diffstat (limited to 'geography')
-rw-r--r-- | geography/postgresql81-postgis/Makefile | 4 | ||||
-rw-r--r-- | geography/postgresql81-postgis/PLIST | 9 | ||||
-rw-r--r-- | geography/postgresql81-postgis/distinfo | 8 |
3 files changed, 14 insertions, 7 deletions
diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index 8f61293ee00..c05cd205b8c 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2007/01/07 09:13:55 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2007/01/12 18:11:49 gdt Exp $ DISTNAME= postgis-${VERSION} -VERSION= 1.2.0 +VERSION= 1.2.1 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 30dbae26b30..11766fada74 100644 --- a/geography/postgresql81-postgis/PLIST +++ b/geography/postgresql81-postgis/PLIST @@ -1,10 +1,17 @@ -@comment $NetBSD: PLIST,v 1.4 2006/12/09 17:07:39 gdt Exp $ +@comment $NetBSD: PLIST,v 1.5 2007/01/12 18:11:49 gdt Exp $ +bin/mktemplate_gis.sh bin/pgsql2shp +bin/postgis_env.sh +bin/postgres_lib.sh +bin/rmtemplate_gis.sh bin/shp2pgsql lib/liblwgeom.so lib/liblwgeom.so.1 lib/liblwgeom.so.1.2 +man/man1/createdb.postgis.1 +man/man1/mktemplate_gis.1 man/man1/pgsql2shp.1 +man/man1/rmtemplate_gis.1 man/man1/shp2pgsql.1 share/doc/html/postgis/postgis.html share/doc/html/postgis/style.css diff --git a/geography/postgresql81-postgis/distinfo b/geography/postgresql81-postgis/distinfo index 99c26641037..c51f4c9bb73 100644 --- a/geography/postgresql81-postgis/distinfo +++ b/geography/postgresql81-postgis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2006/12/09 17:07:39 gdt Exp $ +$NetBSD: distinfo,v 1.7 2007/01/12 18:11:49 gdt Exp $ -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 (postgis-1.2.1.tar.gz) = 0a47bde414bf691fb624ead37cc119687aba14df +RMD160 (postgis-1.2.1.tar.gz) = b5f8c542a143d460ebc1387a0d9e4b69335e73c3 +Size (postgis-1.2.1.tar.gz) = 2084672 bytes SHA1 (patch-aa) = 9660b7e2be9a039bca88f0f66e9075faf97fe41d |