aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-01-17 09:17:19 +0800
committerrene <rene@FreeBSD.org>2014-01-17 09:17:19 +0800
commit289e29ff016b2915aaa95a65bde1a4be3f06f136 (patch)
tree96504a95d2b7fbb4b2d6f358e0211949d8acb312 /databases
parent695fdd653b4a53649235f36bdd7334c052a7d3c4 (diff)
downloadfreebsd-ports-gnome-289e29ff016b2915aaa95a65bde1a4be3f06f136.tar.gz
freebsd-ports-gnome-289e29ff016b2915aaa95a65bde1a4be3f06f136.tar.zst
freebsd-ports-gnome-289e29ff016b2915aaa95a65bde1a4be3f06f136.zip
Remove expied ports:
2013-12-17 www/suphp: Upstream dead, EOL: https://lists.marsching.com/pipermail/suphp/2013-May/002554.html 2013-12-16 databases/postgis: EOLed upstream
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/postgis/Makefile85
-rw-r--r--databases/postgis/distinfo2
-rw-r--r--databases/postgis/files/patch-GNUmakefile36
-rw-r--r--databases/postgis/files/patch-doc__Makefile.in40
-rw-r--r--databases/postgis/files/patch-doc__html__image_src__Makefile.in30
-rw-r--r--databases/postgis/files/patch-loader__Makefile.in13
-rw-r--r--databases/postgis/files/patch-postgis__Makefile.in34
-rw-r--r--databases/postgis/pkg-descr17
-rw-r--r--databases/postgis/pkg-install36
-rw-r--r--databases/postgis/pkg-plist26
11 files changed, 0 insertions, 320 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 954b2b1a6761..5dd00f3abb41 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -656,7 +656,6 @@
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
- SUBDIR += postgis
SUBDIR += postgis20
SUBDIR += postgis21
SUBDIR += postgis-jdbc
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile
deleted file mode 100644
index 671221d9039a..000000000000
--- a/databases/postgis/Makefile
+++ /dev/null
@@ -1,85 +0,0 @@
-# Created by: Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
-# $FreeBSD$
-
-PORTNAME= postgis
-PORTVERSION= 1.5.3
-PORTREVISION= 3
-CATEGORIES= databases geography
-MASTER_SITES= http://postgis.refractions.net/download/ \
- http://www.postgis.org/download/
-PKGNAMESUFFIX= -legacy
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Adds support for geographic objects to PostgreSQL databases
-
-LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \
- libgeos.so:${PORTSDIR}/graphics/geos
-RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
-
-CONFLICTS= postgis-2.*
-
-DEPRECATED= EOLed upstream
-EXPIRATION_DATE= 2013-12-16
-
-USES= bison iconv gmake perl5
-USE_GNOME= libxml2
-USE_PGSQL= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-USE_PERL5= build
-
-OPTIONS_DEFINE= LOADERGUI
-LOADERGUI_DESC= Enable shp2pgsql-gui
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-INSTALL_TARGET= install
-
-.if ${PORT_OPTIONS:MLOADERGUI}
-USE_GNOME+= gtk20
-CONFIGURE_ARGS= --with-projdir=${LOCALBASE} --with-gui
-PLIST_SUB+= LOADERGUI=""
-.else
-CONFIGURE_ARGS= --with-projdir=${LOCALBASE}
-PLIST_SUB+= LOADERGUI="@comment "
-.endif
-
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-MAKE_ENV= DATADIR=${DATADIR} DOCSDIR=${DOCSDIR}
-MAKE_JOBS_UNSAFE= yes
-
-.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \
- ${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
-CONFIGURE_ARGS+= --with-xsldir=${LOCALBASE}/share/xsl/docbook
-MAN1= pgsql2shp.1 shp2pgsql.1
-PORTDOCS= *
-.else
-MAKE_ARGS+= NOPORTDOCS=yes
-.endif
-
-post-extract:
- @${REINPLACE_CMD} -e 's#@ICONV_LDFLAGS@#${ICONV_LIB} -L${LOCALBASE}/lib#g' \
- ${WRKSRC}/loader/Makefile.in
-
-post-patch:
- @${REINPLACE_CMD} -e 's#%PERL%#${PERL}#g' \
- ${WRKSRC}/postgis/Makefile.in
-
-post-install:
- @${MKDIR} ${DATADIR}/utils
- ${INSTALL_SCRIPT} ${WRKSRC}/utils/create_undef.pl ${DATADIR}/utils/
- ${INSTALL_SCRIPT} ${WRKSRC}/utils/new_postgis_restore.pl ${DATADIR}/utils/
- ${INSTALL_SCRIPT} ${WRKSRC}/utils/profile_intersects.pl ${DATADIR}/utils/
- ${INSTALL_SCRIPT} ${WRKSRC}/utils/postgis_proc_upgrade.pl ${DATADIR}/utils/
- ${INSTALL_SCRIPT} ${WRKSRC}/utils/test_estimation.pl ${DATADIR}/utils/
- ${INSTALL_SCRIPT} ${WRKSRC}/utils/postgis_restore.pl ${DATADIR}/utils/
- ${INSTALL_SCRIPT} ${WRKSRC}/utils/test_joinestimation.pl ${DATADIR}/utils/
- @${MKDIR} ${PREFIX}/lib/postgresql
- @${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/postgis.so
- @${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so.1
- @${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so
-
-.include <bsd.port.mk>
diff --git a/databases/postgis/distinfo b/databases/postgis/distinfo
deleted file mode 100644
index 6fdb2230ca36..000000000000
--- a/databases/postgis/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (postgis-1.5.3.tar.gz) = a2334f8b229446c0497d48a430a40152a3b71a5da02f414a0340a0a025d416cf
-SIZE (postgis-1.5.3.tar.gz) = 3779956
diff --git a/databases/postgis/files/patch-GNUmakefile b/databases/postgis/files/patch-GNUmakefile
deleted file mode 100644
index 9ded6c6e4630..000000000000
--- a/databases/postgis/files/patch-GNUmakefile
+++ /dev/null
@@ -1,36 +0,0 @@
---- GNUmakefile.orig 2009-05-26 15:00:55.000000000 -0300
-+++ GNUmakefile 2009-08-07 14:36:10.000000000 -0300
-@@ -4,10 +4,10 @@
- #
- #-----------------------------------------------------
-
--all: postgis loaderdumper utils
-+all: postgis loaderdumper utils docs
- @echo "PostGIS was built successfully. Ready to install."
-
--install: all postgis-install loaderdumper-install
-+install: all postgis-install loaderdumper-install docs-install
-
- uninstall: postgis-uninstall loaderdumper-uninstall docs-uninstall comments-uninstall
-
-@@ -80,7 +80,9 @@
- $(MAKE) -C extras/template_gis uninstall
-
- docs:
-- $(MAKE) -C doc
-+ifndef NOPORTDOCS
-+ $(MAKE) -C doc html/postgis.html
-+endif
-
- docs-clean:
- $(MAKE) -C doc clean
-@@ -95,7 +97,9 @@
- $(MAKE) -C doc comments-uninstall
-
- docs-install:
-+ifndef NOPORTDOCS
- $(MAKE) -C doc install
-+endif
-
- docs-uninstall:
- $(MAKE) -C doc uninstall
diff --git a/databases/postgis/files/patch-doc__Makefile.in b/databases/postgis/files/patch-doc__Makefile.in
deleted file mode 100644
index 796fced2d04c..000000000000
--- a/databases/postgis/files/patch-doc__Makefile.in
+++ /dev/null
@@ -1,40 +0,0 @@
---- doc/Makefile.in.orig 2010-01-11 23:00:56.000000000 -0200
-+++ doc/Makefile.in 2010-02-28 17:04:05.000000000 -0300
-@@ -111,14 +111,14 @@
- doxygen $<
-
- images:
-- make -C html/image_src images
-+
-
- clean:
-- make -C html/image_src clean
-+ gmake -C html/image_src clean
- @rm -f postgis-out.xml postgis_aggs_mm.xml
-
- maintainer-clean: clean
-- make -C html/image_src clean
-+ gmake -C html/image_src clean
- @rm -f html/*.html \
- postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf
-
-@@ -131,12 +131,13 @@
- rm -f $(PGSQL_SHAREDIR)/contrib/postgis_comments.sql
-
- install: html/postgis.html man/shp2pgsql.1 man/pgsql2shp.1
-- @mkdir -p $(PGSQL_DOCDIR)/postgis
-- @mkdir -p $(PGSQL_MANDIR)/man1
-- cp html/postgis.html $(PGSQL_DOCDIR)/postgis/postgis.html
-- cp ../README.postgis $(PGSQL_DOCDIR)/postgis/README.postgis
-- cp man/pgsql2shp.1 $(PGSQL_MANDIR)/man1/pgsql2shp.1
-- cp man/shp2pgsql.1 $(PGSQL_MANDIR)/man1/shp2pgsql.1
-+ @mkdir -p $(DOCSDIR)
-+ @mkdir -p $(PREFIX)/man/man1
-+ cp html/postgis.html $(DOCSDIR)/postgis.html
-+ cp ../README.postgis $(DOCSDIR)/README.postgis
-+ cp man/pgsql2shp.1 $(PREFIX)/man/man1/pgsql2shp.1
-+ cp man/shp2pgsql.1 $(PREFIX)/man/man1/shp2pgsql.1
-+ gmake -C html/image_src install
-
- uninstall:
- rm -f $(PGSQL_DOCDIR)/postgis/postgis.html
diff --git a/databases/postgis/files/patch-doc__html__image_src__Makefile.in b/databases/postgis/files/patch-doc__html__image_src__Makefile.in
deleted file mode 100644
index cc66e6d3f6f9..000000000000
--- a/databases/postgis/files/patch-doc__html__image_src__Makefile.in
+++ /dev/null
@@ -1,30 +0,0 @@
---- doc/html/image_src/Makefile.in.orig 2010-01-12 01:31:49.000000000 +0800
-+++ doc/html/image_src/Makefile.in 2010-03-26 10:15:25.000000000 +0800
-@@ -83,7 +83,18 @@
- ../images/st_touches04.png \
- ../images/st_touches05.png \
- ../images/st_touches06.png \
-- ../images/st_within01.png
-+ ../images/st_within01.png \
-+ ../images/caution.png \
-+ ../images/check.png \
-+ ../images/important.png \
-+ ../images/note.png \
-+ ../images/tip.png \
-+ ../images/warning.png \
-+ ../images/matrix_autocast.png \
-+ ../images/matrix_transform.png \
-+ ../images/matrix_checkmark.png
-+
-+
-
- # Images that are created with dimensions 100x100
- IMAGES_RESIZED= \
-@@ -134,3 +145,7 @@
- @rm -f generator
- @rm -f tmp[0-9].png
-
-+install:
-+ @mkdir -p $(DOCSDIR)/images
-+ cp $(IMAGES) $(DOCSDIR)/images
-+
diff --git a/databases/postgis/files/patch-loader__Makefile.in b/databases/postgis/files/patch-loader__Makefile.in
deleted file mode 100644
index 801f8c6c8acd..000000000000
--- a/databases/postgis/files/patch-loader__Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- loader/Makefile.in.orig 2009-08-07 11:13:19.000000000 -0300
-+++ loader/Makefile.in 2009-08-07 11:14:01.000000000 -0300
-@@ -13,6 +13,10 @@
- CC=@CC@
- CFLAGS=@CFLAGS@ @PICFLAGS@ @WARNFLAGS@
-
-+override datadir := $(DATADIR)
-+override bindir := $(PREFIX)/bin
-+override pkglibdir := $(PREFIX)/lib/postgresql
-+
- # Filenames with extension as determined by the OS
- PGSQL2SHP=pgsql2shp@EXESUFFIX@
- SHP2PGSQL=shp2pgsql@EXESUFFIX@
diff --git a/databases/postgis/files/patch-postgis__Makefile.in b/databases/postgis/files/patch-postgis__Makefile.in
deleted file mode 100644
index 6562c4cfda54..000000000000
--- a/databases/postgis/files/patch-postgis__Makefile.in
+++ /dev/null
@@ -1,34 +0,0 @@
---- postgis/Makefile.in.orig 2010-01-08 20:48:29.000000000 -0200
-+++ postgis/Makefile.in 2010-02-28 14:18:37.000000000 -0300
-@@ -13,6 +13,10 @@
- MODULE_big=postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
- MODULEDIR=contrib/$(MODULE_big)
-
-+override datadir := $(DATADIR)
-+override bindir := $(PREFIX)/bin
-+override pkglibdir := $(PREFIX)/lib/postgresql
-+
- # Files to be copied to the contrib/ directory
- DATA_built=postgis.sql uninstall_postgis.sql postgis_upgrade_15_minor.sql postgis_upgrade_14_to_15.sql postgis_upgrade_13_to_15.sql
- DATA=../spatial_ref_sys.sql
-@@ -103,16 +107,16 @@
-
- # Borrow the $libdir substitution from PGXS but customise by adding the version number
- %.sql: %.sql.in
-- sed 's,MODULE_PATHNAME,$$libdir/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@,g' $< >$@
-+ sed 's,MODULE_PATHNAME,$$libdir/$*,g' $< >$@
-
- postgis_upgrade_15_minor.sql: postgis.sql
-- $(PERL) ../utils/postgis_proc_upgrade.pl $< 1.5 > $@
-+ %PERL% ../utils/postgis_proc_upgrade.pl $< 1.5 > $@
-
- postgis_upgrade_14_to_15.sql: postgis.sql
-- $(PERL) ../utils/postgis_proc_upgrade.pl $< 1.4 > $@
-+ %PERL% ../utils/postgis_proc_upgrade.pl $< 1.4 > $@
-
- postgis_upgrade_13_to_15.sql: postgis.sql
-- $(PERL) ../utils/postgis_proc_upgrade.pl $< 1.3 > $@
-+ %PERL% ../utils/postgis_proc_upgrade.pl $< 1.3 > $@
-
- # Generate any .sql.in files from .sql.in.c files by running them through the C pre-processor
- $(SQL_OBJS): %.in: %.in.c
diff --git a/databases/postgis/pkg-descr b/databases/postgis/pkg-descr
deleted file mode 100644
index 06b0a9a3bb2c..000000000000
--- a/databases/postgis/pkg-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
-will be submitted for conformance testing at version 1.0.
-
-PostGIS has been developed by Refractions Research Inc as a research project
-in open source spatial database technology. PostGIS is released under the
-GNU General Public License. We intend to continue development as time and
-resources permit. Our list of future projects includes enhanced technology
-for data loading and dumping, user interface tools for direct data access
-and manipulation, and support for advanced topologies at the server side,
-such as coverages, networks, and surfaces.
-
-WWW: http://postgis.refractions.net/
diff --git a/databases/postgis/pkg-install b/databases/postgis/pkg-install
deleted file mode 100644
index 2ea34e6676da..000000000000
--- a/databases/postgis/pkg-install
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-
-msg(){
- echo "
- ======================= GEOS Support Notice ========================
- In order to use the GEOS support, you may need to specially compile
- your version of PostgreSQL to link the C++ runtime library.
- To do this, invoke the PostgreSQL Makefile script this way:
-
- on csh shell:
-
- setenv LDFLAGS -lstdc++
- make
-
- on sh or bash shell:
-
- export LDFLAGS=-lstdc++
- make
-
- The initial LDFLAGS variable is passed through to the Makefile and
- adds the C++ library to the linking stage.
-
- ====================================================================
-"
-sleep 10
-
-}
-
-case "$2" in
- "PRE-INSTALL")
- msg
- ;;
- "MESSAGE")
- msg
- ;;
-esac
diff --git a/databases/postgis/pkg-plist b/databases/postgis/pkg-plist
deleted file mode 100644
index 72c6cbf38c46..000000000000
--- a/databases/postgis/pkg-plist
+++ /dev/null
@@ -1,26 +0,0 @@
-bin/pgsql2shp
-bin/shp2pgsql
-%%LOADERGUI%%bin/shp2pgsql-gui
-lib/postgresql/liblwgeom.so
-lib/postgresql/liblwgeom.so.1
-lib/postgresql/postgis-1.5.so
-lib/postgresql/postgis.so
-%%DATADIR%%/contrib/postgis-1.5/postgis.sql
-%%DATADIR%%/contrib/postgis-1.5/postgis_upgrade_13_to_15.sql
-%%DATADIR%%/contrib/postgis-1.5/postgis_upgrade_14_to_15.sql
-%%DATADIR%%/contrib/postgis-1.5/postgis_upgrade_15_minor.sql
-%%DATADIR%%/contrib/postgis-1.5/spatial_ref_sys.sql
-%%DATADIR%%/contrib/postgis-1.5/uninstall_postgis.sql
-%%DATADIR%%/utils/create_undef.pl
-%%DATADIR%%/utils/new_postgis_restore.pl
-%%DATADIR%%/utils/postgis_proc_upgrade.pl
-%%DATADIR%%/utils/postgis_restore.pl
-%%DATADIR%%/utils/profile_intersects.pl
-%%DATADIR%%/utils/test_estimation.pl
-%%DATADIR%%/utils/test_joinestimation.pl
-@dirrmtry %%DATADIR%%/utils
-@dirrmtry %%DATADIR%%/contrib/postgis-1.5
-@dirrmtry %%DATADIR%%/contrib
-@dirrmtry %%DATADIR%%
-@dirrmtry lib/postgresql
-@dirrmtry lib