Pgpool-ii version 2.2.5 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    pgpool-ii  most recent diff


    version 2.2.5

      View the most recent changes for the pgpool-ii port at: pgpool-ii.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for pgpool-ii.
      The raw portfile for pgpool-ii 2.2.5 is located here:
      http://pgpool-ii.darwinports.com/dports/databases/pgpool-II/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/pgpool-ii


      The pgpool-ii Portfile 59066 2009-10-09 05:59:40Z giorgio_v macports.org $

      PortSystem 1.0

      Name: pgpool-II
      Version: 2.2.5
      Category: databases
      Platform: darwin
      Maintainers: mac.com:giorgio_v
      Description: PostgreSQL connection pool server
      Long Description: pgpool is a connection server program for PostgreSQL. It runs between PostgreSQL's client(frontend) and server(backend). Any PostgreSQL clients can connect to pgpool as if it's a real PostgreSQL server. It supports connection pooling, failover and replication.

      Homepage: http://pgpool.projects.postgresql.org/
      Master Sites: http://pgfoundry.org/frs/download.php/2423/
      Checksums: md5 410fc3e226842eda25e5cd18e9c3e703 sha1 b7695df3d9c95a8e50194be30fcbf94030d6ac9c rmd160 51511fec2583126e2670af2003fd198d30c2ea25
      configure.env PATH=$env(PATH):${prefix}/lib/postgresql84/bin
      configure.args --bindir=${prefix}/sbin/${name} --mandir=${prefix}/share/man/${name} --sysconfdir=${prefix}/etc/${name}
      depends_build port:postgresql84

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README README.euc_jp TODO ${destroot}${prefix}/share/doc/${name}
      }

      livecheck.type regex
      livecheck.url http://pgfoundry.org/frs/?group_id=1000055
      livecheck.regex pgpool-II-(\[0-9\\.\]+)\\.tar\\.gz

      Variant: postgresql82 description {uses postgresql82 installation} {
      depends_build port:postgresql82
      configure.env PATH=$env(PATH):${prefix}/lib/postgresql82/bin
      }


      Variant: postgresql83 description {uses postgresql83 installation} {
      depends_build port:postgresql83
      configure.env PATH=$env(PATH):${prefix}/lib/postgresql83/bin
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/pgpool-ii
      % sudo port install pgpool-ii
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching pgpool-ii
      ---> Verifying checksum for pgpool-ii
      ---> Extracting pgpool-ii
      ---> Configuring pgpool-ii
      ---> Building pgpool-ii with target all
      ---> Staging pgpool-ii into destroot
      ---> Installing pgpool-ii
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using pgpool-ii with these commands:
      %  man pgpool-ii
      % apropos pgpool-ii
      % which pgpool-ii
      % locate pgpool-ii

     Where to find more information:

    Darwin Ports



    Lightbox this page.