- Update to 1.5
- Drop maintainership PR: ports/108708 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
parent
c097dcebfc
commit
096445ba42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184347
@ -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= clsung@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 @@ RUN_DEPENDS= ${SITE_PERL}/Chart/Graph/Gnuplot.pm:${PORTSDIR}/graphics/p5-Chart-G
|
||||
|
||||
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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user