Importing package for Perl 5 module String::Formatter version 0.102082
from CPAN into textproc/p5-String-Formatter. 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.
This commit is contained in:
parent
6d7f2c37ad
commit
b5b7595006
3 changed files with 33 additions and 0 deletions
6
textproc/p5-String-Formatter/DESCR
Normal file
6
textproc/p5-String-Formatter/DESCR
Normal file
|
@ -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.
|
22
textproc/p5-String-Formatter/Makefile
Normal file
22
textproc/p5-String-Formatter/Makefile
Normal file
|
@ -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"
|
5
textproc/p5-String-Formatter/distinfo
Normal file
5
textproc/p5-String-Formatter/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue