summaryrefslogtreecommitdiff
path: root/www/py-flup
AgeCommit message (Collapse)AuthorFilesLines
2007-08-09Update py-flup to r2311.joerg5-130/+117
- Support gzip compression of XHTML pages using the correct MIME type. - Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base. - Update servers to default to an empty QUERY_STRING if not present in the environ - Update gzip.py: compresslevel -> compress_level - Change intra-package imports into absolute imports. - Add forceCookieOutput attribute to SessionService to force Set-Cookie output for the current request. - Add UNIX domain socket support to scgi, scgi_fork, scgi_app. - Add flup.client package which contains various WSGI -> connector client implentations. - Change mime-type matching algorithm in GzipMiddleware. - Add cookieAttributes to SessionService to make it easier to customize the generated cookie's attributes. Switch to use the common egg framework and mark as DESTDIR safe.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-11-14Switch django and flup to use the new location of py-setuptools.joerg1-2/+5
Skip easy-install.pyth as it gets modified. Mark explicitly as not supporting DESTDIR, as setuptools doesn't like it right now.
2006-11-03Require newer py24-setuptools and register/unregister egg.joerg3-3/+20
2006-09-06flup uses py-setuptools when available, resulting in a differentjoerg1-1/+4
PLIST. Always require it for consistency. Bump revision.
2006-09-01Import www/py-flup:joerg4-0/+123
flup is a collection of modules for the Python Web Server Gateway Interface, including support for AJP 1.3, FastCGI and SCGI. It also offers a basic middleware.