Port details |
- py-supervisor System for controlling process state under UNIX
- 4.2.5,1 sysutils =10 4.2.5,1Version of this port present on the latest quarterly branch.
- Maintainer: otis@FreeBSD.org
- Port Added: 2010-02-06 18:46:10
- Last Update: 2024-01-09 11:51:04
- Commit Hash: 9aa5a39
- People watching this port, also watch:: nginx, dejavu, poudriere, openssl, beadm
- Also Listed In: python
- License: BSD3CLAUSE MEDUSA REPOZE
- WWW:
- http://supervisord.org/
- Description:
- Supervisor is a client/server system that allows its users
to monitor and control a number of processes on UNIX-like
operating systems.
It shares some of the same goals of programs like launchd,
daemontools, and runit. Unlike some of these programs, it is
not meant to be run as a substitute for init as "process id 1".
Instead it is meant to be used to control processes related to
a project or a customer, and is meant to start like any
other program at boot time.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}supervisor>0:sysutils/py-supervisor@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/py-supervisor/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-supervisor
- pkg install py39-supervisor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-supervisor listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-supervisor
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1704749530
SHA256 (supervisor-4.2.5.tar.gz) = 34761bae1a23c58192281a5115fb07fbf22c9b0133c08166beffc70fed3ebc12
SIZE (supervisor-4.2.5.tar.gz) = 466073
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-mock>=0.5.0 : devel/py-mock@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- www/onlyoffice-documentserver
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py39-supervisor-4.2.5,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_py-supervisor
- USES:
- cpe python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.5,1 09 Jan 2024 11:51:04 |
Juraj Lutter (otis) |
sysutils/py-supervisor: Update to 4.2.5
- Update to 4.2.5
- Fix socketg path in sample config
- Assume MAINTAINER role
Approved by: thomas@gibfest.dk (previous maintainer), lwhsu
PR: 269164 |
4.2.4,1 27 Oct 2023 06:32:59 |
Robert Clausecker (fuz) Author: Miroslav Lachman |
sysutils/py-supervisor: bring supervisord.conf.sample up to date
PR: 274702
Approved by: thomas@gibfest.dk (maintainer) |
4.2.4,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> |
4.2.4,1 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) |
4.2.4,1 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 ) |
4.2.4,1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
4.2.4,1 06 Jan 2022 20:09:25 |
Guangyuan Yang (ygy) |
sysutils/py-supervisor: Update to 4.2.4
PR: 260983
Submitted by: Thomas Steen Rasmussen / Tykling <thomas@gibfest.dk> |
4.2.1,1 30 Sep 2021 15:14:12 |
Bernhard Froehlich (decke) |
sysutils/py-supervisor: Add CPE information
Approved by: portmgr (blanket) |
4.2.1,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.2.1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2.1,1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.2.1,1 20 Dec 2020 22:32:24 |
otis |
sysutils/py-supervisor: Update to 4.2.1
Changelog for 4.2.1:
- Fixed a bug on Python 3 where a network error could cause supervisord to
crash with the error <class 'TypeError'>:can't concat str to bytes.
- Fixed a bug where a test would fail on systems with glibc 2.3.1 because the
default value of SOMAXCONN changed.
PR: 251728
Reviewed by: osa (mentor)
Approved by: osa (mentor), thomas@gibfest.dk (maintainer)
Differential Revision: https://reviews.freebsd.org/D27686 |
4.2.0,1 12 Nov 2020 10:48:54 |
0mp |
Cosmetic changes (sort variables)
Approved by: portmgr blanket |
4.2.0,1 01 Jul 2020 09:54:25 |
lwhsu |
Update to 4.2.0
Pass the maintainership to submitter, as there are many maintainer timeout
happened before and no response of maintainership transfering for more than
6 months.
PR: 242448
Submitted by: Thomas Steen Rasmussen / Tykling <thomas@gibfest.dk>
Approved by: maintainer timeout |
4.0.3,1 21 Jun 2019 00:33:20 |
meta |
sysutils/py-supervisor: Update to 4.0.3
Also,
- Define multiple LICENSEs
- Pet portlint
PR: 238347
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: maintainer timeout
Relnotes: https://github.com/Supervisor/supervisor/blob/4.0.3/CHANGES.rst |
3.3.4,1 22 Sep 2018 08:26:52 |
wen |
- Update to 3.3.4
PR: 230711
Submitted by: sergey@akhmatov.ru
Approved by: maintainer(timeout, > 30 days)
Differential Revision: https://reviews.freebsd.org/D16776 |
3.3.3,1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.3.3,1 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 |
3.3.3,1 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 ) |
3.3.3,1 16 Sep 2017 03:59:25 |
koobs |
sysutils/py-supervisor: Update to 3.3.3
Update to 3.3.3, which fixes a security vulnerability (CVE-2017-11610).
While I'm here, level up port compliance, limiting changes to
a minimum.
Still TODO:
- Regenerate/verify patches
- Clarify/Add LICENSE ('BSD-derived')
- Fix/verify use of @[un]exec in pkg-plist
Changelog:
http://supervisord.org/changes.html
PR: 221539
Submitted by: Dani <i.dani outlook com>
Approved by: portmgr (maintainer timeout, 1 month)
Security: c9460380-81e3-11e7-93af-005056925db4
MFH: 2017Q3 |
3.3.0,1 24 Jun 2016 13:48:31 |
demon |
Update to version 3.3.0.
PR: 210140
Maintainer timeout: 16 days |
3.0_1,1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
3.0_1,1 24 Sep 2015 23:07:03 |
bapt |
Convert to @sample |
3.0_1,1 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
3.0_1,1 24 Oct 2014 16:56:10 |
mva |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit) |
3.0_1,1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
3.0_1,1 26 Dec 2013 11:49:43 |
wg |
sysutils/py-supervisor: allow user and config location for rc config
- Allow user and config location for rc config [1]
- Allow staging
- Switch from easy_install to install
- Use python auto plist
PR: ports/183788 [1]
Submitted by: Sevan Janiyan <venture37 geeklan.co.uk>
Approved by: maintainer |
3.0,1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
3.0,1 25 Aug 2013 05:39:32 |
koobs |
sysutils/py-supervisor: Update to 3.0
- Update to 3.0 (and bump PORTEPOCH)
- Update pkg-plist
- Replace NOPORTDOCS with DOCS (pet portlint)
- Remove unecessary test_childutils patch (upstreamed)
- Disable two failing tests and report upstream [1]
Changes:
https://github.com/Supervisor/supervisor/blob/3.0/CHANGES.txt
[1] https://github.com/Supervisor/supervisor/issues/284
[1] https://github.com/Supervisor/supervisor/issues/285
PR: ports/181138
Approved by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer) |
3.0b1 29 Oct 2012 21:20:54 |
rm |
- update minimum required py-meld3 version
- use TEST_DEPENDS for tinderbox builds
- add OPTIONS for unit tests
- add regression-test target
- add the upstream patch to fix tests [1]
PR: 172851
Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com>
Approved by: Ildar Hizbulin <hizel at vyborg dot ru> (maintainer) [1]
Feature safe: yes |
3.0b1 18 Oct 2012 10:05:15 |
rm |
- update to 3.0b1
- remove old mirror
while here:
- trim Makefile headers
- update USE_PYTHON value
PR: 172844
Submitted by: Ildar Hizbulin <hizel at vyborg dot ru> (maintainer)
Feature safe: yes |
3.0a12 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.0a12 10 Jan 2012 11:07:57 |
rm |
- update to 3.0a12
While i'm here, fix couple whitespace issues in rc-script.
Changelog:
http://www.mail-archive.com/supervisor-users@lists.supervisord.org/msg00794.html
PR: 163982
Submitted by: Ildar Hizbulin <hizel at vyborg dot ru> (maintainer) |
3.0a10_1 05 Sep 2011 09:54:51 |
sunpoet |
- Change USE_PYTHON to 2.5+
- Update *_DEPENDS: remove py-celementtree and py-elementtree
- Remove trailing space in pkg-descr
- Bump PORTREVISION for dependency change
- While I'm here, correct USE_PYTHON range
PR: ports/160435
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Ildar Hizbulin <hizel@vyborg.ru> |
3.0a10 06 Apr 2011 11:35:17 |
culot |
- Update to 3.0a10
PR: ports/156203
Submitted by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer) |
3.0a9 17 Jan 2011 09:03:24 |
erwin |
Fix fetch, distfile was rerolled without any changes.
PR: 154075
Submitted by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer)
Noticed by: pointyhat-west
Feature safe: yes |
3.0a9 22 Nov 2010 18:54:49 |
sunpoet |
- Update to 3.0a9
PR: ports/152196
Submitted by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer) |
3.0a8 03 Apr 2010 17:37:19 |
lwhsu |
- Update to 3.0a8
- Add rc script
- Add sample configuration file
PR: ports/143799
Submitted by: Hizbulin Ildar <hizel AT vyborg.ru> (maintainer) |
3.0a7 06 Feb 2010 18:45:36 |
lwhsu |
Add py-supervisor 3.0a7, system to monitor and control a number of
processes on UNIX-like OS.
PR: ports/142163
Submitted by: Hizbulin Ildar <hizel at vyborg.ru> |