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

    pgintcl  most recent diff


    version 3.1.0

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


      The pgintcl Portfile 57709 2009-09-15 14:06:22Z giorgio_v macports.org $

      PortSystem 1.0

      Name: pgintcl
      Version: 3.1.0
      Category: databases
      Maintainers: mac.com:giorgio_v
      Description: Pure Tcl PostgreSQL interface
      Long Description: This is a Tcl interface to PostgreSQL, which is itself written entirely in Tcl, and does not rely on libpq. It is highly but not entirely compatible with other Tcl interfaces, although it is slower.
      Homepage: http://pgintcl.projects.postgresql.org/
      Master Sites: http://pgfoundry.org/frs/download.php/2383/
      Platform: darwin
      Checksums: md5 398215db6e78b62ba8ff0bae68888eac sha1 14447a3f9b95e8d99c6b10a57b9f36fd749c8eaf rmd160 5ff6f022799e8a847fe86c2d4d82a89c5b6e6809
      depends_run port:tcl
      use_configure no
      universal_variant no
      build {}
      destroot {
      set sw_dest_dir ${destroot}${prefix}/lib/$name-$version/
      set share_dest_dir ${destroot}${prefix}/share/$name-$version/
      set doc_dest_dir ${destroot}${prefix}/share/doc/$name-$version/
      file mkdir -p $sw_dest_dir
      file mkdir -p $share_dest_dir
      file mkdir -p $doc_dest_dir
      xinstall ${worksrcpath}/pgin.tcl ${worksrcpath}/pkgIndex.tcl $sw_dest_dir
      xinstall ${worksrcpath}/tkpsql.tcl $share_dest_dir
      xinstall ${worksrcpath}/README ${worksrcpath}/REFERENCE ${worksrcpath}/INTERNALS ${worksrcpath}/NEWS $doc_dest_dir
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.