summaryrefslogtreecommitdiff
path: root/www/py-uwsgi
AgeCommit message (Collapse)AuthorFilesLines
2012-01-09Disable automatic detection of any library's that do not have theresbd3-2/+64
buildlink3.mk included. Bump PKGREVISION
2012-01-09Revert the below commit:sbd3-28/+2
Module Name: pkgsrc Committed By: sbd Date: Sun Jan 8 04:06:35 UTC 2012 Modified Files: pkgsrc/www/py-uwsgi: Makefile distinfo Added Files: pkgsrc/www/py-uwsgi/patches: patch-uwsgiconfig.py Log Message: Add missing devel/libuuid buildlink. Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-uwsgi/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-uwsgi/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-uwsgi/patches/patch-uwsgiconfig.py
2012-01-08Add missing devel/libuuid buildlink.sbd3-2/+28
Bump PKGREVISION
2011-09-25uwsgi-0.9.8.6:joerg2-6/+8
- fixed python --optimize - moved old -j option to -J - fixed threading in python-dbg - fixed --manage-script-name - make easy_install happy uwsgi-0.9.8.5: - fixed compatibility with multi app 0.9.6 syntax
2011-07-25Update to uwsgi-2.8.3:joerg5-106/+6
- Various bugfixes and improvements
2011-04-08Changes 0.9.7.2:adam5-28/+113
* new option --touch-reload <file> to reload the stack on <file> modification * --static-map <mountpoint=documentroot> allows to serve static files * fixed --post-limit management * disallow empty socket names * implemented exception_info WSGI support * new options --reload-on-as <n> and --reload-on-rss <n> allows to recycle workers when their memory usage is higher than <n> MB * fixed syslog support (use --log-syslog[=facility] to enable it) * improved plugin loading system * added support for RabbitMQ as event dispatcher for the Emperor * fixed FreeBSD memory report * PSGI plugin can be compiled without ithreads * various Emperor fixes * fixed a regression with setgroups() * support for shared sockets (used in jails within network namespaces)
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2010-06-15uwsgi-0.9.4.4:joerg2-6/+6
- Support non-yielding applications better - UDP logging - uwsgi_error() for improved diagnostics - fix a potential segmentation fault - Add --version
2010-03-17uwsgi 0.9.4.3: Fix sendfile for 64bit Linux.joerg2-6/+6
Updated as the old distfile disappeared.
2010-03-08uwsgi-0.9.4.2:joerg2-8/+6
- fix a race condition in the worker spawning code - minor fixes for the spooler code - backport of UWSGI_SCHEME for better HTTPS support - improvements for graceful reloading code
2010-02-15Disallow Python 2.4, it doesn't have python-config.joerg1-1/+3
2010-02-10--libs for python-config is evil, it makes it find the static lib first.joerg1-2/+6
Bump revision.
2010-02-09Import uwsgi-0.9.4.1:joerg4-0/+56
uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server, aimed for professional python webapps deployment and development. Backend support exists for Apache, nginx, cherokee and lighttpd. Some of the features include: - low memory footprint - preforking and multithreaded operation - logging, diagnostic and profiling support - support for sendfile() - self-healing - graceful restart and hot-plug upgrading