Download and Install fcgi version 2.4.0 on Mac OS X
Monday the 7th of July, 2008

    fcgi  most recent diff


      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
      Google
      Web Darwinports.com



      # $Id: Portfile 28620 2007-09-05 09:07:23Z ryandesign macports.org $
      # vim: ts=8 sw=8
      PortSystem 1.0

      Name: fcgi
      Version: 2.4.0
      revision 1
      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

      patchfiles patch-ltmain.sh patch-libfcgi-Makefile.in

      configure.cflags-append "-Wno-long-double"

      post-destroot {
      xinstall -d -m 755 ${destroot}${prefix}/share/man/man1
      xinstall -m 644 ${worksrcpath}/doc/cgi-fcgi.1 ${destroot}${prefix}/share/man/man1
      xinstall -d -m 755 ${destroot}${prefix}/share/man/man3
      xinstall -m 644 ${worksrcpath}/doc/FCGI_Accept.3 ${destroot}${prefix}/share/man/man3
      xinstall -m 644 ${worksrcpath}/doc/FCGI_Finish.3 ${destroot}${prefix}/share/man/man3
      xinstall -m 644 ${worksrcpath}/doc/FCGI_SetExitStatus.3 ${destroot}${prefix}/share/man/man3
      xinstall -m 644 ${worksrcpath}/doc/FCGI_StartFilterData.3 ${destroot}${prefix}/share/man/man3
      xinstall -d -m 0755 ${destroot}${prefix}/share/doc
      system "cp -R ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}"
      system "rm -f ${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



    image test