flesh out catalyst authentication/authorization, roles-based model
This commit is contained in:
parent
bcd48b1a2b
commit
776ade3de6
33
security/p5-Catalyst-Plugin-Authorization-Roles/Makefile
Normal file
33
security/p5-Catalyst-Plugin-Authorization-Roles/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/05 15:23:45 espie Exp $
|
||||
|
||||
COMMENT= "role based authorization for Catalyst"
|
||||
|
||||
DISTNAME= Catalyst-Plugin-Authorization-Roles-0.05
|
||||
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= ::devel/p5-Set-Object \
|
||||
::devel/p5-Universal-isa \
|
||||
::security/p5-Catalyst-Plugin-Authentication
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS} \
|
||||
::devel/p5-Test-Exception \
|
||||
::devel/p5-Test-MockObject \
|
||||
::devel/p5-Test-Pod \
|
||||
::devel/p5-Test-Pod-Coverage
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
security/p5-Catalyst-Plugin-Authorization-Roles/distinfo
Normal file
4
security/p5-Catalyst-Plugin-Authorization-Roles/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Catalyst-Plugin-Authorization-Roles-0.05.tar.gz) = 5a1a3ced578428136f74827503aeabcf
|
||||
RMD160 (Catalyst-Plugin-Authorization-Roles-0.05.tar.gz) = 49899c26480efac1ad2002df800a81eb505ca230
|
||||
SHA1 (Catalyst-Plugin-Authorization-Roles-0.05.tar.gz) = 0af9bd8af47cfba9b357f8bd312ead92a088b4b7
|
||||
SIZE (Catalyst-Plugin-Authorization-Roles-0.05.tar.gz) = 5282
|
@ -0,0 +1,3 @@
|
||||
Role based access control is very simple: every user has a list of
|
||||
roles, which that user is allowed to assume, and every restricted part
|
||||
of the app makes an assertion about the necessary roles.
|
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 15:23:45 espie Exp $
|
||||
${P5SITE}/Catalyst/Plugin/Authorization/
|
||||
${P5SITE}/Catalyst/Plugin/Authorization/Roles.pm
|
||||
@man man/man3p/Catalyst::Plugin::Authorization::Roles.3p
|
Loading…
x
Reference in New Issue
Block a user