pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mping Imported mping from PR 34488.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bc24cfe0095
branches:  trunk
changeset: 518353:9bc24cfe0095
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 07 10:06:26 2006 +0000

description:
Imported mping from PR 34488.

Mping is a system for collecting packet delay and loss
statistics in a TCP/IP network using ICMP echo.

Mping is based on original ping(8) with following new features:

- Ability to ping multiple hosts simultaneously
- Prints 10/50/90-percentile as well as min/avg/max.

Packaged by Martin Wilke.

diffstat:

 net/mping/DESCR    |   7 +++++++
 net/mping/Makefile |  18 ++++++++++++++++++
 net/mping/PLIST    |   3 +++
 net/mping/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 5f173c3e4b0a -r 9bc24cfe0095 net/mping/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mping/DESCR   Thu Sep 07 10:06:26 2006 +0000
@@ -0,0 +1,7 @@
+Mping is a system for collecting packet delay and loss
+statistics in a TCP/IP network using ICMP echo.
+
+Mping is based on original ping(8) with following new features:
+
+- Ability to ping multiple hosts simultaneously
+- Prints 10/50/90-percentile as well as min/avg/max.
diff -r 5f173c3e4b0a -r 9bc24cfe0095 net/mping/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mping/Makefile        Thu Sep 07 10:06:26 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/09/07 10:06:26 rillig Exp $
+
+DISTNAME=      mping-2.01
+CATEGORIES=    net
+MASTER_SITES=  http://mping.uninett.no/
+
+MAINTAINER=    miwi%FreeBSD.org@localhost
+HOMEPAGE=      http://mping.uninett.no/
+COMMENT=       Mping network statistics collector
+
+GNU_CONFIGURE=         yes
+INSTALLATION_DIRS=     sbin ${PKGMANDIR}/man8
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/src/mping ${PREFIX}/sbin/mping
+       ${INSTALL_MAN} ${WRKSRC}/man/mping.8 ${PREFIX}/${PKGMANDIR}/man8
+
+.include "../../mk/bsd.pkg.mk"
diff -r 5f173c3e4b0a -r 9bc24cfe0095 net/mping/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mping/PLIST   Thu Sep 07 10:06:26 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/07 10:06:26 rillig Exp $
+man/man8/mping.8
+sbin/mping
diff -r 5f173c3e4b0a -r 9bc24cfe0095 net/mping/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mping/distinfo        Thu Sep 07 10:06:26 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/09/07 10:06:26 rillig Exp $
+
+SHA1 (mping-2.01.tar.gz) = 2240631825844b8be8492cf53ed832774b062526
+RMD160 (mping-2.01.tar.gz) = 3c0030c0d0a47460bb6ffe5c6af2ce508135cb26
+Size (mping-2.01.tar.gz) = 159203 bytes



Home | Main Index | Thread Index | Old Index