Lines 6-18
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Test-Parser |
8 |
PORTNAME= Test-Parser |
9 |
PORTVERSION= 1.4 |
9 |
PORTVERSION= 1.5 |
10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITE_SUBDIR= Test |
12 |
MASTER_SITE_SUBDIR= Test |
13 |
PKGNAMEPREFIX= p5- |
13 |
PKGNAMEPREFIX= p5- |
14 |
|
14 |
|
15 |
MAINTAINER= gslin@gslin.org |
15 |
MAINTAINER= perl@FreeBSD.org |
16 |
COMMENT= Parsing log files from test runs, and displays in an XML syntax |
16 |
COMMENT= Parsing log files from test runs, and displays in an XML syntax |
17 |
|
17 |
|
18 |
RUN_DEPENDS= ${SITE_PERL}/Chart/Graph/Gnuplot.pm:${PORTSDIR}/graphics/p5-Chart-Graph \ |
18 |
RUN_DEPENDS= ${SITE_PERL}/Chart/Graph/Gnuplot.pm:${PORTSDIR}/graphics/p5-Chart-Graph \ |
Lines 21-37
Link Here
|
21 |
|
21 |
|
22 |
PERL_CONFIGURE= yes |
22 |
PERL_CONFIGURE= yes |
23 |
|
23 |
|
24 |
MAN1= parse_iozone.1 parse_test.1 |
24 |
MAN1= parse_iozone.1 parse_test.1 |
25 |
|
25 |
|
26 |
MAN3= Test::Metadata.3 Test::Parser.3 \ |
26 |
MAN3= Test::Metadata.3 Test::Parser.3 Test::Parser::Dbench.3 \ |
27 |
Test::Parser::Dbench.3 Test::Parser::Dbt2.3 \ |
27 |
Test::Parser::Dbt2.3 Test::Parser::Dbt5.3 \ |
28 |
Test::Parser::Iostat.3 Test::Parser::Iozone.3 \ |
28 |
Test::Parser::Iostat.3 Test::Parser::KernelBuild.3 \ |
29 |
Test::Parser::KernelBuild.3 Test::Parser::LHCS.3 \ |
|
|
30 |
Test::Parser::LTP.3 Test::Parser::NewPyNfs.3 \ |
31 |
Test::Parser::Oprofile.3 Test::Parser::PgOptions.3 \ |
29 |
Test::Parser::Oprofile.3 Test::Parser::PgOptions.3 \ |
32 |
Test::Parser::Readprofile.3 Test::Parser::Sar.3 \ |
30 |
Test::Parser::Readprofile.3 Test::Parser::Sar.3 \ |
33 |
Test::Parser::SysbenchCPU.3 Test::Parser::SysbenchFileIO.3 \ |
31 |
Test::Parser::SysbenchCPU.3 Test::Parser::SysbenchFileIO.3 \ |
34 |
Test::Parser::Sysctl.3 Test::Parser::Vmstat.3 |
32 |
Test::Parser::Sysctl.3 Test::Parser::Vmstat.3 \ |
|
|
33 |
Test::Parser::cthon.3 Test::Parser::ffsb.3 \ |
34 |
Test::Parser::iozone.3 Test::Parser::lhcs_regression.3 \ |
35 |
Test::Parser::ltp.3 Test::Parser::newpynfs.3 |
35 |
|
36 |
|
36 |
.include <bsd.port.pre.mk> |
37 |
.include <bsd.port.pre.mk> |
37 |
|
38 |
|