Download and Install xom version 1.0 on Mac OS X
Thursday the 3rd of July, 2008

    xom  most recent diff


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



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

      PortSystem 1.0

      Name: xom
      Version: 1.0

      Category: java devel textproc
      Platform: darwin
      Maintainers: jberry openmaintainer

      Description: A tree-based API for XML processing
      Long Description: XOM is a new XML object model. It is an open source (LGPL), tree-based API for processing XML with Java that strives for correctness, simplicity, and performance, in that order.
      Homepage: http://www.xom.nu/

      master_sites http://www.cafeconleche.org/XOM/
      checksums md5 af472e90685eef0ac1e731eb84a49763

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

      worksrcdir XOM
      use_configure no

      build.cmd ant
      build.target jar javadoc
      build.env ""
      build.args ""

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

     Where to find more information:

    Darwin Ports



    image test