Bad Session storage, I need Storage-FastMmap for the tutorial

This commit is contained in:
espie 2006-11-06 01:20:55 +00:00
parent d7666e8882
commit 95d1d525f0
4 changed files with 42 additions and 0 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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.

View File

@ -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