Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2018 14:09:32 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482429 - in head/net: . py-sbws
Message-ID:  <201810191409.w9JE9W55048037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810191409.w9JE9W55048037>