9 Commits

Author SHA1 Message Date
sthen
59b23548c4 liboping: add upstream patch to handle EHOSTDOWN 2022-02-26 12:29:54 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
landry
537f02ec99 Update to libopint 1.10.
Backport a fix for https://github.com/octo/liboping/issues/34

ok danj@
2018-04-28 14:29:30 +00:00
sthen
d4c1661ce3 fix WANTLIB (existing wantlib was in the wrong place so the WANTLIB+= didn't
work)
2017-09-23 10:13:19 +00:00
sthen
df6fba168f Add perl to WANTLIB, second batch. This used to be done automatically but
since SHARED_ONLY support was removed across the ports tree the perl module
no longer adds it, so it must be done manually for any perl ports that
provide perl shared-library modules (i.e. libdata/perl5/site_perl/$ARCH/*.so)
and you must not remove them from WANTLIB even if they show as "Extra".
2017-02-06 20:28:32 +00:00
landry
f85fa4124b Update to liboping 1.9.0
* liboping: The new "PING_OPT_MARK" option allows to mark packets,
  which can be used for filtering and routing such packets on Linux.
* oping, noping: The new "-m" command line option allows to set a
  mark on packets sent by the tool.
* oping, noping: The new "-O" command line option allows to write
  measurements to an CSV file.
* oping, noping: The new "-w" command line option allows to specify
  the timeout after which a packet/reply is considered "dropped".
2016-07-05 09:07:43 +00:00
naddy
071c34fd6f remove SHARED_ONLY from ports that use only the gnu module 2016-03-16 21:19:37 +00:00
naddy
6dfe1e0668 <sys/socket.h> already exposes struct iovec, no need to include <sys/uio.h>.
Remove now useless (parts of) patches.
2015-01-19 20:44:14 +00:00
landry
27c06a4b7b Import liboping 1.8.0.
liboping was inspired by ping, libping and fping: It differs from these
existing solutions in that it can "ping" multiple hosts in parallel
using IPv4 or IPv6 transparently. Other design principles were an object
oriented interface, simplicity and extensibility.

On top of liboping two command line applications have been built.
"oping" is a drop-in replacement for ping(1) with very similar output.
"noping" is an ncurses-based application which displays statistics while
pinging and highlights aberrant round-trip times.

ok/tweaks sthen@
2014-12-01 08:18:45 +00:00