From owner-svn-ports-head@freebsd.org Fri Oct 19 14:09:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36B60FCBEA1; Fri, 19 Oct 2018 14:09:34 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C977E7F2A5; Fri, 19 Oct 2018 14:09:33 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5BC97F7D; Fri, 19 Oct 2018 14:09:33 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9JE9Xxn048040; Fri, 19 Oct 2018 14:09:33 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9JE9W55048037; Fri, 19 Oct 2018 14:09:32 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201810191409.w9JE9W55048037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Fri, 19 Oct 2018 14:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482429 - in head/net: . py-sbws X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: in head/net: . py-sbws X-SVN-Commit-Revision: 482429 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 14:09:34 -0000 Author: egypcio Date: Fri Oct 19 14:09:32 2018 New Revision: 482429 URL: https://svnweb.freebsd.org/changeset/ports/482429 Log: [NEW PORT] net/py-sbws: Tor network bandwidth scanner Simple Bandwidth Scanner (a.k.a sbws) is a Tor bandwidth scanner that produces bandwidth measurements files to be used by Directory Authorities. The scanner builds two hop circuits consisting of the relay being measured and a fast exit. Over these circuits it measures RTT and bandwidth. WWW: https://sbws.readthedocs.io/ Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D17606 Added: head/net/py-sbws/ head/net/py-sbws/Makefile (contents, props changed) head/net/py-sbws/distinfo (contents, props changed) head/net/py-sbws/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Oct 19 14:00:20 2018 (r482428) +++ head/net/Makefile Fri Oct 19 14:09:32 2018 (r482429) @@ -1137,6 +1137,7 @@ SUBDIR += py-ripe.atlas.tools SUBDIR += py-s3cmd SUBDIR += py-s3transfer + SUBDIR += py-sbws SUBDIR += py-shodan SUBDIR += py-smart_open SUBDIR += py-smbpasswd Added: head/net/py-sbws/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-sbws/Makefile Fri Oct 19 14:09:32 2018 (r482429) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= sbws +PORTVERSION= 0.8.0 +DISTVERSIONPREFIX= v +CATEGORIES= net python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= egypcio@googlemail.com +COMMENT= Tor network bandwidth scanner + +LICENSE= CC0-1.0 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.7.0:security/py-stem@${PY_FLAVOR} \ + tor:security/tor + +USES= cpe python:3.5+ shebangfix +USE_GITHUB= yes +USE_PYTHON= autoplist distutils flavors + +CPE_VENDOR= torproject +GH_ACCOUNT= torproject + +SHEBANG_FILES= tests/testnets/simple.common/03-network-in-ready-state.py \ + tests/testnets/simple-ipv4/03-network-in-ready-state.py \ + tests/testnets/simple-ipv6/03-network-in-ready-state.py + +.include Added: head/net/py-sbws/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-sbws/distinfo Fri Oct 19 14:09:32 2018 (r482429) @@ -0,0 +1,3 @@ +TIMESTAMP = 1539850400 +SHA256 (torproject-sbws-v0.8.0_GH0.tar.gz) = 0520f40caa405bf49baa5380f6846c61c617d31649adc4e472162f49bb67cb8f +SIZE (torproject-sbws-v0.8.0_GH0.tar.gz) = 156048 Added: head/net/py-sbws/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-sbws/pkg-descr Fri Oct 19 14:09:32 2018 (r482429) @@ -0,0 +1,7 @@ +Simple Bandwidth Scanner (a.k.a sbws) is a Tor bandwidth scanner that produces +bandwidth measurements files to be used by Directory Authorities. + +The scanner builds two hop circuits consisting of the relay being measured and +a fast exit. Over these circuits it measures RTT and bandwidth. + +WWW: https://sbws.readthedocs.io/