Skip site navigation (1)Skip section navigation (2)
Date:      21 Jan 2001 01:59:06 -0000
From:      petef@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24498: new port p5-PDF-Create
Message-ID:  <20010121015906.30297.qmail@hex.databits.net>

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

>Number:         24498
>Category:       ports
>Synopsis:       new port p5-PDF-Create
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 20 18:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:

Any FreeBSD version with Perl5 installed.

>Description:

A new port for the PDF::Create perl module.  Obviously, it creates PDF files.
A port for a small perl script, ascii2pdf, will be submitted in another PR.

>How-To-Repeat:

Not relevant.

>Fix:

# 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:
#
#	/usr/ports/textproc/p5-PDF-Create
#	/usr/ports/textproc/p5-PDF-Create/pkg-descr
#	/usr/ports/textproc/p5-PDF-Create/pkg-comment
#	/usr/ports/textproc/p5-PDF-Create/pkg-plist
#	/usr/ports/textproc/p5-PDF-Create/README.html
#	/usr/ports/textproc/p5-PDF-Create/Makefile
#	/usr/ports/textproc/p5-PDF-Create/distinfo
#
echo c - /usr/ports/textproc/p5-PDF-Create
mkdir -p /usr/ports/textproc/p5-PDF-Create > /dev/null 2>&1
echo x - /usr/ports/textproc/p5-PDF-Create/pkg-descr
sed 's/^X//' >/usr/ports/textproc/p5-PDF-Create/pkg-descr << 'END-of-/usr/ports/textproc/p5-PDF-Create/pkg-descr'
X
XFrom the p5-PDF-Create README:
X
X	PDF::Create allows you to create PDF documents using a large
X	number of primitives, and emit the result as a PDF file or
X	stream. PDF stands for Portable Document Format.
X
X	Documents can have several pages, a table of content, an
X	information section and many other PDF elements. More
X	functionnalities will be added as needs arise.
X
XFor more details, type 'perldoc PDF::Create' or see the CPAN homepage:
X
XWWW: http://search.cpan.org/search?dist=PDF-Create
X
X- Pete 
Xpetef@databits.net
END-of-/usr/ports/textproc/p5-PDF-Create/pkg-descr
echo x - /usr/ports/textproc/p5-PDF-Create/pkg-comment
sed 's/^X//' >/usr/ports/textproc/p5-PDF-Create/pkg-comment << 'END-of-/usr/ports/textproc/p5-PDF-Create/pkg-comment'
XA perl script to convert text files to PDF files
END-of-/usr/ports/textproc/p5-PDF-Create/pkg-comment
echo x - /usr/ports/textproc/p5-PDF-Create/pkg-plist
sed 's/^X//' >/usr/ports/textproc/p5-PDF-Create/pkg-plist << 'END-of-/usr/ports/textproc/p5-PDF-Create/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/PDF/Create/Page.pm
Xlib/perl5/site_perl/%%PERL_VER%%/PDF/Create/Outline.pm
Xlib/perl5/site_perl/%%PERL_VER%%/PDF/sample.pl
Xlib/perl5/site_perl/%%PERL_VER%%/PDF/Create.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/PDF/Create
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/PDF
END-of-/usr/ports/textproc/p5-PDF-Create/pkg-plist
echo x - /usr/ports/textproc/p5-PDF-Create/README.html
sed 's/^X//' >/usr/ports/textproc/p5-PDF-Create/README.html << 'END-of-/usr/ports/textproc/p5-PDF-Create/README.html'
X<html>
X<title> The FreeBSD Ports Collection (textproc/ascii2pdf)</title>
X<head><h1> The FreeBSD Ports Collection ("textproc/ascii2pdf")</h1> </head> <hr>
X<body>
X
X<p>You are now in the directory for the port "textproc/ascii2pdf".
X
X<p>This is the one-line description for this port:
X
X<p><hr><p>
XA perl script to convert text files to PDF files.
X<p><hr>
X
X<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a
Xlonger description.
X
X<p>Go to the <a href="../../README.html">top of the ports tree</a> for
Xa summary on how to use the ports collection.
X
X<p>
XThis port requires package(s) "p5-PDF-Create-0.01" to run.
X
X<p><hr><p>
X<a href="../README.html"> Go up one level</a>
X|
X<a href="../../README.html"> Go to top of ports tree</a>
X</body>
X</html>
END-of-/usr/ports/textproc/p5-PDF-Create/README.html
echo x - /usr/ports/textproc/p5-PDF-Create/Makefile
sed 's/^X//' >/usr/ports/textproc/p5-PDF-Create/Makefile << 'END-of-/usr/ports/textproc/p5-PDF-Create/Makefile'
X# New ports collection makefile for:   p5-PDF-Create
X# Date created:        20 January 2001
X# Whom:                petef@databits.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	PDF-Create
XPORTVERSION= 	0.01
XCATEGORIES=	textproc perl5
XMASTER_SITES=	http://www.cpan.org/authors/id/FTASSIN/
XPKGNAMEPREFIX=	p5-
XDISTNAME=	${PORTNAME}-0.01
X
XMAINTAINER=     petef@databits.net
X
XUSE_PERL5=	YES
X
XMAN3=		PDF::Create.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.pre.mk>
X
Xdo-configure:
X	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
X		CC="${CC}" CCFLAGS="${CFLAGS}"
X
X.include <bsd.port.post.mk>
END-of-/usr/ports/textproc/p5-PDF-Create/Makefile
echo x - /usr/ports/textproc/p5-PDF-Create/distinfo
sed 's/^X//' >/usr/ports/textproc/p5-PDF-Create/distinfo << 'END-of-/usr/ports/textproc/p5-PDF-Create/distinfo'
XMD5 (PDF-Create-0.01.tar.gz) = 5e00110a0e5a9b91d383510b6e797f40
END-of-/usr/ports/textproc/p5-PDF-Create/distinfo
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010121015906.30297.qmail>