byaccj version 1.14 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    byaccj  most recent diff


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



      # $Id: Portfile 30181 2007-10-22 18:38:10Z mww macports.org $

      PortSystem 1.0

      Name: byaccj
      Version: 1.14
      Category: devel java
      Maintainers: mww
      Description: yacc compatible parser generator with Java extension
      Long Description: byacc/j is an extension to the Berkeley v1.8 yacc compatible parser generator. byacc/j not only can produce C/C++ source for a LALR-grammar parser, but also Java source.

      Homepage: http://byaccj.sourceforge.net/
      master_sites sourceforge
      distname byaccj${version}_src
      checksums sha1 207746bde475874e121bec89e9c14d89907f2891
      Platform: darwin

      use_configure no

      build.dir ${worksrcpath}/src

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/
      file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
      xinstall -W ${worksrcpath}/src new_features no_warranty ${destroot}${prefix}/share/doc/${name}/
      xinstall -m 755 ${worksrcpath}/src/yacc ${destroot}${prefix}/bin/byaccj
      xinstall -m 644 ${worksrcpath}/src/yacc.1 ${destroot}${prefix}/share/man/man1/byaccj.1
      }


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

     Where to find more information:

    Darwin Ports



    image test