pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/postgresql81-postgis Remove another postgres...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16662346a8cf
branches:  trunk
changeset: 397518:16662346a8cf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 15 05:58:07 2009 +0000

description:
Remove another postgresql81 package.

diffstat:

 geography/postgresql81-postgis/DESCR    |  17 --------
 geography/postgresql81-postgis/Makefile |  65 ---------------------------------
 geography/postgresql81-postgis/PLIST    |  17 --------
 geography/postgresql81-postgis/distinfo |   5 --
 4 files changed, 0 insertions(+), 104 deletions(-)

diffs (120 lines):

diff -r 4a5a68ada9f9 -r 16662346a8cf geography/postgresql81-postgis/DESCR
--- a/geography/postgresql81-postgis/DESCR      Sat Aug 15 05:57:26 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-PostGIS adds support for geographic objects to the PostgreSQL
-object-relational database. In effect, PostGIS "spatially enables" the
-PostgreSQL server, allowing it to be used as a backend spatial
-database for geographic information systems (GIS), much like ESRI's
-SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple
-Features Specification for SQL" and has been certified as compliant
-with the "Types and Functions" profile.  PostGIS/PostgreSQL includes
-the following functionality:
-* Simple Features as defined by the OpenGIS Consortium (OGC)
-* Support for Well-Known Text and Well-Known Binary
-  representations of GIS objects
-* Fast spatial indexing using GiST
-* Geospatial analysis functions
-* PostgreSQL JDBC extension objects corresponding to the
-  geometries
-* Support for OGC access functions as defined by the Simple
-  Features Specification
diff -r 4a5a68ada9f9 -r 16662346a8cf geography/postgresql81-postgis/Makefile
--- a/geography/postgresql81-postgis/Makefile   Sat Aug 15 05:57:26 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,65 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2008/12/16 15:07:58 gdt Exp $
-
-DISTNAME=              postgis-${VERSION}
-VERSION=               1.3.5
-PKGNAME=               postgresql81-postgis-${VERSION}
-MASTER_SITES=          http://postgis.refractions.net/download/
-CATEGORIES=            databases geography
-
-MAINTAINER=            gdt%NetBSD.org@localhost
-HOMEPAGE=              http://postgis.refractions.net/
-COMMENT=               Spatial database capabilities for PostgreSQL
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-# XXX Change to determine postgresql version dynamically.
-
-CONFLICTS=             postgis-[0-9]*
-
-# gmake complains about adding + to parent rule
-MAKE_JOBS_SAFE=                no
-
-GNU_CONFIGURE=         YES
-USE_TOOLS+=            gmake lex pax perl
-USE_LANGUAGES=         c c++
-
-CONFIGURE_ARGS+=       --enable-rpath
-CONFIGURE_ARGS+=       --datadir=${PREFIX}/share/postgresql/contrib
-#CONFIGURE_ARGS+=      --libdir=${PREFIX}/lib/postgresql
-
-DOCDIR=                ${PREFIX}/share/doc/postgis
-HTMLDIR=       ${PREFIX}/share/doc/html/postgis
-
-SUBST_CLASSES+=                paths
-SUBST_FILES.paths=     extras/template_gis/profile \
-                       extras/template_gis/createdb.postgis.1 \
-                       extras/template_gis/mktemplate_gis.1 \
-                       extras/template_gis/postgis_env.sh.in
-SUBST_VARS.paths+=     PKG_SYSCONFDIR
-SUBST_STAGE.paths=     pre-configure
-
-INSTALLATION_DIRS=     ${DOCDIR} ${HTMLDIR} ${PKGMANDIR}/man1
-
-# Install is manual because distribution fails if docbook prereqs are not
-# satisfied, rather than using the prebuilt versions which are actually
-# in the distfile.
-do-install:
-       cd ${WRKSRC} && ${GMAKE} install DESTDIR=${DESTDIR}
-       ${INSTALL_DATA} ${BUILD_DIRS:Q}/README.postgis ${DESTDIR}${DOCDIR}
-       ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.xml ${DESTDIR}${DOCDIR}
-       ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.txt ${DESTDIR}${DOCDIR}
-       cd ${WRKSRC}/doc/html && pax -rw -pp *.html *.css ${DESTDIR}${HTMLDIR}
-       ${INSTALL_MAN} ${BUILD_DIRS:Q}/doc/man/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-TEST_TARGET=           check
-
-DEPENDS+=      postgresql81-server>=8.1:../../databases/postgresql81-server
-
-.include "../../geography/geos/buildlink3.mk"
-.include "../../misc/proj/buildlink3.mk"
-# "server" includes are in the client package
-.include "../../databases/postgresql81-client/buildlink3.mk"
-# needed for docs, also pdfxmltex, db2pdf, jw
-#.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 4a5a68ada9f9 -r 16662346a8cf geography/postgresql81-postgis/PLIST
--- a/geography/postgresql81-postgis/PLIST      Sat Aug 15 05:57:26 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-@comment $NetBSD: PLIST,v 1.11 2009/06/14 17:57:16 joerg Exp $
-bin/pgsql2shp
-bin/shp2pgsql
-lib/liblwgeom.so
-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/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
-share/postgresql/contrib/spatial_ref_sys.sql
diff -r 4a5a68ada9f9 -r 16662346a8cf geography/postgresql81-postgis/distinfo
--- a/geography/postgresql81-postgis/distinfo   Sat Aug 15 05:57:26 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.13 2008/12/16 15:07:58 gdt Exp $
-
-SHA1 (postgis-1.3.5.tar.gz) = 04aa0703e4466a617d8f781e53fe989e01492974
-RMD160 (postgis-1.3.5.tar.gz) = 3af368f8cf70ee3a649e361af95d70252b951d30
-Size (postgis-1.3.5.tar.gz) = 2197971 bytes



Home | Main Index | Thread Index | Old Index