| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- Enable PYDISTUTILS_AUTOPLIST, remove pkg-plist accordingly
- Remove PYTHON_PY3K_PLIST_HACK (implied in AUTOPLIST)
Notes:
svn path=/head/; revision=331674
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
www)
Notes:
svn path=/head/; revision=327776
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
Changes: http://docs.gunicorn.org/en/latest/news.html
Approved by: eadler, rm (mentors, implicit)
Notes:
svn path=/head/; revision=316676
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor)
Notes:
svn path=/head/; revision=311983
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
PR: ports/166709
Submitted by: Mirko Zinn <mail@derzinn.de>
Approved by: maintainer timeout (>14 days)
Notes:
svn path=/head/; revision=295296
|
|
|
|
|
|
|
|
|
| |
PR: 165686
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=294548
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
PR: ports/157296
Submitted by: Mirko Zinn <mail@derzinn.de>
Approved by: maintainer(timeout, >14 days)
Notes:
svn path=/head/; revision=275219
|
|
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
|