Download and Install itext version 1.1 on Mac OS X
Friday the 25th of July, 2008

    itext  most recent diff


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



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

      PortSystem 1.0

      Name: itext
      Version: 1.1
      Category: java print
      Platform: darwin
      Maintainers: nomaintainer
      Description: Java library that allows you to generate PDF files on the fly.
      Long Description: ${description}

      Homepage: http://www.lowagie.com/iText/
      master_sites sourceforge
      distname ${name}-src-${version}
      checksums md5 3e8aa3d0b3cd93ac40e88a6e45281210

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

      pre-extract {
      file mkdir ${worksrcpath}/src/com
      file link ${workpath}/com ${worksrcpath}/src/com
      file copy ${filespath}/build.xml ${worksrcpath}
      }

      use_configure no

      build.cmd ant
      build.target jar javadoc

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

     Where to find more information:

    Darwin Ports



    image test