diff options
author | abs <abs> | 2008-07-15 09:19:54 +0000 |
---|---|---|
committer | abs <abs> | 2008-07-15 09:19:54 +0000 |
commit | 42c59f60ddf988aaae326d06a37fa00d3812fcfa (patch) | |
tree | d7ea6f51c1189fe2f1ed6ae347cc83cb56b17385 /www | |
parent | 0b3a6258edb10e37338b05328e2c59e8383239eb (diff) | |
download | pkgsrc-42c59f60ddf988aaae326d06a37fa00d3812fcfa.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-File/DESCR | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-File/Makefile | 23 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-File/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-File/DESCR b/www/p5-Catalyst-Plugin-Session-Store-File/DESCR new file mode 100644 index 00000000000..c63b6008acc --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-Store-File/DESCR @@ -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 --git a/www/p5-Catalyst-Plugin-Session-Store-File/Makefile b/www/p5-Catalyst-Plugin-Session-Store-File/Makefile new file mode 100644 index 00000000000..84810a9a4a3 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-Store-File/Makefile @@ -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 +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 --git a/www/p5-Catalyst-Plugin-Session-Store-File/distinfo b/www/p5-Catalyst-Plugin-Session-Store-File/distinfo new file mode 100644 index 00000000000..b39fce1c35a --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-Store-File/distinfo @@ -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 |