pdflib version 7.0.2 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    pdflib  most recent diff


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



      # $Id: Portfile 30701 2007-11-04 23:32:15Z takanori macports.org $

      PortSystem 1.0

      Name: pdflib
      Version: 7.0.2
      Category: print
      Platform: darwin
      Maintainers: nomaintainer
      Description: library of C routines to programmatically generate PDF files
      Long Description: PDFlib is a library of C routines which allow you to programmatically generate files in Adobe's Portable Document format PDF.

      Homepage: http://www.pdflib.com/products/pdflib-family/pdflib-lite/
      master_sites http://www.pdflib.com/binaries/PDFlib/[string map {"." ""} ${version}]/
      distname PDFlib-Lite-${version}
      checksums sha1 23dd54e13cc19281ef3a50fa6ed2f616a5e7a949
      patchfiles patch-config-mkcommon.inc.in patch-libs__pdcore__pc_util.h patch-libs_tiff_tiff.h.diff

      configure.args --without-java --without-perl --without-py --without-tcl

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/
      file copy ${worksrcpath}/doc/pdflib ${destroot}${prefix}/share/doc/${name}
      }

      Variant: java {
      configure.args-delete --without-java
      configure.args-append --with-java=yes
      }

      Variant: perl {
      depends_lib path:${prefix}/bin/perl:perl5.8
      configure.args-delete --without-perl
      configure.args-append --with-perl=${prefix}/bin/perl
      }

      Variant: python {
      depends_lib path:${prefix}/bin/python:python24
      configure.args-delete --without-py
      configure.args-append --with-py=${prefix}
      }

      Variant: tcl {
      depends_lib path:${prefix}/bin/tclsh:tcl
      configure.args-delete --without-tcl
      configure.args-append --with-tcl=${prefix}/bin/tclsh
      }

      platform darwin 8 {
      configure.cc "/usr/bin/gcc-4.0 -DPDF_TARGET_API_MAC_CLASSIC"
      configure.cpp "/usr/bin/cpp-4.0 -DPDF_TARGET_API_MAC_CLASSIC"
      configure.cxx "/usr/bin/g++-4.0 -DPDF_TARGET_API_MAC_CLASSIC"
      }


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

     Where to find more information:

    Darwin Ports



    image test