From 5ad144af9dcb08e57b9c17cd84f2e3fbdcdb0485 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 26 Nov 2008 23:44:13 +0000 Subject: [PATCH] import p5-Catalyst-Authentication-Store-DBI This module implements the Catalyst::Authentication API using Catalyst::Model::DBI. It uses DBI to let your application authenticate users against a database and it provides support for Catalyst::Plugin::Authorization::Roles. --- .../Makefile | 20 +++++++++++++++++++ .../distinfo | 5 +++++ .../pkg/DESCR | 5 +++++ .../pkg/PLIST | 6 ++++++ 4 files changed, 36 insertions(+) create mode 100644 security/p5-Catalyst-Authentication-Store-DBI/Makefile create mode 100644 security/p5-Catalyst-Authentication-Store-DBI/distinfo create mode 100644 security/p5-Catalyst-Authentication-Store-DBI/pkg/DESCR create mode 100644 security/p5-Catalyst-Authentication-Store-DBI/pkg/PLIST diff --git a/security/p5-Catalyst-Authentication-Store-DBI/Makefile b/security/p5-Catalyst-Authentication-Store-DBI/Makefile new file mode 100644 index 00000000000..5c712f3730a --- /dev/null +++ b/security/p5-Catalyst-Authentication-Store-DBI/Makefile @@ -0,0 +1,20 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2008/11/26 23:44:13 simon Exp $ + +COMMENT = storage class for Catalyst Authentication using DBI + +MODULES = cpan +DISTNAME = Catalyst-Authentication-Store-DBI-0.01 +CATEGORIES = security + +MAINTAINER = Simon Bertrang + +# Perl +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM = Yes +PERMIT_DISTFILES_FTP = Yes + +RUN_DEPENDS = ::databases/p5-Catalyst-Model-DBI \ + ::security/p5-Catalyst-Plugin-Authentication + +.include diff --git a/security/p5-Catalyst-Authentication-Store-DBI/distinfo b/security/p5-Catalyst-Authentication-Store-DBI/distinfo new file mode 100644 index 00000000000..1362531bb59 --- /dev/null +++ b/security/p5-Catalyst-Authentication-Store-DBI/distinfo @@ -0,0 +1,5 @@ +MD5 (Catalyst-Authentication-Store-DBI-0.01.tar.gz) = 63im7qrKeKrrRf9iRFObEw== +RMD160 (Catalyst-Authentication-Store-DBI-0.01.tar.gz) = WK/0iai0Kocj3yBGlioi+htJWJY= +SHA1 (Catalyst-Authentication-Store-DBI-0.01.tar.gz) = KbuMOvosiXYk5c8tyksASxLCSTs= +SHA256 (Catalyst-Authentication-Store-DBI-0.01.tar.gz) = sf+YjhlSaM1Rfeu2IEpxVZASjZ77d8pf3lza54sW8g4= +SIZE (Catalyst-Authentication-Store-DBI-0.01.tar.gz) = 5088 diff --git a/security/p5-Catalyst-Authentication-Store-DBI/pkg/DESCR b/security/p5-Catalyst-Authentication-Store-DBI/pkg/DESCR new file mode 100644 index 00000000000..1e1b0b0479f --- /dev/null +++ b/security/p5-Catalyst-Authentication-Store-DBI/pkg/DESCR @@ -0,0 +1,5 @@ +This module implements the Catalyst::Authentication API using +Catalyst::Model::DBI. +It uses DBI to let your application authenticate users against a +database and it provides support for +Catalyst::Plugin::Authorization::Roles. diff --git a/security/p5-Catalyst-Authentication-Store-DBI/pkg/PLIST b/security/p5-Catalyst-Authentication-Store-DBI/pkg/PLIST new file mode 100644 index 00000000000..291df6c5a9b --- /dev/null +++ b/security/p5-Catalyst-Authentication-Store-DBI/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2008/11/26 23:44:13 simon Exp $ +${P5SITE}/Catalyst/Authentication/Store/DBI/ +${P5SITE}/Catalyst/Authentication/Store/DBI.pm +${P5SITE}/Catalyst/Authentication/Store/DBI/User.pm +@man man/man3p/Catalyst::Authentication::Store::DBI.3p +@man man/man3p/Catalyst::Authentication::Store::DBI::User.3p