           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
