NOTICE: This package has been removed from pkgsrc

./wip/py-uwsgi, Feature-rich WSGI server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0nb1, Package name: py27-uwsgi-2.0nb1, Maintainer: pkgsrc-users

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


Required to run:
[textproc/libxml2] [devel/py-setuptools] [lang/python27]


Package options: libxml2, openssl, zlib

Master sites:

SHA1: 6a210d25ab66b5726850fe0c80793ede55f02bcf
RMD160: d42e8d630e08696247de75ec208de6c57a918ca8
Filesize: 726.778 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-23 15:48:11 by Thomas Klausner | Files touched by this commit (8) | Package removed
Log message:
Remove py-uwsgi, used for updating www/py-uwsgi.
   2014-01-05 07:21:12 by othyro | Files touched by this commit (4)
Log message:
Set PKG_OPTIONS via INSTALL_ENV variable instead of using SUBST FRAMEWORK.
Applied patch from upstream.
   2014-01-05 05:59:51 by othyro | Files touched by this commit (2)
Log message:
Removed whitespace in conditional.
   2014-01-05 04:42:11 by othyro | Files touched by this commit (1)
Log message:
Use options framework instead of disabling certain package options for the
user via a patch. By force-disabling PCRE, we turn off internal routing
support in this package. Let the user decide.
   2014-01-05 04:37:54 by othyro | Files touched by this commit (5)
Log message:
Make this package more awesome. Remove parts of
patches/patch-uwsgiconfig.py which disabled the pcre, yaml, json, and
libuuid for the users. Replace this with the options + SUBST framework to
enable the user to access these options. Install example files to their
usual location. Buildlink pthread and dlopen. Bump PKGREVISION.
   2014-01-04 03:59:46 by othyro | Files touched by this commit (7)
Log message:
Import py27-uwsgi-2.0 as wip/py-uwsgi.

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