summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-05-13 01:04:20 +0000
committertnn <tnn@pkgsrc.org>2020-05-13 01:04:20 +0000
commit7cc9f06d86505ba8614fb33a1aa0af56e290f254 (patch)
tree7b7129ac8071e38c8f03e39ee651ce4655d6ca2c
parent588eeaf99da2d15134b697227778b124e1c4e8a0 (diff)
downloadpkgsrc-7cc9f06d86505ba8614fb33a1aa0af56e290f254.tar.gz
net/bbk_cli: add bbk_cli-1.0
Bandwidth measurement tool for Nordic ISPs created by The Swedish Internet Foundation (Internetstiftelsen).
-rw-r--r--doc/CHANGES-20203
-rw-r--r--net/Makefile3
-rw-r--r--net/bbk_cli/DESCR5
-rw-r--r--net/bbk_cli/Makefile36
-rw-r--r--net/bbk_cli/PLIST2
-rw-r--r--net/bbk_cli/distinfo6
6 files changed, 53 insertions, 2 deletions
diff --git a/doc/CHANGES-2020 b/doc/CHANGES-2020
index 81087138409..41b9f50f1cd 100644
--- a/doc/CHANGES-2020
+++ b/doc/CHANGES-2020
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.2873 2020/05/12 19:29:17 tsutsui Exp $
+$NetBSD: CHANGES-2020,v 1.2874 2020/05/13 01:04:20 tnn Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -4538,3 +4538,4 @@ Changes to the packages collection and infrastructure in 2020:
Updated net/py-onionbalance to 0.2.0 [adam 2020-05-12]
Updated devel/py-importlib-resources to 1.5.0 [adam 2020-05-12]
Updated multimedia/adobe-flash-player to 32.0.0.371 [tsutsui 2020-05-12]
+ Added net/bbk_cli version 1.0 [tnn 2020-05-13]
diff --git a/net/Makefile b/net/Makefile
index 4d85dc6f82b..c37c6bcc7e9 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1329 2020/05/08 09:33:30 fcambus Exp $
+# $NetBSD: Makefile,v 1.1330 2020/05/13 01:04:20 tnn Exp $
#
COMMENT= Networking tools
@@ -39,6 +39,7 @@ SUBDIR+= balance
SUBDIR+= bandcamp-dl
SUBDIR+= barnyard
SUBDIR+= batchftp
+SUBDIR+= bbk_cli
SUBDIR+= bftpd
SUBDIR+= bind911
SUBDIR+= bind914
diff --git a/net/bbk_cli/DESCR b/net/bbk_cli/DESCR
new file mode 100644
index 00000000000..c012c65ca09
--- /dev/null
+++ b/net/bbk_cli/DESCR
@@ -0,0 +1,5 @@
+Bredbandskollen's test gives you a measurement that you can compare to the
+rate you pay for with your ISP, while at the same time, with the help of the
+results, you can make sure that your technical equipment is working properly.
+This tool is primarily intended for the swedish consumer ISP market, but
+works well in most of northern and central Europe.
diff --git a/net/bbk_cli/Makefile b/net/bbk_cli/Makefile
new file mode 100644
index 00000000000..4e9500b4bf4
--- /dev/null
+++ b/net/bbk_cli/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2020/05/13 01:04:20 tnn Exp $
+
+GITHUB_PROJECT= bbk
+GITHUB_TAG= 7b810a696c78b746185c11282bdbe3fb7f8c5d4b
+DISTNAME= bbk-${GITHUB_TAG}
+PKGNAME= bbk_cli-1.0
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dotse/}
+
+MAINTAINER= tnn@NetBSD.org
+HOMEPAGE= http://www.bredbandskollen.se/en/bredbandskollen-cli/
+COMMENT= Bandwidth measurement tool for Nordic ISPs
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= c++
+USE_TOOLS+= gmake
+MAKEFLAGS+= CXX=${CXX}
+BUILD_DIRS= src/cli
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.bbk-cli
+PKG_SUPPORTED_OPTIONS+= tls
+PKG_SUGGESTED_OPTIONS+= tls
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mtls)
+.include "../../security/gnutls/buildlink3.mk"
+PKGSRC_MAKE_ENV+= GNUTLS=1
+.endif
+
+INSTALLATION_DIRS+= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/cli/cli ${DESTDIR}${PREFIX}/bin/bbk_cli
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/bbk_cli/PLIST b/net/bbk_cli/PLIST
new file mode 100644
index 00000000000..02d5bd510c1
--- /dev/null
+++ b/net/bbk_cli/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/13 01:04:20 tnn Exp $
+bin/bbk_cli
diff --git a/net/bbk_cli/distinfo b/net/bbk_cli/distinfo
new file mode 100644
index 00000000000..b1f7c91f530
--- /dev/null
+++ b/net/bbk_cli/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/13 01:04:20 tnn Exp $
+
+SHA1 (bbk-7b810a696c78b746185c11282bdbe3fb7f8c5d4b-7b810a696c78b746185c11282bdbe3fb7f8c5d4b.tar.gz) = f63dc97236ce02bb1fc40688a27940c0e5f7be72
+RMD160 (bbk-7b810a696c78b746185c11282bdbe3fb7f8c5d4b-7b810a696c78b746185c11282bdbe3fb7f8c5d4b.tar.gz) = 792811331b8b71803d38026211e0b0c8307c2ef9
+SHA512 (bbk-7b810a696c78b746185c11282bdbe3fb7f8c5d4b-7b810a696c78b746185c11282bdbe3fb7f8c5d4b.tar.gz) = e1abf975620fe9dcfedaec41788fe4d06634471f7d7a26eeed52b880488a76065ca96fa6d2b29a8019e15053179552458f1cb893e37a56164861548290123dc2
+Size (bbk-7b810a696c78b746185c11282bdbe3fb7f8c5d4b-7b810a696c78b746185c11282bdbe3fb7f8c5d4b.tar.gz) = 133961 bytes