Download and Install py-cmdsyntax version 0.91 on Mac OS X
Wednesday the 23rd of July, 2008

    py-cmdsyntax  most recent diff


      View the most recent changes for the py-cmdsyntax port at: py-cmdsyntax.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-cmdsyntax.
      The raw portfile for py-cmdsyntax 0.91 is located here:
      http://py-cmdsyntax.darwinports.com/dports/python/py-cmdsyntax/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-cmdsyntax
      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-cmdsyntax
      Version: 0.91
      revision 1
      Category: python
      Platform: darwin
      Maintainers: nomaintainer
      Description: python module for matching command line arguments
      Long Description: a python module for matching command line arguments to a syntax definition.

      Homepage: http://www.boddie.org.uk/david/Projects/Python/CMDSyntax
      master_sites ${homepage}/Software/
      distname cmdsyntax-${version}
      checksums md5 6d5dc56a9913c46a301d8044da8754e1

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/examples ripoff_cmd.py test.py verboseform.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-cmdsyntax
      % sudo port install py-cmdsyntax
      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-cmdsyntax
      ---> Verifying checksum for py-cmdsyntax
      ---> Extracting py-cmdsyntax
      ---> Configuring py-cmdsyntax
      ---> Building py-cmdsyntax with target all
      ---> Staging py-cmdsyntax into destroot
      ---> Installing py-cmdsyntax
    - 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-cmdsyntax with these commands:
      %  man py-cmdsyntax
      % apropos py-cmdsyntax
      % which py-cmdsyntax
      % locate py-cmdsyntax

     Where to find more information:

    Darwin Ports



    image test