summaryrefslogtreecommitdiff
path: root/www/pgdriver
diff options
context:
space:
mode:
Diffstat (limited to 'www/pgdriver')
-rw-r--r--www/pgdriver/Makefile31
-rw-r--r--www/pgdriver/distinfo2
-rw-r--r--www/pgdriver/files/patch-aa30
-rw-r--r--www/pgdriver/pkg-descr3
4 files changed, 0 insertions, 66 deletions
diff --git a/www/pgdriver/Makefile b/www/pgdriver/Makefile
deleted file mode 100644
index 354960aec269..000000000000
--- a/www/pgdriver/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: pgdriver
-# Date created: 12 March 2001
-# Whom: jkoshy
-#
-# $FreeBSD$
-#
-
-PORTNAME= pgdriver
-PORTVERSION= 2.0
-PORTREVISION= 3
-CATEGORIES= www databases
-MASTER_SITES= http://openacs.org/sdm/download-package/2/38/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= jkoshy@freebsd.org
-COMMENT= A driver for AOLserver to PostgreSQL connectivity
-
-BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-BROKEN= Size mismatch
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2005-09-22
-
-USE_PGSQL= yes
-
-MAKEFILE= makefile
-MAKE_ENV+= PREFIX=${PREFIX}
-PLIST_FILES= aolserver/bin/postgres.so
-
-.include <bsd.port.mk>
diff --git a/www/pgdriver/distinfo b/www/pgdriver/distinfo
deleted file mode 100644
index 10e76cf7df0d..000000000000
--- a/www/pgdriver/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (pgdriver-2.0.tgz) = 12bcbc30fe5795e3f0bf656b6d4bf6c0
-SIZE (pgdriver-2.0.tgz) = 18134
diff --git a/www/pgdriver/files/patch-aa b/www/pgdriver/files/patch-aa
deleted file mode 100644
index 541a9a266f20..000000000000
--- a/www/pgdriver/files/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
---- makefile-- Mon May 14 06:41:27 2001
-+++ makefile Mon Sep 3 15:37:38 2001
-@@ -32,21 +32,22 @@
- # - Added a commented-out block showing settings for Debian/GNU Linux with
- # package installed AOLserver and PostgreSQL
-
--INSTALL=/home/nsadmin
-+INSTALL=${NSHOME}
-
- # Location of the PostgreSQL libraries
--PGLIB=/usr/local/pgsql/lib
-+PGLIB=${PREFIX}/lib
-
- # Location of the PostgreSQL includes
--PGINC=/usr/local/pgsql/include
-+PGINC=${PREFIX}/include
-
- # Location of the AOLserver files (normally the ~nsadmin directory):
- #NSHOME=/opt/aolserver
- # Alternate location for AOLserver
--NSHOME=/home/aolserver/aolserver3_0
-+NSHOME=${PREFIX}/aolserver
-
- CC=gcc
--COPTS=-Wall -fpic -shared -I/usr/local/pgsql/include -I/home/aolserver/include -I-/usr/include
-+COPTS=-Wall -fpic -shared -I${PGINC} -I${NSNOME}/include -I-/usr/include
-+LDFLAGS=-pthread -Wl,-E
-
- # Debian Linux with deb AOLserver & PostgreSQL
- #CC=gcc
diff --git a/www/pgdriver/pkg-descr b/www/pgdriver/pkg-descr
deleted file mode 100644
index b72f99ebeadc..000000000000
--- a/www/pgdriver/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A driver for AOLserver to PostgreSQL connectivity.
-
-This is the supported driver for the OpenACS project.