summaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Reuse/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2011-05-19Fixes DEPENDS patternobache1-5/+5
* need surround {} with multiple pkgname. * need -[0-9]* to allow all version.
2011-05-19* Change MASTER_SITES subdir to usual oneobache1-3/+3
* add missing tail / to HOMEPAGE.
2011-05-17Initial import of textproc/p5-PDF-Reuse version 0.35dmcmahill1-0/+24
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß ------------------------------------- This module could be used when you want to mass produce similar (but not identical) PDF documents and reuse templates, JavaScripts and some other components. It is functional to be fast, and to give your programs capacity to produce many pages per second and very big PDF documents if necessary. The module produces PDF-1.4 files. Some features of PDF-1.5, like "object streams" and "cross reference streams", are supported, but only at an experimental level. More testing is needed. (If you get problems with a new document from Acrobat 6 or higher, try to save it or recreate it as a PDF-1.4 document first, before using it together with this module.)