diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-02-15 15:19:26 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-02-15 15:19:26 +0800 |
commit | 3091bbfc7a30abfdb14b7ae9b1bc05a08893472d (patch) | |
tree | fecc88ded8c1970072519de2b56d4ed67f4c666f /textproc/Makefile | |
parent | 4d3d2559f2aa6060d162e050b4dddf2bc00c8b45 (diff) | |
download | freebsd-ports-gnome-3091bbfc7a30abfdb14b7ae9b1bc05a08893472d.tar.gz freebsd-ports-gnome-3091bbfc7a30abfdb14b7ae9b1bc05a08893472d.tar.zst freebsd-ports-gnome-3091bbfc7a30abfdb14b7ae9b1bc05a08893472d.zip |
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>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ad6ced85b85c..75c8f74b3f08 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -158,6 +158,7 @@ SUBDIR += p5-Text-FixedLength-Extra SUBDIR += p5-Text-Flowchart SUBDIR += p5-Text-Format + SUBDIR += p5-Text-FormatTable SUBDIR += p5-Text-Graphics SUBDIR += p5-Text-Metaphone SUBDIR += p5-Text-Query |