Pgadmin3 version 1.10.0 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    pgadmin3  most recent diff


    version 1.10.0

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


      The pgadmin3 Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: pgAdmin3
      Version: 1.10.0

      Category: aqua
      Maintainers: jwa

      Description: An administration program to PostgreSQL
      Long Description: pgAdmin III is a powerful administration and development platform for the PostgreSQL database, free for any use. The application works on several platforms, e.g. GNU/Linux, FreeBSD, OS X and Windows 2000/XP. This port is for OS X.

      Platform: macosx
      Homepage: http://www.pgadmin.org/

      Master Sites: http://developer.pgadmin.org/ftp/release/v${version}/src/ http://www.postgresql.org/ftp/pgadmin3/release/v${version}/src/

      distname pgadmin3-${version}

      Checksums: md5 3f2032c78657e3db4e0719613751060c sha1 1ad2b46d6859371eadd0f1b4bb200d042e8f39c2 rmd160 1530e0b614b37a5feac9bbe61c7c95657a3c8a5b

      depends_lib port:postgresql84 port:wxWidgets port:openssl port:libxml2 port:libxslt

      configure.args --with-pgsql=${prefix}/lib/postgresql84 --with-wx=${prefix} --with-wx-version=2.8 --with-libxml2=${prefix} --with-libxslt=${prefix} --enable-appbundle

      build.target all install

      #destroot.violate_mtree yes
      destroot {
      xinstall -d -m 0755 ${destroot}${applications_dir}
      file copy ${worksrcpath}/${name}.app ${destroot}${applications_dir}/${name}.app
      }

      Variant: with_postgresql82 conflicts with_postgresql83 description {support for PostgreSQL 8.2.x} {
      depends_lib-delete port:postgresql84
      depends_lib-delete --with-pgsql=${prefix}/lib/postgresql84
      depends_lib-append port:postgresql82
      configure.args-append --with-pgsql=${prefix}/lib/postgresql82
      }

      Variant: with_postgresql83 conflicts with_postgresql82 description {support for PostgreSQL 8.3.x} {
      depends_lib-delete port:postgresql84
      depends_lib-delete --with-pgsql=${prefix}/lib/postgresql84
      depends_lib-append port:postgresql83
      configure.args-append --with-pgsql=${prefix}/lib/postgresql83
      }

      Variant: debug description {provide a debug build in case of difficulties} {
      configure.args-append --enable-debug
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex pgAdmin v(1\\.\[0-9\]+\\.\[0-9\]+)

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.