summaryrefslogtreecommitdiff
path: root/textproc/p5-CAM-PDF
AgeCommit message (Collapse)AuthorFilesLines
2008-07-21updated to 1.20rhaen2-9/+8
took maintainership ChangeLog: 1.20 26 Jun 2008 [ENHANCEMENTS] - Support for Type 2 encryption (just reading, not writing) - Support for reading PDFs where the owner and user passwords are different - Improvement to performance of node traversal, inspired by RT #35555 (credit Eric Hall and his anonymous employee). 1.13 23 Apr 2008 [FIXES] - setpdfbackground.pl computed RGB values incorrectly. Thanks to Andrew Cadman for finding the bug and suggesting a fix 1.12 27 Nov 2007 [FIXES] - I just realized that CAM::PDF::Renderer::Text was useless because it just printed to STDOUT. Fixed to offer a toString() method instead. Fuse::PDF wants this feature. - Fixed a typo in the Synopsis of CAM::PDF::Content 1.11 20 Nov 2007 [ENHANCEMENTS] - added previousRevision() and allRevisions() [invented in Fuse::PDF] [INTERNALS] - Compliance with Perl::Critic v1.080
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-07-28Initial import of p5-CAM-PDF version 1.10 into The NetBSDseb4-0/+33
Packages Collection. The Perl 5 module CAM::PDF reads and writes any document that conforms to the PDF specification. Other Perl modules implementing the PDF specification are optimized for programatically creating new PDF documents from scratch. On the contrary, CAM::PDF is optimized for reading and manipulating existing PDF documents.