1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +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/107781
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
This commit is contained in:
Martin Wilke 2007-01-10 23:40:23 +00:00
parent b06e081819
commit f89d5b93a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182036
5 changed files with 58 additions and 0 deletions

View File

@ -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-DBIC
SUBDIR += p5-Catalyst-Plugin-Session-Store-Delegate
SUBDIR += p5-Catalyst-Plugin-Session-Store-FastMmap
SUBDIR += p5-Catalyst-Plugin-Session-Store-File

View File

@ -0,0 +1,38 @@
# New ports collection makefile for: www/p5-Catalyst-Plugin-Session-Store-DBIC
# Date created: 28 Dec 2006
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Session-Store-DBIC
PORTVERSION= 0.06
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Catalyst
PKGNAMEPREFIX= p5-
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Store your sessions via DBIx::Class
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Catalyst-Plugin-Session-Store-Delegate>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-Delegate \
p5-DBIx-Class>=0.0700:${PORTSDIR}/databases/p5-DBIx-Class \
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
p5-NEXT>=0:${PORTSDIR}/devel/p5-NEXT \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::Session::Store::DBIC.3 \
Catalyst::Plugin::Session::Store::DBIC::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>

View File

@ -0,0 +1,3 @@
MD5 (Catalyst-Plugin-Session-Store-DBIC-0.06.tar.gz) = 68ff36ba2d403d905e1e1be5ef74a172
SHA256 (Catalyst-Plugin-Session-Store-DBIC-0.06.tar.gz) = 7b5e28091b5719231933b20d18eaac37ffabeea9103acdcf260c9a9cf5ffffa1
SIZE (Catalyst-Plugin-Session-Store-DBIC-0.06.tar.gz) = 7517

View 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/

View File

@ -0,0 +1,13 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store/DBIC/.packlist
%%SITE_PERL%%/Catalyst/Plugin/Session/Store/DBIC.pm
%%SITE_PERL%%/Catalyst/Plugin/Session/Store/DBIC/Delegate.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store/DBIC
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/Store/DBIC
@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