pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Dancer-Plugin-Auth-RBAC Adding package for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e3452c0bca9
branches:  trunk
changeset: 620988:3e3452c0bca9
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 03 16:02:33 2013 +0000

description:
Adding package for CPAN distribution Dancer-Plugin-Auth-RBAC version
1.110720 into security/p5-Dancer-Plugin-Auth-RBAC.

Dancer::Plugin::Auth::RBAC is an authentication framework and role-based
access control system. As a role-based access control system
Dancer::Plugin::Auth::RBAC can be complex but will give you the most
flexibilty over all other access control philosophies.

The Dancer::Plugin::Auth::RBAC plugin provides your application with the
ability to easily authenticate and restrict access to specific users and
groups by providing a tried and tested RBAC (role-based access control)
system. Dancer::Plugin::Auth::RBAC provides this level of sophistication
with minimal configuration.

diffstat:

 security/p5-Dancer-Plugin-Auth-RBAC/DESCR    |  10 ++++++++++
 security/p5-Dancer-Plugin-Auth-RBAC/Makefile |  26 ++++++++++++++++++++++++++
 security/p5-Dancer-Plugin-Auth-RBAC/distinfo |   5 +++++
 3 files changed, 41 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r cfe2dc77262c -r 3e3452c0bca9 security/p5-Dancer-Plugin-Auth-RBAC/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Dancer-Plugin-Auth-RBAC/DESCR Wed Jul 03 16:02:33 2013 +0000
@@ -0,0 +1,10 @@
+Dancer::Plugin::Auth::RBAC is an authentication framework and role-based
+access control system. As a role-based access control system
+Dancer::Plugin::Auth::RBAC can be complex but will give you the most
+flexibilty over all other access control philosophies.
+
+The Dancer::Plugin::Auth::RBAC plugin provides your application with the
+ability to easily authenticate and restrict access to specific users and
+groups by providing a tried and tested RBAC (role-based access control)
+system. Dancer::Plugin::Auth::RBAC provides this level of sophistication
+with minimal configuration.
diff -r cfe2dc77262c -r 3e3452c0bca9 security/p5-Dancer-Plugin-Auth-RBAC/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Dancer-Plugin-Auth-RBAC/Makefile      Wed Jul 03 16:02:33 2013 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2013/07/03 16:02:33 sno Exp $
+#
+
+DISTNAME=              Dancer-Plugin-Auth-RBAC-1.110720
+PKGNAME=               p5-$(DISTNAME:S/110720/110.720/)
+CATEGORIES=            security www perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Dancer/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Dancer-Plugin-Auth-RBAC/
+COMMENT=               Dancer Authentication, Security and Role-Based Access Control Framework
+LICENSE=               $(PERL5_LICENSE)
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+DEPENDS+=              p5-Dancer-[0-9]*:../../www/p5-Dancer
+DEPENDS+=              p5-YAML-[0-9]*:../../textproc/p5-YAML
+
+# XXX
+#RECOMMENDED+=         p5-Dancer-Plugin-Database-[0-9]*:../../database/p5-Dancer-Plugin-Database
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Dancer/Plugin/Auth/RBAC/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cfe2dc77262c -r 3e3452c0bca9 security/p5-Dancer-Plugin-Auth-RBAC/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Dancer-Plugin-Auth-RBAC/distinfo      Wed Jul 03 16:02:33 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/03 16:02:33 sno Exp $
+
+SHA1 (Dancer-Plugin-Auth-RBAC-1.110720.tar.gz) = c6a97f2e09148db5d5e12542849846c06d25407c
+RMD160 (Dancer-Plugin-Auth-RBAC-1.110720.tar.gz) = 2fc45bf1bb425f16d62315a1e8375582371a6782
+Size (Dancer-Plugin-Auth-RBAC-1.110720.tar.gz) = 13703 bytes



Home | Main Index | Thread Index | Old Index