From 5d6194e5fb3cd475ddcc4d7a95d2facc51641b71 Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 5 Nov 2006 17:04:47 +0000 Subject: [PATCH] back-end plugin to store session info in dbi --- .../Makefile | 35 +++++++++++++++++++ .../distinfo | 4 +++ .../pkg/DESCR | 2 ++ .../pkg/PLIST | 10 ++++++ 4 files changed, 51 insertions(+) create mode 100644 security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile create mode 100644 security/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo create mode 100644 security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/DESCR create mode 100644 security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/PLIST diff --git a/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile b/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile new file mode 100644 index 00000000000..e83c19c36b3 --- /dev/null +++ b/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile @@ -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 + +# 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 diff --git a/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo b/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo new file mode 100644 index 00000000000..2bb86a08a7f --- /dev/null +++ b/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo @@ -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 diff --git a/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/DESCR b/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/DESCR new file mode 100644 index 00000000000..f543de116ef --- /dev/null +++ b/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/DESCR @@ -0,0 +1,2 @@ +This Catalyst plugin allows the use of DBIx::Class (or Class::DBI) objects +to authenticate users. diff --git a/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/PLIST b/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/PLIST new file mode 100644 index 00000000000..ae5ad9f7c81 --- /dev/null +++ b/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/PLIST @@ -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