back-end plugin to store session info in dbi

This commit is contained in:
espie 2006-11-05 17:04:47 +00:00
parent 3f5c52deb0
commit 5d6194e5fb
4 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,35 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/05 17:04:47 espie Exp $
COMMENT= "CDBI Authentication for Catalyst"
DISTNAME= Catalyst-Plugin-Authentication-Store-DBIC-0.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
RUN_DEPENDS= ::databases/p5-DBI \
::devel/p5-Set-Object \
::security/p5-Catalyst-Plugin-Authentication \
::security/p5-Catalyst-Plugin-Authorization-Roles
REGRESS_DEPENDS=${RUN_DEPENDS} \
::devel/p5-Test-Pod \
::devel/p5-Test-Pod-Coverage \
::databases/p5-DBD-SQLite \
::databases/p5-DBIx-Class \
::databases/p5-Catalyst-Model-DBIC-Schema \
::www/p5-Catalyst-Plugin-Session-PerUser
CONFIGURE_STYLE=perl modbuild
PKG_ARCH= *
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Catalyst-Plugin-Authentication-Store-DBIC-0.07.tar.gz) = 796f4b369f3717fc289126f6758a7ba9
RMD160 (Catalyst-Plugin-Authentication-Store-DBIC-0.07.tar.gz) = 051c0aea69dacdb854a313946a21dc21584614a4
SHA1 (Catalyst-Plugin-Authentication-Store-DBIC-0.07.tar.gz) = c32428c78dc32000f67c02d72f63785e3b883a89
SIZE (Catalyst-Plugin-Authentication-Store-DBIC-0.07.tar.gz) = 13410

View File

@ -0,0 +1,2 @@
This Catalyst plugin allows the use of DBIx::Class (or Class::DBI) objects
to authenticate users.

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 17:04:47 espie Exp $
${P5SITE}/Catalyst/Plugin/Authentication/Store/DBIC/
${P5SITE}/Catalyst/Plugin/Authentication/Store/DBIC.pm
${P5SITE}/Catalyst/Plugin/Authentication/Store/DBIC/Backend.pm
${P5SITE}/Catalyst/Plugin/Authentication/Store/DBIC/User/
${P5SITE}/Catalyst/Plugin/Authentication/Store/DBIC/User.pm
${P5SITE}/Catalyst/Plugin/Authentication/Store/DBIC/User/CDBI.pm
@man man/man3p/Catalyst::Plugin::Authentication::Store::DBIC.3p
@man man/man3p/Catalyst::Plugin::Authentication::Store::DBIC::Backend.3p
@man man/man3p/Catalyst::Plugin::Authentication::Store::DBIC::User.3p