jikespg version 1.3 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    jikespg  most recent diff


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



      # $Id: Portfile 20322 2006-11-01 23:02:31Z blair macports.org $

      PortSystem 1.0
      Name: jikespg
      Version: 1.3
      Category: lang java devel
      Maintainers: waqar macports.org
      Description: Jikes Parser Generator
      Long Description: Jikes Parser Generator is the parser generator used by the Jikes Compiler. It takes as input an annotated version of the Java language grammar and produces as output program source and data that is part of the source for the Jikes compiler.
      Platform: darwin
      Homepage: http://www.ibm.com/developerworks/oss/jikes
      master_sites ftp://www-126.ibm.com/pub/jikes/JikesPG/1.3
      checksums md5 eba183713d9ae61a887211be80eeb21f
      fetch.use_epsv yes
      depends_run bin:jikes:jikes
      worksrcdir ${name}/src

      configure {
      cd ${worksrcpath}
      reinplace "s|-s -o|-o|g" Makefile
      }

      destroot {
      system "cd ${worksrcpath} && install -m 555 ${name} ${destroot}${prefix}/bin/"
      }

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

     Where to find more information:

    Darwin Ports



    image test