Date: Fri, 29 Aug 2008 01:30:02 +0400 (MSD) From: Oleg Derevenetz <oleg@serv2.vsi.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/126928: New port: net/bwping A tool to measure bandwidth and RTT between two hosts using ICMP Message-ID: <200808282130.m7SLU2RY056861@serv2.vsi.ru> Resent-Message-ID: <200808282150.m7SLo1os038291@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126928 >Category: ports >Synopsis: New port: net/bwping A tool to measure bandwidth and RTT between two hosts using ICMP >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 28 21:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Oleg Derevenetz <oleg@vsi.ru> >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD serv2.vsi.ru 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 2 00:53:11 MSD 2008 oleg@serv2.vsi.ru:/usr/obj/usr/src/sys/serv2 i386 >Description: bwping is a tool to measure bandwidth and response times between two hosts using Internet Control Message Protocol (ICMP) echo request/echo reply mechanism. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# Ports collection makefile for: bwping X# Date created: Fri Aug 29 2008 X# Whom: Oleg Derevenetz (oleg@vsi.ru) X# X# $FreeBSD$ X# X XPORTNAME= bwping XPORTVERSION= 1.0 XCATEGORIES= net XMASTER_SITES= http://tclmon.vsi.ru/files/ XDISTNAME= ${PORTNAME} X XMAINTAINER= oleg@vsi.ru XCOMMENT= A tool to measure bandwidth and RTT between two hosts using ICMP X XPLIST_FILES= sbin/bwping X XGNU_CONFIGURE= yes XMAN8= bwping.8 X Xpost-install: X @${STRIP_CMD} ${PREFIX}/sbin/bwping X @${CHMOD} 4555 ${PREFIX}/sbin/bwping X X.include <bsd.port.mk> b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XMD5 (bwping.tar.gz) = b56d9e00bccc3959dac0ef7b2e5f6421 XSHA256 (bwping.tar.gz) = bab2d32d2961c56b1b9e46df01d854f171253ef98b7b17ed281fe01de3138352 XSIZE (bwping.tar.gz) = 74592 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XA tool to measure bandwidth and response times between two Xhosts using Internet Control Message Protocol (ICMP) echo Xrequest/echo reply mechanism. X XWWW: http://tclmon.vsi.ru/utils.php 7f9555c3c1089940396b503dd37f3979 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808282130.m7SLU2RY056861>