Pgtcl version 1.5 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 1.5

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


      The pgtcl Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: pgtcl
      Version: 1.5
      Category: databases
      Maintainers: mac.com:giorgio_v
      Description: Tcl PostgreSQL interface
      Long Description: Tcl client interface to PostgreSQL
      Homepage: http://pgtcl.projects.postgresql.org/
      Master Sites: http://pgfoundry.org/frs/download.php/338/
      Platform: darwin
      Checksums: md5 6eed1c338fc3bb7a844797c92b79b936 sha1 8d2be537c123100ab4f1a6ddc11684fd4e0ccd23 rmd160 f198066c538a9566f9044e8899423ee31e123349
      worksrcdir ${name}${version}

      configure.env PATH=$env(PATH):${prefix}/lib/postgresql83/bin
      configure.args --bindir=${prefix}/sbin/${name} --mandir=${prefix}/share/man/${name} --sysconfdir=${prefix}/etc/${name}
      depends_lib port:tcl port:postgresql83

      destroot.target install-binaries install-libraries

      livecheck.type regex
      livecheck.url http://pgfoundry.org/frs/?group_id=1000086
      livecheck.regex pgtcl(\[0-9\\.\]+)\\.tar.gz

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.