another catalyst session storage backend

This commit is contained in:
espie 2006-11-06 13:39:03 +00:00
parent 24c0dec3ee
commit 79b62ee00d
4 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 13:39:03 espie Exp $
COMMENT= "catalyst file storage backend for session data"
DISTNAME= Catalyst-Plugin-Session-Store-File-0.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MAINTAINER= Simon Dassow <janus@errornet.de>
# 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= ::devel/p5-Cache-Cache \
::www/p5-Catalyst-Plugin-Session
REGRESS_DEPENDS=${RUN_DEPENDS} \
::devel/p5-Test-Pod \
::devel/p5-Test-Pod-Coverage
MAKE_ENV= TEST_POD=Yes
post-patch:
cd ${WRKDIST} && ln -sf Build.pl Build.PL
CONFIGURE_STYLE=perl modbuild
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Catalyst-Plugin-Session-Store-File-0.08.tar.gz) = 398eefa5b6d2494c9895061a5d6aba16
RMD160 (Catalyst-Plugin-Session-Store-File-0.08.tar.gz) = 39afddb32bbf7757e57e5ae4531baf58bbda8bbd
SHA1 (Catalyst-Plugin-Session-Store-File-0.08.tar.gz) = e61e51a1cc52fb4af4a7a60de2eefb20cad60438
SIZE (Catalyst-Plugin-Session-Store-File-0.08.tar.gz) = 4170

View File

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

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 13:39:03 espie Exp $
${P5SITE}/Catalyst/Plugin/Session/Store/File.pm
@man man/man3p/Catalyst::Plugin::Session::Store::File.3p