Summary: | [NEW PORT] www/py-pastedeploy: Load, configure, and compose WSGI applications and servers | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | dryice |
Component: | Individual Port(s) | Assignee: | Nicola Vitale <nivit> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
dryice
2006-12-15 05:20:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants to have py- PRs Responsible Changed From-To: freebsd-python->miwi I'll take it. Responsible Changed From-To: miwi->nivit nivit will take it :) nivit 2007-01-07 09:53:55 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-pastedeploy Makefile distinfo pkg-descr pkg-plist www/py-pastedeploy/files pkg-deinstall.in pkg-install.in Log: Load, configure, and compose WSGI applications and servers Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application. The result is something a system administrator can install and manage without knowing any Python, or the details of the WSGI application or its container. This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file. Author: Ian Bicking <ianb at colorstudy com> WWW: http://pythonpaste.org/deploy/ PR: ports/106755 Submitted by: Dryice Liu <dryice at dryice.name> Approved by: alexbl (mentor) Reviewed by: dryice (maintainer) Revision Changes Path 1.1676 +1 -0 ports/www/Makefile 1.1 +37 -0 ports/www/py-pastedeploy/Makefile (new) 1.1 +3 -0 ports/www/py-pastedeploy/distinfo (new) 1.1 +17 -0 ports/www/py-pastedeploy/files/pkg-deinstall.in (new) 1.1 +16 -0 ports/www/py-pastedeploy/files/pkg-install.in (new) 1.1 +21 -0 ports/www/py-pastedeploy/pkg-descr (new) 1.1 +51 -0 ports/www/py-pastedeploy/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" State Changed From-To: open->closed New port added. Thanks! |