From 486fffeec0ebd2264c80773cb19c0b9ce99fd3db Mon Sep 17 00:00:00 2001 From: ryoon Date: Sun, 13 Jan 2013 04:29:50 +0000 Subject: Import bwping-1.7 as net/bwping. BWPing is a tool to measure bandwidth and response times between two hosts using Internet Control Message Protocol (ICMP) echo request/echo reply mechanism. It does not require any special software on the remote host. The only requirement is the ability to respond on ICMP echo request messages. --- net/bwping/DESCR | 5 +++++ net/bwping/Makefile | 15 +++++++++++++++ net/bwping/PLIST | 5 +++++ net/bwping/distinfo | 5 +++++ 4 files changed, 30 insertions(+) create mode 100644 net/bwping/DESCR create mode 100644 net/bwping/Makefile create mode 100644 net/bwping/PLIST create mode 100644 net/bwping/distinfo (limited to 'net/bwping') diff --git a/net/bwping/DESCR b/net/bwping/DESCR new file mode 100644 index 00000000000..9da2c51386b --- /dev/null +++ b/net/bwping/DESCR @@ -0,0 +1,5 @@ +BWPing is a tool to measure bandwidth and response times between +two hosts using Internet Control Message Protocol (ICMP) echo +request/echo reply mechanism. It does not require any special +software on the remote host. The only requirement is the ability +to respond on ICMP echo request messages. diff --git a/net/bwping/Makefile b/net/bwping/Makefile new file mode 100644 index 00000000000..e9f36bfb6f6 --- /dev/null +++ b/net/bwping/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2013/01/13 04:29:50 ryoon Exp $ +# + +DISTNAME= bwping-1.7 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bwping/} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://bwping.sourceforge.net/ +COMMENT= Tool to measure bandwidth and RTT between two hosts using ICMP +LICENSE= 2-clause-bsd + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/net/bwping/PLIST b/net/bwping/PLIST new file mode 100644 index 00000000000..d7e6a9789f5 --- /dev/null +++ b/net/bwping/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2013/01/13 04:29:50 ryoon Exp $ +man/man8/bwping.8 +man/man8/bwping6.8 +sbin/bwping +sbin/bwping6 diff --git a/net/bwping/distinfo b/net/bwping/distinfo new file mode 100644 index 00000000000..26ec54aca66 --- /dev/null +++ b/net/bwping/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/01/13 04:29:50 ryoon Exp $ + +SHA1 (bwping-1.7.tar.gz) = c6feff02b5ccda3c5c22e9724b17f3acba7503cd +RMD160 (bwping-1.7.tar.gz) = bab69a69a14f54f53c09e48634cb08497f7154b9 +Size (bwping-1.7.tar.gz) = 90441 bytes -- cgit v1.2.3