pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/postgresql81-postgis PostGIS 1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67cbd50fab51
branches:  trunk
changeset: 522452:67cbd50fab51
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Dec 09 17:07:39 2006 +0000

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

 geography/postgresql81-postgis/Makefile |  4 ++--
 geography/postgresql81-postgis/PLIST    |  4 ++--
 geography/postgresql81-postgis/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r dda010206c9e -r 67cbd50fab51 geography/postgresql81-postgis/Makefile
--- a/geography/postgresql81-postgis/Makefile   Sat Dec 09 16:18:40 2006 +0000
+++ b/geography/postgresql81-postgis/Makefile   Sat Dec 09 17:07:39 2006 +0000
@@ -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 -r dda010206c9e -r 67cbd50fab51 geography/postgresql81-postgis/PLIST
--- a/geography/postgresql81-postgis/PLIST      Sat Dec 09 16:18:40 2006 +0000
+++ b/geography/postgresql81-postgis/PLIST      Sat Dec 09 17:07:39 2006 +0000
@@ -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 -r dda010206c9e -r 67cbd50fab51 geography/postgresql81-postgis/distinfo
--- a/geography/postgresql81-postgis/distinfo   Sat Dec 09 16:18:40 2006 +0000
+++ b/geography/postgresql81-postgis/distinfo   Sat Dec 09 17:07:39 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index