diff options
author | gdt <gdt@pkgsrc.org> | 2006-10-02 13:47:19 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-10-02 13:47:19 +0000 |
commit | de99f8d36ebe68bde4b13754ae541093a35209d5 (patch) | |
tree | 364834d9b8769171db4863001deba11000421cb7 /geography | |
parent | a6c050d75063abcae98c0883efb44c9c6d7aa0e6 (diff) | |
download | pkgsrc-de99f8d36ebe68bde4b13754ae541093a35209d5.tar.gz |
update to 1.1.4
Installed docs changed a bit.
upstream changes:
- Fixed support for PostgreSQL 8.2
- Fixed bug in collect() function discarding SRID of input
- Added SRID match check in MakeBox2d and MakeBox3d
- Fixed regress tests to pass with GEOS-3.0.0
- Improved pgsql2shp run concurrency.
- [many java changes]
Diffstat (limited to 'geography')
-rw-r--r-- | geography/postgresql81-postgis/Makefile | 10 | ||||
-rw-r--r-- | geography/postgresql81-postgis/PLIST | 16 | ||||
-rw-r--r-- | geography/postgresql81-postgis/distinfo | 8 |
3 files changed, 15 insertions, 19 deletions
diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index f17304d720d..1b292cbafa1 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2006/09/20 16:24:46 gdt Exp $ +# $NetBSD: Makefile,v 1.4 2006/10/02 13:47:19 gdt Exp $ DISTNAME= postgis-${VERSION} -VERSION= 1.1.3 +VERSION= 1.1.4 PKGNAME= postgresql81-postgis-${VERSION} -PKGREVISION= 1 MASTER_SITES= http://postgis.refractions.net/download/ CATEGORIES= databases geography @@ -33,11 +32,12 @@ do-install: cd ${WRKSRC} && ${GMAKE} install ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA} ${BUILD_DIRS:Q}/README.postgis ${DOCDIR} - ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/postgis.xml ${DOCDIR} + ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.xml ${DOCDIR} + ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.txt ${DOCDIR} ${INSTALL_DATA_DIR} ${HTMLDIR} cd ${WRKSRC}/doc/html && ${PAX} -rw -pp *.html *.css ${HTMLDIR} + ${INSTALL_MAN} ${BUILD_DIRS:Q}/doc/man/*.1 ${PREFIX}/man/man1 -# XXX Perhaps this should be run-depends only. DEPENDS+= postgresql81-server>=8.1:../../databases/postgresql81-server .include "../../geography/geos/buildlink3.mk" diff --git a/geography/postgresql81-postgis/PLIST b/geography/postgresql81-postgis/PLIST index fad599cdc98..eb927de7a6f 100644 --- a/geography/postgresql81-postgis/PLIST +++ b/geography/postgresql81-postgis/PLIST @@ -1,20 +1,16 @@ -@comment $NetBSD: PLIST,v 1.2 2006/09/14 19:16:43 gdt Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/10/02 13:47:19 gdt Exp $ bin/pgsql2shp bin/shp2pgsql lib/liblwgeom.so lib/liblwgeom.so.1 lib/liblwgeom.so.1.1 -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 +man/man1/pgsql2shp.1 +man/man1/shp2pgsql.1 +share/doc/html/postgis/postgis.html share/doc/html/postgis/style.css share/doc/postgis/README.postgis +share/doc/postgis/ZMSgeoms.txt +share/doc/postgis/long_xact.xml share/doc/postgis/postgis.xml share/postgresql/contrib/lwpostgis.sql share/postgresql/contrib/lwpostgis_upgrade.sql diff --git a/geography/postgresql81-postgis/distinfo b/geography/postgresql81-postgis/distinfo index ef77a1b6f04..ee42252f054 100644 --- a/geography/postgresql81-postgis/distinfo +++ b/geography/postgresql81-postgis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2006/09/20 16:24:46 gdt Exp $ +$NetBSD: distinfo,v 1.3 2006/10/02 13:47:19 gdt Exp $ -SHA1 (postgis-1.1.3.tar.gz) = 2c7cb03f2b47605437578afafcfbd99c7e66f5c6 -RMD160 (postgis-1.1.3.tar.gz) = 5754ee4d98e78f1f75798e345be3401a32c11113 -Size (postgis-1.1.3.tar.gz) = 1619568 bytes +SHA1 (postgis-1.1.4.tar.gz) = 96afd988aeabb92efa0a99b25cc77be29c700dde +RMD160 (postgis-1.1.4.tar.gz) = 8441aba816154ebe743a93334df9df43a15fa87e +Size (postgis-1.1.4.tar.gz) = 1853989 bytes SHA1 (patch-aa) = 0b319c966ae1b47a2a7c65a8385a6b8e4df28c5e |