mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1614794166
|
||||
SHA256 (Text-Table-Sprintf-0.001.tar.gz) = 169b85bb4b360abe714da0d8508c7a3e7aaed46af48a743a0e32ffce3c0d9376
|
||||
SIZE (Text-Table-Sprintf-0.001.tar.gz) = 14824
|
||||
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Text/Table/Sprintf.pm
|
||||
%%PERL5_MAN3%%/Text::Table::Sprintf.3.gz
|
||||
Reference in New Issue
Block a user