Port details |
- bredbandskollen Command line tool to check internet connection speed
- 1.2.1 net =2 1.2_1Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2018-12-10 21:09:51
- Last Update: 2024-12-07 12:40:23
- Commit Hash: 53a49f1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/dotse/bbk
- Description:
- 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
for bandwidth tests in Sweden (see https://bredbandskollen.se for details).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bredbandskollen>0:net/bredbandskollen
- To install the port:
- cd /usr/ports/net/bredbandskollen/ && make install clean
- To add the package, run one of these commands:
- pkg install net/bredbandskollen
- pkg install bredbandskollen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bredbandskollen
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731746231
SHA256 (dotse-bbk-BBK_CLI_1.2.1_GH0.tar.gz) = 599415f508ad1e31cb8d33742bcc3cb03f4904ac98bdee77e2e0cb92f35c6fc2
SIZE (dotse-bbk-BBK_CLI_1.2.1_GH0.tar.gz) = 169361
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- googletest>0 : devel/googletest
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bredbandskollen-1.2.1:
GNUTLS=off: SSL/TLS support via GnuTLS
===> Use 'make config' to modify these settings
- Options name:
- net_bredbandskollen
- USES:
- gmake localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1 07 Dec 2024 12:40:23 |
Nuno Teixeira (eduardo) |
net/bredbandskollen: Use SETENVI instead of SETENV |
1.2.1 16 Nov 2024 09:29:12 |
Nuno Teixeira (eduardo) |
net/bredbandskollen: Update to 1.2.1
ChangeLog: https://github.com/dotse/bbk/compare/BBK_CLI_1.2...BBK_CLI_1.2.1 |
1.2_1 20 May 2024 08:26:30 |
Nuno Teixeira (eduardo) |
net/bredbandskollen: Fix tests
Upstream uses googletests to run tests that requires at least c++14 standard.
Apply upstream patch that upgrades from c++11 -> c++14.
See also: https://github.com/dotse/bbk/pull/16 |
1.2 02 Mar 2024 10:38:34 |
Nuno Teixeira (eduardo) |
net/bredbandskollen: Update to 1.2
- Switch to DISTVERSION
- Define LICENSE_FILE
- Drop USES=compiler
- Take maintainership
ChangeLog: https://github.com/dotse/bbk/compare/7b810a6...BBK_CLI_1.2 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.20190705_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.20190705_1 29 Aug 2022 07:00:04 |
Stefan Eßer (se) |
net/bredbandskollen: fix URL in pkg-descr |
0.20190705_1 02 May 2022 10:46:28 |
Rene Ladan (rene) |
grimreaper: return zeising's ports to the pool after safekeeping his ports bit. |
0.20190705_1 25 Apr 2022 14:12:32 |
Piotr Kubaj (pkubaj) |
net/bredbandskollen: remove EXTRA_PATCHES for powerpc*
Now builds without it. |
0.20190705_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.20190705_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.20190705_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.20190705 09 Jul 2019 19:03:49 |
zeising |
net/bredbandskollen: Update snapshot
Update net/bredbandskollen to the latest snapshot.
Fix build on GCC-based architectures, such as powerpc64 [1]
PR: 234216 [1]
Submitted by: pkubaj [1] |
0.20181210 29 May 2019 12:37:14 |
pkubaj |
net/bredbandskollen: revert 502934
PR: 234216
Submitted by: zeising |
0.20181210 29 May 2019 07:35:45 |
pkubaj |
net/bredbandskollen: fix build with GCC-based architectures, fix pkg-descr
This port needs USES=compiler:c++11-lang to build on GCC architectures. It also
specifies directly CXX with =, replace that with ?=.
Add missing includes (sys/types.h and sys/select.h) that GCC doesn't include by
default.
Also fix double https in pkg-descr.
PR: 234216
Approved by: tcberner (mentor), zeising (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D20442 |
0.20181210 10 Dec 2018 21:09:38 |
zeising |
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 |