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.

WWW: http://search.cpan.org/dist/String-Formatter/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
This commit is contained in:
Baptiste Daroussin 2011-09-20 08:41:24 +00:00
parent cd37763e93
commit a61c7f404c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282048
5 changed files with 45 additions and 0 deletions

View file

@ -2291,6 +2291,7 @@
SUBDIR += p5-String-Checker
SUBDIR += p5-String-Diff
SUBDIR += p5-String-Ediff
SUBDIR += p5-String-Formatter
SUBDIR += p5-String-LRC
SUBDIR += p5-String-Parity
SUBDIR += p5-String-Random

View file

@ -0,0 +1,28 @@
# New ports collection makefile for: devel/p5-String-Formatter
# Date created: 2011-09-19
# Whom: Geraud CONTINSOUZAS <geraud@gcu.info>
#
# $FreeBSD$
#
PORTNAME= String-Formatter
PORTVERSION= 0.102082
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= geraud@gcu.info
COMMENT= Build sprintf-like functions of your own
LICENSE= GPLv2
RUN_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= String::Formatter.3 \
String::Formatter::Cookbook.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (String-Formatter-0.102082.tar.gz) = 93d787dd8f13832a3683d219e086eaf4eb6c5391e396bfcc364c414423b0051a
SIZE (String-Formatter-0.102082.tar.gz) = 17608

View 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.
WWW: http://search.cpan.org/dist/String-Formatter/

View file

@ -0,0 +1,8 @@
%%SITE_PERL%%/String/bench.pl
%%SITE_PERL%%/String/Formatter.pm
%%SITE_PERL%%/String/Formatter/Cookbook.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Formatter/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Formatter
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String
@dirrmtry %%SITE_PERL%%/String/Formatter
@dirrmtry %%SITE_PERL%%/String