cvs commit: ports/net Makefile ports/net/liboping Makefile
distinfo pkg-descr pkg-plist
Martin Wilke
miwi at FreeBSD.org
Mon Oct 8 11:18:19 PDT 2007
miwi 2007-10-08 18:18:18 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/liboping Makefile distinfo pkg-descr pkg-plist
Log:
liboping is a C library to generate ICMP echo requests, better known as
"ping packets". It is intended for use in network monitoring applications
or applications that would otherwise need to fork ping(1) frequently.
Included is a sample application, called oping, which demostrates the
library's abilities. It is like ping, ping6, and fping rolled into one.
WWW: http://verplant.org/liboping/
PR: ports/116735
Submitted by: Matt Peterson <matt at peterson.org>
Revision Changes Path
1.1927 +1 -0 ports/net/Makefile
1.1 +25 -0 ports/net/liboping/Makefile (new)
1.1 +3 -0 ports/net/liboping/distinfo (new)
1.1 +7 -0 ports/net/liboping/pkg-descr (new)
1.1 +6 -0 ports/net/liboping/pkg-plist (new)
More information about the cvs-all
mailing list