svn commit: r499503 - in head/textproc: . p5-Text-Table-HTML
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 21 00:20:38 UTC 2019
Author: sunpoet
Date: Sun Apr 21 00:20:36 2019
New Revision: 499503
URL: https://svnweb.freebsd.org/changeset/ports/499503
Log:
Add p5-Text-Table-HTML 0.003
Text::Table::HTML provides a single function, table, which formats a
two-dimensional array of data as HTML table.
WWW: https://metacpan.org/release/Text-Table-HTML
Added:
head/textproc/p5-Text-Table-HTML/
head/textproc/p5-Text-Table-HTML/Makefile (contents, props changed)
head/textproc/p5-Text-Table-HTML/distinfo (contents, props changed)
head/textproc/p5-Text-Table-HTML/pkg-descr (contents, props changed)
head/textproc/p5-Text-Table-HTML/pkg-plist (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sun Apr 21 00:20:18 2019 (r499502)
+++ head/textproc/Makefile Sun Apr 21 00:20:36 2019 (r499503)
@@ -969,6 +969,7 @@
SUBDIR += p5-Text-Table-ASV
SUBDIR += p5-Text-Table-Any
SUBDIR += p5-Text-Table-CSV
+ SUBDIR += p5-Text-Table-HTML
SUBDIR += p5-Text-Table-Manifold
SUBDIR += p5-Text-Table-Tiny
SUBDIR += p5-Text-Table-XLSX
Added: head/textproc/p5-Text-Table-HTML/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-Table-HTML/Makefile Sun Apr 21 00:20:36 2019 (r499503)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Text-Table-HTML
+PORTVERSION= 0.003
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Generate HTML table
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/textproc/p5-Text-Table-HTML/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-Table-HTML/distinfo Sun Apr 21 00:20:36 2019 (r499503)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552167551
+SHA256 (Text-Table-HTML-0.003.tar.gz) = cecf89fcd5878499433dcb76c33eb7d4ad101a76bc422ae5696964856b03a55a
+SIZE (Text-Table-HTML-0.003.tar.gz) = 14293
Added: head/textproc/p5-Text-Table-HTML/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-Table-HTML/pkg-descr Sun Apr 21 00:20:36 2019 (r499503)
@@ -0,0 +1,4 @@
+Text::Table::HTML provides a single function, table, which formats a
+two-dimensional array of data as HTML table.
+
+WWW: https://metacpan.org/release/Text-Table-HTML
Added: head/textproc/p5-Text-Table-HTML/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-Table-HTML/pkg-plist Sun Apr 21 00:20:36 2019 (r499503)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/Table/HTML.pm
+%%PERL5_MAN3%%/Text::Table::HTML.3.gz
More information about the svn-ports-all
mailing list