Add LICENSE
- Add NO_ARCH - Sort PLIST - Update pkg-descr - Remove Author line - Take maintainership
This commit is contained in:
parent
ec8cabebe3
commit
ae48b27a27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493198
3 changed files with 10 additions and 7 deletions
|
@ -8,10 +8,15 @@ CATEGORIES= textproc perl5
|
|||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Renders simple tables as text
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
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.
|
||||
(new) a table format specification similar to LaTeX (e.g. r|l|5l|R|20L) and you
|
||||
call methods to fill the table data and insert rules. After the data is filled,
|
||||
you call the render method and the table gets formatted as text.
|
||||
|
||||
WWW: https://metacpan.org/release/Text-FormatTable
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
%%PERL5_MAN3%%/Text::FormatTable.3.gz
|
||||
%%SITE_PERL%%/Text/FormatTable.pm
|
||||
%%SITE_PERL%%/Text/example.pl
|
||||
%%PERL5_MAN3%%/Text::FormatTable.3.gz
|
||||
|
|
Loading…
Reference in a new issue