diff --git a/textproc/Makefile b/textproc/Makefile index b6d63f91de04..cc0ef932d18a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -936,6 +936,7 @@ SUBDIR += p5-Text-Table-More SUBDIR += p5-Text-Table-Org SUBDIR += p5-Text-Table-Paragraph + SUBDIR += p5-Text-Table-Sprintf SUBDIR += p5-Text-Table-TSV SUBDIR += p5-Text-Table-Tiny SUBDIR += p5-Text-Table-TinyColor diff --git a/textproc/p5-Text-Table-Sprintf/Makefile b/textproc/p5-Text-Table-Sprintf/Makefile new file mode 100644 index 000000000000..7352d96992ce --- /dev/null +++ b/textproc/p5-Text-Table-Sprintf/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Text-Table-Sprintf +PORTVERSION= 0.001 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Generate simple text tables from 2D arrays using sprintf() + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include diff --git a/textproc/p5-Text-Table-Sprintf/distinfo b/textproc/p5-Text-Table-Sprintf/distinfo new file mode 100644 index 000000000000..966a572a10bc --- /dev/null +++ b/textproc/p5-Text-Table-Sprintf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794166 +SHA256 (Text-Table-Sprintf-0.001.tar.gz) = 169b85bb4b360abe714da0d8508c7a3e7aaed46af48a743a0e32ffce3c0d9376 +SIZE (Text-Table-Sprintf-0.001.tar.gz) = 14824 diff --git a/textproc/p5-Text-Table-Sprintf/pkg-descr b/textproc/p5-Text-Table-Sprintf/pkg-descr new file mode 100644 index 000000000000..6767e6181096 --- /dev/null +++ b/textproc/p5-Text-Table-Sprintf/pkg-descr @@ -0,0 +1,4 @@ +Text::Table::Sprintf provides a single function, table, which formats a +two-dimensional array of data as a simple text table. + +WWW: https://metacpan.org/release/Text-Table-Sprintf diff --git a/textproc/p5-Text-Table-Sprintf/pkg-plist b/textproc/p5-Text-Table-Sprintf/pkg-plist new file mode 100644 index 000000000000..ff8836365c3c --- /dev/null +++ b/textproc/p5-Text-Table-Sprintf/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Table/Sprintf.pm +%%PERL5_MAN3%%/Text::Table::Sprintf.3.gz