Update wip/p5-PDF-Reuse to 0.35
Changes: 0.35 Mon Jul 3 2008 Thanks to Yunliang Yu Outlines mode is turned on, if bookmarks are added and a minor bug with bookmarks and onother one with the creation of pages are corrected. 0.34 June 2008 Thanks to Grant McLean prTTFont method is added to support embedding TrueType fonts and using UTF8 text with prText (only works if Font::TTF and Text::PDF are installed)
This commit is contained in:
parent
c005eb8418
commit
5a1490ab1a
2 changed files with 11 additions and 8 deletions
|
@ -1,17 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/11/25 03:57:26 philnelson Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2008/12/07 23:11:00 leot1990 Exp $
|
||||
|
||||
DISTNAME= PDF-Reuse-0.33
|
||||
DISTNAME= PDF-Reuse-0.35
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/}
|
||||
|
||||
MAINTAINER= phil@cs.wwu.edu
|
||||
HOMEPAGE= http://search.cpan.org/~larslund/PDF-Reuse-0.33
|
||||
HOMEPAGE= http://search.cpan.org/dist/PDF-Reuse/
|
||||
COMMENT= Perl module to reuse PDF templates
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-Compress-Zlib>=2.004:../../devel/p5-Compress-Zlib
|
||||
DEPENDS+= p5-Font-TTF>=0:../../fonts/p5-Font-TTF
|
||||
DEPENDS+= p5-Text-PDF>=0:../../textproc/p5-Text-PDF
|
||||
DEPENDS+= p5-Digest-MD5>=2.35:../../security/p5-Digest-MD5
|
||||
|
||||
PERL5_PACKLIST= auto/PDF/Reuse/.packlist
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/11/25 03:57:26 philnelson Exp $
|
||||
$NetBSD: distinfo,v 1.2 2008/12/07 23:11:00 leot1990 Exp $
|
||||
|
||||
SHA1 (PDF-Reuse-0.33.tar.gz) = 5c858118f07dda431463b532c64a32629a63d6c7
|
||||
RMD160 (PDF-Reuse-0.33.tar.gz) = 9104f3ef6453b3c2b91949365466cee854ab29db
|
||||
Size (PDF-Reuse-0.33.tar.gz) = 60375 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue