pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Plugin-Authorization-Roles Added www/p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f348222a45fe
branches: trunk
changeset: 544488:f348222a45fe
user: abs <abs%pkgsrc.org@localhost>
date: Tue Jul 15 09:18:00 2008 +0000
description:
Added www/p5-Catalyst-Plugin-Authorization-Roles version 0.05
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.
If the user is a member in all of the required roles access is granted.
Otherwise, access is denied.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/
diffstat:
www/p5-Catalyst-Plugin-Authorization-Roles/DESCR | 8 ++++++
www/p5-Catalyst-Plugin-Authorization-Roles/Makefile | 25 +++++++++++++++++++++
www/p5-Catalyst-Plugin-Authorization-Roles/distinfo | 5 ++++
3 files changed, 38 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r 97880834a62c -r f348222a45fe www/p5-Catalyst-Plugin-Authorization-Roles/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Authorization-Roles/DESCR Tue Jul 15 09:18:00 2008 +0000
@@ -0,0 +1,8 @@
+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.
+
+If the user is a member in all of the required roles access is granted.
+Otherwise, access is denied.
+
+WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/
diff -r 97880834a62c -r f348222a45fe www/p5-Catalyst-Plugin-Authorization-Roles/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile Tue Jul 15 09:18:00 2008 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:18:00 abs Exp $
+
+DISTNAME= Catalyst-Plugin-Authorization-Roles-0.05
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/
+COMMENT= Role based authorization for Catalyst
+
+DEPENDS+= p5-Catalyst-Runtime>=5.49:../../www/p5-Catalyst-Runtime
+DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.03:../../www/p5-Catalyst-Plugin-Authentication
+DEPENDS+= p5-Set-Object>=1.14:../../devel/p5-Set-Object
+DEPENDS+= p5-Test-MockObject>=1.01:../../devel/p5-Test-MockObject
+DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
+DEPENDS+= p5-UNIVERSAL-isa>=0.05:../../devel/p5-UNIVERSAL-isa
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Catalyst/Plugin/Authorization/Roles/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 97880834a62c -r f348222a45fe www/p5-Catalyst-Plugin-Authorization-Roles/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Authorization-Roles/distinfo Tue Jul 15 09:18:00 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:18:00 abs Exp $
+
+SHA1 (Catalyst-Plugin-Authorization-Roles-0.05.tar.gz) = 0af9bd8af47cfba9b357f8bd312ead92a088b4b7
+RMD160 (Catalyst-Plugin-Authorization-Roles-0.05.tar.gz) = 49899c26480efac1ad2002df800a81eb505ca230
+Size (Catalyst-Plugin-Authorization-Roles-0.05.tar.gz) = 5282 bytes
Home |
Main Index |
Thread Index |
Old Index