mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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:
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
|
@ -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
|
||||
|
|
28
devel/p5-String-Formatter/Makefile
Normal file
28
devel/p5-String-Formatter/Makefile
Normal 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>
|
2
devel/p5-String-Formatter/distinfo
Normal file
2
devel/p5-String-Formatter/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (String-Formatter-0.102082.tar.gz) = 93d787dd8f13832a3683d219e086eaf4eb6c5391e396bfcc364c414423b0051a
|
||||
SIZE (String-Formatter-0.102082.tar.gz) = 17608
|
6
devel/p5-String-Formatter/pkg-descr
Normal file
6
devel/p5-String-Formatter/pkg-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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/String-Formatter/
|
8
devel/p5-String-Formatter/pkg-plist
Normal file
8
devel/p5-String-Formatter/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue