ports/54798: New port: MasonX::Request::WithApacheSession - a session/cookie handler for HTML::Mason

Nick Hilliard nick at foobar.org
Thu Jul 24 10:40:20 UTC 2003


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 24 03:40:17 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MasonX/Request/WithApacheSession
X at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MasonX/Request
X at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MasonX
X at dirrm lib/perl5/site_perl/%%PERL_VER%%/MasonX/Request
X at dirrm lib/perl5/site_perl/%%PERL_VER%%/MasonX
X at 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 at 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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list