Pgsqlclient version 1.0-Beta6 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    pgsqlclient  most recent diff


    version 1.0-Beta6

      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


      The pgsqlclient 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
      Patch Files: 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



    Lightbox this page.