aboutsummaryrefslogtreecommitdiff
path: root/www/py-gunicorn
Commit message (Collapse)AuthorAgeFilesLines
* www/py-gunicorn: Refactor OPTIONS and moderniseKubilay Kocak2014-01-101-34/+18
| | | | | | | | | | | | | | - Enable STAGE support - Refactor OPTIONS and group WORKER options - Tweak OPTIONS descriptions - Use OPTIONS helpers - Switch easy_install to install - OPTIONSFILE is no longer needed - Remove NO_OPTIONS_SORT - Switch TEST_DEPENDS to a BUILD_ not RUN_ time DEPENDS Notes: svn path=/head/; revision=339338
* www/py-gunicorn: Enable AUTOPLISTKubilay Kocak2013-10-262-126/+1
| | | | | | | | - Enable PYDISTUTILS_AUTOPLIST, remove pkg-plist accordingly - Remove PYTHON_PY3K_PLIST_HACK (implied in AUTOPLIST) Notes: svn path=/head/; revision=331674
* www/py-gunicorn: Update to 18.0Kubilay Kocak2013-10-262-11/+6
| | | | | | | | | | | - Update to 18.0 - Replace manual PY3K_PLIST fix with framework option PR: ports/183309 Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> Notes: svn path=/head/; revision=331652
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* www/py-gunicorn: Update to 17.5, add TESTS optionKubilay Kocak2013-07-062-6/+13
| | | | | | | | | | | | | | | - Update to 17.5 (new upstream version convention) - Add TESTS option - Limit scope of bsd.port.pre.mk for future OPTIONS := use (Thanks ak!) Changes: http://docs.gunicorn.org/en/R17.5/2013-news.html#r17-5-2013-07-03 Reviewed by: ak Notes: svn path=/head/; revision=322396
* www/py-gunicorn: Update to 0.17.4Kubilay Kocak2013-04-272-4/+4
| | | | | | | | | Changes: http://docs.gunicorn.org/en/latest/news.html Approved by: eadler, rm (mentors, implicit) Notes: svn path=/head/; revision=316676
* - Update to 0.17.2Kubilay Kocak2013-03-243-20/+15
| | | | | | | | | | | | | - Update pkg-plist - Tweak COMMENT - Re-order USE_ section - Remove TESTS option - Update RUN_DEPENDS version requirements Approved by: rm (mentor) Notes: svn path=/head/; revision=315107
* Update MAINTAINER address for all my ports. While I'm here,Kubilay Kocak2013-02-091-1/+1
| | | | | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor) Notes: svn path=/head/; revision=311983
* - update to 0.16.1Ruslan Makhmatkhanov2012-12-014-15/+30
| | | | | | | | | | | | | | | | | | | - Use GITHUB mastersite instead of CHEESESHOP - remove USE_PYTHON version limit (Python3 Ready) - tweak TESTS_DESC - allow OPTIONSFILE to be overridden - re-order TEST_DEPENDS and replace py-nose with py-test in it - add {TEST,RUN}_DEPENDS to BUILD_DEPENDS when TESTS option is selected - patch out pytest-cov from requirements_dev.txt - update regression-test target bits - fix plist for python >= 3.2, while here PR: 173901 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=308081
* - Update to 0.15.0Ruslan Makhmatkhanov2012-10-193-18/+32
| | | | | | | | | | | | | | | | | | | - Tweak USE_PYTHON version - Add TEST_DEPENDS and regression-test: target - Add LICENSE - Add TORNADO and TESTS - Add NO_OPTIONS_SORT - Tweak OPTIONS descriptions - Trim Makefile header - Whitespace alignment PR: 172875 Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com> (maintainer) Tested by: redports Feature safe: yes Notes: svn path=/head/; revision=306124
* - Update to 0.14.5Olivier Duchateau2012-07-182-10/+13
| | | | | | | | | | | | - Change maintainer address - Convert to new options framework PR: 169375 (update to 0.14.4) Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: miwi, rene (mentors) Notes: svn path=/head/; revision=301105
* - Update to 0.14.2Frederic Culot2012-04-233-6/+3
| | | | | | | | | PR: ports/166709 Submitted by: Mirko Zinn <mail@derzinn.de> Approved by: maintainer timeout (>14 days) Notes: svn path=/head/; revision=295296
* - Update to 0.14.1Martin Wilke2012-04-103-3/+6
| | | | | | | | | PR: 165686 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=294548
* - Update to 0.13.4Sunpoet Po-Chuan Hsieh2011-11-194-72/+91
| | | | | | | | | | | | | | | | | | | - Add OPTIONS: EVENTLET, GEVENT, SETPROC - asynchronous workers: used in CLI with -k/--worker-class option [1] - setproctitle: used in CLI with --name option [2] - While I'm here, restrict USE_PYTHON range to 2.5-2.7 [1] http://gunicorn.org/configure.html#worker-class [2] http://gunicorn.org/configure.html#proc-name Changes: http://gunicorn.org/news.html PR: ports/162194 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: maintainer (timeout, 19 days) Feature safe: yes Notes: svn path=/head/; revision=286054
* - Update to 0.12.2Wen Heping2011-06-083-66/+71
| | | | | | | | | PR: ports/157296 Submitted by: Mirko Zinn <mail@derzinn.de> Approved by: maintainer(timeout, >14 days) Notes: svn path=/head/; revision=275219
* Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.Martin Wilke2011-03-174-0/+144
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> Notes: svn path=/head/; revision=271109