From 99a47efbb2f01217794510cc0e49333cdfae96d5 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 21 Apr 2019 00:20:18 +0000 Subject: [PATCH] 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 --- textproc/Makefile | 1 + textproc/p5-Text-Table-CSV/Makefile | 22 ++++++++++++++++++++++ textproc/p5-Text-Table-CSV/distinfo | 3 +++ textproc/p5-Text-Table-CSV/pkg-descr | 4 ++++ textproc/p5-Text-Table-CSV/pkg-plist | 2 ++ 5 files changed, 32 insertions(+) create mode 100644 textproc/p5-Text-Table-CSV/Makefile create mode 100644 textproc/p5-Text-Table-CSV/distinfo create mode 100644 textproc/p5-Text-Table-CSV/pkg-descr create mode 100644 textproc/p5-Text-Table-CSV/pkg-plist 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 +# $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 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