diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-05 09:54:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-05 09:54:51 +0000 |
commit | 2673fc196cf7bf5025a31a0b4332868f614711ca (patch) | |
tree | 71e4dc59b392386c25a5e145b973c25564224da6 /sysutils/py-supervisor | |
parent | 2823223f8927eb7651ec89e6593d40dc1d48d32c (diff) | |
download | ports-2673fc196cf7bf5025a31a0b4332868f614711ca.tar.gz ports-2673fc196cf7bf5025a31a0b4332868f614711ca.zip |
Notes
Diffstat (limited to 'sysutils/py-supervisor')
-rw-r--r-- | sysutils/py-supervisor/Makefile | 7 | ||||
-rw-r--r-- | sysutils/py-supervisor/pkg-descr | 15 |
2 files changed, 10 insertions, 12 deletions
diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile index c55664dde75d..f5934c3bf1e5 100644 --- a/sysutils/py-supervisor/Makefile +++ b/sysutils/py-supervisor/Makefile @@ -7,6 +7,7 @@ PORTNAME= supervisor PORTVERSION= 3.0a10 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= http://dist.supervisord.org/ \ CHEESESHOP @@ -15,11 +16,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= hizel@vyborg.ru COMMENT= System to monitor and control a number of processes on UNIX-like OS -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elementtree>=1.2.6:${PORTSDIR}/devel/py-elementtree \ - ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.4:${PORTSDIR}/www/py-meld3 \ - ${PYTHON_PKGNAMEPREFIX}cElementTree>=1.0.5:${PORTSDIR}/devel/py-celementtree +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.4:${PORTSDIR}/www/py-meld3 -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5-2.7 USE_PYDISTUTILS= easy_install PIDDIR?= /var/run/supervisor diff --git a/sysutils/py-supervisor/pkg-descr b/sysutils/py-supervisor/pkg-descr index 1b3e4487f88d..fe87596827d7 100644 --- a/sysutils/py-supervisor/pkg-descr +++ b/sysutils/py-supervisor/pkg-descr @@ -1,13 +1,12 @@ -Supervisor is a client/server system that allows its users -to monitor and control a number of processes on UNIX-like +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 +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. - WWW: http://supervisord.org/ |