Download and Install jakarta-oro version 2.0.8 on Mac OS X
Sunday the 7th of September, 2008

    jakarta-oro  most recent diff


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



      # $Id: Portfile 35275 2008-03-23 15:54:42Z jberry macports.org $

      PortSystem 1.0

      Name: jakarta-oro
      Version: 2.0.8

      Category: java
      Maintainers: jberry openmaintainer
      Platform: darwin

      Description: Jakarta ORO
      Long Description: The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc. This library is the successor to the OROMatcher, AwkTools, PerlTools, and TextTools libraries originally from ORO, Inc.
      Homepage: http://jakarta.apache.org/oro/

      master_sites apache:jakarta/oro/source/
      checksums md5 6f7690c6ba9750e3cbb8ebd10078a79a

      depends_build bin:ant:apache-ant
      depends_lib bin:java:kaffe

      use_configure no

      build.cmd ant
      build.target package
      build.args -Dfinal.name=${name} -Dfinal.dir=${worksrcpath}/dist

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc
      xinstall -m 644 ${worksrcpath}/dist/${name}.jar ${destroot}${prefix}/share/java/
      file copy ${worksrcpath}/dist/docs ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    image test