Gunicorn is Python WSGI HTTP prefork serve. Gunicorn is broadly compatible with various frameworks and is based on Ruby's Unicorn project
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed New port added, with minor changes. Thanks!
miwi 2011-03-17 13:15:29 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-gunicorn Makefile distinfo pkg-descr pkg-plist Log: Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy. WWW: http://gunicorn.org/ PR: ports/155226 Submitted by: Kristaps Kulis <kristaps.kulis at gmail.com> Revision Changes Path 1.2837 +1 -0 ports/www/Makefile 1.1 +20 -0 ports/www/py-gunicorn/Makefile (new) 1.1 +2 -0 ports/www/py-gunicorn/distinfo (new) 1.1 +8 -0 ports/www/py-gunicorn/pkg-descr (new) 1.1 +114 -0 ports/www/py-gunicorn/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"