From b9f673ca89b33fb6599a7cf6e0a1f49d53945018 Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 17 Oct 2008 23:42:19 +0000 Subject: Update to 1.3.3. - shp2pgsql, pgsql2shp improvements - regression tests on Windows - OS/X 10.5 compatibility - DBF-only loading flag (-n) - fix to Date DBF output - ST_SimplifyPreserveTopology(geometry, float8) Allows simplification of polygons without creating invalid geometries. - Fix to |>> and <<| operators - Build system more sensitive to GEOS version number - KML support updates (from Eduin Carillo) - SVG support updates (from Marco Hugentobler) --- geography/postgresql81-postgis/Makefile | 5 ++--- geography/postgresql81-postgis/PLIST | 12 ++++++++++-- geography/postgresql81-postgis/distinfo | 8 ++++---- 3 files changed, 16 insertions(+), 9 deletions(-) (limited to 'geography') diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index d540ff957c6..23516abc2e1 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:30 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/10/17 23:42:19 gdt Exp $ DISTNAME= postgis-${VERSION} -VERSION= 1.3.2 +VERSION= 1.3.3 PKGNAME= postgresql81-postgis-${VERSION} MASTER_SITES= http://postgis.refractions.net/download/ -PKGREVISION= 2 CATEGORIES= databases geography MAINTAINER= gdt@NetBSD.org diff --git a/geography/postgresql81-postgis/PLIST b/geography/postgresql81-postgis/PLIST index c65b9ffd00f..d778bc50c2b 100644 --- a/geography/postgresql81-postgis/PLIST +++ b/geography/postgresql81-postgis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2008/01/03 13:41:29 gdt Exp $ +@comment $NetBSD: PLIST,v 1.9 2008/10/17 23:42:19 gdt Exp $ bin/pgsql2shp bin/shp2pgsql lib/liblwgeom.so @@ -6,7 +6,15 @@ lib/liblwgeom.so.1 lib/liblwgeom.so.1.3 man/man1/pgsql2shp.1 man/man1/shp2pgsql.1 -share/doc/html/postgis/postgis.html +share/doc/html/postgis/apa.html +share/doc/html/postgis/ch01.html +share/doc/html/postgis/ch02.html +share/doc/html/postgis/ch03.html +share/doc/html/postgis/ch04.html +share/doc/html/postgis/ch05.html +share/doc/html/postgis/ch06.html +share/doc/html/postgis/ch07.html +share/doc/html/postgis/index.html share/doc/html/postgis/style.css share/doc/postgis/README.postgis share/doc/postgis/ZMSgeoms.txt diff --git a/geography/postgresql81-postgis/distinfo b/geography/postgresql81-postgis/distinfo index 911089e5883..0a10bab4b42 100644 --- a/geography/postgresql81-postgis/distinfo +++ b/geography/postgresql81-postgis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2008/01/03 13:41:30 gdt Exp $ +$NetBSD: distinfo,v 1.11 2008/10/17 23:42:19 gdt Exp $ -SHA1 (postgis-1.3.2.tar.gz) = 2bb278f60768a434a8ab01ac3a445f09450788e6 -RMD160 (postgis-1.3.2.tar.gz) = 6cc69e70fbc0f3e40c860d0b083e74eb49bc1565 -Size (postgis-1.3.2.tar.gz) = 2161660 bytes +SHA1 (postgis-1.3.3.tar.gz) = 665abd2869e5c59140ed30c20ba1970ea3880fd4 +RMD160 (postgis-1.3.3.tar.gz) = f685bd235aeccdf13a77d742fb8bddd4d214bed5 +Size (postgis-1.3.3.tar.gz) = 2470117 bytes SHA1 (patch-aa) = 9660b7e2be9a039bca88f0f66e9075faf97fe41d -- cgit v1.2.3