From 0598ae5c6551428d6621af660398377439267d22 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Thu, 3 Nov 2005 12:42:48 +0000 Subject: 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. WWW: http://pgpool.projects.postgresql.org/ PR: 87701 Submitted by: Choe, Cheng-Dae --- databases/pgpool-II-23/Makefile | 29 +++++++++++++++++++++++++++++ databases/pgpool-II-23/distinfo | 2 ++ databases/pgpool-II-23/pkg-descr | 8 ++++++++ databases/pgpool-II-23/pkg-plist | 3 +++ 4 files changed, 42 insertions(+) create mode 100644 databases/pgpool-II-23/Makefile create mode 100644 databases/pgpool-II-23/distinfo create mode 100644 databases/pgpool-II-23/pkg-descr create mode 100644 databases/pgpool-II-23/pkg-plist (limited to 'databases/pgpool-II-23') diff --git a/databases/pgpool-II-23/Makefile b/databases/pgpool-II-23/Makefile new file mode 100644 index 000000000000..bd9a3f78e1b9 --- /dev/null +++ b/databases/pgpool-II-23/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: pgpool +# Date created: 2005-10-19 +# Whom: Choe, Cheng-Dae +# +# $FreeBSD$ +# + +PORTNAME= pgpool +PORTVERSION= 2.6.3 +CATEGORIES= databases +MASTER_SITES= http://pgfoundry.org/frs/download.php/426/ + +MAINTAINER= whitekid@gmail.com +COMMENT= A connection pool server for PostgreSQL + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} +.endfor +.endif + +.include diff --git a/databases/pgpool-II-23/distinfo b/databases/pgpool-II-23/distinfo new file mode 100644 index 000000000000..ba0ca149bbff --- /dev/null +++ b/databases/pgpool-II-23/distinfo @@ -0,0 +1,2 @@ +MD5 (pgpool-2.6.3.tar.gz) = fb301c1f42f67357dd72c9a20042c2ba +SIZE (pgpool-2.6.3.tar.gz) = 150829 diff --git a/databases/pgpool-II-23/pkg-descr b/databases/pgpool-II-23/pkg-descr new file mode 100644 index 000000000000..a636d10f9948 --- /dev/null +++ b/databases/pgpool-II-23/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://pgpool.projects.postgresql.org/ diff --git a/databases/pgpool-II-23/pkg-plist b/databases/pgpool-II-23/pkg-plist new file mode 100644 index 000000000000..f9553ed2c290 --- /dev/null +++ b/databases/pgpool-II-23/pkg-plist @@ -0,0 +1,3 @@ +@comment $FreeBSD$ +bin/pgpool +etc/pgpool.conf.sample -- cgit v1.2.3