Download and Install cheetah version 1.8 on Mac OS X
Wednesday the 23rd of July, 2008

    cheetah  most recent diff


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



      # $Id: Portfile 35399 2008-03-27 16:25:46Z ryandesign macports.org $

      PortSystem 1.0

      Name: cheetah
      Version: 1.8
      Category: www
      Platform: darwin
      Maintainers: nomaintainer
      Description: very minimal web server
      Long Description: cheetah is a very minimal web server for testing small local sites, or to continue to serve some content while configuring your primary web server. It has very few features (and is single-threaded with optional fork support), except that it will serve files in a directory under a user-specified port, does not require root access and can serve Last Modified information to aid caching.

      Homepage: http://www.neuro-tech.net/archives/000044.html
      master_sites http://www.neuro-tech.net/files/
      checksums md5 2ae0b72ab52168929993b4d7c30058b4 sha1 5aac9aa16c152856e804ea16d71766dcdc166bbd rmd160 b46540dc17d8423a239bd5a0fa9f3382b493decf

      configure.args --mandir=${prefix}/share/man

      post-destroot {
      xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README TODO ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    image test