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

    py-bison  most recent diff


      View the most recent changes for the py-bison port at: py-bison.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-bison.
      The raw portfile for py-bison 0.1.8 is located here:
      http://py-bison.darwinports.com/dports/python/py-bison/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-bison
      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-bison
      Version: 0.1.8
      Category: python lang
      Platform: darwin
      Maintainers: nomaintainer
      Description: Python-based parsing at the speed of C
      Long Description: PyBison is a Python binding to the bison/yacc and flex/lex parser-generator utilities.

      Homepage: http://www.freenet.org.nz/python/pybison/
      master_sites ${homepage}
      distname pybison-${version}
      checksums md5 c57ea56225c205dff1b7291d9a9f1048
      patchfiles patch-setup.py

      depends_build port:py-pyrex
      depends_run bin:bison:bison bin:flex:flex

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

     Where to find more information:

    Darwin Ports



    image test