aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-Print
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-04 17:11:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-04 17:11:22 +0000
commite3df8df28daf8133dd029bc7980d769012e0749b (patch)
tree2f765c0ae06472dd5c41cfc9e3d1c1815e6ac232 /textproc/p5-String-Print
parent4357f23137a9a35fb495b30aa4dbfbc7b38e7dcb (diff)
downloadports-e3df8df28daf8133dd029bc7980d769012e0749b.tar.gz
ports-e3df8df28daf8133dd029bc7980d769012e0749b.zip
- Add p5-String-Print 0.15
String::Print inserts values into (translated) strings. It provides printf and sprintf alternatives via both an object oriented and a functional interface. WWW: http://search.cpan.org/dist/String-Print/
Notes
Notes: svn path=/head/; revision=376245
Diffstat (limited to 'textproc/p5-String-Print')
-rw-r--r--textproc/p5-String-Print/Makefile22
-rw-r--r--textproc/p5-String-Print/distinfo2
-rw-r--r--textproc/p5-String-Print/pkg-descr4
-rw-r--r--textproc/p5-String-Print/pkg-plist3
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/p5-String-Print/Makefile b/textproc/p5-String-Print/Makefile
new file mode 100644
index 000000000000..f8320657fa79
--- /dev/null
+++ b/textproc/p5-String-Print/Makefile
@@ -0,0 +1,22 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= String-Print
+PORTVERSION= 0.15
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Alternative of printf
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Unicode-LineBreak>=0:${PORTSDIR}/textproc/p5-Unicode-LineBreak
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USE_PERL5= configure
+USES= perl5
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-String-Print/distinfo b/textproc/p5-String-Print/distinfo
new file mode 100644
index 000000000000..0885e6227aef
--- /dev/null
+++ b/textproc/p5-String-Print/distinfo
@@ -0,0 +1,2 @@
+SHA256 (String-Print-0.15.tar.gz) = b4e97c3ced0f75d485be6d73987bde4757e71d31e790ea61424f1b935b6134d9
+SIZE (String-Print-0.15.tar.gz) = 13569
diff --git a/textproc/p5-String-Print/pkg-descr b/textproc/p5-String-Print/pkg-descr
new file mode 100644
index 000000000000..4ff6c07e22a8
--- /dev/null
+++ b/textproc/p5-String-Print/pkg-descr
@@ -0,0 +1,4 @@
+String::Print inserts values into (translated) strings. It provides printf and
+sprintf alternatives via both an object oriented and a functional interface.
+
+WWW: http://search.cpan.org/dist/String-Print/
diff --git a/textproc/p5-String-Print/pkg-plist b/textproc/p5-String-Print/pkg-plist
new file mode 100644
index 000000000000..5c940b9c058f
--- /dev/null
+++ b/textproc/p5-String-Print/pkg-plist
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/String/Print.pm
+%%SITE_PERL%%/String/Print.pod
+%%PERL5_MAN3%%/String::Print.3.gz