aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-21 00:20:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-21 00:20:36 +0000
commit4ae3cb77f7a302cecfd272374658b0f9045cff78 (patch)
treecabdaf02fef4faf84faf5ea41815bb2dad32800e
parentd1c08b7df6998da24cdab87f48877cc22a2305a5 (diff)
downloadports-4ae3cb77f7a302cecfd272374658b0f9045cff78.tar.gz
ports-4ae3cb77f7a302cecfd272374658b0f9045cff78.zip
Notes
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Text-Table-HTML/Makefile25
-rw-r--r--textproc/p5-Text-Table-HTML/distinfo3
-rw-r--r--textproc/p5-Text-Table-HTML/pkg-descr4
-rw-r--r--textproc/p5-Text-Table-HTML/pkg-plist2
5 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index d39ab9c8c31a..c76f68092db2 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/p5-Text-Table-HTML/Makefile b/textproc/p5-Text-Table-HTML/Makefile
new file mode 100644
index 000000000000..f45ea344303b
--- /dev/null
+++ b/textproc/p5-Text-Table-HTML/Makefile
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Text-Table-HTML
+PORTVERSION= 0.003
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@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>
diff --git a/textproc/p5-Text-Table-HTML/distinfo b/textproc/p5-Text-Table-HTML/distinfo
new file mode 100644
index 000000000000..918340aef72b
--- /dev/null
+++ b/textproc/p5-Text-Table-HTML/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552167551
+SHA256 (Text-Table-HTML-0.003.tar.gz) = cecf89fcd5878499433dcb76c33eb7d4ad101a76bc422ae5696964856b03a55a
+SIZE (Text-Table-HTML-0.003.tar.gz) = 14293
diff --git a/textproc/p5-Text-Table-HTML/pkg-descr b/textproc/p5-Text-Table-HTML/pkg-descr
new file mode 100644
index 000000000000..c259de39693a
--- /dev/null
+++ b/textproc/p5-Text-Table-HTML/pkg-descr
@@ -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
diff --git a/textproc/p5-Text-Table-HTML/pkg-plist b/textproc/p5-Text-Table-HTML/pkg-plist
new file mode 100644
index 000000000000..0c4f82e1c223
--- /dev/null
+++ b/textproc/p5-Text-Table-HTML/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/Table/HTML.pm
+%%PERL5_MAN3%%/Text::Table::HTML.3.gz