aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-04-21 08:20:18 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-04-21 08:20:18 +0800
commit99a47efbb2f01217794510cc0e49333cdfae96d5 (patch)
treea9c29304b282d83feb03a43a946e014ac1b1a311 /textproc
parent3e2f83c5b76185600edbe96130466e4f2179e969 (diff)
downloadfreebsd-ports-gnome-99a47efbb2f01217794510cc0e49333cdfae96d5.tar.gz
freebsd-ports-gnome-99a47efbb2f01217794510cc0e49333cdfae96d5.tar.zst
freebsd-ports-gnome-99a47efbb2f01217794510cc0e49333cdfae96d5.zip
Add p5-Text-Table-CSV 0.021
Text::Table::CSV provides a single function, table, which formats a two-dimensional array of data as CSV. WWW: https://metacpan.org/release/Text-Table-CSV
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Text-Table-CSV/Makefile22
-rw-r--r--textproc/p5-Text-Table-CSV/distinfo3
-rw-r--r--textproc/p5-Text-Table-CSV/pkg-descr4
-rw-r--r--textproc/p5-Text-Table-CSV/pkg-plist2
5 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index bbdeeb5153fc..d39ab9c8c31a 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -968,6 +968,7 @@
SUBDIR += p5-Text-Table
SUBDIR += p5-Text-Table-ASV
SUBDIR += p5-Text-Table-Any
+ SUBDIR += p5-Text-Table-CSV
SUBDIR += p5-Text-Table-Manifold
SUBDIR += p5-Text-Table-Tiny
SUBDIR += p5-Text-Table-XLSX
diff --git a/textproc/p5-Text-Table-CSV/Makefile b/textproc/p5-Text-Table-CSV/Makefile
new file mode 100644
index 000000000000..5bf7dd20f182
--- /dev/null
+++ b/textproc/p5-Text-Table-CSV/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Text-Table-CSV
+PORTVERSION= 0.021
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Generate CSV
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Table-CSV/distinfo b/textproc/p5-Text-Table-CSV/distinfo
new file mode 100644
index 000000000000..9973e216446c
--- /dev/null
+++ b/textproc/p5-Text-Table-CSV/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552148858
+SHA256 (Text-Table-CSV-0.021.tar.gz) = a719d57dd4a13e2257a770c3ae6fa1ccc986adf0af2d72dbefb0caa914b1e60f
+SIZE (Text-Table-CSV-0.021.tar.gz) = 15033
diff --git a/textproc/p5-Text-Table-CSV/pkg-descr b/textproc/p5-Text-Table-CSV/pkg-descr
new file mode 100644
index 000000000000..3c6ac7ddbd6c
--- /dev/null
+++ b/textproc/p5-Text-Table-CSV/pkg-descr
@@ -0,0 +1,4 @@
+Text::Table::CSV provides a single function, table, which formats a
+two-dimensional array of data as CSV.
+
+WWW: https://metacpan.org/release/Text-Table-CSV
diff --git a/textproc/p5-Text-Table-CSV/pkg-plist b/textproc/p5-Text-Table-CSV/pkg-plist
new file mode 100644
index 000000000000..3b7488662c9a
--- /dev/null
+++ b/textproc/p5-Text-Table-CSV/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/Table/CSV.pm
+%%PERL5_MAN3%%/Text::Table::CSV.3.gz