svn commit: r350563 - in head/net: . py-speedtest-cli
Nicola Vitale
nivit at FreeBSD.org
Tue Apr 8 03:09:03 UTC 2014
Author: nivit
Date: Tue Apr 8 03:09:01 2014
New Revision: 350563
URL: http://svnweb.freebsd.org/changeset/ports/350563
QAT: https://qat.redports.org/buildarchive/r350563/
Log:
Command line interface for testing internet bandwidth using speedtest.net
WWW: https://github.com/sivel/speedtest-cli
Added:
head/net/py-speedtest-cli/
head/net/py-speedtest-cli/Makefile (contents, props changed)
head/net/py-speedtest-cli/distinfo (contents, props changed)
head/net/py-speedtest-cli/pkg-descr (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Tue Apr 8 02:28:25 2014 (r350562)
+++ head/net/Makefile Tue Apr 8 03:09:01 2014 (r350563)
@@ -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
Added: head/net/py-speedtest-cli/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/py-speedtest-cli/Makefile Tue Apr 8 03:09:01 2014 (r350563)
@@ -0,0 +1,20 @@
+# Created by: Nicola Vitale <nivit at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= speedtest-cli
+PORTVERSION= 0.2.5
+#PORTREVISION= 0
+CATEGORIES= net
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= nivit at 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>
Added: head/net/py-speedtest-cli/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/py-speedtest-cli/distinfo Tue Apr 8 03:09:01 2014 (r350563)
@@ -0,0 +1,2 @@
+SHA256 (speedtest-cli-0.2.5.tar.gz) = b6c1d9ed4af3b7c93291933f07888208524cb3cb017ba25a5f921860ac9f2928
+SIZE (speedtest-cli-0.2.5.tar.gz) = 11084
Added: head/net/py-speedtest-cli/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/py-speedtest-cli/pkg-descr Tue Apr 8 03:09:01 2014 (r350563)
@@ -0,0 +1,3 @@
+Command line interface for testing internet bandwidth using speedtest.net
+
+WWW: https://github.com/sivel/speedtest-cli
More information about the svn-ports-head
mailing list