Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (4e063a8acaa96600dfb4f7bb5d8eda06e10e2417)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (4e063a8acaa96600dfb4f7bb5d8eda06e10e2417)
  • Date: Mon, 31 Jul 2006 12:18:17 -0500

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

database/pgpool/DEPENDS | 1 +
database/pgpool/DETAILS | 25 +++++++++++++++++++++++++
database/pgpool/HISTORY | 2 ++
3 files changed, 28 insertions(+)

New commits:
commit 4e063a8acaa96600dfb4f7bb5d8eda06e10e2417
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

pgpool: really added the new spell this time

diff --git a/database/pgpool/DEPENDS b/database/pgpool/DEPENDS
new file mode 100755
index 0000000..9ccfe35
--- /dev/null
+++ b/database/pgpool/DEPENDS
@@ -0,0 +1 @@
+depends postgresql
diff --git a/database/pgpool/DETAILS b/database/pgpool/DETAILS
new file mode 100755
index 0000000..fcf02f9
--- /dev/null
+++ b/database/pgpool/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=pgpool
+ VERSION=3.1.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://pgfoundry.org/frs/download.php/980/${SOURCE}
+
SOURCE_HASH=sha512:58e2a7618a58d4d41436b2c09e6f192292161b4080ef7f89a215f2d53a31c543425c484114a29931099036ff25ccb8e4805be6ac7fb50946fe8fcddb94c6b31b
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://pgfoundry.org/projects/pgpool/
+ ENTERED=20060731
+ UPDATED=20060731
+ LICENSE[0]=BSD
+ BUILD_API=2
+ 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/HISTORY b/database/pgpool/HISTORY
new file mode 100644
index 0000000..b3eaa35
--- /dev/null
+++ b/database/pgpool/HISTORY
@@ -0,0 +1,2 @@
+2006-07-31 <abouter AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (4e063a8acaa96600dfb4f7bb5d8eda06e10e2417), Arjan Bouter, 07/31/2006

Archive powered by MHonArc 2.6.24.

Top of Page