From hartzell@blue.alerce.com  Tue Sep 19 03:37:31 2006
Return-Path: <hartzell@blue.alerce.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8E3A616A407
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Sep 2006 03:37:31 +0000 (UTC)
	(envelope-from hartzell@blue.alerce.com)
Received: from blue.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3105F43D58
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Sep 2006 03:37:31 +0000 (GMT)
	(envelope-from hartzell@blue.alerce.com)
Received: from blue.alerce.com (localhost [127.0.0.1])
	by blue.alerce.com (8.13.6/8.13.6) with ESMTP id k8J3ewIw001471;
	Mon, 18 Sep 2006 20:40:58 -0700 (PDT)
	(envelope-from hartzell@blue.alerce.com)
Received: (from hartzell@localhost)
	by blue.alerce.com (8.13.6/8.13.6/Submit) id k8J3ewtA001470;
	Mon, 18 Sep 2006 20:40:58 -0700 (PDT)
	(envelope-from hartzell)
Message-Id: <200609190340.k8J3ewtA001470@blue.alerce.com>
Date: Mon, 18 Sep 2006 20:40:58 -0700 (PDT)
From: George Hartzell <hartzell@alerce.com>
Reply-To: George Hartzell <hartzell@alerce.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: George Hartzell <hartzell@alerce.com>
Subject: New port: www/p5-CGI-Application-Plugin-Forward.shar
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103379
>Category:       ports
>Synopsis:       New port: www/p5-CGI-Application-Plugin-Forward.shar
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 19 03:40:28 GMT 2006
>Closed-Date:    Thu Dec 07 06:21:08 GMT 2006
>Last-Modified:  Thu Dec 07 06:21:08 GMT 2006
>Originator:     George Hartzell
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD blue.alerce.com 6.1-STABLE FreeBSD 6.1-STABLE #6: Wed May 31 13:03:07 PDT 2006 root@blue.alerce.com:/usr/obj/usr/src/sys/BLUE i386


        
>Description:
        
>How-To-Repeat:
        
>Fix:


# 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-CGI-Application-Plugin-Forward
#	p5-CGI-Application-Plugin-Forward/distinfo
#	p5-CGI-Application-Plugin-Forward/Makefile
#	p5-CGI-Application-Plugin-Forward/pkg-descr
#	p5-CGI-Application-Plugin-Forward/pkg-plist
#
echo c - p5-CGI-Application-Plugin-Forward
mkdir -p p5-CGI-Application-Plugin-Forward > /dev/null 2>&1
echo x - p5-CGI-Application-Plugin-Forward/distinfo
sed 's/^X//' >p5-CGI-Application-Plugin-Forward/distinfo << 'END-of-p5-CGI-Application-Plugin-Forward/distinfo'
XMD5 (CGI-Application-Plugin-Forward-1.06.tar.gz) = 1593ec5a83a7e104e4b85f13cc729a8a
XSHA256 (CGI-Application-Plugin-Forward-1.06.tar.gz) = f350069f31db2dab65b68a1d4a1bdb854ece8b91f8bd43bf822b828151708f47
XSIZE (CGI-Application-Plugin-Forward-1.06.tar.gz) = 9525
END-of-p5-CGI-Application-Plugin-Forward/distinfo
echo x - p5-CGI-Application-Plugin-Forward/Makefile
sed 's/^X//' >p5-CGI-Application-Plugin-Forward/Makefile << 'END-of-p5-CGI-Application-Plugin-Forward/Makefile'
X# New ports collection makefile for:	www/p5-CGI-Application-Plugin-Forward
X# Date created:				14 September 2005
X# Whom:					George Hartzell <hartzell@alerce.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	CGI-Application-Plugin-Forward
XPORTVERSION=	1.06
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	CGI
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	hartzell@alerce.com
XCOMMENT=	Support for forwarding requests in CGI::Application
X
XBUILD_DEPENDS=	${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
X		${SITE_PERL}/CGI/Application/Plugin/AutoRunmode.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-AutoRunmode
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_MODBUILD=	yes
X
XMAN3=	CGI::Application::Plugin::Forward.3
X
X.include <bsd.port.pre.mk>
X.if ${PERL_LEVEL} < 500800
XIGNORE=	requires Perl 5.8 or newer. Install lang/perl5.8, and try again
X.endif
X.include <bsd.port.post.mk>
END-of-p5-CGI-Application-Plugin-Forward/Makefile
echo x - p5-CGI-Application-Plugin-Forward/pkg-descr
sed 's/^X//' >p5-CGI-Application-Plugin-Forward/pkg-descr << 'END-of-p5-CGI-Application-Plugin-Forward/pkg-descr'
XThe forward method passes control to another run mode and returns its
Xoutput. This is equivalent to calling $self->$other_runmode, except
Xthat CGI::Application's internal value of the current run mode is
Xupdated.
END-of-p5-CGI-Application-Plugin-Forward/pkg-descr
echo x - p5-CGI-Application-Plugin-Forward/pkg-plist
sed 's/^X//' >p5-CGI-Application-Plugin-Forward/pkg-plist << 'END-of-p5-CGI-Application-Plugin-Forward/pkg-plist'
X%%SITE_PERL%%/CGI/Application/Plugin/Forward.pm
X@dirrmtry %%SITE_PERL%%/CGI/Application/Plugin
X@dirrmtry %%SITE_PERL%%/CGI/Application
X@dirrmtry %%SITE_PERL%%/CGI
END-of-p5-CGI-Application-Plugin-Forward/pkg-plist
exit

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Tue Sep 19 03:41:31 UTC 2006 
Class-Changed-Why:  
Fix category (new ports should be change-requests) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103379 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Sep 19 19:19:40 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103379 
Responsible-Changed-From-To: miwi->clsung 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Sep 20 09:46:09 UTC 2006 
Responsible-Changed-Why:  
my tinderbox is broken, with discussion to clsung thanks 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103379: commit references a PR
Date: Thu,  7 Dec 2006 06:19:36 +0000 (UTC)

 clsung      2006-12-07 06:19:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/p5-CGI-Application-Plugin-Forward Makefile distinfo 
                                           pkg-descr pkg-plist 
   Log:
   Add p5-CGI-Application-Plugin-Forward 1.06, support for forwarding
   requests in CGI::Application.
   
   PR:             ports/103379
   Submitted by:   George Hartzell <hartzell at alerce.com>
   
   Revision  Changes    Path
   1.1622    +1 -0      ports/www/Makefile
   1.1       +30 -0     ports/www/p5-CGI-Application-Plugin-Forward/Makefile (new)
   1.1       +3 -0      ports/www/p5-CGI-Application-Plugin-Forward/distinfo (new)
   1.1       +6 -0      ports/www/p5-CGI-Application-Plugin-Forward/pkg-descr (new)
   1.1       +4 -0      ports/www/p5-CGI-Application-Plugin-Forward/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Thu Dec 7 06:21:06 UTC 2006 
State-Changed-Why:  
New port added. Thank You. 

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