Download and Install py-clienttable version 0.0.1a on Mac OS X
Thursday the 28th of August, 2008

    py-clienttable  most recent diff


      View the most recent changes for the py-clienttable port at: py-clienttable.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-clienttable.
      The raw portfile for py-clienttable 0.0.1a is located here:
      http://py-clienttable.darwinports.com/dports/python/py-clienttable/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-clienttable
      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-clienttable
      Version: 0.0.1a
      revision 1
      Category: python www
      Platform: darwin
      Maintainers: nomaintainer
      Description: python module for generic HTML table parsing
      Long Description: ClientTable is a Python module for generic HTML table parsing. It is most useful when used in conjunction with other parsers (htmllib or HTMLParser, regular expressions, etc.), to divide up the parsing work between your own code and ClientTable.

      Homepage: http://wwwsearch.sourceforge.net/ClientTable/
      master_sites ${homepage}/src/
      distname ClientTable-${version}
      checksums md5 b69bb8aa2ab04ba8fe5e22ebade62191

      test.run yes
      test.cmd ${python.bin}
      test.target test.py

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog README.html README.txt ${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-clienttable
      % sudo port install py-clienttable
      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-clienttable
      ---> Verifying checksum for py-clienttable
      ---> Extracting py-clienttable
      ---> Configuring py-clienttable
      ---> Building py-clienttable with target all
      ---> Staging py-clienttable into destroot
      ---> Installing py-clienttable
    - 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-clienttable with these commands:
      %  man py-clienttable
      % apropos py-clienttable
      % which py-clienttable
      % locate py-clienttable

     Where to find more information:

    Darwin Ports



    image test