Py-atox version 0.5 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    py-atox  most recent diff


    version 0.5

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


      The py-atox Portfile 32256 2007-12-23 09:18:47Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python24 1.0
      Name: py-atox
      Version: 0.5
      Revision: 1
      Category:-append textproc
      Maintainers: nomaintainer
      Description: python-based framework for automated markup
      Long Description: Atox is a framework for automated markup. With it one can quite easily write custom scripts for converting plain text into XML in any way one wishes. Atox is normally used as a command-line script, using a simple XML language to specify the desired transformation from text to markup, but it is also possible to build custom parsers using the Atox library. The name (short for ASCII-to-XML) is inspired by such UNIX tools and system functions as atops and atoi.

      Platform: darwin

      Homepage: http://atox.sf.net/
      Master Sites: sourceforge:atox
      distname atox-${version}

      Checksums: md5 69859a646934fc555078e8c70007ed80

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} README.txt ${destroot}${prefix}/share/doc/${name}
      eval file copy [glob ${worksrcpath}/doc/*] ${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-atox
      % sudo port install py-atox
      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-atox
      ---> Verifying checksum for py-atox
      ---> Extracting py-atox
      ---> Configuring py-atox
      ---> Building py-atox with target all
      ---> Staging py-atox into destroot
      ---> Installing py-atox
    - 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-atox with these commands:
      %  man py-atox
      % apropos py-atox
      % which py-atox
      % locate py-atox

     Where to find more information:

    Darwin Ports



    Lightbox this page.