Download and Install gauche-dbd-pg version 0.2.1 on Mac OS X
Wednesday the 9th of July, 2008

    gauche-dbd-pg  most recent diff


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



      # $Id: Portfile 36963 2008-05-21 11:12:55Z jmr macports.org $

      PortSystem 1.0
      Name: gauche-dbd-pg
      Version: 0.2.1
      Category: databases scheme
      Maintainers: nomaintainer
      Description: Gauche database driver for PostgreSQL
      Homepage: http://www.kahua.org/cgi-bin/kahua.fcgi/kahua-web/show/dev/DBI
      master_sites http://www.kahua.org/download/dbi/
      distname Gauche-dbd-pg-${version}
      extract.suffix .tgz
      checksums md5 453dc296365dfbc47d465f29e6552627
      depends_lib port:gauche lib:libpq:postgresql80
      configure.env-append PATH=${prefix}/lib/pgsql8/bin:\${PATH}
      test.run yes
      test.target check
      destroot.destdir prefix=${destroot}${prefix}

      Variant: postgresql7 {
      configure.env-delete PATH=${prefix}/lib/pgsql8/bin:\${PATH}
      configure.env-append PATH=${prefix}/bin:\${PATH}
      depends_lib-delete lib:libpq:postgresql80
      depends_lib port:postgresql7
      }

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

     Where to find more information:

    Darwin Ports



    image test