diff options
author | abs <abs> | 2008-07-15 09:18:48 +0000 |
---|---|---|
committer | abs <abs> | 2008-07-15 09:18:48 +0000 |
commit | 09cc636235d36e09fa4084722575b9fad71d184d (patch) | |
tree | 9ccf8dfb8ed0a853e15db464fe323226156ed249 /www | |
parent | 2c13b6b5f307211cc4e4dc4899ab856769bfbfc5 (diff) | |
download | pkgsrc-09cc636235d36e09fa4084722575b9fad71d184d.tar.gz |
Added www/p5-Catalyst-Plugin-Session-State-Cookie version 0.09
In order for Catalyst::Plugin::Session to work the session ID needs
to be stored on the client, and the session data needs to be stored
on the server.
This plugin stores the session ID on the client using the cookie
mechanism.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-Cookie/DESCR | 6 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile | 21 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/DESCR b/www/p5-Catalyst-Plugin-Session-State-Cookie/DESCR new file mode 100644 index 00000000000..28216b7045d --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/DESCR @@ -0,0 +1,6 @@ +In order for Catalyst::Plugin::Session to work the session ID needs +to be stored on the client, and the session data needs to be stored +on the server. + +This plugin stores the session ID on the client using the cookie +mechanism. diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile new file mode 100644 index 00000000000..ffee8687910 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:18:48 abs Exp $ + +DISTNAME= Catalyst-Plugin-Session-State-Cookie-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Plugin::Session::State::Cookie +COMMENT= Maintain session IDs using cookies + +DEPENDS+= p5-Catalyst-Runtime>=5.7010:../../www/p5-Catalyst-Runtime +DEPENDS+= p5-Catalyst-Plugin-Session>=0.19:../../www/p5-Catalyst-Plugin-Session + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Catalyst/Plugin/Session/State/Cookie/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo b/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo new file mode 100644 index 00000000000..757c8aff640 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:18:48 abs Exp $ + +SHA1 (Catalyst-Plugin-Session-State-Cookie-0.09.tar.gz) = f464cdb12e9e9a56e53747d6b6dd57855f0f695d +RMD160 (Catalyst-Plugin-Session-State-Cookie-0.09.tar.gz) = 0ca3a23c838a688cbe7d94d482df9230fbdc9b55 +Size (Catalyst-Plugin-Session-State-Cookie-0.09.tar.gz) = 21172 bytes |