aboutsummaryrefslogtreecommitdiff
path: root/www/py-pastedeploy
Commit message (Collapse)AuthorAgeFilesLines
* really upgrade to 1.3.2Dryice Dong Liu2008-11-123-72/+61
| | | | | | | | PR: ports/128496 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=222760
* pass on maintainershipDryice Dong Liu2008-11-071-1/+1
| | | | | | | Approved by: New maintainer <wenheping@gmail.com> via private mail Notes: svn path=/head/; revision=222502
* - update to 1.3.2Dryice Dong Liu2008-11-073-34/+1
| | | | | | | | | | - removed files: files/pkg-deinstall.in, files/pkg-install.in PR: ports/128496 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=222492
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* update to 1.3.1Dryice Dong Liu2007-07-022-4/+4
| | | | Notes: svn path=/head/; revision=194637
* update to 1.3Dryice Dong Liu2007-04-143-4/+7
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=189936
* update to 1.1Dryice Dong Liu2007-01-152-4/+6
| | | | | | | Approved by: itetcu (mentor) Notes: svn path=/head/; revision=182464
* Load, configure, and compose WSGI applications and serversNicola Vitale2007-01-076-0/+145
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) Notes: svn path=/head/; revision=181671