Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc net/bbk_cli: add bbk_cli-1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/797226f4aab3
branches: trunk
changeset: 431398:797226f4aab3
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed May 13 01:04:20 2020 +0000
description:
net/bbk_cli: add bbk_cli-1.0
Bandwidth measurement tool for Nordic ISPs created by
The Swedish Internet Foundation (Internetstiftelsen).
diffstat:
doc/CHANGES-2020 | 3 ++-
net/Makefile | 3 ++-
net/bbk_cli/DESCR | 5 +++++
net/bbk_cli/Makefile | 36 ++++++++++++++++++++++++++++++++++++
net/bbk_cli/PLIST | 2 ++
net/bbk_cli/distinfo | 6 ++++++
6 files changed, 53 insertions(+), 2 deletions(-)
diffs (96 lines):
diff -r 65483cbce895 -r 797226f4aab3 doc/CHANGES-2020
--- a/doc/CHANGES-2020 Tue May 12 21:34:12 2020 +0000
+++ b/doc/CHANGES-2020 Wed May 13 01:04:20 2020 +0000
@@ -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 @@
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 -r 65483cbce895 -r 797226f4aab3 net/Makefile
--- a/net/Makefile Tue May 12 21:34:12 2020 +0000
+++ b/net/Makefile Wed May 13 01:04:20 2020 +0000
@@ -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+= bandcamp-dl
SUBDIR+= barnyard
SUBDIR+= batchftp
+SUBDIR+= bbk_cli
SUBDIR+= bftpd
SUBDIR+= bind911
SUBDIR+= bind914
diff -r 65483cbce895 -r 797226f4aab3 net/bbk_cli/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bbk_cli/DESCR Wed May 13 01:04:20 2020 +0000
@@ -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 -r 65483cbce895 -r 797226f4aab3 net/bbk_cli/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bbk_cli/Makefile Wed May 13 01:04:20 2020 +0000
@@ -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@localhost
+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 -r 65483cbce895 -r 797226f4aab3 net/bbk_cli/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bbk_cli/PLIST Wed May 13 01:04:20 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/13 01:04:20 tnn Exp $
+bin/bbk_cli
diff -r 65483cbce895 -r 797226f4aab3 net/bbk_cli/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bbk_cli/distinfo Wed May 13 01:04:20 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index