catalyst session plugin based on cookies

This commit is contained in:
espie 2006-11-05 14:01:20 +00:00
parent f35b9d0fe4
commit 506ec2d131
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/05 14:01:20 espie Exp $
COMMENT= "catalyst session IDs with cookies"
DISTNAME= Catalyst-Plugin-Session-State-Cookie-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
RUN_DEPENDS= ::www/p5-Catalyst-Plugin-Session
REGRESS_DEPENDS=${RUN_DEPENDS} \
::devel/p5-Test-MockObject \
::devel/p5-Test-Pod \
::devel/p5-Test-Pod-Coverage \
::devel/p5-Test-WWW-Mechanize-Catalyst
MAKE_ENV= TEST_POD=Yes
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Catalyst-Plugin-Session-State-Cookie-0.06.tar.gz) = 763a90d547d45bac5b73d3b2dab80c7e
RMD160 (Catalyst-Plugin-Session-State-Cookie-0.06.tar.gz) = 942426077045b01c816c4ffefde637aef76ac1b4
SHA1 (Catalyst-Plugin-Session-State-Cookie-0.06.tar.gz) = cd9f754bda43af709fff803ee5f8eaa0d152ec20
SIZE (Catalyst-Plugin-Session-State-Cookie-0.06.tar.gz) = 5589

View File

@ -0,0 +1,5 @@
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 cookies.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 14:01:20 espie Exp $
${P5SITE}/Catalyst/Plugin/Session/State/
${P5SITE}/Catalyst/Plugin/Session/State/Cookie.pm
@man man/man3p/Catalyst::Plugin::Session::State::Cookie.3p