aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-werkzeug
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-1/+1
| | | | www)
* - Update to 0.9.4 (bugfix release)olivierd2013-09-162-3/+3
| | | | | | PR: ports/181568 Submitted by: myself Approved by: maintainer (timeout 3 weeks)
* - Update to 0.9.3olivierd2013-07-316-235/+127
| | | | | | | | | | | - Trim Makefile header - Convert to new option framework - Sort pkg-plist file - Remove patches PR: 180853 Submitted by: myself Approved by: moggie (maintainer)
* - Update to 0.8.3miwi2012-04-116-109/+101
| | | | | | PR: 164794 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: maintainer timeout
* - Update to 0.8.2miwi2012-01-152-3/+3
| | | | | PR: 163342 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
* - Update to 0.8culot2011-10-033-3/+109
| | | | | | | Changes: http://werkzeug.pocoo.org/docs/changes/ PR: ports/161170 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: Moggie <moggie@elasticmind.net> (maintainer)
* Update to 0.7jlaffaye2011-08-023-179/+264
| | | | | PR: ports/159166 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Update to 0.6.2wxs2010-05-153-8/+42
| | | | Submitted by: Lewis <moggie@elasticmind.net> (maintainer, private mail)
* A Python utilities collection for building WSGI applications.wxs2010-01-144-0/+324
Werkzeug does not try to be a framework, and instead started as a simple collection of various utilities useful for building WSGI applications. It has since become one of the most advanced collections of its kind. It includes a powerful debugger, fully featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed add-on modules. WWW: http://werkzeug.pocoo.org/ Submitted by: Lewis <moggie@elasticmind.net> (private mail)