Date: Fri, 7 Aug 2009 20:09:06 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-repoze.what Makefile distinfo pkg-descr pkg-plist Message-ID: <200908072009.n77K961C079934@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908072009.n77K961C079934>