Download and Install py-clientform version 0.2.7 on Mac OS X
Thursday the 24th of July, 2008

    py-clientform  most recent diff


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



      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      # $Id: Portfile 36359 2008-04-28 08:28:11Z akira macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-clientform
      Version: 0.2.7
      Category: python www
      Platform: darwin
      Maintainers: openmaintainer akira
      Description: python module for handling HTML forms
      Long Description: ClientForm is a Python module for handling HTML forms on the client side, useful for parsing HTML forms, filling them in and returning the completed forms to the server.

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

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

      post-destroot {
      foreach f [glob -directory ${worksrcpath}/ *.txt *.html] {
      copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
      }
      foreach f [glob -directory ${worksrcpath}/examples *] {
      copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test