Download and Install py-cheetah version 2.0.1 on Mac OS X
Thursday the 24th of July, 2008

    py-cheetah  most recent diff


      View the most recent changes for the py-cheetah port at: py-cheetah.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-cheetah.
      The raw portfile for py-cheetah 2.0.1 is located here:
      http://py-cheetah.darwinports.com/dports/python/py-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/py-cheetah
      Google
      Web Darwinports.com



      # $Id: Portfile 31239 2007-11-18 23:03:31Z mww macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-cheetah
      Version: 2.0.1
      Category: python www
      Platform: darwin
      Maintainers: mww
      Description: Cheetah is a Python-powered template engine and code generator
      Long Description: Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.

      Homepage: http://www.cheetahtemplate.org/
      master_sites sourceforge:cheetahtemplate
      distname Cheetah-${version}
      checksums sha1 6c1aab90bf2d34f3f72998c96ff2767d870a5e7d

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README TODO ${destroot}${prefix}/share/doc/${name}
      foreach f {cheetah cheetah-compile} {
      file rename ${destroot}${prefix}/bin/${f} ${destroot}${prefix}/bin/${f}-2.4
      }
      }

      livecheck.check regex
      livecheck.url ${homepage}
      livecheck.regex >Cheetah\ (\[0-9\.rc\]+)<

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

     Where to find more information:

    Darwin Ports



    image test