From owner-svn-ports-head@FreeBSD.ORG Sun Mar 29 16:44:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BAFF6DD; Sun, 29 Mar 2015 16:44:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 478939D0; Sun, 29 Mar 2015 16:44:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2TGiJ9c011795; Sun, 29 Mar 2015 16:44:19 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2TGiHVO011790; Sun, 29 Mar 2015 16:44:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201503291644.t2TGiHVO011790@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 29 Mar 2015 16:44:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382613 - head/net/liboping X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2015 16:44:19 -0000 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 (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@peterson.org -COMMENT= C library to generate ICMP echo requests +MAINTAINER= portmaster@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 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