pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/postgresql81-postgis Update to 1.3.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62a0647410eb
branches:  trunk
changeset: 548571:62a0647410eb
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Oct 17 23:42:19 2008 +0000

description:
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)

diffstat:

 geography/postgresql81-postgis/Makefile |   5 ++---
 geography/postgresql81-postgis/PLIST    |  12 ++++++++++--
 geography/postgresql81-postgis/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r 1c1aa755c66d -r 62a0647410eb geography/postgresql81-postgis/Makefile
--- a/geography/postgresql81-postgis/Makefile   Fri Oct 17 23:04:17 2008 +0000
+++ b/geography/postgresql81-postgis/Makefile   Fri Oct 17 23:42:19 2008 +0000
@@ -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@localhost
diff -r 1c1aa755c66d -r 62a0647410eb geography/postgresql81-postgis/PLIST
--- a/geography/postgresql81-postgis/PLIST      Fri Oct 17 23:04:17 2008 +0000
+++ b/geography/postgresql81-postgis/PLIST      Fri Oct 17 23:42:19 2008 +0000
@@ -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.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 -r 1c1aa755c66d -r 62a0647410eb geography/postgresql81-postgis/distinfo
--- a/geography/postgresql81-postgis/distinfo   Fri Oct 17 23:04:17 2008 +0000
+++ b/geography/postgresql81-postgis/distinfo   Fri Oct 17 23:42:19 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index