Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
The Perl 5 module Text::PDF allows interaction with existing PDF files
directly. It includes various tools including:
pdfbklt - make booklets out of existing PDF files
pdfrevert - remove edits from a PDF file
pdfstamp - stamp text on each page of a PDF file

View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:16 wiz Exp $
#
DISTNAME= Text-PDF-0.29a
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-PDF/
COMMENT= Perl 5 module for manipulating PDF files
WRKSRC= ${WRKDIR}/Text-PDF-0.29
USE_LANGUAGES= # empty
DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
PERL5_PACKLIST= auto/Text/PDF/.packlist
# Fix permissions after extraction
post-extract:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2007/07/28 08:23:11 seb Exp $
SHA1 (Text-PDF-0.29a.tar.gz) = 93b4d619ccfbb437a3dc0599b0b360a8ade8d6aa
RMD160 (Text-PDF-0.29a.tar.gz) = 036b9bb4dbdf72d3fb57718e73b6dbebcc16eef4
Size (Text-PDF-0.29a.tar.gz) = 51466 bytes