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-FastMmap Added ww...



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

description:
Added www/p5-Catalyst-Plugin-Session-Store-FastMmap version 0.05

Catalyst::Plugin::Session::Store::FastMmap is a fast session storage
plugin for Catalyst that uses an mmap'ed file to act as a shared
memory interprocess cache. It is based on Cache::FastMmap.

diffstat:

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

diffs (43 lines):

diff -r 612fd5980c4b -r b649ceea9465 www/p5-Catalyst-Plugin-Session-Store-FastMmap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/DESCR       Tue Jul 15 09:19:38 2008 +0000
@@ -0,0 +1,3 @@
+Catalyst::Plugin::Session::Store::FastMmap is a fast session storage
+plugin for Catalyst that uses an mmap'ed file to act as a shared
+memory interprocess cache. It is based on Cache::FastMmap.
diff -r 612fd5980c4b -r b649ceea9465 www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile    Tue Jul 15 09:19:38 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:19:38 abs Exp $
+
+DISTNAME=      Catalyst-Plugin-Session-Store-FastMmap-0.05
+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::FastMmap
+COMMENT=       FastMmap session storage backend
+
+DEPENDS+=      p5-Catalyst-Plugin-Session>=0.09:../../www/p5-Catalyst-Plugin-Session
+DEPENDS+=       p5-Cache-FastMmap>=1.13:../../devel/p5-Cache-FastMmap
+DEPENDS+=       p5-File-Temp>=0:../../devel/p5-File-Temp
+DEPENDS+=       p5-Path-Class>=0:../../devel/p5-Path-Class
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Catalyst/Plugin/Session/Store/FastMmap/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 612fd5980c4b -r b649ceea9465 www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo    Tue Jul 15 09:19:38 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:19:38 abs Exp $
+
+SHA1 (Catalyst-Plugin-Session-Store-FastMmap-0.05.tar.gz) = 686d5ee1283f2ed2196861c4535068320f2fc69d
+RMD160 (Catalyst-Plugin-Session-Store-FastMmap-0.05.tar.gz) = b03d57817d44af3cfb4f88c78fea25c5fbb4f527
+Size (Catalyst-Plugin-Session-Store-FastMmap-0.05.tar.gz) = 3985 bytes



Home | Main Index | Thread Index | Old Index