1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-FastMmap/

PR:		ports/91207
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
This commit is contained in:
Erwin Lansing 2006-01-02 11:42:09 +00:00
parent e037890fac
commit 8d16e221be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152583
5 changed files with 47 additions and 0 deletions

View File

@ -521,6 +521,7 @@
SUBDIR += p5-Catalyst-Plugin-Session-State-Cookie
SUBDIR += p5-Catalyst-Plugin-Session-State-URI
SUBDIR += p5-Catalyst-Plugin-Session-Store-DBI
SUBDIR += p5-Catalyst-Plugin-Session-Store-FastMmap
SUBDIR += p5-Catalyst-Plugin-Session-Store-File
SUBDIR += p5-Catalyst-Plugin-Singleton
SUBDIR += p5-Catalyst-Plugin-Static

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: www/p5-Catalyst-Plugin-Session-Store-FastMmap
# Date created: 2 Jan 2006
# Whom: Lars Balker Rasmussen <lars@balker.dk>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Session-Store-FastMmap
PORTVERSION= 0.02
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Catalyst
PKGNAMEPREFIX= p5-
MAINTAINER= lars@balker.dk
COMMENT= FastMmap session storage backend
BUILD_DEPENDS= p5-Cache-FastMmap>=0:${PORTSDIR}/devel/p5-Cache-FastMmap \
p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Catalyst::Plugin::Session::Store::FastMmap.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500801
IGNORE= requires Perl 5.8.1. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Catalyst-Plugin-Session-Store-FastMmap-0.02.tar.gz) = 4bb42dc7c9c4300240b1d0a3e88f37cd
SHA256 (Catalyst-Plugin-Session-Store-FastMmap-0.02.tar.gz) = 16a15c6e458a898b6587a3781d13107cbfbd781836bef38fc6f272b5b2149435
SIZE (Catalyst-Plugin-Session-Store-FastMmap-0.02.tar.gz) = 4770

View File

@ -0,0 +1,5 @@
"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.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-FastMmap/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Catalyst/Plugin/Session/Store/FastMmap.pm
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin/Session/Store 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin/Session 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true