pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Plugin-Session-State-Cookie Added www/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3b770fffe85
branches:  trunk
changeset: 544491:a3b770fffe85
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 15 09:18:48 2008 +0000

description:
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:

 www/p5-Catalyst-Plugin-Session-State-Cookie/DESCR    |   6 +++++
 www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile |  21 ++++++++++++++++++++
 www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo |   5 ++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 2e71cd21a104 -r a3b770fffe85 www/p5-Catalyst-Plugin-Session-State-Cookie/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/DESCR Tue Jul 15 09:18:48 2008 +0000
@@ -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 -r 2e71cd21a104 -r a3b770fffe85 www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile      Tue Jul 15 09:18:48 2008 +0000
@@ -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@localhost
+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 -r 2e71cd21a104 -r a3b770fffe85 www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo      Tue Jul 15 09:18:48 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index