diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-08-30 01:20:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-08-30 01:20:48 +0000 |
commit | 77ef45fd0873b88efcd161a5753481a131d696f2 (patch) | |
tree | 58fdbf60e83ed8ca07fc94722da179c7838a508d /net/bwping | |
parent | 31a46fe4f378ca7934e0be94dc96fa11c7f99c86 (diff) | |
download | ports-77ef45fd0873b88efcd161a5753481a131d696f2.tar.gz ports-77ef45fd0873b88efcd161a5753481a131d696f2.zip |
Notes
Diffstat (limited to 'net/bwping')
-rw-r--r-- | net/bwping/Makefile | 25 | ||||
-rw-r--r-- | net/bwping/distinfo | 3 | ||||
-rw-r--r-- | net/bwping/pkg-descr | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net/bwping/Makefile b/net/bwping/Makefile new file mode 100644 index 000000000000..d87d7d9235dd --- /dev/null +++ b/net/bwping/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: bwping +# Date created: Fri Aug 29 2008 +# Whom: Oleg Derevenetz (oleg@vsi.ru) +# +# $FreeBSD$ +# + +PORTNAME= bwping +PORTVERSION= 1.0 +CATEGORIES= net +MASTER_SITES= http://tclmon.vsi.ru/files/ + +MAINTAINER= oleg@vsi.ru +COMMENT= A tool to measure bandwidth and RTT between two hosts using ICMP + +PLIST_FILES= sbin/bwping + +GNU_CONFIGURE= yes +MAN8= bwping.8 + +post-install: + @${STRIP_CMD} ${PREFIX}/sbin/bwping + @${CHMOD} 4555 ${PREFIX}/sbin/bwping + +.include <bsd.port.mk> diff --git a/net/bwping/distinfo b/net/bwping/distinfo new file mode 100644 index 000000000000..d1b834f8d016 --- /dev/null +++ b/net/bwping/distinfo @@ -0,0 +1,3 @@ +MD5 (bwping-1.0.tar.gz) = 672ccdfa4ec7d5600533b247d7251ea0 +SHA256 (bwping-1.0.tar.gz) = 9b4eaea67003886c98c58ed79972e4794e987c7f356cb9f8c77bf9159830d17b +SIZE (bwping-1.0.tar.gz) = 74312 diff --git a/net/bwping/pkg-descr b/net/bwping/pkg-descr new file mode 100644 index 000000000000..8824812b69f1 --- /dev/null +++ b/net/bwping/pkg-descr @@ -0,0 +1,5 @@ +A tool to measure bandwidth and response times between two +hosts using Internet Control Message Protocol (ICMP) echo +request/echo reply mechanism. + +WWW: http://tclmon.vsi.ru/utils.php |