diff options
-rw-r--r-- | textproc/p5-String-Formatter/DESCR | 6 | ||||
-rw-r--r-- | textproc/p5-String-Formatter/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-String-Formatter/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-String-Formatter/DESCR b/textproc/p5-String-Formatter/DESCR new file mode 100644 index 00000000000..40b2971813b --- /dev/null +++ b/textproc/p5-String-Formatter/DESCR @@ -0,0 +1,6 @@ +String::Formatter is a tool for building sprintf-like formatting routines. +It supports named or positional formatting, custom conversions, fixed +string interpolation, and simple width-matching out of the box. It is easy +to alter its behavior to write new kinds of format string expanders. For +most cases, it should be easy to build all sorts of formatters out of the +options built into String::Formatter. diff --git a/textproc/p5-String-Formatter/Makefile b/textproc/p5-String-Formatter/Makefile new file mode 100644 index 00000000000..90f81dc531a --- /dev/null +++ b/textproc/p5-String-Formatter/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2012/07/05 11:04:38 sno Exp $ +# + +DISTNAME= String-Formatter-0.102082 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/String-Formatter/ +COMMENT= Perl 5 module to build sprintf-like functions of your own +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util +DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter + +PERL5_PACKLIST= auto/String/Formatter/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-String-Formatter/distinfo b/textproc/p5-String-Formatter/distinfo new file mode 100644 index 00000000000..743c24e64ca --- /dev/null +++ b/textproc/p5-String-Formatter/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/07/05 11:04:38 sno Exp $ + +SHA1 (String-Formatter-0.102082.tar.gz) = 93824d4c2bdf77eaeecdcd67e6c2567bb20897e5 +RMD160 (String-Formatter-0.102082.tar.gz) = d02a340b73d8c5bacc8419ea17f0e2545c54f3b4 +Size (String-Formatter-0.102082.tar.gz) = 17608 bytes |