IABSD.fr/ports/net/liboping

Branch :


Log

Author Commit Date CI Message
3f5796b9 2022-03-11 19:45:43 drop RCS Ids
59b23548 2022-02-26 12:29:54 liboping: add upstream patch to handle EHOSTDOWN
48b0b966 2019-07-12 20:48:23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
537f02ec 2018-04-28 14:29:30 Update to libopint 1.10. Backport a fix for https://github.com/octo/liboping/issues/34 ok danj@
d4c1661c 2017-09-23 10:13:19 fix WANTLIB (existing wantlib was in the wrong place so the WANTLIB+= didn't work)
df6fba16 2017-02-06 20:28:32 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".
f85fa412 2016-07-05 09:07:43 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".
071c34fd 2016-03-16 21:19:37 remove SHARED_ONLY from ports that use only the gnu module
6dfe1e06 2015-01-19 20:44:14 <sys/socket.h> already exposes struct iovec, no need to include <sys/uio.h>. Remove now useless (parts of) patches.
27c06a4b 2014-12-01 08:18:45 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@