aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-MarkdownTable
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-21 00:19:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-21 00:19:52 +0000
commit69a52c1336c3f56b3bf43a8246202bd26c34eac5 (patch)
treea8c0b5a599f02ff220bc98aa84d908c60e68b06a /textproc/p5-Text-MarkdownTable
parent34def7fa5564cd18156f29c89ecc78e1db8c3746 (diff)
downloadports-69a52c1336c3f56b3bf43a8246202bd26c34eac5.tar.gz
ports-69a52c1336c3f56b3bf43a8246202bd26c34eac5.zip
Add p5-Text-MarkdownTable 0.3.1
Text::MarkdownTable can be used to write data in tabular form, formatted in MultiMarkdown syntax. The resulting format can be used for instance to display CSV data or to include data tables in Markdown files. Newlines and vertical bars in table cells are replaced by a space character and cell values can be truncated. WWW: https://metacpan.org/release/Text-MarkdownTable
Notes
Notes: svn path=/head/; revision=499501
Diffstat (limited to 'textproc/p5-Text-MarkdownTable')
-rw-r--r--textproc/p5-Text-MarkdownTable/Makefile26
-rw-r--r--textproc/p5-Text-MarkdownTable/distinfo3
-rw-r--r--textproc/p5-Text-MarkdownTable/pkg-descr7
-rw-r--r--textproc/p5-Text-MarkdownTable/pkg-plist2
4 files changed, 38 insertions, 0 deletions
diff --git a/textproc/p5-Text-MarkdownTable/Makefile b/textproc/p5-Text-MarkdownTable/Makefile
new file mode 100644
index 000000000000..5ac17679b00f
--- /dev/null
+++ b/textproc/p5-Text-MarkdownTable/Makefile
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Text-MarkdownTable
+PORTVERSION= 0.3.1
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Write Markdown syntax tables from data
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-IO-Handle-Util>=0.01:devel/p5-IO-Handle-Util \
+ p5-Moo>=1.000008:devel/p5-Moo
+
+USES= perl5
+USE_PERL5= modbuildtiny
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-MarkdownTable/distinfo b/textproc/p5-Text-MarkdownTable/distinfo
new file mode 100644
index 000000000000..c8c14de3cda5
--- /dev/null
+++ b/textproc/p5-Text-MarkdownTable/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552169392
+SHA256 (Text-MarkdownTable-0.3.1.tar.gz) = 6ca9c2cbac652f3f7be518a1f548f0d53be1e799227bb7ed55752ebf5940a952
+SIZE (Text-MarkdownTable-0.3.1.tar.gz) = 13155
diff --git a/textproc/p5-Text-MarkdownTable/pkg-descr b/textproc/p5-Text-MarkdownTable/pkg-descr
new file mode 100644
index 000000000000..917c2bdf069d
--- /dev/null
+++ b/textproc/p5-Text-MarkdownTable/pkg-descr
@@ -0,0 +1,7 @@
+Text::MarkdownTable can be used to write data in tabular form, formatted in
+MultiMarkdown syntax. The resulting format can be used for instance to display
+CSV data or to include data tables in Markdown files. Newlines and vertical bars
+in table cells are replaced by a space character and cell values can be
+truncated.
+
+WWW: https://metacpan.org/release/Text-MarkdownTable
diff --git a/textproc/p5-Text-MarkdownTable/pkg-plist b/textproc/p5-Text-MarkdownTable/pkg-plist
new file mode 100644
index 000000000000..87c5c708fba1
--- /dev/null
+++ b/textproc/p5-Text-MarkdownTable/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/MarkdownTable.pm
+%%PERL5_MAN3%%/Text::MarkdownTable.3.gz