Add p5-Text-Table-Sprintf 0.001

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
This commit is contained in:
sunpoet
2021-03-07 22:09:00 +00:00
parent 961ba3a63f
commit efca2a901e
5 changed files with 32 additions and 0 deletions
+1
View File
@@ -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
+22
View File
@@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $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 <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1614794166
SHA256 (Text-Table-Sprintf-0.001.tar.gz) = 169b85bb4b360abe714da0d8508c7a3e7aaed46af48a743a0e32ffce3c0d9376
SIZE (Text-Table-Sprintf-0.001.tar.gz) = 14824
+4
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
%%SITE_PERL%%/Text/Table/Sprintf.pm
%%PERL5_MAN3%%/Text::Table::Sprintf.3.gz