Add p5-String-Format 1.13,
perl module for sprintf-like string formatting capability. PR: 79195 Submitted by: Matt Mills <matt_mills@btopenworld.com>
This commit is contained in:
parent
a7af751bf2
commit
a885a91969
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136661
5 changed files with 35 additions and 0 deletions
|
@ -356,6 +356,7 @@
|
|||
SUBDIR += p5-Spreadsheet-WriteExcel
|
||||
SUBDIR += p5-Spreadsheet-WriteExcel-FromXML
|
||||
SUBDIR += p5-Spreadsheet-WriteExcelXML
|
||||
SUBDIR += p5-String-Format
|
||||
SUBDIR += p5-String-Scanf
|
||||
SUBDIR += p5-String-ShellQuote
|
||||
SUBDIR += p5-String-ShowDiff
|
||||
|
|
22
textproc/p5-String-Format/Makefile
Normal file
22
textproc/p5-String-Format/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: String::Format
|
||||
# Date created: 24 March, 2005
|
||||
# Whom: Matt Mills <matt_mills@btopenworld.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= String-Format
|
||||
PORTVERSION= 1.13
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= String
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= matt_mills@btopenworld.com
|
||||
COMMENT= Perl module for sprintf-like string formatting capability
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= String::Format.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-String-Format/distinfo
Normal file
2
textproc/p5-String-Format/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (String-Format-1.13.tar.gz) = 7a01414e59bc40c44652c921b4793f6f
|
||||
SIZE (String-Format-1.13.tar.gz) = 6643
|
5
textproc/p5-String-Format/pkg-descr
Normal file
5
textproc/p5-String-Format/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
String::Format is a Perl module which gives the user
|
||||
sprintf-like string formatting capabilities with arbitrary
|
||||
format definitions.
|
||||
|
||||
WWW: http://search.cpan.org/dist/String-Format/
|
5
textproc/p5-String-Format/pkg-plist
Normal file
5
textproc/p5-String-Format/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/String/Format.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Format/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Format
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/String
|
||||
@unexec rmdir %D/%%SITE_PERL%%/String
|
Loading…
Reference in a new issue