Bug 137459 - [NEW PORT]devel/py-repoze.what:Authorization for WSGI applications
Summary: [NEW PORT]devel/py-repoze.what:Authorization for WSGI applications
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-05 15:30 UTC by wenheping
Modified: 2009-08-07 21:10 UTC (History)
0 users

See Also:


Attachments
file.shar (5.41 KB, text/plain)
2009-08-05 15:30 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-08-05 15:30:04 UTC
repoze.what is an authorization framework for WSGI applications,
based on repoze.who (which deals with authentication and
identification).

On the one hand, it enables an authorization system based on the
groups to which the `authenticated or anonymous` user belongs and
the permissions granted to such groups by loading these groups
and permissions into the request on the way in to the downstream
WSGI application.

And on the other hand, it enables you to manage your groups and
permissions from the application itself or another program, under
a backend-independent API. For example, it would be easy for you
to switch from one back-end to another, and even use this framework
to migrate the data.

WWW:    http://what.repoze.org/docs/1.x/

(It require the PR above)

(It is prepared for tg2)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-05 15:30:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-08-07 21:08:57 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-08-07 21:09:50 UTC
miwi        2009-08-07 20:09:06 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-repoze.what Makefile distinfo pkg-descr pkg-plist 
  Log:
  repoze.what is an authorization framework for WSGI applications,
  based on repoze.who (which deals with authentication and
  identification).
  
  On the one hand, it enables an authorization system based on the
  groups to which the `authenticated or anonymous` user belongs and
  the permissions granted to such groups by loading these groups
  and permissions into the request on the way in to the downstream
  WSGI application.
  
  And on the other hand, it enables you to manage your groups and
  permissions from the application itself or another program, under
  a backend-independent API. For example, it would be easy for you
  to switch from one back-end to another, and even use this framework
  to migrate the data.
  
  WWW:    http://what.repoze.org/docs/1.x/
  
  PR:             ports/137459
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.3589    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/py-repoze.what/Makefile (new)
  1.1       +3 -0      ports/devel/py-repoze.what/distinfo (new)
  1.1       +17 -0     ports/devel/py-repoze.what/pkg-descr (new)
  1.1       +41 -0     ports/devel/py-repoze.what/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"