From owner-freebsd-ports Sat Jan 20 18: 0:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2EAF37B404 for ; Sat, 20 Jan 2001 18:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0L201R65100; Sat, 20 Jan 2001 18:00:01 -0800 (PST) (envelope-from gnats) Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 0974037B6A1 for ; Sat, 20 Jan 2001 17:58:27 -0800 (PST) Received: (qmail 30389 invoked by uid 1001); 21 Jan 2001 01:59:13 -0000 Message-Id: <20010121015913.30388.qmail@hex.databits.net> Date: 21 Jan 2001 01:59:13 -0000 From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24499: new port ascii2pdf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24499 >Category: ports >Synopsis: new port ascii2pdf >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 and the PDF::Create module (a seperate port, submitted in another PR). >Description: ascii2pdf is a small perl script that uses the PDF::Create module to convert ascii text files into pdf files, with options to set the font, point size, margins, and page orientation. >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/ascii2pdf # /usr/ports/textproc/ascii2pdf/pkg-plist # /usr/ports/textproc/ascii2pdf/pkg-descr # /usr/ports/textproc/ascii2pdf/pkg-comment # /usr/ports/textproc/ascii2pdf/distinfo # /usr/ports/textproc/ascii2pdf/README.html # /usr/ports/textproc/ascii2pdf/Makefile # echo c - /usr/ports/textproc/ascii2pdf mkdir -p /usr/ports/textproc/ascii2pdf > /dev/null 2>&1 echo x - /usr/ports/textproc/ascii2pdf/pkg-plist sed 's/^X//' >/usr/ports/textproc/ascii2pdf/pkg-plist << 'END-of-/usr/ports/textproc/ascii2pdf/pkg-plist' Xbin/ascii2pdf END-of-/usr/ports/textproc/ascii2pdf/pkg-plist echo x - /usr/ports/textproc/ascii2pdf/pkg-descr sed 's/^X//' >/usr/ports/textproc/ascii2pdf/pkg-descr << 'END-of-/usr/ports/textproc/ascii2pdf/pkg-descr' X Xascii2pdf is a small perl script that uses the PDF::Create module to convert Xascii text files into pdf files, with options to set the font, point size, Xmargins, and page orientation. X XFor more details, please see the ascii2pdf homepage: X XWWW: http://bulldog.tzo.org/ascii2pdf/ascii2pdf.html X X- Pete Xpetef@databits.net END-of-/usr/ports/textproc/ascii2pdf/pkg-descr echo x - /usr/ports/textproc/ascii2pdf/pkg-comment sed 's/^X//' >/usr/ports/textproc/ascii2pdf/pkg-comment << 'END-of-/usr/ports/textproc/ascii2pdf/pkg-comment' XA perl script to convert text files to PDF files END-of-/usr/ports/textproc/ascii2pdf/pkg-comment echo x - /usr/ports/textproc/ascii2pdf/distinfo sed 's/^X//' >/usr/ports/textproc/ascii2pdf/distinfo << 'END-of-/usr/ports/textproc/ascii2pdf/distinfo' XMD5 (ascii2pdf-0.9.1.tar.gz) = f7a61d8ce260c899733d7123583e71c4 END-of-/usr/ports/textproc/ascii2pdf/distinfo echo x - /usr/ports/textproc/ascii2pdf/README.html sed 's/^X//' >/usr/ports/textproc/ascii2pdf/README.html << 'END-of-/usr/ports/textproc/ascii2pdf/README.html' X X The FreeBSD Ports Collection (textproc/ascii2pdf) X

The FreeBSD Ports Collection ("textproc/ascii2pdf")


X X X

You are now in the directory for the port "textproc/ascii2pdf". X X

This is the one-line description for this port: X X


XA perl script to convert text files to PDF files. X


X X

Please read the file "pkg/DESCR" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

XThis port requires package(s) "p5-PDF-Create-0.01" to run. X X


X Go up one level X| X Go to top of ports tree X X END-of-/usr/ports/textproc/ascii2pdf/README.html echo x - /usr/ports/textproc/ascii2pdf/Makefile sed 's/^X//' >/usr/ports/textproc/ascii2pdf/Makefile << 'END-of-/usr/ports/textproc/ascii2pdf/Makefile' X# New ports collection makefile for: ascii2pdf X# Date created: 20 January 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= ascii2pdf XPORTVERSION= 0.9.1 XCATEGORIES= textproc XMASTER_SITES= http://bulldog.tzo.org/ascii2pdf/ XDISTNAME= ${PORTNAME}-0.9.1 X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PDF/Create.pm:${PORTSDIR}/textproc/p5-PDF-Create X XNO_BUILD= yes X X.include X Xdo-install: X ${MKDIR} ${PREFIX}/bin X ${CP} ${WRKDIR}/${DISTNAME}/ascii2pdf ${PREFIX}/bin X X.include END-of-/usr/ports/textproc/ascii2pdf/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message