From tjs@Pluto.CDPA.nsysu.edu.tw  Sat Sep  9 15:01:06 2006
Return-Path: <tjs@Pluto.CDPA.nsysu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B7CAB16A407
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Sep 2006 15:01:06 +0000 (UTC)
	(envelope-from tjs@Pluto.CDPA.nsysu.edu.tw)
Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8064B43D78
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Sep 2006 15:00:58 +0000 (GMT)
	(envelope-from tjs@Pluto.CDPA.nsysu.edu.tw)
Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1])
	by Pluto.CDPA.nsysu.edu.tw (8.13.8/8.13.8) with ESMTP id k89F0rfe011913;
	Sat, 9 Sep 2006 23:00:53 +0800 (CST)
	(envelope-from tjs@Pluto.CDPA.nsysu.edu.tw)
Received: (from root@localhost)
	by Pluto.CDPA.nsysu.edu.tw (8.13.8/8.13.8/Submit) id k89F0rZv011908;
	Sat, 9 Sep 2006 23:00:53 +0800 (CST)
	(envelope-from tjs)
Message-Id: <200609091500.k89F0rZv011908@Pluto.CDPA.nsysu.edu.tw>
Date: Sat, 9 Sep 2006 23:00:53 +0800 (CST)
From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [PATCH] devel/p5-Test-Parser: update to 1.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gslin@gslin.org

>Number:         103070
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Parser: update to 1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 09 15:10:21 GMT 2006
>Closed-Date:    Sat Sep 09 17:48:45 GMT 2006
>Last-Modified:  Sat Sep 09 17:48:45 GMT 2006
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Aug 30 13:11:16 CST 2006
>Description:
- Update to 1.4

Port maintainer (gslin@gslin.org) is cc'd.

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

--- p5-Test-Parser-1.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Parser/Makefile /root/p5-Test-Parser/Makefile
--- /usr/ports/devel/p5-Test-Parser/Makefile	Fri Aug 11 09:51:28 2006
+++ /root/p5-Test-Parser/Makefile	Sat Sep  9 22:53:28 2006
@@ -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 @@
 
 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>
 
diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Parser/distinfo /root/p5-Test-Parser/distinfo
--- /usr/ports/devel/p5-Test-Parser/distinfo	Fri Aug 11 09:51:28 2006
+++ /root/p5-Test-Parser/distinfo	Sat Sep  9 22:43:42 2006
@@ -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
diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Parser/pkg-plist /root/p5-Test-Parser/pkg-plist
--- /usr/ports/devel/p5-Test-Parser/pkg-plist	Fri Aug 11 09:51:28 2006
+++ /root/p5-Test-Parser/pkg-plist	Sat Sep  9 22:58:34 2006
@@ -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
--- p5-Test-Parser-1.4.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Sep 9 15:10:29 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103070 

From: Gea-Suan Lin <gslin@gslin.org>
To: bug-followup@FreeBSD.org
Cc: gslin@gslin.org
Subject: Re: ports/103070: [PATCH] devel/p5-Test-Parser: update to 1.4
Date: Sat, 9 Sep 2006 23:40:04 +0800

 Thanks, please commit it.
 
 On Sat, Sep 09, 2006 at 03:10:26PM +0000, Edwin Groothuis wrote:
 > Maintainer of devel/p5-Test-Parser,
 > 
 > Please note that PR ports/103070 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/103070
 > 
 > -- 
 > Edwin Groothuis
 > edwin@FreeBSD.org
 
 -- 
 * Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
 * If you cannot convince them, confuse them.           -- Harry S Truman
State-Changed-From-To: feedback->closed 
State-Changed-By: rafan 
State-Changed-When: Sat Sep 9 17:48:43 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103070 
>Unformatted:
