aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-04-21 08:23:44 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-04-21 08:23:44 +0800
commitf53ec43548bb75074e28125269e385acb5c9f5fa (patch)
tree0815b14426e5519954194eb2733d7a5771cb603b /textproc
parente3ef51221e25ef616c038c354fd2b8c5787c0967 (diff)
downloadfreebsd-ports-gnome-f53ec43548bb75074e28125269e385acb5c9f5fa.tar.gz
freebsd-ports-gnome-f53ec43548bb75074e28125269e385acb5c9f5fa.tar.zst
freebsd-ports-gnome-f53ec43548bb75074e28125269e385acb5c9f5fa.zip
Add p5-Text-Table-TinyWide 0.001
Text::Table::TinyWide is like Text::Table::Tiny with added support for wide characters. With this module, text with wide characters will still line up. Interface, options, and format variables are the same as in Text::Table::Tiny. WWW: https://metacpan.org/release/Text-Table-TinyWide
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Text-Table-TinyWide/Makefile25
-rw-r--r--textproc/p5-Text-Table-TinyWide/distinfo3
-rw-r--r--textproc/p5-Text-Table-TinyWide/pkg-descr6
-rw-r--r--textproc/p5-Text-Table-TinyWide/pkg-plist2
5 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 5a37473d4f88..4f2b65eb2335 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -978,6 +978,7 @@
SUBDIR += p5-Text-Table-TSV
SUBDIR += p5-Text-Table-Tiny
SUBDIR += p5-Text-Table-TinyColor
+ SUBDIR += p5-Text-Table-TinyWide
SUBDIR += p5-Text-Table-XLSX
SUBDIR += p5-Text-Tabs+Wrap
SUBDIR += p5-Text-TabularDisplay
diff --git a/textproc/p5-Text-Table-TinyWide/Makefile b/textproc/p5-Text-Table-TinyWide/Makefile
new file mode 100644
index 000000000000..5c1d96b96349
--- /dev/null
+++ b/textproc/p5-Text-Table-TinyWide/Makefile
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Text-Table-TinyWide
+PORTVERSION= 0.001
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Text::Table::Tiny with support for wide character
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Text-WideChar-Util>=0:textproc/p5-Text-WideChar-Util
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Table-TinyWide/distinfo b/textproc/p5-Text-Table-TinyWide/distinfo
new file mode 100644
index 000000000000..29514cfd3869
--- /dev/null
+++ b/textproc/p5-Text-Table-TinyWide/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552150255
+SHA256 (Text-Table-TinyWide-0.001.tar.gz) = 1e9ecaeacba23b0885b822dc16525191bb78544be8294e060b896e37f43f4082
+SIZE (Text-Table-TinyWide-0.001.tar.gz) = 14160
diff --git a/textproc/p5-Text-Table-TinyWide/pkg-descr b/textproc/p5-Text-Table-TinyWide/pkg-descr
new file mode 100644
index 000000000000..3b69667a2126
--- /dev/null
+++ b/textproc/p5-Text-Table-TinyWide/pkg-descr
@@ -0,0 +1,6 @@
+Text::Table::TinyWide is like Text::Table::Tiny with added support for wide
+characters. With this module, text with wide characters will still line up.
+
+Interface, options, and format variables are the same as in Text::Table::Tiny.
+
+WWW: https://metacpan.org/release/Text-Table-TinyWide
diff --git a/textproc/p5-Text-Table-TinyWide/pkg-plist b/textproc/p5-Text-Table-TinyWide/pkg-plist
new file mode 100644
index 000000000000..195f2850f47c
--- /dev/null
+++ b/textproc/p5-Text-Table-TinyWide/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/Table/TinyWide.pm
+%%PERL5_MAN3%%/Text::Table::TinyWide.3.gz