byacc version 20070509 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    byacc  most recent diff


      View the most recent changes for the byacc port at: byacc.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for byacc.
      The raw portfile for byacc 20070509 is located here:
      http://byacc.darwinports.com/dports/devel/byacc/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/byacc
      Google
      Web Darwinports.com



      # $Id: Portfile 31513 2007-11-26 22:33:57Z mww macports.org $

      PortSystem 1.0
      Name: byacc
      Version: 20070509
      Category: devel
      Maintainers: nomaintainer
      Description: Berkeley Yacc
      Long Description: Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. In contrast to bison, it is written to avoid dependencies upon a particular compiler.
      Homepage: http://invisible-island.net/byacc/
      Platform: darwin

      master_sites ftp://invisible-island.net/byacc/
      extract.suffix .tgz
      checksums md5 3dba490d29a509df796c9639e819d0c7

      configure.args --mandir=${prefix}/share/man --program-prefix=b

      livecheck.check regex
      livecheck.url ftp://invisible-island.net/byacc/
      livecheck.regex > byacc-(\[0-9\]+)

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

     Where to find more information:

    Darwin Ports



    image test