Date: Sun, 3 Dec 2017 17:38:09 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455415 - in head/net: . py-portend Message-ID: <201712031738.vB3Hc9ha078474@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Dec 3 17:38:09 2017 New Revision: 455415 URL: https://svnweb.freebsd.org/changeset/ports/455415 Log: 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 Added: head/net/py-portend/ head/net/py-portend/Makefile (contents, props changed) head/net/py-portend/distinfo (contents, props changed) head/net/py-portend/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Dec 3 17:37:02 2017 (r455414) +++ head/net/Makefile Sun Dec 3 17:38:09 2017 (r455415) @@ -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 Added: head/net/py-portend/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-portend/Makefile Sun Dec 3 17:38:09 2017 (r455415) @@ -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> Added: head/net/py-portend/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-portend/distinfo Sun Dec 3 17:38:09 2017 (r455415) @@ -0,0 +1,3 @@ +TIMESTAMP = 1512111674 +SHA256 (portend-2.2.tar.gz) = bc48d3d99e1eaf2e9406c729f8848bfdaf87876cd3560dc3ec6c16714f529586 +SIZE (portend-2.2.tar.gz) = 7974 Added: head/net/py-portend/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-portend/pkg-descr Sun Dec 3 17:38:09 2017 (r455415) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712031738.vB3Hc9ha078474>