import benchmarks/speedtest-cli, ok merdely@ william@
speedtest-cli is a command line interface for testing internet bandwidth using speedtest.net servers.
This commit is contained in:
parent
58dd4a9517
commit
f51736561b
19
benchmarks/speedtest-cli/Makefile
Normal file
19
benchmarks/speedtest-cli/Makefile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2013/11/19 17:59:01 sthen Exp $
|
||||||
|
|
||||||
|
COMMENT = command-line client for speedtest.net bandwidth tester
|
||||||
|
|
||||||
|
MODPY_EGG_VERSION = 0.2.2
|
||||||
|
DISTNAME = speedtest-cli-${MODPY_EGG_VERSION}
|
||||||
|
CATEGORIES = benchmarks net
|
||||||
|
|
||||||
|
HOMEPAGE = https://github.com/sivel/speedtest-cli
|
||||||
|
|
||||||
|
# Apache 2
|
||||||
|
PERMIT_PACKAGE_CDROM = Yes
|
||||||
|
|
||||||
|
MASTER_SITES = ${MASTER_SITE_PYPI:=s/speedtest-cli/}
|
||||||
|
|
||||||
|
MODULES = lang/python
|
||||||
|
MODPY_SETUPTOOLS = Yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
benchmarks/speedtest-cli/distinfo
Normal file
2
benchmarks/speedtest-cli/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (speedtest-cli-0.2.2.tar.gz) = gkwd3MwGaG0xFpolHf16lMHQsxeafOWLBhc8v/1OjBc=
|
||||||
|
SIZE (speedtest-cli-0.2.2.tar.gz) = 10251
|
2
benchmarks/speedtest-cli/pkg/DESCR
Normal file
2
benchmarks/speedtest-cli/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
speedtest-cli is a command line interface for testing internet bandwidth
|
||||||
|
using speedtest.net servers.
|
11
benchmarks/speedtest-cli/pkg/PLIST
Normal file
11
benchmarks/speedtest-cli/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/11/19 17:59:01 sthen Exp $
|
||||||
|
@comment bin/speedtest
|
||||||
|
bin/speedtest-cli
|
||||||
|
lib/python${MODPY_VERSION}/site-packages/speedtest_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||||
|
lib/python${MODPY_VERSION}/site-packages/speedtest_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||||
|
lib/python${MODPY_VERSION}/site-packages/speedtest_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||||
|
lib/python${MODPY_VERSION}/site-packages/speedtest_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||||
|
lib/python${MODPY_VERSION}/site-packages/speedtest_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||||
|
lib/python${MODPY_VERSION}/site-packages/speedtest_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||||
|
lib/python${MODPY_VERSION}/site-packages/speedtest_cli.py
|
||||||
|
lib/python${MODPY_VERSION}/site-packages/speedtest_cli.pyc
|
Loading…
x
Reference in New Issue
Block a user