From rbt@home.rbt.ca  Fri May 21 18:36:23 2004
Return-Path: <rbt@home.rbt.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C933B16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 May 2004 18:36:23 -0700 (PDT)
Received: from home.rbt.ca (dyn-70-165.tor.dsl.tht.net [134.22.70.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 45C8A43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 May 2004 18:36:23 -0700 (PDT)
	(envelope-from rbt@home.rbt.ca)
Received: from home.rbt.ca (localhost [127.0.0.1])
	by home.rbt.ca (8.12.10/8.12.10) with ESMTP id i4M1a3aG086483
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 May 2004 21:36:04 -0400 (EDT)
	(envelope-from rbt@home.rbt.ca)
Received: (from rbt@localhost)
	by home.rbt.ca (8.12.10/8.12.10/Submit) id i4M1a3h9086482;
	Fri, 21 May 2004 21:36:03 -0400 (EDT)
	(envelope-from rbt)
Message-Id: <200405220136.i4M1a3h9086482@home.rbt.ca>
Date: Fri, 21 May 2004 21:36:03 -0400 (EDT)
From: Rod Taylor <ports@rbt.ca>
Reply-To: Rod Taylor <ports@rbt.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: www/p5-MasonX-Interp-WithCallbacks - Required for Bricolage
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67023
>Category:       ports
>Synopsis:       New Port: www/p5-MasonX-Interp-WithCallbacks - Required for Bricolage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 21 18:40:20 PDT 2004
>Closed-Date:    Tue May 25 02:30:50 PDT 2004
>Last-Modified:  Tue May 25 02:30:50 PDT 2004
>Originator:     Rod Taylor
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD home 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sun Feb 29 13:14:24 EST 2004 root@home:/usr/obj/usr/src/sys/HOME i386


	
>Description:

	Bricolage (a port I'm workin on) requires this port.

	This module brings support for a sort of plugin architecture based on
Params::CallbackRequest to Mason. Mason then executes code before executing
any components.
>How-To-Repeat:
	
>Fix:

	

--- p5-MasonX-Interp-WithCallbacks.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-MasonX-Interp-WithCallbacks
#	p5-MasonX-Interp-WithCallbacks/Makefile
#	p5-MasonX-Interp-WithCallbacks/distinfo
#	p5-MasonX-Interp-WithCallbacks/pkg-descr
#	p5-MasonX-Interp-WithCallbacks/pkg-plist
#
echo c - p5-MasonX-Interp-WithCallbacks
mkdir -p p5-MasonX-Interp-WithCallbacks > /dev/null 2>&1
echo x - p5-MasonX-Interp-WithCallbacks/Makefile
sed 's/^X//' >p5-MasonX-Interp-WithCallbacks/Makefile << 'END-of-p5-MasonX-Interp-WithCallbacks/Makefile'
X# New ports collection makefile for:	p5-MasonX-Interp-WithCallbacks
X# Date created:			May 21, 2004
X# Whom:				Rod Taylor <ports@rbt.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	MasonX-Interp-WithCallbacks
XPORTVERSION=	1.11
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	MasonX/DWHEELER
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@rbt.ca
XCOMMENT=	Mason callback support via Params::CallbackRequest
X
XBUILD_DEPENDS=	${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
X		${SITE_PERL}/Params/CallbackRequest.pm:${PORTSDIR}/devel/p5-Params-CallbackRequest
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		MasonX::Interp::WithCallbacks.3
X
X.include <bsd.port.mk>
END-of-p5-MasonX-Interp-WithCallbacks/Makefile
echo x - p5-MasonX-Interp-WithCallbacks/distinfo
sed 's/^X//' >p5-MasonX-Interp-WithCallbacks/distinfo << 'END-of-p5-MasonX-Interp-WithCallbacks/distinfo'
XMD5 (MasonX-Interp-WithCallbacks-1.11.tar.gz) = 0f0fa00e6a5d2c5318ad48ef9cea3705
XSIZE (MasonX-Interp-WithCallbacks-1.11.tar.gz) = 23667
END-of-p5-MasonX-Interp-WithCallbacks/distinfo
echo x - p5-MasonX-Interp-WithCallbacks/pkg-descr
sed 's/^X//' >p5-MasonX-Interp-WithCallbacks/pkg-descr << 'END-of-p5-MasonX-Interp-WithCallbacks/pkg-descr'
XMasonX::Interp::WithCallbacks subclasses HTML::Mason::Interp in order to
Xprovide a Mason callback system built on Params::CallbackRequest. Callbacks
Xmay be either code references provided to the C<new()> constructor, or methods
Xdefined in subclasses of Params::Callback. Callbacks are triggered either for
Xevery request or by specially named keys in the Mason request arguments, and
Xall callbacks are executed at the beginning of a request, just before Mason
Xcreates and executes the request component stack.
X
XThis module brings support for a sort of plugin architecture based on
XParams::CallbackRequest to Mason. Mason then executes code before executing
Xany components. This approach allows you to carry out logical processing of
Xdata submitted from a form, to affect the contents of the Mason request
Xarguments (and thus the %ARGS hash in components), and even to redirect or
Xabort the request before Mason handles it.
X
XWWW: http://search.cpan.org/dist/MasonX-Interp-WithCallbacks/
END-of-p5-MasonX-Interp-WithCallbacks/pkg-descr
echo x - p5-MasonX-Interp-WithCallbacks/pkg-plist
sed 's/^X//' >p5-MasonX-Interp-WithCallbacks/pkg-plist << 'END-of-p5-MasonX-Interp-WithCallbacks/pkg-plist'
X%%SITE_PERL%%/MasonX/Interp/WithCallbacks.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Interp/WithCallbacks/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Interp/WithCallbacks
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Interp
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX
X@dirrm %%SITE_PERL%%/MasonX/Interp
X@unexec rmdir %D/%%SITE_PERL%%/MasonX 2>/dev/null || true
END-of-p5-MasonX-Interp-WithCallbacks/pkg-plist
exit
--- p5-MasonX-Interp-WithCallbacks.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Sat May 22 08:13:34 PDT 2004 
Responsible-Changed-Why:  
take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67022 
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Sat May 22 08:13:34 PDT 2004 
Responsible-Changed-Why:  
take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67023 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Tue May 25 02:30:41 PDT 2004 
State-Changed-Why:  
Port added, thanks ! 

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