Date: Thu, 14 Feb 2002 23:19:26 -0800 (PST) From: Kevin Lo <kevlo@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Text-FormatTable Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <200202150719.g1F7JQ633684@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kevlo 2002/02/14 23:19:26 PST
Modified files:
textproc Makefile
Added files:
textproc/p5-Text-FormatTable Makefile distinfo pkg-comment
pkg-descr pkg-plist
Log:
Initial import of p5-Text-FormatTable
Text::FormatTable renders simple tables as text. You pass to the constructor
a table format specification similar to LaTeX (e.g. "r|l|l") and you call
methods to fill the table data and insert rules. After the data is filled,
you render the table as text.
PR: 34257
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Revision Changes Path
1.325 +1 -0 ports/textproc/Makefile
1.1 +22 -0 ports/textproc/p5-Text-FormatTable/Makefile (new)
1.1 +1 -0 ports/textproc/p5-Text-FormatTable/distinfo (new)
1.1 +1 -0 ports/textproc/p5-Text-FormatTable/pkg-comment (new)
1.1 +8 -0 ports/textproc/p5-Text-FormatTable/pkg-descr (new)
1.1 +6 -0 ports/textproc/p5-Text-FormatTable/pkg-plist (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202150719.g1F7JQ633684>
