diff options
author | he <he@pkgsrc.org> | 2004-11-05 23:35:30 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-11-05 23:35:30 +0000 |
commit | 0a825811a1473e467a05738fe9d17691422a8483 (patch) | |
tree | 5ea8812763011a4d3a14d48d71906b14cd93221d /www | |
parent | c4b0ea6e8a2626c065a3dd902a568b3dcde5feb6 (diff) | |
download | pkgsrc-0a825811a1473e467a05738fe9d17691422a8483.tar.gz |
Import p5-MasonX-Request-WithApacheSession 0.30.
This module takes advantage of the new flexibility in Mason 1.09_01
and newer to integrate an Apache::Session session directly into
Mason's Request object.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/DESCR | 3 | ||||
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/Makefile | 23 | ||||
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/PLIST | 5 | ||||
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/distinfo | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/www/p5-MasonX-Request-WithApacheSession/DESCR b/www/p5-MasonX-Request-WithApacheSession/DESCR new file mode 100644 index 00000000000..02c3b05dbd2 --- /dev/null +++ b/www/p5-MasonX-Request-WithApacheSession/DESCR @@ -0,0 +1,3 @@ +This module takes advantage of the new flexibility in Mason 1.09_01 +and newer to integrate an Apache::Session session directly into +Mason's Request object. diff --git a/www/p5-MasonX-Request-WithApacheSession/Makefile b/www/p5-MasonX-Request-WithApacheSession/Makefile new file mode 100644 index 00000000000..e141ad2b393 --- /dev/null +++ b/www/p5-MasonX-Request-WithApacheSession/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 23:35:30 he Exp $ + +DISTNAME= MasonX-Request-WithApacheSession-0.30 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5mxa +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MasonX/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/MasonX-Request-WithApacheSession/ +COMMENT= Perl5 module adding a session to the Mason Request obj + +DEPENDS+= p5-Apache-Session-Wrapper>=0.13:../../www/p5-Apache-Session-Wrapper +DEPENDS+= p5-HTML-Mason>=1.16:../../www/p5-HTML-Mason + +USE_BUILDLINK3= YES +# PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MasonX/Request/WithApacheSession/.packlist + +PLIST_SUBST+= INSTALLSITELIB=${PERL5_INSTALLSITELIB:S^${LOCALBASE}/^^} +PLIST_SUBST+= INSTALLSITEMAN3DIR=${PERL5_INSTALLSITEMAN3DIR:S^${LOCALBASE}/^^} + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-MasonX-Request-WithApacheSession/PLIST b/www/p5-MasonX-Request-WithApacheSession/PLIST new file mode 100644 index 00000000000..36ecb7e75ae --- /dev/null +++ b/www/p5-MasonX-Request-WithApacheSession/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/05 23:35:30 he Exp $ +${INSTALLSITELIB}/MasonX/Request/WithApacheSession.pm +${INSTALLSITELIB}/MasonX/Request/WithMultiSession.pm +${INSTALLSITEMAN3DIR}/MasonX::Request::WithApacheSession.3 +${INSTALLSITEMAN3DIR}/MasonX::Request::WithMultiSession.3 diff --git a/www/p5-MasonX-Request-WithApacheSession/distinfo b/www/p5-MasonX-Request-WithApacheSession/distinfo new file mode 100644 index 00000000000..ca06e067c2b --- /dev/null +++ b/www/p5-MasonX-Request-WithApacheSession/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/05 23:35:30 he Exp $ + +SHA1 (MasonX-Request-WithApacheSession-0.30.tar.gz) = 303bb4d361cc374713eef85cd1197b558bd8524b +Size (MasonX-Request-WithApacheSession-0.30.tar.gz) = 11027 bytes |