svn commit: r382613 - head/net/liboping

Kurt Jaeger pi at FreeBSD.org
Sun Mar 29 16:44:19 UTC 2015


Author: pi
Date: Sun Mar 29 16:44:17 2015
New Revision: 382613
URL: https://svnweb.freebsd.org/changeset/ports/382613
QAT: https://qat.redports.org/buildarchive/r382613/

Log:
  net/liboping: 0.3.5 -> 1.8.0
  
  Changes:
  http://noping.cc/#documentation
  
  PR:		198379
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com> (new maintainer)
  Approved by:	maintainer timeout

Modified:
  head/net/liboping/Makefile
  head/net/liboping/distinfo
  head/net/liboping/pkg-descr
  head/net/liboping/pkg-plist

Modified: head/net/liboping/Makefile
==============================================================================
--- head/net/liboping/Makefile	Sun Mar 29 16:31:03 2015	(r382612)
+++ head/net/liboping/Makefile	Sun Mar 29 16:44:17 2015	(r382613)
@@ -2,18 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	liboping
-PORTVERSION=	0.3.5
-PORTREVISION=	1
+PORTVERSION=	1.8.0
 CATEGORIES=	net
-MASTER_SITES=	http://verplant.org/liboping/files/ \
-		http://matt.peterson.org/FreeBSD/ports/
+MASTER_SITES=	http://noping.cc/files/
 
-MAINTAINER=	matt at peterson.org
-COMMENT=	C library to generate ICMP echo requests
+MAINTAINER=	portmaster at BSDforge.com
+COMMENT=	Liboping, a C library, and utility to generate ICMP echo requests
 
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
-USES=		libtool
+LICENSE=	GPLv2
+
+USES=		libtool pathfix ncurses perl5 shebangfix
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Oping/Oping.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liboping.so.0.2.11
 
 .include <bsd.port.mk>

Modified: head/net/liboping/distinfo
==============================================================================
--- head/net/liboping/distinfo	Sun Mar 29 16:31:03 2015	(r382612)
+++ head/net/liboping/distinfo	Sun Mar 29 16:44:17 2015	(r382613)
@@ -1,2 +1,2 @@
-SHA256 (liboping-0.3.5.tar.gz) = 342f0c7518a029749d634b31d9d7e928268104d4d682ae36e03f15d122333df5
-SIZE (liboping-0.3.5.tar.gz) = 336937
+SHA256 (liboping-1.8.0.tar.gz) = 824792ae7fc5e9569bacc4167b89de31f6ba8476de44760f0bc272682e894b41
+SIZE (liboping-1.8.0.tar.gz) = 388750

Modified: head/net/liboping/pkg-descr
==============================================================================
--- head/net/liboping/pkg-descr	Sun Mar 29 16:31:03 2015	(r382612)
+++ head/net/liboping/pkg-descr	Sun Mar 29 16:44:17 2015	(r382613)
@@ -1,7 +1,13 @@
 liboping is a C library to generate ICMP echo requests, better known as
-"ping packets". It is intended for use in network monitoring applications
+'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
+Included is a sample application, called oping, which demonstrates the
 library's abilities. It is like ping, ping6, and fping rolled into one.
 
-WWW: http://verplant.org/liboping/
+Version 1.4.0, a second example application, noping, provides an
+ncurses-based front-end to liboping. Using curses windows it is able
+to display the ping statistics online 'live'. An aberrant behavior
+detection highlights all round-trip times that are unusually high or
+low.
+
+WWW: http://noping.cc/

Modified: head/net/liboping/pkg-plist
==============================================================================
--- head/net/liboping/pkg-plist	Sun Mar 29 16:31:03 2015	(r382612)
+++ head/net/liboping/pkg-plist	Sun Mar 29 16:44:17 2015	(r382613)
@@ -1,9 +1,14 @@
+bin/noping
 bin/oping
 include/oping.h
 lib/liboping.a
 lib/liboping.so
 lib/liboping.so.0
-lib/liboping.so.0.0.3
+lib/liboping.so.0.2.11
+%%SITE_ARCH%%/Net/Oping.pm
+%%SITE_ARCH%%/auto/Net/Oping/Oping.so
+%%PERL5_MAN3%%/Net::Oping.3.gz
+lib/pkgconfig/liboping.pc
 man/man3/liboping.3.gz
 man/man3/ping_construct.3.gz
 man/man3/ping_get_error.3.gz


More information about the svn-ports-head mailing list