diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-07-28 21:16:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-07-28 21:16:27 +0800 |
commit | ab1542fa5b158a9a1ef6c8b7f14858c0e2374214 (patch) | |
tree | 80cfd3d0d8e02226e339853eba78c3388680315c /textproc | |
parent | 28c559321fff0f0603639a270495f34b4bd51200 (diff) | |
download | freebsd-ports-gnome-ab1542fa5b158a9a1ef6c8b7f14858c0e2374214.tar.gz freebsd-ports-gnome-ab1542fa5b158a9a1ef6c8b7f14858c0e2374214.tar.zst freebsd-ports-gnome-ab1542fa5b158a9a1ef6c8b7f14858c0e2374214.zip |
Add p5-Text-Table-Tiny 0.04
Text::Table::Tiny provides a single function, generate_table, which formats a
two-dimensional array of data as a text table.
WWW: https://metacpan.org/release/Text-Table-Tiny
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Table-Tiny/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Text-Table-Tiny/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Table-Tiny/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Table-Tiny/pkg-plist | 2 |
5 files changed, 31 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 93e9704f13b9..55a52b1fa394 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -952,6 +952,7 @@ SUBDIR += p5-Text-Table SUBDIR += p5-Text-Table-ASV SUBDIR += p5-Text-Table-Manifold + SUBDIR += p5-Text-Table-Tiny SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-TabularDisplay SUBDIR += p5-Text-Tags diff --git a/textproc/p5-Text-Table-Tiny/Makefile b/textproc/p5-Text-Table-Tiny/Makefile new file mode 100644 index 000000000000..fd173f29bfbc --- /dev/null +++ b/textproc/p5-Text-Table-Tiny/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Text-Table-Tiny +PORTVERSION= 0.04 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple text tables from 2D arrays, with limited templating options + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Table-Tiny/distinfo b/textproc/p5-Text-Table-Tiny/distinfo new file mode 100644 index 000000000000..3685ba73e0c7 --- /dev/null +++ b/textproc/p5-Text-Table-Tiny/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1530456968 +SHA256 (Text-Table-Tiny-0.04.tar.gz) = 3e4bff5bc000da146e2249aabe677f7462b708b37077258b20b52f23525f968d +SIZE (Text-Table-Tiny-0.04.tar.gz) = 11718 diff --git a/textproc/p5-Text-Table-Tiny/pkg-descr b/textproc/p5-Text-Table-Tiny/pkg-descr new file mode 100644 index 000000000000..d4994e4a13e9 --- /dev/null +++ b/textproc/p5-Text-Table-Tiny/pkg-descr @@ -0,0 +1,4 @@ +Text::Table::Tiny provides a single function, generate_table, which formats a +two-dimensional array of data as a text table. + +WWW: https://metacpan.org/release/Text-Table-Tiny diff --git a/textproc/p5-Text-Table-Tiny/pkg-plist b/textproc/p5-Text-Table-Tiny/pkg-plist new file mode 100644 index 000000000000..09233cc3ea7e --- /dev/null +++ b/textproc/p5-Text-Table-Tiny/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Table/Tiny.pm +%%PERL5_MAN3%%/Text::Table::Tiny.3.gz |