Added www/p5-Catalyst-Plugin-Session-Store-DBIC version 0.06
This Catalyst::Plugin::Session storage module saves session data in your database via DBIx::Class. It's actually just a wrapper around Catalyst::Plugin::Session::Store::Delegate; if you need complete control over how your sessions are stored, you probably want to use that instead.
This commit is contained in:
parent
f5041d1975
commit
d3166b7683
3 changed files with 35 additions and 0 deletions
5
www/p5-Catalyst-Plugin-Session-Store-DBIC/DESCR
Normal file
5
www/p5-Catalyst-Plugin-Session-Store-DBIC/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This Catalyst::Plugin::Session storage module saves session data
|
||||
in your database via DBIx::Class. It's actually just a wrapper
|
||||
around Catalyst::Plugin::Session::Store::Delegate; if you need
|
||||
complete control over how your sessions are stored, you probably
|
||||
want to use that instead.
|
25
www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile
Normal file
25
www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:19:05 abs Exp $
|
||||
|
||||
DISTNAME= Catalyst-Plugin-Session-Store-DBIC-0.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Plugin::Session::Store::DBIC
|
||||
COMMENT= DBIC session storage backend
|
||||
|
||||
DEPENDS+= p5-Catalyst-Runtime>=5.65:../../www/p5-Catalyst-Runtime
|
||||
DEPENDS+= p5-Catalyst-Plugin-Session>=0.09:../../www/p5-Catalyst-Plugin-Session
|
||||
DEPENDS+= p5-Catalyst-Plugin-Session-Store-Delegate>=0.02:../../www/p5-Catalyst-Plugin-Session-Store-Delegate
|
||||
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
|
||||
DEPENDS+= p5-DBIx-Class>=0.07000:../../databases/p5-DBIx-Class
|
||||
DEPENDS+= p5-NEXT>=0:../../devel/p5-NEXT
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Catalyst/Plugin/Session/Store/DBIC/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo
Normal file
5
www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:19:05 abs Exp $
|
||||
|
||||
SHA1 (Catalyst-Plugin-Session-Store-DBIC-0.06.tar.gz) = 9d91d3cf829a557cf73af417346767e32d5149b9
|
||||
RMD160 (Catalyst-Plugin-Session-Store-DBIC-0.06.tar.gz) = 65c9740ba1637c809c1b0ef21cd182ab66b31210
|
||||
Size (Catalyst-Plugin-Session-Store-DBIC-0.06.tar.gz) = 7517 bytes
|
Loading…
Reference in a new issue