Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
23.0.0_1 08 Sep 2024 17:29:11 |
Muhammad Moinur Rahman (bofh) |
www/py-gunicorn: Record child process
add -p to daemon to store child process pid
Currently the installed gunicorn rc.d script records the PID of the
supervisor process to /var/run/gunicorn. This is done by passing "-P"
via daemon(8).
Record the primary gunicorn worker process in /var/run as well, this
will enable better integration with tools like newsyslog(8). For example
gunicorn accepts a SIG1 signal to the main worker process to close and
reopen logfiles after rotation to the main worker as well as child
process. By also passing "-p" to daemon we can then have newsyslog get
the appropriate pid
to sent a SIG1 to.
Here are the docs on the signals gunicorn accepts, as there are other
interesting usecases this would enable as well:
https://docs.gunicorn.org/en/stable/signals.html
PR: 281005
Reported by: pete@nomadlogic.org |
23.0.0 17 Aug 2024 00:39:34 |
Muhammad Moinur Rahman (bofh) |
www/py-gunicorn: Update version 22.0.0=>23.0.0
Changelog: https://github.com/benoitc/gunicorn/releases/tag/23.0.0 |
22.0.0_1 02 May 2024 22:15:46 |
Muhammad Moinur Rahman (bofh) |
www/py-gunicorn: Fix rc script |
22.0.0 23 Apr 2024 10:47:13 |
Muhammad Moinur Rahman (bofh) |
www/py-gunicorn: Update version 21.2.0=>22.0.0
- Add rc file [1]
Changelog: https://github.com/benoitc/gunicorn/releases/tag/22.0.0
PR: 278447 [1]
Reported by: me@svmhdvn.name |
21.2.0_1 29 Aug 2023 07:15:13 |
Muhammad Moinur Rahman (bofh) |
www/py-gunicorn: Fix missing DEPENDS
PR: 273412
Reported by: ultima |
21.2.0 20 Jul 2023 10:22:37 |
Muhammad Moinur Rahman (bofh) |
www/py-gunicorn: Update version 21.1.0=>21.2.0
Changelog: https://github.com/benoitc/gunicorn/releases/tag/21.2.0 |
21.1.0 19 Jul 2023 15:27:54 |
Muhammad Moinur Rahman (bofh) |
www/py-gunicorn: Update version 21.0.1=>21.1.0
Changelog: https://github.com/benoitc/gunicorn/releases/tag/21.1.0 |
21.0.1 18 Jul 2023 13:35:35 |
Muhammad Moinur Rahman (bofh) |
www/py-gunicorn: Update version 20.1.0=>21.0.1
Changelog: https://github.com/benoitc/gunicorn/releases/tag/21.0.1 |
20.1.0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
20.1.0_1 02 May 2023 11:38:32 |
Muhammad Moinur Rahman (bofh) |
www/py-gunicorn: Fix runtime after net/py-eventlet update
PR: 271180
Reported by: acm |
20.1.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20.1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20.1.0 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
20.1.0 12 Mar 2022 10:33:55 |
Muhammad Moinur Rahman (bofh) |
www/py-gunicorn: Update version 19.9.0=>20.1.0
- Remove OPTION GAIOHTTP
- Add OPTION GEVENT
Relnotes: https://github.com/benoitc/gunicorn/releases/tag/20.1.0 |
19.9.0_1 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
19.9.0_1 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
19.9.0_1 14 Oct 2021 21:30:55 |
Stefan Eßer (se) |
www/py-gunicorn: Add CPE information
Approved by: portmgr (blanket) |
19.9.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
19.9.0_1 11 Jan 2021 19:36:17 |
rene |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
19.9.0_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
19.9.0_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
19.9.0 05 Mar 2019 23:35:53 |
wen |
- Update to 19.9.0(include security fix)
PR: 234088
Submitted by: wenheping2000@hotmail.com(myself)
Approved by: maintainer
MFH: 2019Q1 |
19.4.5 13 Oct 2018 09:38:41 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
19.4.5 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
19.4.5 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
19.4.5 09 Nov 2017 20:09:18 |
antoine |
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545
With hat: portmgr |
19.4.5 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
19.4.5 07 Mar 2016 04:04:46 |
koobs |
www/py-gunicorn: Update to 19.4.5
- Update PORTVERSION and distinfo checksum (19.4.5)
- Remove conditional post-patch target, fixed in lang/python* [1]
[1] https://svnweb.freebsd.org/changeset/ports/405569
Changes:
http://docs.gunicorn.org/en/stable/news.html |
19.4.1 27 Dec 2015 10:35:20 |
koobs |
www/py-gunicorn: Update to 19.4.1 & much more!
- Update PORTVERSION and distinfo checksum (19.4.1)
- Match COMMENT to setup.py:description=
- Add LICENSE_FILE
- Options: Rename SETPROC option -> Add PROCTITLE to defaults
- Options: Add GAIOHTTP async worker
- Options: Update all descriptions
- Options: Remove TESTS optionjs
- Enable "concurrent" Python support
- Add NO_ARCH (architecture independent package)
- Rename test target to new conventions
- Check, limit, and add BROKEN message for Option/Python version
combinations that aren't supported.
- Patch out non-compulsory dependencies from test requirements file (Only the first 15 lines of the commit message are shown above ) |
18.0_1 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
18.0_1 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
18.0_1 10 Jan 2014 09:29:29 |
koobs |
www/py-gunicorn: Refactor OPTIONS and modernise
- 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 |
18.0 26 Oct 2013 10:34:48 |
koobs |
www/py-gunicorn: Enable AUTOPLIST
- Enable PYDISTUTILS_AUTOPLIST, remove pkg-plist accordingly
- Remove PYTHON_PY3K_PLIST_HACK (implied in AUTOPLIST) |
18.0 26 Oct 2013 05:16:00 |
koobs |
www/py-gunicorn: Update to 18.0
- Update to 18.0
- Replace manual PY3K_PLIST fix with framework option
PR: ports/183309
Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> |
17.5 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
17.5 06 Jul 2013 14:33:06 |
koobs |
www/py-gunicorn: Update to 17.5, add TESTS option
- 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 |
0.17.4 27 Apr 2013 17:13:34 |
koobs |
www/py-gunicorn: Update to 0.17.4
Changes: http://docs.gunicorn.org/en/latest/news.html
Approved by: eadler, rm (mentors, implicit) |
0.17.2 24 Mar 2013 08:59:50 |
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) |
0.16.1 09 Feb 2013 14:50:27 |
koobs |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor) |
0.16.1 01 Dec 2012 21:22:44 |
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 |
0.15.0 19 Oct 2012 14:26:05 |
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 |
0.14.5 18 Jul 2012 17:18:25 |
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) |
0.14.2 23 Apr 2012 06:59:52 |
culot |
- Update to 0.14.2
PR: ports/166709
Submitted by: Mirko Zinn <mail@derzinn.de>
Approved by: maintainer timeout (>14 days) |
0.14.1 10 Apr 2012 17:05:20 |
miwi |
- Update to 0.14.1
PR: 165686
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by: maintainer timeout |
0.13.4 19 Nov 2011 10:51:55 |
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 |
0.12.2 08 Jun 2011 08:31:43 |
wen |
- Update to 0.12.2
PR: ports/157296
Submitted by: Mirko Zinn <mail@derzinn.de>
Approved by: maintainer(timeout, >14 days) |
0.12.0 17 Mar 2011 13:15:29 |
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> |