cvs commit: ports/www Makefile ports/www/p5-Catalyst-Plugin-Authorization-Roles Makefile distinfo pkg-descr pkg-plist

Erwin Lansing erwin at FreeBSD.org
Mon Dec 12 06:22:07 PST 2005


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 at 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)


More information about the cvs-all mailing list