diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-12 17:48:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-12 17:48:32 +0000 |
commit | a4e17cb4c6339960156502759dfe720f82b6ae65 (patch) | |
tree | 505e687d7226b724586081ccbdfbbb331adae2b3 /www | |
parent | - Update MASTER_SITES and WWW: line (diff) |
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>
Notes
Notes:
svn path=/head/; revision=86843
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/Makefile | 33 | ||||
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/distinfo | 1 | ||||
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/pkg-descr | 20 | ||||
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/pkg-plist | 8 |
5 files changed, 63 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index be3c068dbd9a..9aea308f22b1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-MasonX-Request-WithApacheSession/Makefile b/www/p5-MasonX-Request-WithApacheSession/Makefile new file mode 100644 index 000000000000..44309e95fb40 --- /dev/null +++ b/www/p5-MasonX-Request-WithApacheSession/Makefile @@ -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> diff --git a/www/p5-MasonX-Request-WithApacheSession/distinfo b/www/p5-MasonX-Request-WithApacheSession/distinfo new file mode 100644 index 000000000000..efe079bcc36e --- /dev/null +++ b/www/p5-MasonX-Request-WithApacheSession/distinfo @@ -0,0 +1 @@ +MD5 (MasonX-Request-WithApacheSession-0.21.tar.gz) = 38d8510d3f219399dd96898c48dd754b diff --git a/www/p5-MasonX-Request-WithApacheSession/pkg-descr b/www/p5-MasonX-Request-WithApacheSession/pkg-descr new file mode 100644 index 000000000000..7d32334f110a --- /dev/null +++ b/www/p5-MasonX-Request-WithApacheSession/pkg-descr @@ -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 diff --git a/www/p5-MasonX-Request-WithApacheSession/pkg-plist b/www/p5-MasonX-Request-WithApacheSession/pkg-plist new file mode 100644 index 000000000000..e0ad7cf46cab --- /dev/null +++ b/www/p5-MasonX-Request-WithApacheSession/pkg-plist @@ -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 |