Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2018 21:09:38 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487201 - in head/net: . bredbandskollen
Message-ID:  <201812102109.wBAL9c7Q063889@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Dec 10 21:09:38 2018
New Revision: 487201
URL: https://svnweb.freebsd.org/changeset/ports/487201

Log:
  Add new port net/bredbandskollen
  
  Add a new port, net/bredbandskollen (broad band check in English).  This is
  a tool to test and measure the speed of broad band connections.  It is made
  available by the Internet Foundation In Sweden.
  
  This is the cli client tool, a similar check can be made from a web
  application.
  
  The optional GNUTLS option makes it possible to run measurments over SSL
  connections.
  
  WWW:	https://github.com/dotse/bbk
  	http://www.bredbandskollen.se/
  
  Sponsored by:	B3 Init

Added:
  head/net/bredbandskollen/
  head/net/bredbandskollen/Makefile   (contents, props changed)
  head/net/bredbandskollen/distinfo   (contents, props changed)
  head/net/bredbandskollen/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Dec 10 20:49:34 2018	(r487200)
+++ head/net/Makefile	Mon Dec 10 21:09:38 2018	(r487201)
@@ -65,6 +65,7 @@
     SUBDIR += bosh-bootloader
     SUBDIR += bosh-cli
     SUBDIR += bounce
+    SUBDIR += bredbandskollen
     SUBDIR += bsdec2-image-upload
     SUBDIR += bsdproxy
     SUBDIR += bsdrcmds

Added: head/net/bredbandskollen/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/bredbandskollen/Makefile	Mon Dec 10 21:09:38 2018	(r487201)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME=	bredbandskollen
+PORTVERSION=	0.20181210
+CATEGORIES=	net
+
+MAINTAINER=	zeising@FreeBSD.org
+COMMENT=	Command line tool to check internet connection speed
+
+LICENSE=	GPLv2
+
+USES=		gmake
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	dotse
+GH_PROJECT=	bbk
+GH_TAGNAME=	39b47a1
+
+BUILD_WRKSRC=	${WRKSRC}/src/cli
+
+PLIST_FILES=	bin/bbk_cli \
+		bin/bredbandskollen
+
+OPTIONS_DEFINE=	GNUTLS
+
+GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
+GNUTLS_MAKE_ARGS=	GNUTLS=1
+
+do-install:
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/cli ${STAGEDIR}/${PREFIX}/bin/bbk_cli
+	${LN} -sf bbk_cli ${STAGEDIR}/${PREFIX}/bin/bredbandskollen
+
+.include <bsd.port.mk>

Added: head/net/bredbandskollen/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/bredbandskollen/distinfo	Mon Dec 10 21:09:38 2018	(r487201)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1544469797
+SHA256 (dotse-bbk-0.20181210-39b47a1_GH0.tar.gz) = 20e66a5acb806125dca45fc2563bea28b308f90873c85a4b109db6a067b91147
+SIZE (dotse-bbk-0.20181210-39b47a1_GH0.tar.gz) = 3636881

Added: head/net/bredbandskollen/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/bredbandskollen/pkg-descr	Mon Dec 10 21:09:38 2018	(r487201)
@@ -0,0 +1,8 @@
+Bredbandskollen (broad band check in English) is a tool to test the speed of
+internet connections.  The tool is made available from the Internet Foundation
+In Sweden.
+
+This is a command line tool that can be used instead of the web application.
+
+WWW: https://https://github.com/dotse/bbk
+     http://bredbandskollen.se



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