head	1.11;
access;
symbols
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2005.11.05.09.07.41;	author kris;	state dead;
branches;
next	1.10;

1.10
date	2005.07.23.02.53.37;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2005.02.28.04.33.30;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2005.01.31.00.35.55;	author girgen;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.06.13.12.42;	author trevor;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.04.05.09.33;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2003.03.07.06.12.51;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2003.01.18.22.50.06;	author seanc;	state Exp;
branches;
next	1.3;

1.3
date	2002.06.27.05.18.23;	author jkoshy;	state Exp;
branches;
next	1.2;

1.2
date	2001.09.03.10.09.54;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.12.10.38.15;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Remove expired ports
@
text
@# New ports collection makefile for: pgdriver
# Date created: 	12 March 2001
# Whom:			jkoshy
#
# $FreeBSD: ports/www/pgdriver/Makefile,v 1.10 2005/07/23 02:53:37 kris Exp $
#

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>
@


1.10
log
@This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@BROKEN: Size mismatch
@
text
@d22 2
@


1.8
log
@Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@@ (kris), ade & sean (mentors)
@
text
@d21 2
@


1.7
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d10 1
a10 1
PORTREVISION=	2
a17 1
LIB_DEPENDS=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
d21 1
a21 1
POSTGRESQL_PORT?=	databases/postgresql7
@


1.6
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d26 1
@


1.5
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@Bump libpq version[1] and PORTREVISION.  Add POSTGRESQL_PORT tunable.
This should be the last of the PostgreSQL updates and everything should
support the POSTGRESQL_PORT tunable.

Submitted by:	kris/bento[1]
@
text
@d16 1
@


1.3
log
@Depend on the shared library "libpq.so.2" instead of "$PREFIX/bin/postmaster".

Suggested by:	"Marc G. Fournier" <scrappy@@hub.org>
@
text
@d10 1
d17 1
a17 1
LIB_DEPENDS=	pq.2:${PORTSDIR}/databases/postgresql7
d20 2
@


1.2
log
@Upgrade to v2.0.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/pgdriver/Makefile,v 1.1 2001/03/12 10:38:15 jkoshy Exp $
d16 2
a17 2
BUILD_DEPENDS=	${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver \
		${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql7
@


1.1
log
@Add a port for `pgdriver', the OpenACS projects supported AOLserver
to PostgreSQL interface.
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	1.1
d11 2
a12 1
MASTER_SITES=	http://openacs.org/sdm/download-package/2/20/
d17 1
a17 1
		${LOCALBASE}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql7
d21 1
@

