Jikespg version 1.3 - How to Download and Install on Mac OS X
Tuesday the 3rd of November, 2009

    jikespg  most recent diff


    version 1.3

      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


      The jikespg Portfile 50980 2009-05-14 19:41:55Z and.damore macports.org $

      PortSystem 1.0
      Name: jikespg
      Version: 1.3
      Category: lang java devel
      Maintainers: waqar
      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 {
      reinplace "s|-s -o|-o|g" ${worksrcpath}/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



    Lightbox this page.