Download and Install saxpath version 1.0 on Mac OS X
Thursday the 4th of December, 2008

    saxpath  most recent diff


    version 1.0

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



      # $Id: Portfile 30233 2007-10-22 23:09:00Z jmpp macports.org $

      PortSystem 1.0

      Name: saxpath
      Version: 1.0
      Category: java devel textproc
      Platform: darwin
      Maintainers: nomaintainer
      Description: simple Java API for XPath
      Long Description: The SAXPath project is a Simple API for XPath. SAXPath is analogous to SAX in that the API abstracts away the details of parsing and provides a simple event based callback interface.

      Homepage: http://saxpath.sourceforge.net/
      master_sites sourceforge
      checksums md5 cc95ecc7dfb689a29bd42323490ee702

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

      set worksrcdir ${worksrcdir}-FCS

      post-extract {
      file mkdir ${worksrcpath}/src/conf
      file copy ${filespath}/MANIFEST.MF ${worksrcpath}/src/conf
      }

      use_configure no

      build.cmd ant
      build.target package

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc
      xinstall -m 644 ${worksrcpath}/build/saxpath.jar ${destroot}${prefix}/share/java/
      file copy ${worksrcpath}/doc ${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/saxpath
      % sudo port install saxpath
      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 saxpath
      ---> Verifying checksum for saxpath
      ---> Extracting saxpath
      ---> Configuring saxpath
      ---> Building saxpath with target all
      ---> Staging saxpath into destroot
      ---> Installing saxpath
    - 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 saxpath with these commands:
      %  man saxpath
      % apropos saxpath
      % which saxpath
      % locate saxpath

     Where to find more information:

    Darwin Ports



    Lightbox this page.