diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-17 22:03:37 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-17 22:03:37 +0000 |
commit | 1dd7584235bff43ee3b4ee3b8ceadf929af42175 (patch) | |
tree | d85a8f074c60261263a61f53664f350e93c1967d /textproc/p5-PDF-Reuse | |
parent | 72e8022f3a4eddebb40640bfa41bb4802186bddd (diff) | |
download | pkgsrc-1dd7584235bff43ee3b4ee3b8ceadf929af42175.tar.gz |
Initial import of textproc/p5-PDF-Reuse version 0.35
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.)
Diffstat (limited to 'textproc/p5-PDF-Reuse')
-rw-r--r-- | textproc/p5-PDF-Reuse/DESCR | 10 | ||||
-rw-r--r-- | textproc/p5-PDF-Reuse/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-PDF-Reuse/distinfo | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/textproc/p5-PDF-Reuse/DESCR b/textproc/p5-PDF-Reuse/DESCR new file mode 100644 index 00000000000..5e1f1f5f38a --- /dev/null +++ b/textproc/p5-PDF-Reuse/DESCR @@ -0,0 +1,10 @@ +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.) diff --git a/textproc/p5-PDF-Reuse/Makefile b/textproc/p5-PDF-Reuse/Makefile new file mode 100644 index 00000000000..ed77a72c5d3 --- /dev/null +++ b/textproc/p5-PDF-Reuse/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 22:03:37 dmcmahill Exp $ + +DISTNAME= PDF-Reuse-0.35 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc print perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LA/LARSLUND/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/PDF-Reuse +COMMENT= Reuse and mass produce PDF documents +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= perl>=5.9.3,p5-IO-Compress:../../devel/p5-IO-Compress +DEPENDS+= perl>=5.7.3,p5-Digest-MD5:../../security/p5-Digest-MD5 +DEPENDS+= p5-Text-PDF:../../textproc/p5-Text-PDF +DEPENDS+= p5-Font-TTF:../../fonts/p5-Font-TTF + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/PDF/Reuse/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-PDF-Reuse/distinfo b/textproc/p5-PDF-Reuse/distinfo new file mode 100644 index 00000000000..fb89a73fce0 --- /dev/null +++ b/textproc/p5-PDF-Reuse/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/17 22:03:37 dmcmahill Exp $ + +SHA1 (PDF-Reuse-0.35.tar.gz) = 1c781ff9ad97a226eb09e15a2db353846e48d476 +RMD160 (PDF-Reuse-0.35.tar.gz) = e539cdaf61af20d8fe354c8f5e7a2eef124ff73a +Size (PDF-Reuse-0.35.tar.gz) = 62248 bytes |