Phppgadmin version 4.2.2 - How to Download and Install on Mac OS X
Monday the 22nd of March, 2010

    phppgadmin  most recent diff


    version 4.2.2

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


      # $Id $

      PortSystem 1.0

      Name: phppgadmin
      set my_name phpPgAdmin
      Version: 4.2.2
      Category: www databases
      Maintainers: nomaintainer
      Description: phpPgAdmin is a web-based administration tool for PostgreSQL.
      Long Description: phpPgAdmin is a tool written in PHP intended to handle the administration of PostgreSQL over the Web. phpPgAdmin supports a wide range of operations with PostgreSQL.
      Homepage: http://phppgadmin.net/
      Master Sites: sourceforge
      distname ${my_name}-${version}
      use_bzip2 yes

      Checksums: md5 7716bd0b1afa8468e22b641bba8faa65 sha1 3a0b6fbed26d7faeb7a6a33525d021de941944cc rmd160 a41ce2278d09a2d791630b24db90edd0d3cc71d3

      Platform: darwin freebsd

      depends_run port:php5-postgresql

      use_configure no
      build {}

      destroot {
      copy ${worksrcpath} ${destroot}${prefix}/www/phppgadmin
      }

      livecheck.distname ${my_name}
      livecheck.url http://phppgadmin.sourceforge.net/index.php?page=download
      livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)"

    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/phppgadmin
      % sudo port install phppgadmin
      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 phppgadmin
      ---> Verifying checksum for phppgadmin
      ---> Extracting phppgadmin
      ---> Configuring phppgadmin
      ---> Building phppgadmin with target all
      ---> Staging phppgadmin into destroot
      ---> Installing phppgadmin
    - 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 phppgadmin with these commands:
      %  man phppgadmin
      % apropos phppgadmin
      % which phppgadmin
      % locate phppgadmin

     Where to find more information:

    Darwin Ports



    Lightbox this page.