From owner-cvs-ports@FreeBSD.ORG Mon Dec 12 14:22:06 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D5E16A41F; Mon, 12 Dec 2005 14:22:06 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC5443D4C; Mon, 12 Dec 2005 14:22:06 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBCEM6Ts034946; Mon, 12 Dec 2005 14:22:06 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBCEM6Ep034945; Mon, 12 Dec 2005 14:22:06 GMT (envelope-from erwin) Message-Id: <200512121422.jBCEM6Ep034945@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 12 Dec 2005 14:22:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-Catalyst-Plugin-Authorization-Roles Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2005 14:22:07 -0000 erwin 2005-12-12 14:22:06 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Catalyst-Plugin-Authorization-Roles Makefile distinfo pkg-descr pkg-plist Log: 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 PR: ports/90272 Submitted by: Lars Balker Rasmussen Revision Changes Path 1.1262 +1 -0 ports/www/Makefile 1.1 +33 -0 ports/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile (new) 1.1 +3 -0 ports/www/p5-Catalyst-Plugin-Authorization-Roles/distinfo (new) 1.1 +8 -0 ports/www/p5-Catalyst-Plugin-Authorization-Roles/pkg-descr (new) 1.1 +4 -0 ports/www/p5-Catalyst-Plugin-Authorization-Roles/pkg-plist (new)