Download and Install crimson version 1.1.3 on Mac OS X
Wednesday the 23rd of July, 2008

    crimson  most recent diff


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



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

      PortSystem 1.0

      Name: crimson
      Version: 1.1.3
      Category: java
      Platform: darwin
      Maintainers: nomaintainer
      Description: Crimson is a Java XML parser which supports XML 1.0
      Long Description: ${description}

      Homepage: http://xml.apache.org/crimson/
      master_sites http://xml.apache.org/dist/crimson/
      distname ${distname}-src
      checksums md5 bb0a5fe59fd28ce5bfc4b22baeca12c1

      depends_build bin:ant:apache-ant

      worksrcdir ${name}-${version}

      use_configure no

      build.cmd ant
      build.target crimson.jar javadoc

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

     Where to find more information:

    Darwin Ports



    image test