Date: Thu, 13 Jul 2006 05:22:39 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/100180: [NEW PORT] textproc/p5-CAM-PDF: PDF manipulation library Message-ID: <20060712212239.0B89E646@netnews.NCTU.edu.tw> Resent-Message-ID: <200607122130.k6CLUJor004250@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100180 >Category: ports >Synopsis: [NEW PORT] textproc/p5-CAM-PDF: PDF manipulation library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 12 21:30:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: This package reads and writes any document that conforms to the PDF specification generously provided by Adobe at http://partners.adobe.com/public/developer/pdf/index_reference.html The file format is well-supported, with the exception of the "linearized" or "optimized" output format, which this module can read but not write. Many specific aspects of the document model are not manipulable with this package (like fonts), but if the input document is correctly written, then this module will preserve the model integrity. This library grants you some power over the PDF security model. Note that applications editing PDF documents via this library MUST respect the security preferences of the document. Any violation of this respect is contrary to Adobe's intellectual property position, as stated in the reference manual at the above URL. Author: Clotho Advanced Media Inc., cpan@clotho.com WWW: http://search.cpan.org/dist/CAM-PDF/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-CAM-PDF-1.07.shar begins here --- # 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 <gslin@gslin.org> 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 X.include <bsd.port.pre.mk> 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 <bsd.port.post.mk> 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 --- p5-CAM-PDF-1.07.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060712212239.0B89E646>