Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv9348/graphics

Added Files:
        pdftk.info 
Log Message:
to 10.7 with update to gcc46 and UseMBJ: off

--- NEW FILE: pdftk.info ---
Package: pdftk
Version: 1.44
Revision: 2

BuildDepends: gcc46, libwmf, libjasper.1, fink (>= 0.24.12), libiconv-dev
Depends: gcc46-shlibs, libwmf-shlibs, libjasper.1-shlibs, libiconv

Source: http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/%n-%v-src.zip
SourceDirectory: %n-%v-dist
Source-MD5: 9eb50fffcd621a627d387750c60982b4
UseMaxBuildJobs: false
PatchScript: << 
  echo "compiling 10.6 version"
  # replace hard coded fink path in project
  sed -e 's|/sw.lib/gcc4.5/|%p/lib/gcc4.6/|g' -e 's|fsf-4.5|fsf-4.6|g' < 
pdftk/Makefile.OSX-10.6 > pdftk/Makefile
  # avoid problem with undefined libiconv
  perl -pi -e "s|-liconv|-L%p/lib -liconv|g" pdftk/Makefile
<<

CompileScript: <<
  cd pdftk; make
<<

InstallScript: <<
  mkdir -p %i/bin
  cp pdftk/pdftk %i/bin
  mkdir -p %i/share/man/man1
  cp pdftk.1 %i/share/man/man1 
<<

DocFiles: pdftk.1.txt pdftk.1.html changelog.html changelog.txt

Description: Handy tool for manipulating PDF
DescDetail: <<
       If  PDF  is  electronic paper, then pdftk is an electronic
       staple-remover, hole-punch,  binder,  secret-decoder-ring,
       and  X-Ray-glasses.   Pdftk  is  a  simple  tool for doing
       everyday things with PDF documents.  Use it to:

       * Merge PDF Documents
       * Split PDF Pages into a New Document
       * Decrypt Input as Necessary (Password Required)
       * Encrypt Output as Desired
       * Fill PDF Forms with FDF Data and/or Flatten Forms
       * Apply a Background Watermark
       * Report PDF Metrics such as Metadata and Bookmarks
       * Update PDF Metadata
       * Attach Files to PDF Pages or the PDF Document
       * Unpack PDF Attachments
       * Burst a PDF Document into Single Pages
       * Uncompress and Re-Compress Page Streams
       * Repair Corrupted PDF (Where Possible)
<<

DescPackaging: <<
    The original Makefile.OSX-10.6 uses a hard-coded /sw/lib. 
    A warning by fink validate is avoided by using /sw.lib in the patchscript.
<<

License: GPL
Homepage: http://www.pdfhacks.com/pdftk
Maintainer: Matthias Ringwald <[email protected]>

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to