freebsd-ports/textproc/p5-Text-FormatTable/pkg-plist
Kevin Lo c39c999463 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>
2002-02-15 07:19:26 +00:00

6 lines
456 B
Text

lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FormatTable/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Text/FormatTable.pm
lib/perl5/site_perl/%%PERL_VER%%/Text/example.pl
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FormatTable 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true