ports/87701: new port: databases/pgpool

Choe, Cheng-Dae whitekid at gmail.com
Thu Oct 20 03:30:15 UTC 2005


>Number:         87701
>Category:       ports
>Synopsis:       new port: databases/pgpool
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 20 03:30:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     "Choe, Cheng-Dae"
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD w.comdongin.com 6.0-RC1 FreeBSD 6.0-RC1 #0: Wed Oct 12 16:30:03 KST 2005 root at w.comdongin.com:/usr/obj/data/src/sys/CDI i386

>Description:
>From homepage:
pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.

pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.
>How-To-Repeat:
              N/A
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pgpool
#	pgpool/pkg-descr
#	pgpool/Makefile
#	pgpool/pkg-plist
#	pgpool/distinfo
#
echo c - pgpool
mkdir -p pgpool > /dev/null 2>&1
echo x - pgpool/pkg-descr
sed 's/^X//' >pgpool/pkg-descr << 'END-of-pgpool/pkg-descr'
Xpgpool is a connection pool server for PostgreSQL. pgpool runs between
XPostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
Xconnect to pgpool as if it were a standard PostgreSQL server.
X
Xpgpool caches the connection to PostgreSQL server to reduce the overhead to
Xestablish the connection to it.
X
XWWW:	http://pgpool.projects.postgresql.org/
END-of-pgpool/pkg-descr
echo x - pgpool/Makefile
sed 's/^X//' >pgpool/Makefile << 'END-of-pgpool/Makefile'
X# New ports collection makefile for:	pgpool
X# Date created:		2005-10-19
X# Whom:			Choe, Cheng-Dae
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pgpool
XPORTVERSION=	2.6.3
XCATEGORIES=	databases
XMASTER_SITES=	http://pgfoundry.org/frs/download.php/426/
X
XMAINTAINER=	whitekid at gmail.com
XCOMMENT=	A connection pool server for PostgreSQL
X
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
X
XPORTDOCS=	README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for f in ${PORTDOCS}
X	${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-pgpool/Makefile
echo x - pgpool/pkg-plist
sed 's/^X//' >pgpool/pkg-plist << 'END-of-pgpool/pkg-plist'
X at comment $FreeBSD$
Xbin/pgpool
Xetc/pgpool.conf.sample
END-of-pgpool/pkg-plist
echo x - pgpool/distinfo
sed 's/^X//' >pgpool/distinfo << 'END-of-pgpool/distinfo'
XMD5 (pgpool-2.6.3.tar.gz) = fb301c1f42f67357dd72c9a20042c2ba
XSIZE (pgpool-2.6.3.tar.gz) = 150829
END-of-pgpool/distinfo
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list