mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
This storage module will store session data in a database using DBIx::Class.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/ PR: ports/107784 Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
This commit is contained in:
parent
9297c97c51
commit
b06e081819
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182034
@ -581,6 +581,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-Delegate
|
||||
SUBDIR += p5-Catalyst-Plugin-Session-Store-FastMmap
|
||||
SUBDIR += p5-Catalyst-Plugin-Session-Store-File
|
||||
SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached
|
||||
|
32
www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile
Normal file
32
www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: www/p5-Catalyst-Plugin-Session-Store-Delegate
|
||||
# Date created: 28 Dec 2006
|
||||
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Catalyst-Plugin-Session-Store-Delegate
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Catalyst
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= fernan@iib.unsam.edu.ar
|
||||
COMMENT= Delegate session storage to an application model object
|
||||
|
||||
BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.12:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Catalyst::Plugin::Session::Store::Delegate.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>
|
3
www/p5-Catalyst-Plugin-Session-Store-Delegate/distinfo
Normal file
3
www/p5-Catalyst-Plugin-Session-Store-Delegate/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Catalyst-Plugin-Session-Store-Delegate-0.02.tar.gz) = f838dce5352222acbe240a1072e7c60f
|
||||
SHA256 (Catalyst-Plugin-Session-Store-Delegate-0.02.tar.gz) = ae28da3f2462202dd682b45e62d9dfe64174c5e5f03407a3dcf70025dc699eeb
|
||||
SIZE (Catalyst-Plugin-Session-Store-Delegate-0.02.tar.gz) = 5087
|
3
www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr
Normal file
3
www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This storage module will store session data in a database using DBIx::Class.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/
|
12
www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-plist
Normal file
12
www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store/Delegate/.packlist
|
||||
%%SITE_PERL%%/Catalyst/Plugin/Session/Store/Delegate.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store/Delegate
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/Store
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
|
||||
|
Loading…
Reference in New Issue
Block a user