diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-07 16:19:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-07 16:19:09 +0000 |
commit | 4207cadc7a122f01331a4cbac5052eceadff09ce (patch) | |
tree | ab28a9394fc557db7d3199c4678d5874e3692c15 | |
parent | - Unquote DEPRECATED to make portlint a bit happier (diff) |
Text::Report - Perl extension for generating mixed columnar formatted reports
and report templates
Author: David Huggins <davidius@cpan.org>
WWW: http://search.cpan.org/dist/Text-Report/
PR: ports/114373
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
Notes
Notes:
svn path=/head/; revision=195165
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Report/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Text-Report/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Report/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Report/pkg-plist | 6 |
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0009b0fd4f77..6a5bba08d241 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -558,6 +558,7 @@ SUBDIR += p5-Text-RecordParser SUBDIR += p5-Text-Reflow SUBDIR += p5-Text-Reform + SUBDIR += p5-Text-Report SUBDIR += p5-Text-Repository SUBDIR += p5-Text-Shellwords SUBDIR += p5-Text-Similarity diff --git a/textproc/p5-Text-Report/Makefile b/textproc/p5-Text-Report/Makefile new file mode 100644 index 000000000000..c07ae02431a8 --- /dev/null +++ b/textproc/p5-Text-Report/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Text-Report +# Date created: 2007-07-07 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Text-Report +PORTVERSION= 1.003 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= For generating mixed columnar formatted reports and report templates + +RUN_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Text::Report.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Report/distinfo b/textproc/p5-Text-Report/distinfo new file mode 100644 index 000000000000..f3cf8db12649 --- /dev/null +++ b/textproc/p5-Text-Report/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Report-1.003.tar.gz) = 106d7eeb03bc9b79f1ddb547443e1e1a +SHA256 (Text-Report-1.003.tar.gz) = efc437f63748c903f6e8c0dafe7c5a2fb6a422d5e903116eb9df70459e0c94f8 +SIZE (Text-Report-1.003.tar.gz) = 22817 diff --git a/textproc/p5-Text-Report/pkg-descr b/textproc/p5-Text-Report/pkg-descr new file mode 100644 index 000000000000..66edef09640a --- /dev/null +++ b/textproc/p5-Text-Report/pkg-descr @@ -0,0 +1,5 @@ +Text::Report - Perl extension for generating mixed columnar formatted reports +and report templates + +Author: David Huggins <davidius@cpan.org> +WWW: http://search.cpan.org/dist/Text-Report/ diff --git a/textproc/p5-Text-Report/pkg-plist b/textproc/p5-Text-Report/pkg-plist new file mode 100644 index 000000000000..bba78ea81093 --- /dev/null +++ b/textproc/p5-Text-Report/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Text/Report.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Report/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Report +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text |