Download and Install xmlpull version 1.1.3.4b on Mac OS X
Tuesday the 8th of July, 2008

    xmlpull  most recent diff


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



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

      PortSystem 1.0

      Name: xmlpull
      Version: 1.1.3.4b
      Category: java textproc
      Platform: darwin
      Maintainers: nomaintainer
      Description: XML pullparser API
      Long Description: XmlPull v1 API is a simple to use XML pull parsing API that was designed for simplicity and very good performance both in constrained environment such as defined by J2ME and on server side when used in J2EE application servers. XML pull parsing allows incremental (sometimes called streaming) parsing of XML where application is in control - the parsing can be interrupted at any given moment and resumed when application is ready to consume more input.

      Homepage: http://www.xmlpull.org/
      master_sites ${homepage}/v1/download/
      distfiles xmlpull_1_1_3_4b_src.tgz
      checksums md5 14d12d63fb2ff089ee99d884dfa71d1e

      worksrcdir xmlpull_1_1_3_4b

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

      use_configure no

      build.cmd ant
      build.target jar

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java
      xinstall -m 644 ${worksrcpath}/build/lib/xmlpull_1_1_3_4b.jar ${destroot}${prefix}/share/java/${name}.jar
      }

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

     Where to find more information:

    Darwin Ports



    image test