# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-CAM-PDF # p5-CAM-PDF/pkg-descr # p5-CAM-PDF/Makefile # p5-CAM-PDF/pkg-plist # p5-CAM-PDF/distinfo # echo c - p5-CAM-PDF mkdir -p p5-CAM-PDF > /dev/null 2>&1 echo x - p5-CAM-PDF/pkg-descr sed 's/^X//' >p5-CAM-PDF/pkg-descr << 'END-of-p5-CAM-PDF/pkg-descr' XThis package reads and writes any document that conforms to the PDF Xspecification generously provided by Adobe at Xhttp://partners.adobe.com/public/developer/pdf/index_reference.html X XThe file format is well-supported, with the exception of the X"linearized" or "optimized" output format, which this module can read Xbut not write. Many specific aspects of the document model are not Xmanipulable with this package (like fonts), but if the input document Xis correctly written, then this module will preserve the model Xintegrity. X XThis library grants you some power over the PDF security model. Note Xthat applications editing PDF documents via this library MUST respect Xthe security preferences of the document. Any violation of this Xrespect is contrary to Adobe's intellectual property position, as Xstated in the reference manual at the above URL. X XAuthor: Clotho Advanced Media Inc., cpan@clotho.com XWWW: http://search.cpan.org/dist/CAM-PDF/ END-of-p5-CAM-PDF/pkg-descr echo x - p5-CAM-PDF/Makefile sed 's/^X//' >p5-CAM-PDF/Makefile << 'END-of-p5-CAM-PDF/Makefile' X# New ports collection makefile for: p5-CAM-PDF X# Date created: 2006-07-13 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= CAM-PDF XPORTVERSION= 1.07 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLOTHO XPKGNAMEPREFIX= p5- XEXTRACT_SUFX= .tgz X XMAINTAINER= gslin@gslin.org XCOMMENT= PDF manipulation library X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ X ${SITE_PERL}/Crypt/RC4.pm:${PORTSDIR}/security/p5-Crypt-RC4 \ X ${SITE_PERL}/Text/PDF/File.pm:${PORTSDIR}/print/p5-Text-PDF XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN1= appendpdf.pl.1 changepagestring.pl.1 changepdfstring.pl.1 \ X changerefkeys.pl.1 crunchjpgs.pl.1 deillustrate.pl.1 \ X deletepdfpage.pl.1 extractallimages.pl.1 extractjpgs.pl.1 \ X fillpdffields.pl.1 getpdffontobject.pl.1 getpdfpage.pl.1 \ X getpdfpageobject.pl.1 getpdftext.pl.1 listfonts.pl.1 \ X listimages.pl.1 listpdffields.pl.1 pdfinfo.pl.1 readpdf.pl.1 \ X renderpdf.pl.1 replacepdfobj.pl.1 revertpdf.pl.1 \ X rewritepdf.pl.1 setpdfbackground.pl.1 setpdfpage.pl.1 \ X stamppdf.pl.1 uninlinepdfimages.pl.1 X XMAN3= CAM::PDF.3 CAM::PDF::Content.3 CAM::PDF::Decrypt.3 \ X CAM::PDF::GS.3 CAM::PDF::GS::NoText.3 CAM::PDF::Node.3 \ X CAM::PDF::PageText.3 CAM::PDF::Renderer::Dump.3 \ X CAM::PDF::Renderer::Images.3 CAM::PDF::Renderer::Text.3 \ X CAM::PDF::Renderer::TextFB.3 X X.include X X.if ${PERL_LEVEL} < 500600 XIGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again X.endif X X.include END-of-p5-CAM-PDF/Makefile echo x - p5-CAM-PDF/pkg-plist sed 's/^X//' >p5-CAM-PDF/pkg-plist << 'END-of-p5-CAM-PDF/pkg-plist' X@comment $FreeBSD$ Xbin/appendpdf.pl Xbin/asciify Xbin/changepagestring.pl Xbin/changepdfstring.pl Xbin/changerefkeys.pl Xbin/crunchjpgs.pl Xbin/deillustrate.pl Xbin/deletepdfpage.pl Xbin/extractallimages.pl Xbin/extractjpgs.pl Xbin/fillpdffields.pl Xbin/getpdffontobject.pl Xbin/getpdfpage.pl Xbin/getpdfpageobject.pl Xbin/getpdftext.pl Xbin/listfonts.pl Xbin/listimages.pl Xbin/listpdffields.pl Xbin/pdfinfo.pl Xbin/readpdf.pl Xbin/renderpdf.pl Xbin/replacepdfobj.pl Xbin/revertpdf.pl Xbin/rewritepdf.pl Xbin/setpdfbackground.pl Xbin/setpdfpage.pl Xbin/stamppdf.pl Xbin/uninlinepdfimages.pl X%%SITE_PERL%%/%%PERL_ARCH%%/auto/CAM/PDF/.packlist X%%SITE_PERL%%/CAM/PDF.pm X%%SITE_PERL%%/CAM/PDF/Content.pm X%%SITE_PERL%%/CAM/PDF/Decrypt.pm X%%SITE_PERL%%/CAM/PDF/GS.pm X%%SITE_PERL%%/CAM/PDF/GS/NoText.pm X%%SITE_PERL%%/CAM/PDF/Node.pm X%%SITE_PERL%%/CAM/PDF/PageText.pm X%%SITE_PERL%%/CAM/PDF/Renderer/Dump.pm X%%SITE_PERL%%/CAM/PDF/Renderer/Images.pm X%%SITE_PERL%%/CAM/PDF/Renderer/Text.pm X%%SITE_PERL%%/CAM/PDF/Renderer/TextFB.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CAM/PDF X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CAM X@dirrmtry %%SITE_PERL%%/CAM/PDF/GS X@dirrmtry %%SITE_PERL%%/CAM/PDF/Renderer X@dirrmtry %%SITE_PERL%%/CAM/PDF X@dirrmtry %%SITE_PERL%%/CAM END-of-p5-CAM-PDF/pkg-plist echo x - p5-CAM-PDF/distinfo sed 's/^X//' >p5-CAM-PDF/distinfo << 'END-of-p5-CAM-PDF/distinfo' XMD5 (CAM-PDF-1.07.tgz) = 9eece6e30c36f568e35feb2a78b0cbea XSHA256 (CAM-PDF-1.07.tgz) = 9af0bed6fed06093c06abd8805cebe449a29cfb1f6ed0b8a32171c52164ee3ab XSIZE (CAM-PDF-1.07.tgz) = 743537 END-of-p5-CAM-PDF/distinfo exit