View | Details | Raw Unified | Return to bug 198379 | Differences between
and this patch

Collapse All | Expand All

(-)liboping/Makefile (-9 / +14 lines)
Lines 2-19 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	liboping
4
PORTNAME=	liboping
5
PORTVERSION=	0.3.5
5
PORTVERSION=	1.8.0
6
PORTREVISION=	1
7
CATEGORIES=	net
6
CATEGORIES=	net
8
MASTER_SITES=	http://verplant.org/liboping/files/ \
7
MASTER_SITES=	http://noping.cc/files/
9
		http://matt.peterson.org/FreeBSD/ports/
10
8
11
MAINTAINER=	matt@peterson.org
9
MAINTAINER=	portmaster@BSDforge.com
12
COMMENT=	C library to generate ICMP echo requests
10
COMMENT=	Ping IPv4/6, and C library. Includes ncurses version
13
11
12
LICENSE=	GPLv2
13
14
USES=		libtool ncurses perl5 shebangfix
15
USE_LDCONFIG=	yes
14
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
15
INSTALL_TARGET=	install-strip
16
USES=		libtool
17
USE_LDCONFIG=	yes
18
17
18
pre-install:
19
	${STRIP_CMD} ${WRKSRC}/src/.libs/liboping.so.0.2.11
20
21
post-install:
22
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/mach/5.18/auto/Net/Oping/Oping.so
23
19
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)liboping/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (liboping-0.3.5.tar.gz) = 342f0c7518a029749d634b31d9d7e928268104d4d682ae36e03f15d122333df5
1
SHA256 (liboping-1.8.0.tar.gz) = 824792ae7fc5e9569bacc4167b89de31f6ba8476de44760f0bc272682e894b41
2
SIZE (liboping-0.3.5.tar.gz) = 336937
2
SIZE (liboping-1.8.0.tar.gz) = 388750
(-)liboping/pkg-descr (-3 / +9 lines)
Lines 1-7 Link Here
1
liboping is a C library to generate ICMP echo requests, better known as
1
liboping is a C library to generate ICMP echo requests, better known as
2
"ping packets". It is intended for use in network monitoring applications
2
'ping packets'. It is intended for use in network monitoring applications
3
or applications that would otherwise need to fork ping(1) frequently.
3
or applications that would otherwise need to fork ping(1) frequently.
4
Included is a sample application, called oping, which demostrates the
4
Included is a sample application, called oping, which demonstrates the
5
library's abilities. It is like ping, ping6, and fping rolled into one.
5
library's abilities. It is like ping, ping6, and fping rolled into one.
6
6
7
WWW: http://verplant.org/liboping/
7
Version 1.4.0, a second example application, noping, provides an
8
ncurses-based front-end to liboping. Using curses windows it is able
9
to display the ping statistics online 'live'. An aberrant behavior
10
detection highlights all round-trip times that are unusually high or
11
low.
12
13
WWW: http://noping.cc/
(-)liboping/pkg-plist (-1 / +6 lines)
Lines 1-9 Link Here
1
bin/noping
1
bin/oping
2
bin/oping
2
include/oping.h
3
include/oping.h
3
lib/liboping.a
4
lib/liboping.a
4
lib/liboping.so
5
lib/liboping.so
5
lib/liboping.so.0
6
lib/liboping.so.0
6
lib/liboping.so.0.0.3
7
lib/liboping.so.0.2.11
8
%%SITE_ARCH%%/Net/Oping.pm
9
%%SITE_ARCH%%/auto/Net/Oping/Oping.so
10
%%PERL5_MAN3%%/Net::Oping.3.gz
11
lib/pkgconfig/liboping.pc
7
man/man3/liboping.3.gz
12
man/man3/liboping.3.gz
8
man/man3/ping_construct.3.gz
13
man/man3/ping_construct.3.gz
9
man/man3/ping_get_error.3.gz
14
man/man3/ping_get_error.3.gz

Return to bug 198379