Date: Sat, 3 Feb 2007 19:04:29 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/108708: [MAINTAINER] devel/p5-Test-Parser: update to 1.5 Message-ID: <20070203110429.801BC73@netnews.NCTU.edu.tw> Resent-Message-ID: <200702031110.l13BAJNu011383@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 108708 >Category: ports >Synopsis: [MAINTAINER] devel/p5-Test-Parser: update to 1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 03 11:10:18 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 14 14:05:12 CST 2007 >Description: - Update to 1.5 - Drop maintainership to perl@FreeBSD.org Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Test-Parser-1.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Parser/Makefile /home/staff/gslin/work/ports/p5-Test-Parser/Makefile --- /usr/ports/devel/p5-Test-Parser/Makefile Mon Sep 11 03:19:21 2006 +++ /home/staff/gslin/work/ports/p5-Test-Parser/Makefile Sat Feb 3 19:02:49 2007 @@ -6,13 +6,13 @@ # PORTNAME= Test-Parser -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Parsing log files from test runs, and displays in an XML syntax RUN_DEPENDS= ${SITE_PERL}/Chart/Graph/Gnuplot.pm:${PORTSDIR}/graphics/p5-Chart-Graph \ @@ -21,17 +21,18 @@ PERL_CONFIGURE= yes -MAN1= parse_iozone.1 parse_test.1 +MAN1= parse_iozone.1 parse_test.1 -MAN3= Test::Metadata.3 Test::Parser.3 \ - Test::Parser::Dbench.3 Test::Parser::Dbt2.3 \ - Test::Parser::Iostat.3 Test::Parser::Iozone.3 \ - Test::Parser::KernelBuild.3 Test::Parser::LHCS.3 \ - Test::Parser::LTP.3 Test::Parser::NewPyNfs.3 \ +MAN3= Test::Metadata.3 Test::Parser.3 Test::Parser::Dbench.3 \ + Test::Parser::Dbt2.3 Test::Parser::Dbt5.3 \ + Test::Parser::Iostat.3 Test::Parser::KernelBuild.3 \ Test::Parser::Oprofile.3 Test::Parser::PgOptions.3 \ Test::Parser::Readprofile.3 Test::Parser::Sar.3 \ Test::Parser::SysbenchCPU.3 Test::Parser::SysbenchFileIO.3 \ - Test::Parser::Sysctl.3 Test::Parser::Vmstat.3 + Test::Parser::Sysctl.3 Test::Parser::Vmstat.3 \ + Test::Parser::cthon.3 Test::Parser::ffsb.3 \ + Test::Parser::iozone.3 Test::Parser::lhcs_regression.3 \ + Test::Parser::ltp.3 Test::Parser::newpynfs.3 .include <bsd.port.pre.mk> diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Parser/distinfo /home/staff/gslin/work/ports/p5-Test-Parser/distinfo --- /usr/ports/devel/p5-Test-Parser/distinfo Mon Sep 11 03:19:21 2006 +++ /home/staff/gslin/work/ports/p5-Test-Parser/distinfo Sat Feb 3 18:56:48 2007 @@ -1,3 +1,3 @@ -MD5 (Test-Parser-1.4.tar.gz) = 10e86a0829e4047091d10cb0c1d64604 -SHA256 (Test-Parser-1.4.tar.gz) = fc8b8cb67ca0a699076b636f1637210250ba420f746f536f9750b8f2c2cb057e -SIZE (Test-Parser-1.4.tar.gz) = 457463 +MD5 (Test-Parser-1.5.tar.gz) = 7f4774fad368279a1bd9a44aff9bff07 +SHA256 (Test-Parser-1.5.tar.gz) = e77bac163f5603ad3c545a1529b43b35dfdcbfaf3922e1c8ba93e532e00aa0a9 +SIZE (Test-Parser-1.5.tar.gz) = 378564 diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Parser/pkg-plist /home/staff/gslin/work/ports/p5-Test-Parser/pkg-plist --- /usr/ports/devel/p5-Test-Parser/pkg-plist Mon Sep 11 03:19:21 2006 +++ /home/staff/gslin/work/ports/p5-Test-Parser/pkg-plist Sat Feb 3 19:01:36 2007 @@ -4,12 +4,9 @@ %%SITE_PERL%%/Test/Parser.pm %%SITE_PERL%%/Test/Parser/Dbench.pm %%SITE_PERL%%/Test/Parser/Dbt2.pm +%%SITE_PERL%%/Test/Parser/Dbt5.pm %%SITE_PERL%%/Test/Parser/Iostat.pm -%%SITE_PERL%%/Test/Parser/Iozone.pm %%SITE_PERL%%/Test/Parser/KernelBuild.pm -%%SITE_PERL%%/Test/Parser/LHCS.pm -%%SITE_PERL%%/Test/Parser/LTP.pm -%%SITE_PERL%%/Test/Parser/NewPyNfs.pm %%SITE_PERL%%/Test/Parser/Oprofile.pm %%SITE_PERL%%/Test/Parser/PgOptions.pm %%SITE_PERL%%/Test/Parser/Readprofile.pm @@ -18,6 +15,12 @@ %%SITE_PERL%%/Test/Parser/SysbenchFileIO.pm %%SITE_PERL%%/Test/Parser/Sysctl.pm %%SITE_PERL%%/Test/Parser/Vmstat.pm +%%SITE_PERL%%/Test/Parser/cthon.pm +%%SITE_PERL%%/Test/Parser/ffsb.pm +%%SITE_PERL%%/Test/Parser/iozone.pm +%%SITE_PERL%%/Test/Parser/lhcs_regression.pm +%%SITE_PERL%%/Test/Parser/ltp.pm +%%SITE_PERL%%/Test/Parser/newpynfs.pm bin/kernel2trpi bin/parse_build_kernel bin/parse_iozone --- p5-Test-Parser-1.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070203110429.801BC73>