pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Dancer-Session-Cookie Adding package for CPAN d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d47bc513f69
branches:  trunk
changeset: 621030:6d47bc513f69
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 03 17:44:29 2013 +0000

description:
Adding package for CPAN distribution Dancer-Session-Cookie version 0.22
into www/p5-Dancer-Session-Cookie.

This module implements a session engine for sessions stored entirely in
cookies. Usually only session id is stored in cookies and the session data
itself is saved in some external storage, e.g. database. This module allows
to avoid using external storage at all.

Since server cannot trust any data returned by client in cookies, this
module uses cryptography to ensure integrity and also secrecy. The data
your application stores in sessions is completely protected from both
tampering and analysis on the client-side.

diffstat:

 www/p5-Dancer-Session-Cookie/DESCR    |   9 +++++++++
 www/p5-Dancer-Session-Cookie/Makefile |  31 +++++++++++++++++++++++++++++++
 www/p5-Dancer-Session-Cookie/distinfo |   5 +++++
 3 files changed, 45 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r c90f025c5730 -r 6d47bc513f69 www/p5-Dancer-Session-Cookie/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Dancer-Session-Cookie/DESCR        Wed Jul 03 17:44:29 2013 +0000
@@ -0,0 +1,9 @@
+This module implements a session engine for sessions stored entirely in
+cookies. Usually only session id is stored in cookies and the session data
+itself is saved in some external storage, e.g. database. This module allows
+to avoid using external storage at all.
+
+Since server cannot trust any data returned by client in cookies, this
+module uses cryptography to ensure integrity and also secrecy. The data
+your application stores in sessions is completely protected from both
+tampering and analysis on the client-side.
diff -r c90f025c5730 -r 6d47bc513f69 www/p5-Dancer-Session-Cookie/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Dancer-Session-Cookie/Makefile     Wed Jul 03 17:44:29 2013 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2013/07/03 17:44:29 sno Exp $
+
+DISTNAME=      Dancer-Session-Cookie-0.22
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Dancer/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Dancer-Session-Cookie/
+COMMENT=       Encrypted cookie-based session backend for Dancer
+LICENSE=       ${PERL5_LICENSE}
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Dancer/Session/Cookie/.packlist
+
+DEPENDS+=      p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
+DEPENDS+=      p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
+DEPENDS+=      p5-Dancer>=1.1313:../../www/p5-Dancer
+DEPENDS+=      p5-Session-Storage-Secure-[0-9]*:../../www/p5-Session-Storage-Secure
+DEPENDS+=      p5-String-CRC32-[0-9]*:../../textproc/p5-String-CRC32
+DEPENDS+=      p5-Time-Duration-Parse-[0-9]*:../../time/p5-Time-Duration-Parse
+
+BUILD_DEPENDS+=        p5-HTTP-Cookies-[0-9]*:../../www/p5-HTTP-Cookies
+BUILD_DEPENDS+=        p5-HTTP-Date-[0-9]*:../../www/p5-HTTP-Date
+BUILD_DEPENDS+=        p5-libwww-[0-9]*:../../www/p5-libwww
+BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../net/p5-Test-TCP
+BUILD_DEPENDS+=        p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c90f025c5730 -r 6d47bc513f69 www/p5-Dancer-Session-Cookie/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Dancer-Session-Cookie/distinfo     Wed Jul 03 17:44:29 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/03 17:44:29 sno Exp $
+
+SHA1 (Dancer-Session-Cookie-0.22.tar.gz) = e59ab1c2e3246ca1e99d29237fe5a5976d8c4c8d
+RMD160 (Dancer-Session-Cookie-0.22.tar.gz) = 0a3a5358cd18d6e777db7a03c2691b9ab2217afa
+Size (Dancer-Session-Cookie-0.22.tar.gz) = 20279 bytes



Home | Main Index | Thread Index | Old Index