Cgilib version 0.7 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    version 0.7

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


      The cgilib Portfile 57453 2009-09-11 08:17:15Z ryandesign macports.org $

      PortSystem 1.0

      Name: cgilib
      Version: 0.7
      Category: www devel
      Platform: darwin
      Maintainers: nomaintainer

      Description: CGI Library

      Long Description: A simple library whose purpose is to provide an easy to use interface to CGI if you need to write your program in C instead of perl.

      Homepage: http://www.infodrom.org/projects/cgilib/
      Master Sites: ${homepage}download/

      Checksums: md5 2c7053f58dfb06f7a80a112797ed7e86 sha1 a3c9c92f38dca10ee4e30ed1fa030401aa3fcabf rmd160 eceb4f77bccd4736757ecbcb5181f95ee2469804

      pre-configure {
      system "cd ${worksrcpath} && aclocal"
      }

      use_autoconf yes

      post-configure {
      ln -sf ${prefix}/bin/glibtool ${worksrcpath}/libtool
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.