cvs commit: ports/devel Makefile ports/devel/py-repoze.what
Makefile distinfo pkg-descr pkg-plist
Martin Wilke
miwi at FreeBSD.org
Fri Aug 7 20:09:08 UTC 2009
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)
More information about the cvs-all
mailing list