antlr version 2.7.7 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    antlr  most recent diff


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



      # $Id: Portfile 33188 2008-01-21 01:39:40Z nox macports.org $

      PortSystem 1.0

      Name: antlr
      Version: 2.7.7
      Category: lang java
      Platform: darwin
      Maintainers: landonf macports.org openmaintainer
      Description: antlr is ANother Tool for Language Recognition
      Long Description: ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, or C++ actions.

      Homepage: http://www.antlr2.org/
      master_sites ${homepage}download/ http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/
      checksums md5 01cc9a2a454dd33dcd8c856ec89af090
      patchfiles patch-configure.diff

      configure.env CLASSPATH=.
      configure.pre_args --prefix=${destroot}${prefix}
      configure.args --disable-csharp

      destroot.args versioneddir=java
      post-destroot {
      reinplace "s|antlr-2.7.3/|java/|g" ${destroot}${prefix}/bin/antlr
      reinplace "s|^prefix=.*|prefix=\"${prefix}\"|g" ${destroot}${prefix}/bin/antlr
      }

      livecheck.check regex
      livecheck.url ${homepage}download.html
      livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

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

     Where to find more information:

    Darwin Ports



    image test