Version: 1.10.0, Package name: liboping-1.10.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. This package also provides a perl module is a high-level interface to the oping library. |
Filesize: 386.324 KB |
Version History (View Complete History) |
|
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-04-28 08:29:30 by Landry Breuil | Files touched by this commit (4) |
Log message: Update to libopint 1.10. Backport a fix for https://github.com/octo/liboping/issues/34 ok danj@ |
2017-02-06 13:28:32 by Stuart Henderson | Files touched by this commit (11) |
Log message: 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". |
2016-07-05 03:07:43 by Landry Breuil | Files touched by this commit (3) |
Log message: 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-03-16 15:19:39 by Christian Weisgerber | Files touched by this commit (46) |
Log message: remove SHARED_ONLY from ports that use only the gnu module |
2015-01-19 13:44:15 by Christian Weisgerber | Files touched by this commit (13) |
Log message: <sys/socket.h> already exposes struct iovec, no need to include <sys/uio.h>. Remove now useless (parts of) patches. |