Date: Thu, 3 Nov 2005 12:42:48 +0000 (UTC) From: Marcus Alves Grando <mnag@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/pgpool Makefile distinfo pkg-descr pkg-plist Message-ID: <200511031242.jA3CgmJ7080752@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mnag 2005-11-03 12:42:48 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/pgpool Makefile distinfo pkg-descr pkg-plist
Log:
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 <whitekid@gmail.com>
Revision Changes Path
1.454 +1 -0 ports/databases/Makefile
1.1 +29 -0 ports/databases/pgpool/Makefile (new)
1.1 +2 -0 ports/databases/pgpool/distinfo (new)
1.1 +8 -0 ports/databases/pgpool/pkg-descr (new)
1.1 +3 -0 ports/databases/pgpool/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511031242.jA3CgmJ7080752>
