From nick@muffin.acquirer.com  Thu Jul 24 03:32:48 2003
Return-Path: <nick@muffin.acquirer.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C0F3D37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jul 2003 03:32:48 -0700 (PDT)
Received: from mail.acquirer.com (mail.acquirer.com [213.190.156.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4479843F85
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jul 2003 03:32:47 -0700 (PDT)
	(envelope-from nick@muffin.acquirer.com)
Received: from muffin.acquirer.com (localhost [IPv6:::1])
	by mail.acquirer.com (8.12.9/8.12.3) with ESMTP id h6OAWetP063222
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jul 2003 11:32:40 +0100 (IST)
	(envelope-from nick@muffin.acquirer.com)
Received: (from nick@localhost)
	by muffin.acquirer.com (8.12.9/8.12.3/Submit) id h6OAWeVG094451;
	Thu, 24 Jul 2003 11:32:40 +0100 (IST)
	(envelope-from nick)
Message-Id: <200307241032.h6OAWeVG094451@muffin.acquirer.com>
Date: Thu, 24 Jul 2003 11:32:40 +0100 (IST)
From: Nick Hilliard <nick@foobar.org>
Reply-To: Nick Hilliard <nick@foobar.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: MasonX::Request::WithApacheSession - a session/cookie handler for HTML::Mason
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54798
>Category:       ports
>Synopsis:       New port: MasonX::Request::WithApacheSession - a session/cookie handler for HTML::Mason
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 24 03:40:17 PDT 2003
>Closed-Date:    Tue Aug 12 10:48:52 PDT 2003
>Last-Modified:  Tue Aug 12 10:48:52 PDT 2003
>Originator:     Nick Hilliard
>Release:        FreeBSD 4.7-RELEASE-p10 i386
>Organization:
Network Ability
>Environment:
System: FreeBSD <> 4.7-RELEASE-p10 FreeBSD 4.7-RELEASE-p10 #0: Tue May 13 17:57:34 IST 2003 nick@<>:/admin/FreeBSD-src/usr.src.security/src/sys/compile/MUFFIN i386

MasonX::Request::WithApacheSession is an interface to Apache::Session which
can be used from within HTML::Mason.  It provides session and cookie handling
services.  I've attached a proposed new ports entry for it below.

>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-MasonX-Request-WithApacheSession
#	p5-MasonX-Request-WithApacheSession/pkg-plist
#	p5-MasonX-Request-WithApacheSession/pkg-descr
#	p5-MasonX-Request-WithApacheSession/distinfo
#	p5-MasonX-Request-WithApacheSession/Makefile
#
echo c - p5-MasonX-Request-WithApacheSession
mkdir -p p5-MasonX-Request-WithApacheSession > /dev/null 2>&1
echo x - p5-MasonX-Request-WithApacheSession/pkg-plist
sed 's/^X//' >p5-MasonX-Request-WithApacheSession/pkg-plist << 'END-of-p5-MasonX-Request-WithApacheSession/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/MasonX/Request/WithApacheSession.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MasonX/Request/WithApacheSession/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MasonX/Request/WithApacheSession
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MasonX/Request
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MasonX
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/MasonX/Request
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/MasonX
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/MasonX 2>/dev/null || true
END-of-p5-MasonX-Request-WithApacheSession/pkg-plist
echo x - p5-MasonX-Request-WithApacheSession/pkg-descr
sed 's/^X//' >p5-MasonX-Request-WithApacheSession/pkg-descr << 'END-of-p5-MasonX-Request-WithApacheSession/pkg-descr'
XThis module provides a interface between HTML::Mason and Apache::Session, in
Xeffect, providing full session and cooking handling from within HTML::Mason.
X
XWhen run under the ApacheHandler module, this module attempts to first use
XApache::Cookie for cookie-handling.  Otherwise it uses CGI::Cookie as a
Xfallback.
X
XThis module accepts quite a number of parameters, most of which are simply
Xpassed through to Apache::Session.  For this reason, you are advised to
Xfamiliarize yourself with the Apache::Session documentation before
Xattempting to configure this module.
X
XUse 'perldoc MasonX::Request::WithApacheSession' for information on how to
Xuse the module. 
X
XMasonX::Request::WithApacheSession was written by Dave Rolsky.
X
X
X-- Nick Hilliard
Xnick@foobar.org
END-of-p5-MasonX-Request-WithApacheSession/pkg-descr
echo x - p5-MasonX-Request-WithApacheSession/distinfo
sed 's/^X//' >p5-MasonX-Request-WithApacheSession/distinfo << 'END-of-p5-MasonX-Request-WithApacheSession/distinfo'
XMD5 (MasonX-Request-WithApacheSession-0.21.tar.gz) = 38d8510d3f219399dd96898c48dd754b
END-of-p5-MasonX-Request-WithApacheSession/distinfo
echo x - p5-MasonX-Request-WithApacheSession/Makefile
sed 's/^X//' >p5-MasonX-Request-WithApacheSession/Makefile << 'END-of-p5-MasonX-Request-WithApacheSession/Makefile'
X# New ports collection makefile for:	p5-MasonX-Request-WithApacheSession
X# Date created:			2003.07.21
X# Whom:				Nick Hilliard <nick@foobar.org>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	MasonX-Request-WithApacheSession
XPORTVERSION=	0.21
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	MasonX
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	nick@foobar.org
XCOMMENT=	An interface to Apache::Session for HTML::Mason
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		MasonX::Request::WithApacheSession.3
X
X.include <bsd.port.mk>
END-of-p5-MasonX-Request-WithApacheSession/Makefile
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Tue Aug 12 10:48:37 PDT 2003 
State-Changed-Why:  
Port added, thanks! 

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