aboutsummaryrefslogtreecommitdiff
path: root/www/py-paste
Commit message (Collapse)AuthorAgeFilesLines
* - Move over to py25Martin Wilke2011-02-252-3/+2
| | | | | | | | - while here drop md5 support - Small cleanups Notes: svn path=/head/; revision=269652
* - Update to 1.7.5.1Nicola Vitale2010-09-213-4/+84
| | | | | | | - Install documentation Notes: svn path=/head/; revision=261559
* - Update to 1.7.5Nicola Vitale2010-09-152-4/+4
| | | | Notes: svn path=/head/; revision=261196
* - Update to 1.7.4Nicola Vitale2010-09-123-10/+12
| | | | Notes: svn path=/head/; revision=261015
* - Take maintainershipNicola Vitale2010-05-061-1/+1
| | | | Notes: svn path=/head/; revision=253837
* - Update to 1.7.3.1Wen Heping2010-05-063-161/+10
| | | | | | | - Reset maintainer Notes: svn path=/head/; revision=253820
* - Update to 1.7.3Wen Heping2010-04-203-127/+277
| | | | | | | - Update my mail address to FreeBSD Notes: svn path=/head/; revision=252952
* 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.7.2Dryice Dong Liu2008-11-075-332/+286
| | | | | | | | | | - removed files: files/pkg-install.in, files/pkg-deinstall.in PR: ports/128494 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=222491
* update to 1.6Dryice Dong Liu2008-01-142-4/+4
| | | | Notes: svn path=/head/; revision=205621
* update to 1.5.1Dryice Dong Liu2007-10-302-4/+4
| | | | Notes: svn path=/head/; revision=202396
* update to 1.4.2Dryice Dong Liu2007-09-172-4/+4
| | | | Notes: svn path=/head/; revision=199602
* - 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.4Dryice Dong Liu2007-07-022-4/+4
| | | | Notes: svn path=/head/; revision=194638
* update to 1.3Dryice Dong Liu2007-03-242-4/+4
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=188175
* update to 1.2.1Dryice Dong Liu2007-02-043-16/+19
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=184121
* update to 1.1.1Dryice Dong Liu2007-01-153-5/+10
| | | | | | | Approved by: itetcu (mentor) Notes: svn path=/head/; revision=182463
* - Fixed PYPASTE_EGG valueNicola Vitale2007-01-071-1/+1
| | | | | | | | Reviewed by: dryice (maintainer) Approved by: alexbl (mentor) Notes: svn path=/head/; revision=181669
* - Added files/pkg-deinstall files/pkg-installNicola Vitale2006-12-313-0/+39
| | | | | | | | | - Added variable PYPASTE_EGG Approved by: alexbl (mentor), dryice (maintainer) Notes: svn path=/head/; revision=181141
* Python Paste brings consistency to Python web development and webMartin Wilke2006-12-144-0/+314
application installation, providing tools for both developers and system administrators. These provide several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces. Author: Ian Bicking <ianb at colorstudy com> WWW: http://pythonpaste.org PR: ports/106706 Submitted by: Dryice Liu <dryice at dryice.name> Notes: svn path=/head/; revision=179730