mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Add py-twistedRunner, process management framework including an inetd
replacement. PR: ports/79931 Submitted by: Neal Nelson <neal@nelson.name>
This commit is contained in:
parent
2af6f4b7b0
commit
3bb6d83b8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133376
@ -1315,6 +1315,7 @@
|
||||
SUBDIR += py-tconfpy
|
||||
SUBDIR += py-twisted
|
||||
SUBDIR += py-twistedCore
|
||||
SUBDIR += py-twistedRunner
|
||||
SUBDIR += py-ui
|
||||
SUBDIR += py-unit
|
||||
SUBDIR += py-urwid
|
||||
|
29
devel/py-twistedRunner/Makefile
Normal file
29
devel/py-twistedRunner/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: py-twistedRunner
|
||||
# Date created: 14 April 2005
|
||||
# Whom: Neal Nelson <neal@nelson.name>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= twistedRunner
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel net python
|
||||
MASTER_SITES= http://twistedmatrix.com/downloads/Runner/0.1/ \
|
||||
http://tmrc.mit.edu/mirror/twisted/Runner/0.1/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= TwistedRunner-${PORTVERSION}
|
||||
|
||||
MAINTAINER= neal@nelson.name
|
||||
COMMENT= Runner has process management, including an inetd replacement
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
||||
|
||||
WRKSRC= ${WRKDIR}/TwistedRunner-${PORTVERSION}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= 2.2+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-twistedRunner/distinfo
Normal file
2
devel/py-twistedRunner/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (TwistedRunner-0.1.0.tar.bz2) = 6829d0c85c6b4398f715f7a0f5e34e4b
|
||||
SIZE (TwistedRunner-0.1.0.tar.bz2) = 8089
|
5
devel/py-twistedRunner/pkg-descr
Normal file
5
devel/py-twistedRunner/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Twisted Runner has process management, including an inetd replacement.
|
||||
|
||||
Twisted Lore is available under the MIT Free Software licence.
|
||||
|
||||
WWW: http://twistedmatrix.com/
|
21
devel/py-twistedRunner/pkg-plist
Normal file
21
devel/py-twistedRunner/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
%%S%%/twisted/runner/__init__.py
|
||||
%%S%%/twisted/runner/__init__.pyc
|
||||
%%S%%/twisted/runner/__init__.pyo
|
||||
%%S%%/twisted/runner/inetd.py
|
||||
%%S%%/twisted/runner/inetd.pyc
|
||||
%%S%%/twisted/runner/inetd.pyo
|
||||
%%S%%/twisted/runner/inetdconf.py
|
||||
%%S%%/twisted/runner/inetdconf.pyc
|
||||
%%S%%/twisted/runner/inetdconf.pyo
|
||||
%%S%%/twisted/runner/inetdtap.py
|
||||
%%S%%/twisted/runner/inetdtap.pyc
|
||||
%%S%%/twisted/runner/inetdtap.pyo
|
||||
%%S%%/twisted/runner/portmap.c
|
||||
%%S%%/twisted/runner/portmap.so
|
||||
%%S%%/twisted/runner/procmon.py
|
||||
%%S%%/twisted/runner/procmon.pyc
|
||||
%%S%%/twisted/runner/procmon.pyo
|
||||
%%S%%/twisted/runner/procutils.py
|
||||
%%S%%/twisted/runner/procutils.pyc
|
||||
%%S%%/twisted/runner/procutils.pyo
|
||||
@dirrm %%S%%/twisted/runner
|
Loading…
Reference in New Issue
Block a user