1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Command line interface for testing internet bandwidth using speedtest.net

WWW: https://github.com/sivel/speedtest-cli
This commit is contained in:
Nicola Vitale 2014-04-08 03:09:01 +00:00
parent d7cc8f7f00
commit c7216c95de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350563
4 changed files with 26 additions and 0 deletions

View File

@ -940,6 +940,7 @@
SUBDIR += py-soappy
SUBDIR += py-soappy-devel
SUBDIR += py-soapy
SUBDIR += py-speedtest-cli
SUBDIR += py-spreadmodule
SUBDIR += py-suds
SUBDIR += py-tofu

View File

@ -0,0 +1,20 @@
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= speedtest-cli
PORTVERSION= 0.2.5
#PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Command line interface for testing internet bandwidth
LICENSE= APACHE20
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (speedtest-cli-0.2.5.tar.gz) = b6c1d9ed4af3b7c93291933f07888208524cb3cb017ba25a5f921860ac9f2928
SIZE (speedtest-cli-0.2.5.tar.gz) = 11084

View File

@ -0,0 +1,3 @@
Command line interface for testing internet bandwidth using speedtest.net
WWW: https://github.com/sivel/speedtest-cli