Download and Install py-albatross version 1.36 on Mac OS X
Tuesday the 8th of July, 2008

    py-albatross  most recent diff


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



      # $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-albatross
      Version: 1.36
      Category: python
      Platform: darwin freebsd
      Maintainers: nomaintainer
      Description: Python web application development toolkit
      Long Description: Albatross is a small and flexible Python toolkit for developing highly stateful web applications. The toolkit has been designed to take a lot of the pain out of constructing intranet applications although you can also use Albatross for deploying publicly accessed web applications.

      Homepage: http://www.object-craft.com.au/projects/albatross/
      master_sites ${homepage}/download/
      distname albatross-${version}
      checksums sha1 65be07f7cccc15205bd9f5555ce75a3bd6cfac74

      extract.post_args "| tar -xf - --exclude '.cvsignore'"

      post-destroot {
      file delete ${destroot}${prefix}/share/doc/${name}/examples
      xinstall -m 644 -W ${worksrcpath} ChangeLog LICENCE TODO ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/${name}/examples
      }

      livecheck.check freshmeat
      livecheck.name Albatross


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

     Where to find more information:

    Darwin Ports



    image test