Download and Install pgsqlclient version 1.0-Beta6 on Mac OS X
Tuesday the 8th of July, 2008

    pgsqlclient  most recent diff


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



      # $Id: Portfile 30223 2007-10-22 22:46:02Z jmpp macports.org $

      PortSystem 1.0

      Name: pgsqlclient
      Version: 1.0-Beta6
      Category: databases
      Platform: darwin
      Maintainers: nomaintainer
      Description: ADO.NET adapter for PostgreSQL
      Long Description: ${description}

      Homepage: http://pgsqlclient.sourceforge.net/
      master_sites sourceforge
      distname PgSqlClient-${version}-Src
      checksums md5 3cf510e3443ff2987104caba30c341ce
      use_zip yes
      patchfiles patch-makefile.diff

      depends_lib bin:mono:mono

      worksrcdir pgsqlclient_10

      use_configure no

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/lib/pgsqlclient/
      xinstall -m 644 -W ${worksrcpath}/build PostgreSql.Data.PgSqlClient.UnitTests.dll PostgreSql.Data.PgSqlClient.UnitTests.dll.config PostgreSql.Data.PgSqlClient.dll ${destroot}${prefix}/lib/pgsqlclient
      }

      post-install {
      system "cd ${prefix}/lib/pgsqlclient/ && ${prefix}/bin/gacutil -i PostgreSql.Data.PgSqlClient.dll"
      }

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

     Where to find more information:

    Darwin Ports



    image test