Download and Install postgresql-jdbc version 8.0-311 on Mac OS X
Friday the 25th of July, 2008

    postgresql-jdbc  most recent diff


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



      # $Id: Portfile 20318 2006-11-01 22:35:15Z blair macports.org $

      PortSystem 1.0

      Name: postgresql-jdbc
      Version: 8.0-311
      Category: java databases
      Maintainers: decibel decibel.org
      Description: PostgreSQL JDBC driver
      Long Description: Pure Java JDBC driver for connecting to PostgreSQL databases.
      Homepage: http://jdbc.postgresql.org/

      Platform: darwin

      distname ${name}-${version}.src
      master_sites ${homepage}/download/
      checksums md5 e31b6e68141883e5c89a3a9b0fb95c02

      depends_build bin:ant:apache-ant

      set workTarget ""

      use_configure no

      build.cmd ant

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java
      file copy ${worksrcpath}${workTarget}/jars/postgresql.jar ${destroot}${prefix}/share/java/
      }

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

     Where to find more information:

    Darwin Ports



    image test