summaryrefslogtreecommitdiff
path: root/net/mping
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-07 10:06:26 +0000
committerrillig <rillig>2006-09-07 10:06:26 +0000
commit2e82306648d441c54138558acd7bb43098030780 (patch)
tree5cf5c1d62144c80caa83ae9a1595607454f41399 /net/mping
parent46f8cf8aa1a6d3b7ee1cd4841a937555e643abbb (diff)
downloadpkgsrc-2e82306648d441c54138558acd7bb43098030780.tar.gz
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 (limited to 'net/mping')
-rw-r--r--net/mping/DESCR7
-rw-r--r--net/mping/Makefile18
-rw-r--r--net/mping/PLIST3
-rw-r--r--net/mping/distinfo5
4 files changed, 33 insertions, 0 deletions
diff --git a/net/mping/DESCR b/net/mping/DESCR
new file mode 100644
index 00000000000..acdcd7d95a1
--- /dev/null
+++ b/net/mping/DESCR
@@ -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 --git a/net/mping/Makefile b/net/mping/Makefile
new file mode 100644
index 00000000000..0feb040661c
--- /dev/null
+++ b/net/mping/Makefile
@@ -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
+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 --git a/net/mping/PLIST b/net/mping/PLIST
new file mode 100644
index 00000000000..17bf40d98b1
--- /dev/null
+++ b/net/mping/PLIST
@@ -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 --git a/net/mping/distinfo b/net/mping/distinfo
new file mode 100644
index 00000000000..8e06802feaf
--- /dev/null
+++ b/net/mping/distinfo
@@ -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