summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-15 05:58:07 +0000
committerwiz <wiz>2009-08-15 05:58:07 +0000
commit20c428152faa34808de09d820b858ef1e198c1f8 (patch)
tree76d57c7b0f1b4088e49d1450b6f725fe09edca31 /geography
parent212540d9b3565776f371a1310682ef19aba99256 (diff)
downloadpkgsrc-20c428152faa34808de09d820b858ef1e198c1f8.tar.gz
Remove another postgresql81 package.
Diffstat (limited to 'geography')
-rw-r--r--geography/postgresql81-postgis/DESCR17
-rw-r--r--geography/postgresql81-postgis/Makefile65
-rw-r--r--geography/postgresql81-postgis/PLIST17
-rw-r--r--geography/postgresql81-postgis/distinfo5
4 files changed, 0 insertions, 104 deletions
diff --git a/geography/postgresql81-postgis/DESCR b/geography/postgresql81-postgis/DESCR
deleted file mode 100644
index 8172a0f8b94..00000000000
--- a/geography/postgresql81-postgis/DESCR
+++ /dev/null
@@ -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 --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile
deleted file mode 100644
index 888b4534734..00000000000
--- a/geography/postgresql81-postgis/Makefile
+++ /dev/null
@@ -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
-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 --git a/geography/postgresql81-postgis/PLIST b/geography/postgresql81-postgis/PLIST
deleted file mode 100644
index ddbba96c706..00000000000
--- a/geography/postgresql81-postgis/PLIST
+++ /dev/null
@@ -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 --git a/geography/postgresql81-postgis/distinfo b/geography/postgresql81-postgis/distinfo
deleted file mode 100644
index 32ce6bad723..00000000000
--- a/geography/postgresql81-postgis/distinfo
+++ /dev/null
@@ -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