Py-mpservlets version 1.1.5 - How to Download and Install on Mac OS X
Thursday the 18th of March, 2010

    py-mpservlets  most recent diff


    version 1.1.5

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


      The py-mpservlets Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-mpservlets
      Version: 1.1.5
      Revision: 1
      Category: python www
      Platform: darwin
      Maintainers: nomaintainer
      Description: python servlet handler for mod_python
      Long Description: ${description}

      Homepage: http://home.comcast.net/~d.popowich/mpservlets/
      Master Sites: ${homepage}
      distname mpservlets-${version}
      Checksums: md5 fe56bbcb03b01e39b9cf6a6c7884b23e

      depends_lib-append port:mod_python

      post-destroot {
      file delete -force ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/Doc/html ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/tutorial ${destroot}${prefix}/share/doc/${name}/examples
      xinstall -m 644 -W ${worksrcpath} README ${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/py-mpservlets
      % sudo port install py-mpservlets
      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-mpservlets
      ---> Verifying checksum for py-mpservlets
      ---> Extracting py-mpservlets
      ---> Configuring py-mpservlets
      ---> Building py-mpservlets with target all
      ---> Staging py-mpservlets into destroot
      ---> Installing py-mpservlets
    - 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-mpservlets with these commands:
      %  man py-mpservlets
      % apropos py-mpservlets
      % which py-mpservlets
      % locate py-mpservlets

     Where to find more information:

    Darwin Ports



    Lightbox this page.