diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-01-13 04:29:50 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-01-13 04:29:50 +0000 |
commit | 486fffeec0ebd2264c80773cb19c0b9ce99fd3db (patch) | |
tree | 6f86ff0fab2bbfd70b2c05f1e061273dfeba0cb8 /net/bwping | |
parent | c8c2530da85b9fd05d691321f3b67eab34a710e4 (diff) | |
download | pkgsrc-486fffeec0ebd2264c80773cb19c0b9ce99fd3db.tar.gz |
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.
Diffstat (limited to 'net/bwping')
-rw-r--r-- | net/bwping/DESCR | 5 | ||||
-rw-r--r-- | net/bwping/Makefile | 15 | ||||
-rw-r--r-- | net/bwping/PLIST | 5 | ||||
-rw-r--r-- | net/bwping/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
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 |