aboutsummaryrefslogtreecommitdiff
path: root/www/py-werkzeug/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.8.3Martin Wilke2012-04-101-1/+6
| | | | | | | | | PR: 164794 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=294547
* - Update to 0.8.2Martin Wilke2012-01-141-1/+1
| | | | | | | | PR: 163342 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) Notes: svn path=/head/; revision=289219
* - Update to 0.8Frederic Culot2011-10-031-1/+1
| | | | | | | | | | 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) Notes: svn path=/head/; revision=282858
* Update to 0.7Julien Laffaye2011-08-011-2/+10
| | | | | | | | PR: ports/159166 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) Notes: svn path=/head/; revision=278723
* Update to 0.6.2Wesley Shields2010-05-151-2/+1
| | | | | | | Submitted by: Lewis <moggie@elasticmind.net> (maintainer, private mail) Notes: svn path=/head/; revision=254335
* A Python utilities collection for building WSGI applications.Wesley Shields2010-01-141-0/+35
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) Notes: svn path=/head/; revision=247837