diff --git a/benchmarks/speedtest-cli/Makefile b/benchmarks/speedtest-cli/Makefile new file mode 100644 index 00000000000..983ea402b06 --- /dev/null +++ b/benchmarks/speedtest-cli/Makefile @@ -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 diff --git a/benchmarks/speedtest-cli/distinfo b/benchmarks/speedtest-cli/distinfo new file mode 100644 index 00000000000..04918e47bf8 --- /dev/null +++ b/benchmarks/speedtest-cli/distinfo @@ -0,0 +1,2 @@ +SHA256 (speedtest-cli-0.2.2.tar.gz) = gkwd3MwGaG0xFpolHf16lMHQsxeafOWLBhc8v/1OjBc= +SIZE (speedtest-cli-0.2.2.tar.gz) = 10251 diff --git a/benchmarks/speedtest-cli/pkg/DESCR b/benchmarks/speedtest-cli/pkg/DESCR new file mode 100644 index 00000000000..8d55f6db4cc --- /dev/null +++ b/benchmarks/speedtest-cli/pkg/DESCR @@ -0,0 +1,2 @@ +speedtest-cli is a command line interface for testing internet bandwidth +using speedtest.net servers. diff --git a/benchmarks/speedtest-cli/pkg/PLIST b/benchmarks/speedtest-cli/pkg/PLIST new file mode 100644 index 00000000000..f66bc645872 --- /dev/null +++ b/benchmarks/speedtest-cli/pkg/PLIST @@ -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