mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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>
This commit is contained in:
parent
5771705d9a
commit
a1de4e139c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201112
@ -276,6 +276,7 @@
|
||||
SUBDIR += libnids
|
||||
SUBDIR += libnss-mysql
|
||||
SUBDIR += libopennet
|
||||
SUBDIR += liboping
|
||||
SUBDIR += libosip
|
||||
SUBDIR += libosip2
|
||||
SUBDIR += libpcap
|
||||
|
25
net/liboping/Makefile
Normal file
25
net/liboping/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: liboping
|
||||
# Date created: Sat Sep 29 03:38:37 PDT 2007
|
||||
# Whom: Matt Peterson <matt@peterson.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= liboping
|
||||
PORTVERSION= 0.3.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://verplant.org/liboping/files/ \
|
||||
http://matt.peterson.org/FreeBSD/ports/
|
||||
|
||||
MAINTAINER= matt@peterson.org
|
||||
COMMENT= C library to generate ICMP echo requests
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN3= liboping.3 ping_construct.3 ping_setopt.3 ping_host_add.3 \
|
||||
ping_send.3 ping_get_error.3 ping_iterator_get.3 \
|
||||
ping_iterator_get_info.3 ping_iterator_get_context.3
|
||||
MAN8= oping.8
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/liboping/distinfo
Normal file
3
net/liboping/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (liboping-0.3.5.tar.gz) = 0b2581df470184424ef707d0d94e36a1
|
||||
SHA256 (liboping-0.3.5.tar.gz) = 342f0c7518a029749d634b31d9d7e928268104d4d682ae36e03f15d122333df5
|
||||
SIZE (liboping-0.3.5.tar.gz) = 336937
|
7
net/liboping/pkg-descr
Normal file
7
net/liboping/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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/
|
6
net/liboping/pkg-plist
Normal file
6
net/liboping/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/oping
|
||||
include/oping.h
|
||||
lib/liboping.la
|
||||
lib/liboping.a
|
||||
lib/liboping.so
|
||||
lib/liboping.so.0
|
Loading…
Reference in New Issue
Block a user