From owner-freebsd-ports Thu Jan 24 21: 2:33 2002 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 DA2E537B42A for ; Thu, 24 Jan 2002 21:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0P504k72791; Thu, 24 Jan 2002 21:00:04 -0800 (PST) (envelope-from gnats) Received: from mail.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id C867637B417 for ; Thu, 24 Jan 2002 20:54:20 -0800 (PST) Received: (qmail 20858 invoked by uid 85); 25 Jan 2002 04:48:43 -0000 Message-Id: <20020125044841.20852.qmail@pris.polaris.ca> Date: 25 Jan 2002 04:48:41 -0000 From: Seamus Venasse Reply-To: Seamus Venasse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34257: New port: Renders simple tables as text Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34257 >Category: ports >Synopsis: New port: Renders simple tables as text >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: Thu Jan 24 21:00:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >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: # # p5-Text-FormatTable # p5-Text-FormatTable/pkg-plist # p5-Text-FormatTable/Makefile # p5-Text-FormatTable/distinfo # p5-Text-FormatTable/pkg-comment # p5-Text-FormatTable/pkg-descr # echo c - p5-Text-FormatTable mkdir -p p5-Text-FormatTable > /dev/null 2>&1 echo x - p5-Text-FormatTable/pkg-plist sed 's/^X//' >p5-Text-FormatTable/pkg-plist << 'END-of-p5-Text-FormatTable/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FormatTable/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/Text/FormatTable.pm Xlib/perl5/site_perl/%%PERL_VER%%/Text/example.pl X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FormatTable 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true END-of-p5-Text-FormatTable/pkg-plist echo x - p5-Text-FormatTable/Makefile sed 's/^X//' >p5-Text-FormatTable/Makefile << 'END-of-p5-Text-FormatTable/Makefile' X# New ports collection makefile for: Text::FormatTable X# Date created: 24 Jan 2002 X# Whom: Seamus Venasse X# X# $FreeBSD$ X# X XPORTNAME= Text-FormatTable XPORTVERSION= 0.01 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Text XPKGNAMEPREFIX= p5- X XMAINTAINER= svenasse@polaris.ca X XPERL_CONFIGURE= yes X XMAN3= Text::FormatTable.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Text-FormatTable/Makefile echo x - p5-Text-FormatTable/distinfo sed 's/^X//' >p5-Text-FormatTable/distinfo << 'END-of-p5-Text-FormatTable/distinfo' XMD5 (Text-FormatTable-0.01.tar.gz) = 84cbdd5b066afa22f2dd7a05e048789f END-of-p5-Text-FormatTable/distinfo echo x - p5-Text-FormatTable/pkg-comment sed 's/^X//' >p5-Text-FormatTable/pkg-comment << 'END-of-p5-Text-FormatTable/pkg-comment' XRenders simple tables as text END-of-p5-Text-FormatTable/pkg-comment echo x - p5-Text-FormatTable/pkg-descr sed 's/^X//' >p5-Text-FormatTable/pkg-descr << 'END-of-p5-Text-FormatTable/pkg-descr' XText::FormatTable renders simple tables as text. You pass to the constructor Xa table format specification similar to LaTeX (e.g. "r|l|l") and you call Xmethods to fill the table data and insert rules. After the data is filled, Xyou render the table as text. X XWWW: http://search.cpan.org/search?dist=Text-FormatTable X XSeamus Venasse END-of-p5-Text-FormatTable/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message