diff options
author | barner <barner@FreeBSD.org> | 2005-06-02 17:03:58 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-06-02 17:03:58 +0800 |
commit | fb188dc21de1e31e6e1f4b75a957c63ed0dbbf16 (patch) | |
tree | e0b3b9c7a8ef0862381346408ef0a58675293c99 /textproc | |
parent | fd1be38dd3cd990560d327201ff2fb8992d0aee1 (diff) | |
download | freebsd-ports-gnome-fb188dc21de1e31e6e1f4b75a957c63ed0dbbf16.tar.gz freebsd-ports-gnome-fb188dc21de1e31e6e1f4b75a957c63ed0dbbf16.tar.zst freebsd-ports-gnome-fb188dc21de1e31e6e1f4b75a957c63ed0dbbf16.zip |
Add p5-String-Format 1.13,
perl module for sprintf-like string
formatting capability.
PR: 79195
Submitted by: Matt Mills <matt_mills@btopenworld.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-String-Format/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-String-Format/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-String-Format/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-String-Format/pkg-plist | 5 |
5 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c7ea1e749472..3c3714352000 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-String-Format/Makefile b/textproc/p5-String-Format/Makefile new file mode 100644 index 000000000000..7d445c87a7d4 --- /dev/null +++ b/textproc/p5-String-Format/Makefile @@ -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> diff --git a/textproc/p5-String-Format/distinfo b/textproc/p5-String-Format/distinfo new file mode 100644 index 000000000000..5f6707e6ab49 --- /dev/null +++ b/textproc/p5-String-Format/distinfo @@ -0,0 +1,2 @@ +MD5 (String-Format-1.13.tar.gz) = 7a01414e59bc40c44652c921b4793f6f +SIZE (String-Format-1.13.tar.gz) = 6643 diff --git a/textproc/p5-String-Format/pkg-descr b/textproc/p5-String-Format/pkg-descr new file mode 100644 index 000000000000..adb97f2ee232 --- /dev/null +++ b/textproc/p5-String-Format/pkg-descr @@ -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/ diff --git a/textproc/p5-String-Format/pkg-plist b/textproc/p5-String-Format/pkg-plist new file mode 100644 index 000000000000..870309d8ae9a --- /dev/null +++ b/textproc/p5-String-Format/pkg-plist @@ -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 |