mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Command line interface for testing internet bandwidth using speedtest.net
WWW: https://github.com/sivel/speedtest-cli
This commit is contained in:
parent
d7cc8f7f00
commit
c7216c95de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350563
@ -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
|
||||
|
20
net/py-speedtest-cli/Makefile
Normal file
20
net/py-speedtest-cli/Makefile
Normal 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>
|
2
net/py-speedtest-cli/distinfo
Normal file
2
net/py-speedtest-cli/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (speedtest-cli-0.2.5.tar.gz) = b6c1d9ed4af3b7c93291933f07888208524cb3cb017ba25a5f921860ac9f2928
|
||||
SIZE (speedtest-cli-0.2.5.tar.gz) = 11084
|
3
net/py-speedtest-cli/pkg-descr
Normal file
3
net/py-speedtest-cli/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Command line interface for testing internet bandwidth using speedtest.net
|
||||
|
||||
WWW: https://github.com/sivel/speedtest-cli
|
Loading…
Reference in New Issue
Block a user