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

    version 0.50

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



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

      PortSystem 1.0

      Name: xmlenc
      Version: 0.50
      Category: java textproc
      Platform: darwin
      Maintainers: nomaintainer
      Description: fast stream-based XML output library for Java
      Long Description: The xmlenc library is a fast stream-based XML output library for Java. Main design goals are performance, simplicitity and pureness.

      Homepage: http://xmlenc.sourceforge.net/
      master_sites ${homepage}
      checksums md5 adc720754a91aaca6f23c338b458c1f1

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

      use_configure no

      build.cmd ant
      build.target jar javadoc-public

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.