New port: net/py-portend: Monitors TCP ports for bound or unbound states
PR: 222191 Submitted by: Keith Gaughan <k@stereochro.me> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13315
This commit is contained in:
parent
4941a941ab
commit
3006b62467
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455415
@ -1029,6 +1029,7 @@
|
||||
SUBDIR += py-pcapy
|
||||
SUBDIR += py-pcs
|
||||
SUBDIR += py-port-for
|
||||
SUBDIR += py-portend
|
||||
SUBDIR += py-pygeoip
|
||||
SUBDIR += py-pyldap
|
||||
SUBDIR += py-pynmsg
|
||||
|
22
net/py-portend/Makefile
Normal file
22
net/py-portend/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= portend
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= k@stereochro.me
|
||||
COMMENT= Monitors TCP ports for bound or unbound states
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tempora>=1.8:devel/py-tempora@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/py-portend/distinfo
Normal file
3
net/py-portend/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1512111674
|
||||
SHA256 (portend-2.2.tar.gz) = bc48d3d99e1eaf2e9406c729f8848bfdaf87876cd3560dc3ec6c16714f529586
|
||||
SIZE (portend-2.2.tar.gz) = 7974
|
4
net/py-portend/pkg-descr
Normal file
4
net/py-portend/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Portend monitors TCP ports for bound or unbound states.
|
||||
It can wait with a timeout for a port to be occupied or free.
|
||||
|
||||
WWW: https://github.com/jaraco/portend
|
Loading…
Reference in New Issue
Block a user