Download and Install py-ana version 0.9.2 on Mac OS X
Thursday the 28th of August, 2008

    py-ana  most recent diff


      View the most recent changes for the py-ana port at: py-ana.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-ana.
      The raw portfile for py-ana 0.9.2 is located here:
      http://py-ana.darwinports.com/dports/python/py-ana/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-ana
      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-ana
      Version: 0.9.2
      Category: python
      Platform: darwin
      Maintainers: nomaintainer
      Description: python module for using Apache Xalan XSLT engine
      Long Description: Pyana is a extension module that allows Python programs to interface with the Apache Software Foundation's Xalan XSLT transformation engine.

      Homepage: http://pyana.sourceforge.net/
      master_sites sourceforge:pyana
      distname Pyana-${version}
      checksums md5 5981a9d42ba0531fe8509ec89b3ab967

      depends_lib-append lib:libxalan-c:xalanc lib:libxerces-c:xercesc

      build.env XALANCROOT='${prefix}' XERCESCROOT='${prefix}'

      destroot.env ${build.env}

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} LICENSE.txt Readme.txt ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/Examples zip_resolver_example.py helloworld.py input_example.py measure_compressability.py simple_callbacks.py top_level_arguments.py check_links.py transformer_example.py ${destroot}${prefix}/share/doc/${name}/examples
      }

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

     Where to find more information:

    Darwin Ports



    image test