# 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 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