Bug 79195 - New port: textproc/p5-String-Format
Summary: New port: textproc/p5-String-Format
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-24 13:00 UTC by Matt Mills
Modified: 2005-06-02 10:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Mills 2005-03-24 13:00:08 UTC
New port: textproc/p5-String-Format Provides sprintf-like string formatting capabilities.

Fix: 

echo c - p5-String-Format
mkdir -p p5-String-Format > /dev/null 2>&1
echo x - p5-String-Format/Makefile
sed 's/^X//' >p5-String-Format/Makefile << 'END-of-p5-String-Format/Makefile'
X# New ports collection makefile for:   String::Format
X# Date created:                24 March, 2005
X# Whom:                        Matt Mills <matt_mills@btopenworld.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      String-Format
XPORTVERSION=   1.13
XCATEGORIES=    textproc
XMASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=    String
XPKGNAMEPREFIX= p5-
X
XMAINTAINER=    matt_mills@btopenworld.com
XCOMMENT=       Perl module for sprintf-like string formatting capability
X
XPERL_CONFIGURE=        yes
X
XMAN3=          String::Format.3
X
X.include <bsd.port.mk>
END-of-p5-String-Format/Makefile
echo x - p5-String-Format/distinfo
sed 's/^X//' >p5-String-Format/distinfo << 'END-of-p5-String-Format/distinfo'
XMD5 (String-Format-1.13.tar.gz) = 7a01414e59bc40c44652c921b4793f6f
XSIZE (String-Format-1.13.tar.gz) = 6643
END-of-p5-String-Format/distinfo
echo x - p5-String-Format/pkg-descr
sed 's/^X//' >p5-String-Format/pkg-descr << 'END-of-p5-String-Format/pkg-descr'
XString::Format is a Perl module which gives the user
Xsprintf-like string formatting capabilities with arbitrary
Xformat definitions.
X
XWWW: http://search.cpan.org/dist/String-Format/
END-of-p5-String-Format/pkg-descr
echo x - p5-String-Format/pkg-plist
sed 's/^X//' >p5-String-Format/pkg-plist << 'END-of-p5-String-Format/pkg-plist'
X%%SITE_PERL%%/String/Format.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Format/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Format
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/String
X@unexec rmdir %D/%%SITE_PERL%%/String
END-of-p5-String-Format/pkg-plist
exit
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-06-02 09:53:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Grab.
Comment 2 Simon Barner freebsd_committer freebsd_triage 2005-06-02 10:04:14 UTC
State Changed
From-To: open->closed

Committed, thanks. 

Next time, please use tabs instead of spaces in the Makefile (perhaps this was 
your editor's fault when you included the shar file). 
You can use send-pr -a newport.shar to append a file to a problem report) 

Otherwise, please run portlint -A (devel/portlint) on your port and try to fix 
all the errors and warnings.