Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 2014 03:09:01 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350563 - in head/net: . py-speedtest-cli
Message-ID:  <201404080309.s383914V070566@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404080309.s383914V070566>