From nobody@FreeBSD.org  Thu Nov 20 04:12:52 2008
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 854C1106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Nov 2008 04:12:52 +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 764838FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Nov 2008 04:12:52 +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 mAK4Cq0x042254
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Nov 2008 04:12:52 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mAK4CqZ5042253;
	Thu, 20 Nov 2008 04:12:52 GMT
	(envelope-from nobody)
Message-Id: <200811200412.mAK4CqZ5042253@www.freebsd.org>
Date: Thu, 20 Nov 2008 04:12:52 GMT
From: George Hartzell <hartzell@alerce.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: devel/p5-Test-WWW-Mechanize-CGIApp -- Test::WWW::Mechanize shim for CGIApp
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129004
>Category:       ports
>Synopsis:       New port: devel/p5-Test-WWW-Mechanize-CGIApp -- Test::WWW::Mechanize shim for CGIApp
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 20 04:20:01 UTC 2008
>Closed-Date:    Fri Nov 21 20:48:24 UTC 2008
>Last-Modified:  Fri Nov 21 20:50:14 UTC 2008
>Originator:     George Hartzell
>Release:        7.1-Prerelease
>Organization:
>Environment:
FreeBSD delicious.alerce.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #14: Mon Sep  8 20:17:13 PDT 2008     root@delicious.alerce.com:/usr/obj/usr/src/sys/PRO  amd64

>Description:
Port for Test::WWW::Mechanize::CGIApp
>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-Mechanize-CGIApp
#	p5-Test-WWW-Mechanize-CGIApp/pkg-plist
#	p5-Test-WWW-Mechanize-CGIApp/pkg-descr
#	p5-Test-WWW-Mechanize-CGIApp/Makefile
#	p5-Test-WWW-Mechanize-CGIApp/distinfo
#
echo c - p5-Test-WWW-Mechanize-CGIApp
mkdir -p p5-Test-WWW-Mechanize-CGIApp > /dev/null 2>&1
echo x - p5-Test-WWW-Mechanize-CGIApp/pkg-plist
sed 's/^X//' >p5-Test-WWW-Mechanize-CGIApp/pkg-plist << 'f44c42ed3111836520f50531f101c24a'
X%%SITE_PERL%%/Test/WWW/Mechanize/CGIApp.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Mechanize/CGIApp/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Mechanize/CGIApp
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Mechanize
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
X@dirrmtry %%SITE_PERL%%/Test/WWW/Mechanize
X@dirrmtry %%SITE_PERL%%/Test/WWW
X@dirrmtry %%SITE_PERL%%/Test
f44c42ed3111836520f50531f101c24a
echo x - p5-Test-WWW-Mechanize-CGIApp/pkg-descr
sed 's/^X//' >p5-Test-WWW-Mechanize-CGIApp/pkg-descr << 'ab62ba902bd469707a0eaa721ce738c0'
XTest::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
Xfeatures for web application testing. The Test::WWW::Mechanize::Catalyst
Xmodule meshes the two to allow easy testing of Catalyst applications
Xwithout starting up a web server.
X
XTesting web applications has always been a bit tricky, normally starting
Xa web server for your application and making real HTTP requests to it.
XThis module allows you to test Catalyst web applications but does not
Xstart a server or issue HTTP requests. Instead, it passes the HTTP
Xrequest object directly to Catalyst. Thus you do not need to use a real
Xhostname: "http://localhost/" will do.
X
XWWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/
ab62ba902bd469707a0eaa721ce738c0
echo x - p5-Test-WWW-Mechanize-CGIApp/Makefile
sed 's/^X//' >p5-Test-WWW-Mechanize-CGIApp/Makefile << 'ec5770fce482e53abe75faec65d71d67'
X# Ports collection makefile for:	p5-Test-WWW-Mechanize-CGIApp
X# Date created:				September 01, 2008
X# Whom:					George Hartzell <hartzell@alerce.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Test-WWW-Mechanize-CGIApp
XPORTVERSION=	0.05
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	hartzell@alerce.com
XCOMMENT=	Test::WWW::Mechanize for CGIApp
X
XRUN_DEPENDS=	p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
X		p5-Test-WWW-Mechanize>=1.14:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
X		p5-HTTP-Request-AsCGI>=0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	5.8.1+
X
XMAN3=	Test::WWW::Mechanize::CGIApp.3
X
X.include <bsd.port.mk>
ec5770fce482e53abe75faec65d71d67
echo x - p5-Test-WWW-Mechanize-CGIApp/distinfo
sed 's/^X//' >p5-Test-WWW-Mechanize-CGIApp/distinfo << 'c88e430f96188c5ce68ff775bd639d90'
XMD5 (Test-WWW-Mechanize-CGIApp-0.05.tar.gz) = fba006e9c9d5591f341cefb44a178429
XSHA256 (Test-WWW-Mechanize-CGIApp-0.05.tar.gz) = 07149ca962d9eb922dfd0615b0402502b4b6092242ba345fe3ccbb35f882c5d4
XSIZE (Test-WWW-Mechanize-CGIApp-0.05.tar.gz) = 13289
c88e430f96188c5ce68ff775bd639d90
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Nov 20 05:31:54 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129004 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Nov 21 20:48:24 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129004: commit references a PR
Date: Fri, 21 Nov 2008 20:48:54 +0000 (UTC)

 miwi        2008-11-21 20:48:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Test-WWW-Mechanize-CGIApp Makefile distinfo pkg-descr 
                                        pkg-plist 
   Log:
   Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
   features for web application testing. The Test::WWW::Mechanize::Catalyst
   module meshes the two to allow easy testing of Catalyst applications
   without starting up a web server.
   
   Testing web applications has always been a bit tricky, normally starting
   a web server for your application and making real HTTP requests to it.
   This module allows you to test Catalyst web applications but does not
   start a server or issue HTTP requests. Instead, it passes the HTTP
   request object directly to Catalyst. Thus you do not need to use a real
   hostname: "http://localhost/" will do.
   
   WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/
   
   PR:             ports/129004
   Submitted by:   George Hartzell <hartzell at alerce.com>
   
   Revision  Changes    Path
   1.3263    +1 -0      ports/devel/Makefile
   1.1       +26 -0     ports/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Test-WWW-Mechanize-CGIApp/distinfo (new)
   1.1       +13 -0     ports/devel/p5-Test-WWW-Mechanize-CGIApp/pkg-descr (new)
   1.1       +9 -0      ports/devel/p5-Test-WWW-Mechanize-CGIApp/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:
