From 95d1d525f0d32d6399e69f644c99ec4c6bb12b1c Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 6 Nov 2006 01:20:55 +0000 Subject: [PATCH] Bad Session storage, I need Storage-FastMmap for the tutorial --- .../Makefile | 29 +++++++++++++++++++ .../distinfo | 4 +++ .../pkg/DESCR | 6 ++++ .../pkg/PLIST | 3 ++ 4 files changed, 42 insertions(+) create mode 100644 www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile create mode 100644 www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo create mode 100644 www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/DESCR create mode 100644 www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/PLIST diff --git a/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile new file mode 100644 index 00000000000..ad91b7be097 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile @@ -0,0 +1,29 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 01:20:55 espie Exp $ + +COMMENT= "FastMmap storage backend for session data" + +DISTNAME= Catalyst-Plugin-Session-Store-FastMmap-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 + +# Artistic + GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +RUN_DEPENDS= ::www/p5-Catalyst-Runtime \ + ::devel/p5-Cache-FastMmap \ + ::www/p5-Catalyst-Plugin-Session +REGRESS_DEPENDS=${RUN_DEPENDS} \ + ::devel/p5-Test-Pod \ + ::devel/p5-Test-Pod-Coverage + +MAKE_ENV= TEST_POD=Yes + +CONFIGURE_STYLE=perl +PKG_ARCH= * + +.include diff --git a/www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo new file mode 100644 index 00000000000..ad7f6021142 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo @@ -0,0 +1,4 @@ +MD5 (Catalyst-Plugin-Session-Store-FastMmap-0.02.tar.gz) = 4bb42dc7c9c4300240b1d0a3e88f37cd +RMD160 (Catalyst-Plugin-Session-Store-FastMmap-0.02.tar.gz) = 54624c03bc82cc33587266b01917676612ebe483 +SHA1 (Catalyst-Plugin-Session-Store-FastMmap-0.02.tar.gz) = 665ab3c5fbf0356fd56ee09e08018ae1ae1bd0ab +SIZE (Catalyst-Plugin-Session-Store-FastMmap-0.02.tar.gz) = 4770 diff --git a/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/DESCR b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/DESCR new file mode 100644 index 00000000000..f16603642b2 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/DESCR @@ -0,0 +1,6 @@ +"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. + +This module is derived from Catalyst::Plugin::Session::FastMmap code, +and has been heavily modified since. diff --git a/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/PLIST b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/PLIST new file mode 100644 index 00000000000..ffc6a836250 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 01:20:55 espie Exp $ +${P5SITE}/Catalyst/Plugin/Session/Store/FastMmap.pm +@man man/man3p/Catalyst::Plugin::Session::Store::FastMmap.3p