aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-Tagged-Terminal
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-10 11:16:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-10 11:16:33 +0000
commitfeef72c46aa5922da29690743ca6e88b57b1f59d (patch)
tree92e9ea2085015a26df21cf4a6c9f9c1c6994c8c4 /textproc/p5-String-Tagged-Terminal
parentee3f0768e47df2e628294214598821f51eb6d27b (diff)
downloadports-feef72c46aa5922da29690743ca6e88b57b1f59d.tar.gz
ports-feef72c46aa5922da29690743ca6e88b57b1f59d.zip
Add p5-String-Tagged-Terminal 0.02
The subclass of String::Tagged provides a method, build_terminal, for outputting the formatting tags embedded in the string as terminal escape sequences, to render the the output in the appropriate style. WWW: http://search.cpan.org/dist/String-Tagged-Terminal/
Notes
Notes: svn path=/head/; revision=451665
Diffstat (limited to 'textproc/p5-String-Tagged-Terminal')
-rw-r--r--textproc/p5-String-Tagged-Terminal/Makefile26
-rw-r--r--textproc/p5-String-Tagged-Terminal/distinfo3
-rw-r--r--textproc/p5-String-Tagged-Terminal/pkg-descr5
-rw-r--r--textproc/p5-String-Tagged-Terminal/pkg-plist2
4 files changed, 36 insertions, 0 deletions
diff --git a/textproc/p5-String-Tagged-Terminal/Makefile b/textproc/p5-String-Tagged-Terminal/Makefile
new file mode 100644
index 000000000000..7d72678c6ecd
--- /dev/null
+++ b/textproc/p5-String-Tagged-Terminal/Makefile
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= String-Tagged-Terminal
+PORTVERSION= 0.02
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Format terminal output using String::Tagged
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= p5-Convert-Color>=0:graphics/p5-Convert-Color \
+ p5-Convert-Color-XTerm>=0:graphics/p5-Convert-Color-XTerm \
+ p5-String-Tagged>=0:textproc/p5-String-Tagged
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+NO_ARCH= yes
+USE_PERL5= configure
+USES= perl5
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-String-Tagged-Terminal/distinfo b/textproc/p5-String-Tagged-Terminal/distinfo
new file mode 100644
index 000000000000..0217c6e5f08a
--- /dev/null
+++ b/textproc/p5-String-Tagged-Terminal/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1507627049
+SHA256 (String-Tagged-Terminal-0.02.tar.gz) = 64d8898876dadc34f1c1bba8738a2202106f3cce94ea6269a3a5cc87be114468
+SIZE (String-Tagged-Terminal-0.02.tar.gz) = 13384
diff --git a/textproc/p5-String-Tagged-Terminal/pkg-descr b/textproc/p5-String-Tagged-Terminal/pkg-descr
new file mode 100644
index 000000000000..dbf4dc10ee7c
--- /dev/null
+++ b/textproc/p5-String-Tagged-Terminal/pkg-descr
@@ -0,0 +1,5 @@
+The subclass of String::Tagged provides a method, build_terminal, for outputting
+the formatting tags embedded in the string as terminal escape sequences, to
+render the the output in the appropriate style.
+
+WWW: http://search.cpan.org/dist/String-Tagged-Terminal/
diff --git a/textproc/p5-String-Tagged-Terminal/pkg-plist b/textproc/p5-String-Tagged-Terminal/pkg-plist
new file mode 100644
index 000000000000..b9a08d9804b9
--- /dev/null
+++ b/textproc/p5-String-Tagged-Terminal/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/String/Tagged/Terminal.pm
+%%PERL5_MAN3%%/String::Tagged::Terminal.3.gz