2006-07-13 08:56:16 +02:00
|
|
|
# New ports collection makefile for: p5-CAM-PDF
|
|
|
|
# Date created: 2006-07-13
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CAM-PDF
|
2012-05-31 15:37:13 +02:00
|
|
|
PORTVERSION= 1.58
|
2006-07-13 08:56:16 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-03-28 08:16:23 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:CDOLAN
|
2006-07-13 08:56:16 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-12-12 01:56:47 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-13 08:56:16 +02:00
|
|
|
COMMENT= PDF manipulation library
|
|
|
|
|
2011-10-07 13:22:46 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-03-28 08:16:23 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Crypt-RC4>=2.02:${PORTSDIR}/security/p5-Crypt-RC4 \
|
2008-09-04 02:39:18 +02:00
|
|
|
p5-Text-PDF>=0.29:${PORTSDIR}/print/p5-Text-PDF
|
2011-03-28 08:16:23 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2011-12-18 09:28:50 +01:00
|
|
|
TEST_DEPENDS= p5-Test-Memory-Cycle>=1.02:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
|
|
|
|
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
|
|
|
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
|
|
|
|
2006-07-13 08:56:16 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= appendpdf.pl.1 changepagestring.pl.1 changepdfstring.pl.1 \
|
|
|
|
changerefkeys.pl.1 crunchjpgs.pl.1 deillustrate.pl.1 \
|
|
|
|
deletepdfpage.pl.1 extractallimages.pl.1 extractjpgs.pl.1 \
|
|
|
|
fillpdffields.pl.1 getpdffontobject.pl.1 getpdfpage.pl.1 \
|
|
|
|
getpdfpageobject.pl.1 getpdftext.pl.1 listfonts.pl.1 \
|
|
|
|
listimages.pl.1 listpdffields.pl.1 pdfinfo.pl.1 readpdf.pl.1 \
|
|
|
|
renderpdf.pl.1 replacepdfobj.pl.1 revertpdf.pl.1 \
|
|
|
|
rewritepdf.pl.1 setpdfbackground.pl.1 setpdfpage.pl.1 \
|
|
|
|
stamppdf.pl.1 uninlinepdfimages.pl.1
|
|
|
|
|
|
|
|
MAN3= CAM::PDF.3 CAM::PDF::Content.3 CAM::PDF::Decrypt.3 \
|
|
|
|
CAM::PDF::GS.3 CAM::PDF::GS::NoText.3 CAM::PDF::Node.3 \
|
|
|
|
CAM::PDF::PageText.3 CAM::PDF::Renderer::Dump.3 \
|
|
|
|
CAM::PDF::Renderer::Images.3 CAM::PDF::Renderer::Text.3 \
|
|
|
|
CAM::PDF::Renderer::TextFB.3
|
|
|
|
|
2008-04-28 15:02:56 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= CHANGES README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
|
|
.endif
|
|
|
|
|
2011-12-18 09:28:50 +01:00
|
|
|
.include <bsd.port.mk>
|