Fcgi version 2.4.0 - How to Download and Install on Mac OS X
Thursday the 11th of March, 2010

    version 2.4.0

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


      The fcgi Portfile 57302 2009-09-09 03:41:41Z jmr macports.org $
      # vim: ts=8 sw=8

      PortSystem 1.0

      Name: fcgi
      Version: 2.4.0
      Revision: 3
      Category: www
      Maintainers: nomaintainer
      Description: The FastCGI development kit in C
      Long Description: FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. This is the C development kit.

      Homepage: http://www.fastcgi.com/
      Master Sites: ${homepage}/dist/
      Checksums: md5 d15060a813b91383a9f3c66faf84867e
      Platform: darwin

      Patch Files: patch-acinclude.m4.diff patch-configure.in.diff patch-libfcgi-Makefile.am.diff patch-libfcgi-fcgi_stdio.c.diff patch-cgi-fcgi-cgi-fcgi.c.diff

      use_autoreconf yes
      autoreconf.args -fvi

      post-destroot {
      xinstall -m 644 -W ${worksrcpath}/doc cgi-fcgi.1 ${destroot}${prefix}/share/man/man1
      xinstall -m 644 -W ${worksrcpath}/doc FCGI_Accept.3 FCGI_Finish.3 FCGI_SetExitStatus.3 FCGI_StartFilterData.3 ${destroot}${prefix}/share/man/man3
      xinstall -d -m 0755 ${destroot}${prefix}/share/doc
      copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
      eval delete [glob ${destroot}${prefix}/share/doc/${name}/*.\[13\]]
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.