Download and Install py-ansistyle version 0.4 on Mac OS X
Thursday the 28th of August, 2008

    py-ansistyle  most recent diff


      View the most recent changes for the py-ansistyle port at: py-ansistyle.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-ansistyle.
      The raw portfile for py-ansistyle 0.4 is located here:
      http://py-ansistyle.darwinports.com/dports/python/py-ansistyle/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-ansistyle
      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-ansistyle
      Version: 0.4
      revision 2
      Category: python
      Platform: darwin freebsd
      Maintainers: nomaintainer
      Description: Python module adding ANSI color capability to the output stream
      Long Description: ANSIStyle is a module that adds ANSI color capability to an output stream. This is done by wrapping an output stream in a Stream object.

      Homepage: http://www.livinglogic.de/Python/ansistyle/
      master_sites http://ftp.livinglogic.de/ansistyle/
      distname ll-ansistyle-${version}
      checksums md5 b6779a12cdc05786e66729531b0be0d3
      use_bzip2 yes

      depends_lib-append port:py-url

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} INSTALL NEWS README ${destroot}${prefix}/share/doc/${name}
      file delete ${destroot}${prefix}/lib/python2.4/site-packages/ll/__init__.py ${destroot}${prefix}/lib/python2.4/site-packages/ll/__init__.pyc
      }

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

     Where to find more information:

    Darwin Ports



    image test