Date: Thu, 24 Mar 2005 12:51:46 GMT From: Matt Mills <matt_mills@btopenworld.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/79195: New port: textproc/p5-String-Format Message-ID: <200503241251.j2OCpkvS020322@www.freebsd.org> Resent-Message-ID: <200503241300.j2OD089O084536@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79195 >Category: ports >Synopsis: New port: textproc/p5-String-Format >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 24 13:00:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Matt Mills >Release: 4.11-STABLE >Organization: >Environment: >Description: New port: textproc/p5-String-Format Provides sprintf-like string formatting capabilities. >How-To-Repeat: >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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503241251.j2OCpkvS020322>