diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-15 00:55:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-15 00:55:37 +0000 |
commit | b52e8270a80762b5c608ffad1ecac8de45aef5ba (patch) | |
tree | f4eac18e6b702cf6f065b5726342ddd8bb8d3571 /databases | |
parent | As previously announced, remove the following deprecated ports: (diff) |
As previously announced, remove databases/zpygresqlda. The distfile has
not been updated since 1999, and still depends on obsolete versions of
Zope and Python. Other alternatives are available from zope.org.
Notes
Notes:
svn path=/head/; revision=109173
Diffstat (limited to 'databases')
-rw-r--r-- | databases/zpygresqlda/Makefile | 65 | ||||
-rw-r--r-- | databases/zpygresqlda/distinfo | 2 | ||||
-rw-r--r-- | databases/zpygresqlda/files/patch-src::Makefile.pre.in | 11 | ||||
-rw-r--r-- | databases/zpygresqlda/pkg-descr | 2 | ||||
-rw-r--r-- | databases/zpygresqlda/pkg-plist | 34 |
5 files changed, 0 insertions, 114 deletions
diff --git a/databases/zpygresqlda/Makefile b/databases/zpygresqlda/Makefile deleted file mode 100644 index 3ff45916273e..000000000000 --- a/databases/zpygresqlda/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: ZPyGreSQLDA -# Date created: 07 Sep 2000 -# Whom: Neil Blakey-Milner -# -# $FreeBSD$ -# - -PORTNAME= zpygresqlda -PORTVERSION= 0.3.2 -PORTREVISION= 2 -CATEGORIES= databases www zope -MASTER_SITES= http://www.zope.org/Members/reedstrm/ZPyGreSQLDA-rjr/0.3-rjr2/ -DISTNAME= ZPyGreSQLDA-0.3-rjr2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= PostgreSQL database adapter for Zope - -DEPRECATED= "depends on obsolete versions of Zope and Python" -EXPIRATION_DATE= "May 13 2004" - -RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope -LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} - -BROKEN= Broken dependency - -POSTGRESQL_PORT?= databases/postgresql7 -USE_PYTHON= yes -PYTHON_VERSION= python1.5 - -# You can change this in the environment -SZOPEBASEDIR?= www/Zope - -# Don't change these -ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} -ZOPEPRODUCTNAME= ZPyGreSQLDA -ZOPEPRODUCTDIR= lib/python/Products - -WRKSRC= ${WRKDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} - -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -do-build: - @${ECHO_CMD} '*shared*' > ${WRKSRC}/src/Setup - @${ECHO_CMD} '' >> ${WRKSRC}/src/Setup - @${ECHO_CMD} '_pg pgmodule.c ' \ - '-I${LOCALBASE}/include ' \ - '-L${LOCALBASE}/lib ' \ - '-lpq -lcrypt' >> ${WRKSRC}/src/Setup - @(cd ${WRKSRC}/src && \ - make -f Makefile.pre.in boot && \ - make ) - @${CP} ${WRKSRC}/src/_pgmodule.so ${WRKSRC}/ - -do-install: - @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}/ - @${CP} -Rf ${WRKSRC}/* \ - ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}/ - -.include <bsd.port.post.mk> diff --git a/databases/zpygresqlda/distinfo b/databases/zpygresqlda/distinfo deleted file mode 100644 index 1f30893eaf2e..000000000000 --- a/databases/zpygresqlda/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ZPyGreSQLDA-0.3-rjr2.tar.gz) = 60ffc0575d1f9026483f6f7212375268 -SIZE (ZPyGreSQLDA-0.3-rjr2.tar.gz) = 51758 diff --git a/databases/zpygresqlda/files/patch-src::Makefile.pre.in b/databases/zpygresqlda/files/patch-src::Makefile.pre.in deleted file mode 100644 index ab22e0a47e12..000000000000 --- a/databases/zpygresqlda/files/patch-src::Makefile.pre.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.pre.in.orig Fri Nov 15 12:14:34 2002 -+++ src/Makefile.pre.in Fri Nov 15 12:14:58 2002 -@@ -92,7 +92,7 @@ - TARGET= python - - # Installed python binary (used only by boot target) --PYTHON= python -+PYTHON= python1.5 - - # Add more -I and -D options here - CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS) diff --git a/databases/zpygresqlda/pkg-descr b/databases/zpygresqlda/pkg-descr deleted file mode 100644 index 6c3b85bf3c10..000000000000 --- a/databases/zpygresqlda/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This is the Z PyGreSQL database adapter product for the -Z Object Publishing Environment. diff --git a/databases/zpygresqlda/pkg-plist b/databases/zpygresqlda/pkg-plist deleted file mode 100644 index 1993f5ad68fd..000000000000 --- a/databases/zpygresqlda/pkg-plist +++ /dev/null @@ -1,34 +0,0 @@ -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/_pgmodule.so -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/data/team.sql -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/Announce -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/ChangeLog -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/Makefile -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/README -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/README.linux -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/Setup.in -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/_pgmodule.so -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/config.c -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/mkdefines -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/pg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/pgmodule.c -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/pgmodule.o -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/pgsqldb.py -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/sedscript -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/tutorial/advanced.py -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/tutorial/basics.py -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/tutorial/func.py -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/tutorial/pgtools.py -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/tutorial/syscat.py -%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/version.txt -@unexec rmdir %D/%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/data -@unexec rmdir %D/%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src/tutorial -@unexec rmdir %D/%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA/src -@unexec rmdir %D/%%ZOPEBASEDIR%%/lib/python/Products/ZPyGreSQLDA |