Subject: CVS commit: pkgsrc/www/py-flup
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 08/09/2007 13:31:52
Module Name:	pkgsrc
Committed By:	joerg
Date:		Thu Aug  9 13:31:52 UTC 2007

Modified Files:
	pkgsrc/www/py-flup: Makefile PLIST distinfo
Removed Files:
	pkgsrc/www/py-flup: DEINSTALL INSTALL

Log Message:
Update py-flup to r2311.
- 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.


To generate a diff of this commit:
cvs rdiff -r1.1 -r0 pkgsrc/www/py-flup/DEINSTALL pkgsrc/www/py-flup/INSTALL
cvs rdiff -r1.5 -r1.6 pkgsrc/www/py-flup/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/py-flup/PLIST \
    pkgsrc/www/py-flup/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.