1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add p5-Catalyst-Plugin-Session-Store-File 0.04, file storage backend for

session data.

PR:		ports/89223
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
This commit is contained in:
Lars Thegler 2005-11-21 08:23:08 +00:00
parent 0c586f4e68
commit 6902754e61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148924
5 changed files with 52 additions and 0 deletions

View File

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

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: www/p5-Catalyst-Plugin-Session-Store-File
# Date created: 16 Nov 2005
# Whom: Lars Balker Rasmussen <lars@balker.dk>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Session-Store-File
PORTVERSION= 0.04
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/E/ES/ESSKAR
PKGNAMEPREFIX= p5-
MAINTAINER= lars@balker.dk
COMMENT= File storage backend for session data
BUILD_DEPENDS= p5-Cache-Cache>=1.02:${PORTSDIR}/devel/p5-Cache-Cache \
p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::Session::Store::File.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500800
IGNORE= requires Perl 5.8. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Catalyst-Plugin-Session-Store-File-0.04.tar.gz) = 2796715237ffcc1c7b6ca7065d4a1792
SHA256 (Catalyst-Plugin-Session-Store-File-0.04.tar.gz) = 53d34c1eec1e233a22e5eb0a5947fae0cd4f3be0fa7646646e8a1947d50525dd
SIZE (Catalyst-Plugin-Session-Store-File-0.04.tar.gz) = 3841

View File

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

View File

@ -0,0 +1,11 @@
%%SITE_PERL%%/Catalyst/Plugin/Session/Store/File.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store/File/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store/File
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst 2>/dev/null || true
@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