diff options
author | wen <wen@pkgsrc.org> | 2014-03-01 08:14:41 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-03-01 08:14:41 +0000 |
commit | 8a5074b610b21bf69030d6171669f67101e9b615 (patch) | |
tree | 5e84f9b0ef8a37c18c454ec15cae40371fd4777f /devel | |
parent | e6aa4c278c5f45f4e02a69a33a4cff834bb731b9 (diff) | |
download | pkgsrc-8a5074b610b21bf69030d6171669f67101e9b615.tar.gz |
Import String-Print-0.13 as devel/p5-String-Print.
This module inserts values into (translated) strings. It provides
printf and sprintf alternatives via both an object oriented and a
functional interface.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-String-Print/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-String-Print/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-String-Print/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/p5-String-Print/DESCR b/devel/p5-String-Print/DESCR new file mode 100644 index 00000000000..da0d813f080 --- /dev/null +++ b/devel/p5-String-Print/DESCR @@ -0,0 +1,3 @@ +This module inserts values into (translated) strings. It provides +printf and sprintf alternatives via both an object oriented and a +functional interface. diff --git a/devel/p5-String-Print/Makefile b/devel/p5-String-Print/Makefile new file mode 100644 index 00000000000..3d2215eb3ea --- /dev/null +++ b/devel/p5-String-Print/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2014/03/01 08:14:41 wen Exp $ +# + +DISTNAME= String-Print-0.13 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/String-Print/ +COMMENT= Perl 5 module providing a printf alternative +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Unicode-LineBreak>=0:../../textproc/p5-Unicode-LineBreak + +PERL5_PACKLIST= auto/String/Print/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-String-Print/distinfo b/devel/p5-String-Print/distinfo new file mode 100644 index 00000000000..e31f0157049 --- /dev/null +++ b/devel/p5-String-Print/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/03/01 08:14:41 wen Exp $ + +SHA1 (String-Print-0.13.tar.gz) = c0992cc642e1d9b71e08f5b6c95cd45b00dc248d +RMD160 (String-Print-0.13.tar.gz) = 1a49a6f5d60c4977d2ae1bfc4bd6545b11333394 +Size (String-Print-0.13.tar.gz) = 13426 bytes |