1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add p5-MasonX-Request-WithApacheSession 0.21,

MasonX::Request::WithApacheSession is an interface to Apache::Session which
can be used from within HTML::Mason.  It provides session and cookie handling
services.

PR:		54798
Submitted by:	Nick Hilliard <nick@foobar.org>
This commit is contained in:
Erwin Lansing 2003-08-12 17:48:32 +00:00
parent 57d98c6a8c
commit a4e17cb4c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86843
5 changed files with 63 additions and 0 deletions

View File

@ -370,6 +370,7 @@
SUBDIR += p5-HTTP-WebTest
SUBDIR += p5-HTTPD-Log-Filter
SUBDIR += p5-HTTPD-Tools
SUBDIR += p5-MasonX-Request-WithApacheSession
SUBDIR += p5-PHP-Session
SUBDIR += p5-ParallelUA
SUBDIR += p5-Sledge

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: p5-MasonX-Request-WithApacheSession
# Date created: 2003.07.21
# Whom: Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#
PORTNAME= MasonX-Request-WithApacheSession
PORTVERSION= 0.21
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MasonX
PKGNAMEPREFIX= p5-
MAINTAINER= nick@foobar.org
COMMENT= An interface to Apache::Session for HTML::Mason
BUILD_DEPENDS= ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= MasonX::Request::WithApacheSession.3
.include <bsd.port.pre.mk>
# Depends on devel/p5-Class-Container whichs needs perl 5.6.x or later
.if ${PERL_LEVEL} < 500600
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1 @@
MD5 (MasonX-Request-WithApacheSession-0.21.tar.gz) = 38d8510d3f219399dd96898c48dd754b

View File

@ -0,0 +1,20 @@
This module provides a interface between HTML::Mason and Apache::Session, in
effect, providing full session and cooking handling from within HTML::Mason.
When run under the ApacheHandler module, this module attempts to first use
Apache::Cookie for cookie-handling. Otherwise it uses CGI::Cookie as a
fallback.
This module accepts quite a number of parameters, most of which are simply
passed through to Apache::Session. For this reason, you are advised to
familiarize yourself with the Apache::Session documentation before
attempting to configure this module.
Use 'perldoc MasonX::Request::WithApacheSession' for information on how to
use the module.
MasonX::Request::WithApacheSession was written by Dave Rolsky.
-- Nick Hilliard
nick@foobar.org

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/MasonX/Request/WithApacheSession.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Request/WithApacheSession/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Request/WithApacheSession
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Request
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX
@dirrm %%SITE_PERL%%/MasonX/Request
@dirrm %%SITE_PERL%%/MasonX
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/MasonX 2>/dev/null || true