From nobody@FreeBSD.org  Fri Jun 12 13:43:16 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 34C3C1065675
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Jun 2009 13:43:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 21FD68FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Jun 2009 13:43:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5CDhF2B086451
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Jun 2009 13:43:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n5CDhFaQ086450;
	Fri, 12 Jun 2009 13:43:15 GMT
	(envelope-from nobody)
Message-Id: <200906121343.n5CDhFaQ086450@www.freebsd.org>
Date: Fri, 12 Jun 2009 13:43:15 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT]devel/p5-Test-WWW-Selenium:Perl driver and test library for Selenium Remote Control (SRC)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         135507
>Category:       ports
>Synopsis:       [NEW PORT]devel/p5-Test-WWW-Selenium:Perl driver and test library for Selenium Remote Control (SRC)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 12 13:50:03 UTC 2009
>Closed-Date:    Sat Jun 13 22:32:15 UTC 2009
>Last-Modified:  Sat Jun 13 22:40:03 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Test-WWW-Selenium is a perl driver and test library for Selenium
Remote Control (SRC).

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


(This ports is prepared for updating p5-Jifty)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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-WWW-Selenium
#	p5-Test-WWW-Selenium/Makefile
#	p5-Test-WWW-Selenium/distinfo
#	p5-Test-WWW-Selenium/pkg-descr
#	p5-Test-WWW-Selenium/pkg-plist
#
echo c - p5-Test-WWW-Selenium
mkdir -p p5-Test-WWW-Selenium > /dev/null 2>&1
echo x - p5-Test-WWW-Selenium/Makefile
sed 's/^X//' >p5-Test-WWW-Selenium/Makefile << 'dc8ab4b637c2b7762dac47dc2a033552'
X# New ports collection makefile for:	devel/p5-Test-WWW-Selenium
X# Date created:				12 June, 2009
X# Whom:					Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Test-WWW-Selenium
XPORTVERSION=	1.17
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Perl driver and test library for Selenium Remote Control (SRC)
X
XBUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
X		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
X		p5-Test-Mock-LWP>=0:${PORTSDIR}/devel/p5-Test-Mock-LWP \
X		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Test::WWW::Selenium.3 \
X	WWW::Selenium::Util.3 \
X	WWW::Selenium.3
X
X.include <bsd.port.mk>
dc8ab4b637c2b7762dac47dc2a033552
echo x - p5-Test-WWW-Selenium/distinfo
sed 's/^X//' >p5-Test-WWW-Selenium/distinfo << '3191e7573295f29fa482c5066655d42a'
XMD5 (Test-WWW-Selenium-1.17.tar.gz) = 3aa216300314d226fb4ab71bdd148fef
XSHA256 (Test-WWW-Selenium-1.17.tar.gz) = 63de861addfd62f70dc348db1df7f8b96c0e36ff0278b11b2a3a378b56afc16c
XSIZE (Test-WWW-Selenium-1.17.tar.gz) = 44009
3191e7573295f29fa482c5066655d42a
echo x - p5-Test-WWW-Selenium/pkg-descr
sed 's/^X//' >p5-Test-WWW-Selenium/pkg-descr << 'b80dfff13ab46fa7f142841d68961018'
XTest-WWW-Selenium is a perl driver and test library for Selenium
XRemote Control (SRC).
X
XWWW: http://search.cpan.org/dist/Test-WWW-Selenium/
b80dfff13ab46fa7f142841d68961018
echo x - p5-Test-WWW-Selenium/pkg-plist
sed 's/^X//' >p5-Test-WWW-Selenium/pkg-plist << '6ddf911a73f74f9c3a655616d5650c7b'
X%%SITE_PERL%%/Test/WWW/Selenium.pm
X%%SITE_PERL%%/WWW/Selenium.pm
X%%SITE_PERL%%/WWW/Selenium/Util.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Selenium/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Selenium
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
X@dirrmtry %%SITE_PERL%%/WWW/Selenium
X@dirrmtry %%SITE_PERL%%/WWW
X@dirrmtry %%SITE_PERL%%/Test/WWW
X@dirrmtry %%SITE_PERL%%/Test
6ddf911a73f74f9c3a655616d5650c7b
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 12 13:50:16 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135507 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jun 13 22:32:14 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135507: commit references a PR
Date: Sat, 13 Jun 2009 22:32:57 +0000 (UTC)

 miwi        2009-06-13 22:32:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Test-WWW-Selenium Makefile distinfo pkg-descr 
                                pkg-plist 
   Log:
   Test-WWW-Selenium is a perl driver and test library for Selenium
   Remote Control (SRC).
   
   WWW: http://search.cpan.org/dist/Test-WWW-Selenium/
   
   PR:             ports/135507
   Submitted by:   Wen Heping <wenheping at gmail.com>
   
   Revision  Changes    Path
   1.3517    +1 -0      ports/devel/Makefile
   1.1       +29 -0     ports/devel/p5-Test-WWW-Selenium/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Test-WWW-Selenium/distinfo (new)
   1.1       +4 -0      ports/devel/p5-Test-WWW-Selenium/pkg-descr (new)
   1.1       +11 -0     ports/devel/p5-Test-WWW-Selenium/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
