Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2005 14:22:06 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/p5-Catalyst-Plugin-Authorization-Roles Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200512121422.jBCEM6Ep034945@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lars@balker.dk>
  
  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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512121422.jBCEM6Ep034945>