Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2006 13:16:54 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/100058: [NEW PORT] textproc/p5-PDF-Writer: PDF writer abstraction layer
Message-ID:  <20060711051654.C804B607@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607110520.k6B5KHRb034926@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100058
>Category:       ports
>Synopsis:       [NEW PORT] textproc/p5-PDF-Writer: PDF writer abstraction layer
>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:   Tue Jul 11 05:20:17 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 is a generalized API that allows a module that generates PDFs to
transparently target multiple backends without changing its code.

Author:	Autrijus Tang <autrijus@autrijus.org>,
	Rob Kinyon <rob.kinyon@iinteractive.com>
	Stevan Little <stevan.little@iinteractive.com>
WWW:	http://search.cpan.org/dist/PDF-Writer/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-PDF-Writer-0.06.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-PDF-Writer
#	p5-PDF-Writer/pkg-descr
#	p5-PDF-Writer/Makefile
#	p5-PDF-Writer/pkg-plist
#	p5-PDF-Writer/distinfo
#
echo c - p5-PDF-Writer
mkdir -p p5-PDF-Writer > /dev/null 2>&1
echo x - p5-PDF-Writer/pkg-descr
sed 's/^X//' >p5-PDF-Writer/pkg-descr << 'END-of-p5-PDF-Writer/pkg-descr'
XThis is a generalized API that allows a module that generates PDFs to
Xtransparently target multiple backends without changing its code.
X
XAuthor:	Autrijus Tang <autrijus@autrijus.org>,
X	Rob Kinyon <rob.kinyon@iinteractive.com>
X	Stevan Little <stevan.little@iinteractive.com>
XWWW:	http://search.cpan.org/dist/PDF-Writer/
END-of-p5-PDF-Writer/pkg-descr
echo x - p5-PDF-Writer/Makefile
sed 's/^X//' >p5-PDF-Writer/Makefile << 'END-of-p5-PDF-Writer/Makefile'
X# New ports collection makefile for:	p5-PDF-Writer
X# Date created:		2006-07-11
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	PDF-Writer
XPORTVERSION=	0.06
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	PDF
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	PDF writer abstraction layer
X
XPERL_MODBUILD=	yes
X
XMAN3=		PDF::Writer.3 PDF::Writer::pdfapi2.3 PDF::Writer::pdflib.3
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-PDF-Writer/Makefile
echo x - p5-PDF-Writer/pkg-plist
sed 's/^X//' >p5-PDF-Writer/pkg-plist << 'END-of-p5-PDF-Writer/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/PDF/Writer.pm
X%%SITE_PERL%%/PDF/Writer/mock.pm
X%%SITE_PERL%%/PDF/Writer/pdfapi2.pm
X%%SITE_PERL%%/PDF/Writer/pdflib.pm
X@dirrmtry %%SITE_PERL%%/PDF/Writer
X@dirrmtry %%SITE_PERL%%/PDF
END-of-p5-PDF-Writer/pkg-plist
echo x - p5-PDF-Writer/distinfo
sed 's/^X//' >p5-PDF-Writer/distinfo << 'END-of-p5-PDF-Writer/distinfo'
XMD5 (PDF-Writer-0.06.tar.gz) = 06fc558ac8654c71517f2a210462ba0a
XSHA256 (PDF-Writer-0.06.tar.gz) = df8d2dd38211b4610d3d4bb1771fe03b5dad1b1282baf060402358c5c17fb06b
XSIZE (PDF-Writer-0.06.tar.gz) = 5512
END-of-p5-PDF-Writer/distinfo
exit
--- p5-PDF-Writer-0.06.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?20060711051654.C804B607>