mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 1.4
PR: ports/103070 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Approved by: Gea-Suan Lin <gslin at gslin.org> (maintainer)
This commit is contained in:
parent
9f9497545e
commit
09d62b5b3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172647
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Test-Parser
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Test
|
||||
@ -21,9 +21,17 @@ RUN_DEPENDS= ${SITE_PERL}/Chart/Graph/Gnuplot.pm:${PORTSDIR}/graphics/p5-Chart-G
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::Metadata.3 Test::Parser.3 Test::Parser::KernelBuild.3 \
|
||||
Test::Parser::LHCS.3 Test::Parser::LTP.3 \
|
||||
Test::Parser::NewPyNfs.3 Test::Parser::Vmstat.3
|
||||
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 \
|
||||
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
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Test-Parser-1.3.1.tar.gz) = c9ba09afb97c224063cb021b2868b629
|
||||
SHA256 (Test-Parser-1.3.1.tar.gz) = 2a59b7179e443eb386dca4daf3704a284b89744b260af592b0f1a1c5c5943039
|
||||
SIZE (Test-Parser-1.3.1.tar.gz) = 70380
|
||||
MD5 (Test-Parser-1.4.tar.gz) = 10e86a0829e4047091d10cb0c1d64604
|
||||
SHA256 (Test-Parser-1.4.tar.gz) = fc8b8cb67ca0a699076b636f1637210250ba420f746f536f9750b8f2c2cb057e
|
||||
SIZE (Test-Parser-1.4.tar.gz) = 457463
|
||||
|
@ -2,17 +2,30 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Parser/.packlist
|
||||
%%SITE_PERL%%/Test/Metadata.pm
|
||||
%%SITE_PERL%%/Test/Parser.pm
|
||||
%%SITE_PERL%%/Test/Parser/Dbench.pm
|
||||
%%SITE_PERL%%/Test/Parser/Dbt2.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
|
||||
%%SITE_PERL%%/Test/Parser/Sar.pm
|
||||
%%SITE_PERL%%/Test/Parser/SysbenchCPU.pm
|
||||
%%SITE_PERL%%/Test/Parser/SysbenchFileIO.pm
|
||||
%%SITE_PERL%%/Test/Parser/Sysctl.pm
|
||||
%%SITE_PERL%%/Test/Parser/Vmstat.pm
|
||||
bin/kernel2trpi
|
||||
bin/parse_build_kernel
|
||||
bin/parse_iozone
|
||||
bin/parse_ltp
|
||||
bin/parse_newpynfs
|
||||
bin/parse_sysbench_cpu
|
||||
bin/parse_sysbench_fileio
|
||||
bin/parse_test
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Parser
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/Test/Parser
|
||||
|
Loading…
Reference in New Issue
Block a user