[SM-Commit] GIT changes to master grimoire by Arjan Bouter (9f43c78d1f39a23782e70a1381235b7e6be2deb7)

Arjan Bouter scm at mail.sourcemage.org
Tue Oct 3 10:41:15 EDT 2006


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 ChangeLog                 |    3 +++
 database/pgpool-2/DEPENDS |    1 +
 database/pgpool-2/DETAILS |   23 +++++++++++++++++++++++
 database/pgpool-2/HISTORY |    2 ++
 4 files changed, 29 insertions(+)

New commits:
commit 9f43c78d1f39a23782e70a1381235b7e6be2deb7
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    pgpool-2: new spell, load-balancing for PostgreSQL

diff --git a/ChangeLog b/ChangeLog
index 6b2f68c..70680a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-10-03 Arjan Bouter <abouter at sourcemage.org>
+	* database/pgpool-2: new spell, load balancing for postgresql
+
 2006-10-03 Ladislav Hagara <hgr at vabo.cz>
 	* x11/gtk-recordmydesktop: new spell, a frontend to recordmydesktop
 
diff --git a/database/pgpool-2/DEPENDS b/database/pgpool-2/DEPENDS
new file mode 100755
index 0000000..9ccfe35
--- /dev/null
+++ b/database/pgpool-2/DEPENDS
@@ -0,0 +1 @@
+depends postgresql
diff --git a/database/pgpool-2/DETAILS b/database/pgpool-2/DETAILS
new file mode 100755
index 0000000..df9558d
--- /dev/null
+++ b/database/pgpool-2/DETAILS
@@ -0,0 +1,23 @@
+           SPELL=pgpool-2
+         VERSION=1.0.1
+          SOURCE=pgpool-II-${VERSION}.tar.gz
+   SOURCE_URL[0]=http://pgfoundry.org/frs/download.php/1083/${SOURCE}
+     SOURCE_HASH=sha512:c46c660578aebccfd95ec547bc8e73add99d76aa4fe3de8f4c3f71a9580f3945b7dfd63906310015d2ce1fcaa224bcddd1fb9c3df7a8b338bfe2369a2359403b
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/pgpool-II-${VERSION}
+        WEB_SITE=http://pgfoundry.org/projects/pgpool/
+         ENTERED=20060731
+      LICENSE[0]=BSD
+           SHORT="A replicator/connection pool for PostgreSQL"
+cat << EOF
+pgpool is a connection 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.
+
+Also, pgpool could use two PostgreSQL servers for fail over. If the
+first server goes down, pgpool will automatically switch to the
+secondary server.
+EOF
diff --git a/database/pgpool-2/HISTORY b/database/pgpool-2/HISTORY
new file mode 100644
index 0000000..ea3fc48
--- /dev/null
+++ b/database/pgpool-2/HISTORY
@@ -0,0 +1,2 @@
+2006-09-27  <abouter at sourcemage.org>
+	* DETAILS, DEPENDS, HISTORY: created spell



More information about the SM-Commit mailing list