Download and Install py-clientcookie version 1.3.0 on Mac OS X
Friday the 25th of July, 2008

    py-clientcookie  most recent diff


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



      # $Id: Portfile 37984 2008-07-01 22:23:15Z raimue macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-clientcookie
      Version: 1.3.0
      Category: python www
      Platform: darwin
      Maintainers: nomaintainer
      Description: python module for handling HTTP cookies
      Long Description: ClientCookie is a Python module for handling HTTP cookies on the client side, useful for accessing web sites that require cookies to be set and then returned later.

      Homepage: http://wwwsearch.sourceforge.net/ClientCookie/
      master_sites ${homepage}/src/
      distname ClientCookie-${version}

      checksums md5 7a43e4624299b3951ae1a442194d2185 sha1 fc54adb762618d3a9fdeca9ed45b982c2bde940c rmd160 0c557c11efee3ada975235ed72252176c059e5d2

      depends_lib-append port:py-setuptools port:py-bsddb

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

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

     Where to find more information:

    Darwin Ports



    image test