From gslin@netnews.NCTU.edu.tw  Wed Jul 12 21:22:40 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B7B0716A4DF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Jul 2006 21:22:40 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2A03643D6D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Jul 2006 21:22:40 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 0B89E646; Thu, 13 Jul 2006 05:22:39 +0800 (CST)
Message-Id: <20060712212239.0B89E646@netnews.NCTU.edu.tw>
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: [NEW PORT] textproc/p5-CAM-PDF: PDF manipulation library
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 12 21:30:19 GMT 2006
>Closed-Date:    Wed Jul 12 21:53:27 GMT 2006
>Last-Modified:  Wed Jul 12 21:53:27 GMT 2006
>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:

From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: gslin@gslin.org
Subject: Re: ports/100180: [NEW PORT] textproc/p5-CAM-PDF: PDF manipulation library
Date: Thu, 13 Jul 2006 05:43:20 +0800

 Please close this PR, I run port submit on the wrong directory.
 
 On Wed, Jul 12, 2006 at 09:30:19PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/100180'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=100180
 > 
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       [NEW PORT] textproc/p5-CAM-PDF: PDF manipulation library
 > >Arrival-Date:   Wed Jul 12 21:30:19 GMT 2006
 
 -- 
 * Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
 * If you cannot convince them, confuse them.           -- Harry S Truman
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Wed Jul 12 21:53:01 UTC 2006 
State-Changed-Why:  
Close at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100180 
>Unformatted:
