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
Responsible Changed From-To: freebsd-ports-bugs->barner Grab.
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.