| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Apr 2013 17:13:34
0.17.4
|
koobs  |
www/py-gunicorn: Update to 0.17.4
Changes: http://docs.gunicorn.org/en/latest/news.html
Approved by: eadler, rm (mentors, implicit) |
24 Mar 2013 08:59:50
0.17.2
|
koobs  |
- Update to 0.17.2
- Update pkg-plist
- Tweak COMMENT
- Re-order USE_ section
- Remove TESTS option
- Update RUN_DEPENDS version requirements
Approved by: rm (mentor) |
09 Feb 2013 14:50:27
0.16.1
|
koobs  |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor) |
01 Dec 2012 21:22:44
0.16.1
|
rm  |
- update to 0.16.1
- 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 |
19 Oct 2012 14:26:05
0.15.0
|
rm  |
- Update to 0.15.0
- 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 |
18 Jul 2012 17:18:25
0.14.5
|
olivierd  |
- Update to 0.14.5
- 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) |
23 Apr 2012 06:59:52
0.14.2
|
culot  |
- Update to 0.14.2
PR: ports/166709
Submitted by: Mirko Zinn <mail@derzinn.de>
Approved by: maintainer timeout (>14 days) |
10 Apr 2012 17:05:20
0.14.1
|
miwi  |
- Update to 0.14.1
PR: 165686
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by: maintainer timeout |
19 Nov 2011 10:51:55
0.13.4
|
sunpoet  |
- Update to 0.13.4
- 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 |
08 Jun 2011 08:31:43
0.12.2
|
wen  |
- Update to 0.12.2
PR: ports/157296
Submitted by: Mirko Zinn <mail@derzinn.de>
Approved by: maintainer(timeout, >14 days) |
17 Mar 2011 13:15:29
0.12.0
|
miwi  |
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> |