Page MenuHomeFreeBSD

D13315.diff
No OneTemporary

D13315.diff

Index: head/net/Makefile
===================================================================
--- head/net/Makefile
+++ head/net/Makefile
@@ -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
Index: head/net/py-portend/Makefile
===================================================================
--- head/net/py-portend/Makefile
+++ head/net/py-portend/Makefile
@@ -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>
Index: head/net/py-portend/distinfo
===================================================================
--- head/net/py-portend/distinfo
+++ head/net/py-portend/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1512111674
+SHA256 (portend-2.2.tar.gz) = bc48d3d99e1eaf2e9406c729f8848bfdaf87876cd3560dc3ec6c16714f529586
+SIZE (portend-2.2.tar.gz) = 7974
Index: head/net/py-portend/pkg-descr
===================================================================
--- head/net/py-portend/pkg-descr
+++ head/net/py-portend/pkg-descr
@@ -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

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 7, 9:50 PM (1 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31050989
Default Alt Text
D13315.diff (1 KB)

Event Timeline