another authorization module for catalyst, this one is needed to do
the tutorial
This commit is contained in:
parent
7c81911e20
commit
3b19f50051
36
security/p5-Catalyst-Plugin-Authorization-ACL/Makefile
Normal file
36
security/p5-Catalyst-Plugin-Authorization-ACL/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/05 19:04:00 espie Exp $
|
||||
|
||||
COMMENT= "ACL support for Catalyst applications"
|
||||
|
||||
DISTNAME= Catalyst-Plugin-Authorization-ACL-0.08
|
||||
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= ::www/p5-Catalyst-Runtime \
|
||||
::devel/p5-Class-Throwable
|
||||
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS} \
|
||||
::devel/p5-Test-Pod \
|
||||
::devel/p5-Test-Pod-Coverage \
|
||||
::devel/p5-Test-WWW-Mechanize-Catalyst \
|
||||
::security/p5-Catalyst-Plugin-Authorization-Roles \
|
||||
::security/p5-Catalyst-Plugin-Authentication \
|
||||
::www/p5-Catalyst-Plugin-Session \
|
||||
::www/p5-Catalyst-Plugin-Session-State-Cookie
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
PKG_ARCH= *
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
4
security/p5-Catalyst-Plugin-Authorization-ACL/distinfo
Normal file
4
security/p5-Catalyst-Plugin-Authorization-ACL/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Catalyst-Plugin-Authorization-ACL-0.08.tar.gz) = e9a30e6503cd5e8ba1164b87f276b494
|
||||
RMD160 (Catalyst-Plugin-Authorization-ACL-0.08.tar.gz) = 0eeaf3aeb725eb526f056b0fb68ca8eb60cd6feb
|
||||
SHA1 (Catalyst-Plugin-Authorization-ACL-0.08.tar.gz) = 29a62f315de1c8902d07763f5139b8e2d411184f
|
||||
SIZE (Catalyst-Plugin-Authorization-ACL-0.08.tar.gz) = 13299
|
3
security/p5-Catalyst-Plugin-Authorization-ACL/pkg/DESCR
Normal file
3
security/p5-Catalyst-Plugin-Authorization-ACL/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This module provides Access Control List style path protection, with
|
||||
arbitrary rules for Catalyst applications. It operates only on the
|
||||
Catalyst private namespace, at least at the moment.
|
8
security/p5-Catalyst-Plugin-Authorization-ACL/pkg/PLIST
Normal file
8
security/p5-Catalyst-Plugin-Authorization-ACL/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 19:04:00 espie Exp $
|
||||
${P5SITE}/Catalyst/Plugin/
|
||||
${P5SITE}/Catalyst/Plugin/Authorization/
|
||||
${P5SITE}/Catalyst/Plugin/Authorization/ACL/
|
||||
${P5SITE}/Catalyst/Plugin/Authorization/ACL.pm
|
||||
${P5SITE}/Catalyst/Plugin/Authorization/ACL/Engine.pm
|
||||
@man man/man3p/Catalyst::Plugin::Authorization::ACL.3p
|
||||
@man man/man3p/Catalyst::Plugin::Authorization::ACL::Engine.3p
|
Loading…
Reference in New Issue
Block a user