diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 15:42:12 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 15:42:12 +0000 |
commit | 96286aa69dc09effa45e2ecaf0f539bced00a8c9 (patch) | |
tree | 282f4318b134bf39ae482512bf67ea0b47367a9b /www/nspostgres | |
parent | b4a2be37168bf09f15ebc5b0fec74ddfe68476de (diff) | |
download | ports-96286aa69dc09effa45e2ecaf0f539bced00a8c9.tar.gz ports-96286aa69dc09effa45e2ecaf0f539bced00a8c9.zip |
Remove expired leaf ports:
2006-12-01 www/nspostgres: Use www/aolserver with WITH_NSPOSTGRES=1 instead.
2006-12-01 www/fxhtml: crusty old a.out binary, not useful any more
2006-12-01 www/jakarta-tomcat3: Please use www/tomcat55 instead
2006-12-10 shells/mudsh: Project disappeared from the internet
2006-12-09 print/py-freetype: Project has disappeared and is no longer fetchable
2006-12-01 palm/syncal: Does not build with new pilot-link
2006-12-01 net/tn3270: dumps core. Please use net/c3270 instead
2006-12-01 multimedia/dvdwizard: has an incomplete dependency list
Notes
Notes:
svn path=/head/; revision=179573
Diffstat (limited to 'www/nspostgres')
-rw-r--r-- | www/nspostgres/Makefile | 37 | ||||
-rw-r--r-- | www/nspostgres/distinfo | 3 | ||||
-rw-r--r-- | www/nspostgres/files/patch-aa | 11 | ||||
-rw-r--r-- | www/nspostgres/pkg-descr | 4 |
4 files changed, 0 insertions, 55 deletions
diff --git a/www/nspostgres/Makefile b/www/nspostgres/Makefile deleted file mode 100644 index 04a1a0b4f791..000000000000 --- a/www/nspostgres/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: nspostgres -# Date created: 30 January 2001 -# Whom: jkoshy -# -# $FreeBSD$ -# - -PORTNAME= nspostgres -PORTVERSION= 3.0 -PORTREVISION= 2 -CATEGORIES= www databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= aolserver -DISTNAME= nspostgres3_0 - -MAINTAINER= jkoshy@freebsd.org -COMMENT= A driver to access PostgreSQL databases from Aolserver - -BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver -RUN_DEPENDS= ${BUILD_DEPENDS} - -DEPRECATED= Use www/aolserver with WITH_NSPOSTGRES=1 instead. -IGNORE= ${DEPRECATED} -EXPIRATION_DATE=2006-12-01 - -USE_PGSQL= yes - -WRKSRC= ${WRKDIR}/nspostgres - -USE_GMAKE= yes -MAKE_ENV+= POSTGRES=${PREFIX} BUILDPREFIX=${PREFIX} -PLIST_FILES= aolserver/bin/nspostgres.so - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nspostgres.so ${PREFIX}/aolserver/bin - -.include <bsd.port.mk> diff --git a/www/nspostgres/distinfo b/www/nspostgres/distinfo deleted file mode 100644 index 96803eb3beb8..000000000000 --- a/www/nspostgres/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nspostgres3_0.tar.gz) = 55c9725810b6fa1fe62640b9af0e8b3e -SHA256 (nspostgres3_0.tar.gz) = 9eeeed1e4de375c2ad1dcc0c26c94dda704d80a6ea631f23a3e6d3394a2e8883 -SIZE (nspostgres3_0.tar.gz) = 11634 diff --git a/www/nspostgres/files/patch-aa b/www/nspostgres/files/patch-aa deleted file mode 100644 index 91f0d39607e3..000000000000 --- a/www/nspostgres/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Sun Aug 20 21:42:48 2000 -+++ Makefile Tue Jan 30 16:14:26 2001 -@@ -7,7 +7,7 @@ - # Postgres internal database driver. - # - --NSHOME = ../aolserver -+NSHOME = ${BUILDPREFIX}/aolserver - - # - # Override default rules if library not available diff --git a/www/nspostgres/pkg-descr b/www/nspostgres/pkg-descr deleted file mode 100644 index 1c8a847d94e9..000000000000 --- a/www/nspostgres/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -An driver module allowing access to PostgreSQL databases from -within AOLserver. - -WWW: http://www.aolserver.com/ |