Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2019 00:20:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499502 - in head/textproc: . p5-Text-Table-CSV
Message-ID:  <201904210020.x3L0KIe6012283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 21 00:20:18 2019
New Revision: 499502
URL: https://svnweb.freebsd.org/changeset/ports/499502

Log:
  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

Added:
  head/textproc/p5-Text-Table-CSV/
  head/textproc/p5-Text-Table-CSV/Makefile   (contents, props changed)
  head/textproc/p5-Text-Table-CSV/distinfo   (contents, props changed)
  head/textproc/p5-Text-Table-CSV/pkg-descr   (contents, props changed)
  head/textproc/p5-Text-Table-CSV/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Apr 21 00:19:52 2019	(r499501)
+++ head/textproc/Makefile	Sun Apr 21 00:20:18 2019	(r499502)
@@ -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

Added: head/textproc/p5-Text-Table-CSV/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-CSV/Makefile	Sun Apr 21 00:20:18 2019	(r499502)
@@ -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>

Added: head/textproc/p5-Text-Table-CSV/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-CSV/distinfo	Sun Apr 21 00:20:18 2019	(r499502)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552148858
+SHA256 (Text-Table-CSV-0.021.tar.gz) = a719d57dd4a13e2257a770c3ae6fa1ccc986adf0af2d72dbefb0caa914b1e60f
+SIZE (Text-Table-CSV-0.021.tar.gz) = 15033

Added: head/textproc/p5-Text-Table-CSV/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-CSV/pkg-descr	Sun Apr 21 00:20:18 2019	(r499502)
@@ -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

Added: head/textproc/p5-Text-Table-CSV/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-CSV/pkg-plist	Sun Apr 21 00:20:18 2019	(r499502)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/Table/CSV.pm
+%%PERL5_MAN3%%/Text::Table::CSV.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904210020.x3L0KIe6012283>