Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2006 19:52:06 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/101751: [NEW PORT] devel/p5-Test-Parser: Parsing log files from test runs, and displays in an XML syntax
Message-ID:  <20060810115206.B6F8D372@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608101200.k7AC0Y75042376@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101751
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Test-Parser: Parsing log files from test runs, and displays in an XML syntax
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 10 12:00:33 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
This module serves as a common base class for test log parsers. These
tools are intended to be able to parse output from a wide variety of
tests - including non-Perl tests.

The parsers also write the test data into the 'Test Result Publication
Interface' (TRPI) XML schema, developed by SpikeSource. See
http://www.spikesource.com/testresults/index.jsp?show=trpi-schema

WWW:	http://search.cpan.org/dist/Test-Parser/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Test-Parser-1.3.1.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Test-Parser
#	p5-Test-Parser/pkg-descr
#	p5-Test-Parser/Makefile
#	p5-Test-Parser/pkg-plist
#	p5-Test-Parser/distinfo
#
echo c - p5-Test-Parser
mkdir -p p5-Test-Parser > /dev/null 2>&1
echo x - p5-Test-Parser/pkg-descr
sed 's/^X//' >p5-Test-Parser/pkg-descr << 'END-of-p5-Test-Parser/pkg-descr'
XThis module serves as a common base class for test log parsers. These
Xtools are intended to be able to parse output from a wide variety of
Xtests - including non-Perl tests.
X
XThe parsers also write the test data into the 'Test Result Publication
XInterface' (TRPI) XML schema, developed by SpikeSource. See
Xhttp://www.spikesource.com/testresults/index.jsp?show=trpi-schema
X
XWWW:	http://search.cpan.org/dist/Test-Parser/
END-of-p5-Test-Parser/pkg-descr
echo x - p5-Test-Parser/Makefile
sed 's/^X//' >p5-Test-Parser/Makefile << 'END-of-p5-Test-Parser/Makefile'
X# New ports collection makefile for:	p5-Test-Parser
X# Date created:		2006-08-10
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Test-Parser
XPORTVERSION=	1.3.1
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Test
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Parsing log files from test runs, and displays in an XML syntax
X
XRUN_DEPENDS=	${SITE_PERL}/Chart/Graph/Gnuplot.pm:${PORTSDIR}/graphics/p5-Chart-Graph \
X		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
X		${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Test::Metadata.3 Test::Parser.3 Test::Parser::KernelBuild.3 \
X		Test::Parser::LHCS.3 Test::Parser::LTP.3 \
X		Test::Parser::NewPyNfs.3 Test::Parser::Vmstat.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XRUN_DEPENDS+=	${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-Pod-Parser
X
Xpost-patch:
X	${FIND} ${WRKSRC}/lib -type f | ${XARGS} ${PERL} -pi -e \
X		's/^use (vars|warnings).*$$//g'
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Test-Parser/Makefile
echo x - p5-Test-Parser/pkg-plist
sed 's/^X//' >p5-Test-Parser/pkg-plist << 'END-of-p5-Test-Parser/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Parser/.packlist
X%%SITE_PERL%%/Test/Metadata.pm
X%%SITE_PERL%%/Test/Parser.pm
X%%SITE_PERL%%/Test/Parser/KernelBuild.pm
X%%SITE_PERL%%/Test/Parser/LHCS.pm
X%%SITE_PERL%%/Test/Parser/LTP.pm
X%%SITE_PERL%%/Test/Parser/NewPyNfs.pm
X%%SITE_PERL%%/Test/Parser/Vmstat.pm
Xbin/kernel2trpi
Xbin/parse_build_kernel
Xbin/parse_ltp
Xbin/parse_newpynfs
Xbin/parse_sysbench_cpu
Xbin/parse_sysbench_fileio
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Parser
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
X@dirrmtry %%SITE_PERL%%/Test/Parser
X@dirrmtry %%SITE_PERL%%/Test
END-of-p5-Test-Parser/pkg-plist
echo x - p5-Test-Parser/distinfo
sed 's/^X//' >p5-Test-Parser/distinfo << 'END-of-p5-Test-Parser/distinfo'
XMD5 (Test-Parser-1.3.1.tar.gz) = c9ba09afb97c224063cb021b2868b629
XSHA256 (Test-Parser-1.3.1.tar.gz) = 2a59b7179e443eb386dca4daf3704a284b89744b260af592b0f1a1c5c5943039
XSIZE (Test-Parser-1.3.1.tar.gz) = 70380
END-of-p5-Test-Parser/distinfo
exit
--- p5-Test-Parser-1.3.1.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060810115206.B6F8D372>