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 Added www/p5-Catalyst-P...



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

description:
Added www/p5-Catalyst-Plugin-Session version 0.19

The Session plugin is the base of two related parts of functionality
required for session management in web applications.

The first part, the State, is getting the browser to repeat back a
session key, so that the web application can identify the client and
logically string several requests together into a session.

The second part, the Store, deals with the actual storage of information
about the client. This data is stored so that the it may be revived for
every request made by the same client.

This plugin links the two pieces together.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/

diffstat:

 www/p5-Catalyst-Plugin-Session/DESCR    |  14 ++++++++++++++
 www/p5-Catalyst-Plugin-Session/Makefile |  29 +++++++++++++++++++++++++++++
 www/p5-Catalyst-Plugin-Session/distinfo |   5 +++++
 3 files changed, 48 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r adb440c49ad4 -r 2e71cd21a104 www/p5-Catalyst-Plugin-Session/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session/DESCR      Tue Jul 15 09:18:32 2008 +0000
@@ -0,0 +1,14 @@
+The Session plugin is the base of two related parts of functionality
+required for session management in web applications.
+
+The first part, the State, is getting the browser to repeat back a
+session key, so that the web application can identify the client and
+logically string several requests together into a session.
+
+The second part, the Store, deals with the actual storage of information
+about the client. This data is stored so that the it may be revived for
+every request made by the same client.
+
+This plugin links the two pieces together.
+
+WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/
diff -r adb440c49ad4 -r 2e71cd21a104 www/p5-Catalyst-Plugin-Session/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session/Makefile   Tue Jul 15 09:18:32 2008 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:18:32 abs Exp $
+
+DISTNAME=      Catalyst-Plugin-Session-0.19
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-module/Catalyst/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Catalyst-Plugin-Session/
+COMMENT=       Generic Catalyst Session plugin
+
+DEPENDS+=      p5-Catalyst-Runtime>=5.49:../../www/p5-Catalyst-Runtime
+DEPENDS+=      p5-Digest>=0:../../security/p5-Digest
+DEPENDS+=      p5-File-Temp>=0:../../devel/p5-File-Temp
+DEPENDS+=      p5-Object-Signature>=0:../../devel/p5-Object-Signature
+DEPENDS+=      p5-PathTools>=0:../../devel/p5-PathTools
+DEPENDS+=      p5-Test-Deep>=0:../../devel/p5-Test-Deep
+DEPENDS+=      p5-Test-Exception>=0:../../devel/p5-Test-Exception
+DEPENDS+=      p5-Test-MockObject>=1.01:../../devel/p5-Test-MockObject
+DEPENDS+=      p5-Test-Simple>=0:../../devel/p5-Test-Simple
+DEPENDS+=      p5-Tie-RefHash>=1.34:../../devel/p5-Tie-RefHash
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Catalyst/Plugin/Session/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r adb440c49ad4 -r 2e71cd21a104 www/p5-Catalyst-Plugin-Session/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session/distinfo   Tue Jul 15 09:18:32 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:18:32 abs Exp $
+
+SHA1 (Catalyst-Plugin-Session-0.19.tar.gz) = 1afde93219eab3618bd00ec7c1f6b4809986b7b8
+RMD160 (Catalyst-Plugin-Session-0.19.tar.gz) = cfb181f16b4a8404faefbe234844db302ae68652
+Size (Catalyst-Plugin-Session-0.19.tar.gz) = 22299 bytes



Home | Main Index | Thread Index | Old Index