Download and Install woodstox version 3.2.0 on Mac OS X
Saturday the 22nd of November, 2008

    woodstox  most recent diff


    version 3.2.0

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



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

      PortSystem 1.0

      Name: woodstox
      Version: 3.2.0

      Category: java
      Maintainers: jberry openmaintainer
      Platform: darwin

      Description: Woodstox StAX XML parser
      Long Description: Woodstox is a fast Open Source fully-validating StAX-compliant (JSR-173) XML-processor written in Java (processor meaning it handles both input (== parsing) and output (== writing, serialization)).
      Homepage: http://woodstox.codehaus.org/

      distname wstx-src-${version}
      master_sites http://woodstox.codehaus.org/${version}/
      checksums sha1 7a88dc42ffb425d8c2d8a6a5677e7866bfc24a80

      worksrcdir .

      depends_build bin:ant:apache-ant
      depends_lib bin:java:kaffe port:jakarta-bcel

      use_configure no

      post-patch {
      # msv isn't one of our ports, so stub it out and disable it
      file mkdir ${worksrcpath}/lib/msv
      file delete -force ${worksrcpath}/src/java/com/ctc/wstx/msv
      }

      build.cmd ant
      build.target compile jars javadoc
      build.env CLASSPATH=${prefix}/share/java/jakarta-bcel.jar

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 ${worksrcpath}/build/wstx-asl-${version}.jar ${destroot}${prefix}/share/java/woodstox.jar
      xinstall -m 644 ${worksrcpath}/build/wstx-api-${version}.jar ${destroot}${prefix}/share/java/woodstox-api.jar
      xinstall -m 644 ${worksrcpath}/build/stax2.jar ${destroot}${prefix}/share/java/

      file copy ${worksrcpath}/build/javadoc ${worksrcpath}/release-notes ${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/woodstox
      % sudo port install woodstox
      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 woodstox
      ---> Verifying checksum for woodstox
      ---> Extracting woodstox
      ---> Configuring woodstox
      ---> Building woodstox with target all
      ---> Staging woodstox into destroot
      ---> Installing woodstox
    - 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 woodstox with these commands:
      %  man woodstox
      % apropos woodstox
      % which woodstox
      % locate woodstox

     Where to find more information:

    Darwin Ports



    Lightbox this page.