summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2005-02-11 16:43:25 +0000
committerminskim <minskim>2005-02-11 16:43:25 +0000
commitf6bcb903d38ec17230a9466e951627b25613596d (patch)
tree3abbc85eda79e34ce34050454b69777bd9aacf68
parent88690aa8fd5f231c56b99478c467674bb1bf1b4f (diff)
downloadpkgsrc-f6bcb903d38ec17230a9466e951627b25613596d.tar.gz
Add and enable pgpool.
-rw-r--r--databases/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 29493566662..899e62d9703 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.160 2005/02/05 17:05:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.161 2005/02/11 16:43:25 minskim Exp $
#
COMMENT= Databases
@@ -83,6 +83,7 @@ SUBDIR+= p5-perl-ldap
SUBDIR+= p5-postgresql
SUBDIR+= p5-sybperl
SUBDIR+= pgaccess
+SUBDIR+= pgpool
SUBDIR+= php-dba
SUBDIR+= php-dbase
SUBDIR+= php-dbx
diff --git a/doc/CHANGES b/doc/CHANGES
index 81de23dd69f..d761ed125af 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9112 2005/02/11 14:48:08 taca Exp $
+$NetBSD: CHANGES,v 1.9113 2005/02/11 16:43:25 minskim Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -847,3 +847,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated vipec to 3.2.0 [dmcmahill 2005-02-10]
Updated gtk-send-pr to 0.4.4 [jmmv 2005-02-11]
Updated squid to 2.5.8 [taca 2005-02-11]
+ Added pgpool-2.5 [minskim 2005-02-11]