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-Store-File Added www/p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c9c0334cc48
branches:  trunk
changeset: 544496:4c9c0334cc48
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 15 09:19:54 2008 +0000

description:
Added www/p5-Catalyst-Plugin-Session-Store-File version 0.13

Catalyst::Plugin::Session::Store::File is an easy to use storage
plugin for Catalyst that uses an simple file to act as a shared
memory interprocess cache. It is based on Cache::FileCache.

diffstat:

 www/p5-Catalyst-Plugin-Session-Store-File/DESCR    |   3 ++
 www/p5-Catalyst-Plugin-Session-Store-File/Makefile |  23 ++++++++++++++++++++++
 www/p5-Catalyst-Plugin-Session-Store-File/distinfo |   5 ++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r b649ceea9465 -r 4c9c0334cc48 www/p5-Catalyst-Plugin-Session-Store-File/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session-Store-File/DESCR   Tue Jul 15 09:19:54 2008 +0000
@@ -0,0 +1,3 @@
+Catalyst::Plugin::Session::Store::File is an easy to use storage
+plugin for Catalyst that uses an simple file to act as a shared
+memory interprocess cache. It is based on Cache::FileCache.
diff -r b649ceea9465 -r 4c9c0334cc48 www/p5-Catalyst-Plugin-Session-Store-File/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session-Store-File/Makefile        Tue Jul 15 09:19:54 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:19:54 abs Exp $
+
+DISTNAME=      Catalyst-Plugin-Session-Store-File-0.13
+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::Store::File
+COMMENT=       File storage backend for session data
+
+DEPENDS+=      p5-Class-Data-Inheritable>=0:../../devel/p5-Class-Data-Inheritable
+DEPENDS+=      p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime
+DEPENDS+=       p5-Cache-Class>=1.02:../../devel/p5-Cache-Cache
+DEPENDS+=      p5-Catalyst-Plugin-Session>=0:../../www/p5-Catalyst-Plugin-Session
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Catalyst/Plugin/Session/Store/File/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b649ceea9465 -r 4c9c0334cc48 www/p5-Catalyst-Plugin-Session-Store-File/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session-Store-File/distinfo        Tue Jul 15 09:19:54 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:19:54 abs Exp $
+
+SHA1 (Catalyst-Plugin-Session-Store-File-0.13.tar.gz) = 9c907665627c78e7e485525c27f4777be82363fb
+RMD160 (Catalyst-Plugin-Session-Store-File-0.13.tar.gz) = f360f1a87be0422aa9313fd2f305ff61c380fee8
+Size (Catalyst-Plugin-Session-Store-File-0.13.tar.gz) = 20252 bytes



Home | Main Index | Thread Index | Old Index