Port details |
- bwping Tool to measure bandwidth and RTT between two hosts using ICMP
- 2.5_1 net =4 2.5_1Version of this port present on the latest quarterly branch.
- Maintainer: oleg.derevenetz@gmail.com
- Port Added: 2008-08-30 01:21:23
- Last Update: 2024-02-25 07:33:08
- Commit Hash: 76f08f3
- People watching this port, also watch:: jailaudit, libxml2, p5-libwww, jps, ipcalc
- License: BSD2CLAUSE
- WWW:
- https://bwping.sourceforge.io/
- Description:
- A tool to measure bandwidth and response times between two
hosts using Internet Control Message Protocol (ICMP) echo
request/echo reply mechanism.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/bwping/ && make install clean
- To add the package, run one of these commands:
- pkg install net/bwping
- pkg install bwping
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bwping
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1645386198
SHA256 (bwping-2.5.tar.gz) = 1d8762227f40909f6d42ef756ebc2c258e5fd4f268ff63ecc544b8d6f0802c82
SIZE (bwping-2.5.tar.gz) = 113076
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_bwping
- 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 |
2.5_1 25 Feb 2024 07:33:08 |
Muhammad Moinur Rahman (bofh) |
net/bwping: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
2.5 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 ) |
2.5 21 Feb 2022 22:20:36 |
Guangyuan Yang (ygy) Author: Oleg Derevenetz |
net/bwping: Update to 2.5
Changelog: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.5
PR: 262072 |
2.4 08 Jan 2022 06:42:25 |
Tobias C. Berner (tcberner) Author: Oleg Derevenetz |
net/bwping: Update to 2.4
PR: 261009 |
2.3 13 Jun 2021 06:55:33 |
Rainer Hurling (rhurlin) |
net/bwping: Update to 2.3
RTT calculation is more accurate now.
Changelog: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.3
PR: 256568
Reported by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) |
2.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2 27 Nov 2020 21:25:56 |
rhurlin |
net/bwping: Update to 2.2
- Usage info now includes the package version
- Manual definition of feature test macros has been
replaced with Autoconf's AC_USE_SYSTEM_EXTENSIONS
- Dropped support for gettimeofday() in favor of
clock_gettime()
- Various minor fixes and improvements
Changelog: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.2
PR: 251429
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit) |
2.1 02 Oct 2020 10:31:37 |
rhurlin |
Update to 2.1
- Performance: added support for filtering incoming packets at the kernel level
using BPF
- Various minor fixes and improvements.
PR: 250016
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
Approved by: arrowd (mentor)
Relnotes: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.1
Differential Revision: https://reviews.freebsd.org/D26641 |
2.0 10 Sep 2020 03:03:43 |
lwhsu |
net/bwping: Update to 2.0
PR: 249221
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) |
1.17 12 May 2020 19:53:47 |
pi |
net/bwping: update 1.16 -> 1.17
- Minor improvements (C99-related stuff mostly).
PR: 246425
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) |
1.16 18 Nov 2019 01:51:53 |
meta |
net/bwping: Update to 1.16
* Use opaque struct addrinfo everywhere, get rid of inet_ntop() in favor of
getnameinfo();
* Fix build on Solaris;
* Minor fixes & improvements.
PR: 242007
Submitted by: maintainer
Relnotes: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_1.16 |
1.15 18 Jun 2019 02:29:46 |
swills |
net/bwping: Update to 1.15
PR: 238493
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) |
1.14 09 May 2019 20:05:22 |
swills |
net/bwping: update to 1.14
PR: 237769
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) |
1.12 22 Apr 2019 05:22:55 |
meta |
net/bwping: Update to 1.12
IPv6 support is now integreted and turned on by default.
While here, update WWW to current site.
PR: 237433
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) |
1.11 08 Apr 2019 02:03:34 |
wen |
- Update to 1.11
PR: 237088
Submitted by: oleg.derevenetz@gmail.com(maintainer) |
1.10 09 Jan 2019 20:58:19 |
tobik |
sysutils/bwping: Update to 1.10
- Convert to options helpers
PR: 234757
Submitted by: maintainer |
1.9 19 Aug 2018 10:30:35 |
wen |
- Update to 1.9
PR: 230345
Submitted by: ndowens@yahoo.com
Approved by: maintainer |
1.7 21 Feb 2014 22:51:46 |
pawel |
- Update to version 1.7
- Correct LICENSE to bsd2clause
- Stage support
PR: ports/186140
Submitted by: Eero Hanninen <fax@nohik.ee>
Approved by: maintainer |
1.6 21 Feb 2014 13:38:29 |
ehaupt |
Remove trailing whitespaces from category net |
1.6 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.6 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.6 01 Nov 2012 21:06:33 |
jhale |
- Fix tinderbox build by adding IPV6 option to explicitly
enable or disable IPV6 support. Previous behavior was
auto-detection which wasn't working right on tinderbox
and would have caused problems anyways.
Reported by: pointyhat
Approved by: maintainer via private mail
makc, avilla (mentors, implicit)
Feature safe: yes |
1.6 14 Oct 2012 12:17:47 |
jhale |
- Update to 1.6
- Move LICENSE to correct location
- Remove indefinite article from COMMENT
- Trim Makefile header
PR: ports/172589
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes |
1.4 14 Jun 2011 12:18:58 |
wxs |
- Update to 1.4
- Add LICENSE
PR: ports/157849
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) |
1.3 10 May 2011 09:35:53 |
culot |
- Update to 1.3
PR: ports/156923
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) |
1.2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.2 09 Feb 2010 12:39:44 |
amdmi3 |
- Update to 1.2
PR: 143674
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) |
1.1 20 May 2009 14:12:46 |
amdmi3 |
- Update to 1.1
- Project moved to SourceForge, update MASTER_SITES and WWW
- Update maintainer's email address
PR: 134752
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) |
1.0 30 Aug 2008 01:20:48 |
amdmi3 |
A tool to measure bandwidth and response times between two
hosts using Internet Control Message Protocol (ICMP) echo
request/echo reply mechanism.
WWW: http://tclmon.vsi.ru/utils.php
PR: 126928
Submitted by: Oleg Derevenetz <oleg at serv2 dot vsi dot ru> |