Date: Mon, 26 Dec 2011 20:16:26 GMT From: Oleg Ginzburg <olevole@olevole.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/163633: new port: sysutils/ioping Message-ID: <201112262016.pBQKGQYA093011@red.freebsd.org> Resent-Message-ID: <201112262020.pBQKK3bi032875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163633 >Category: ports >Synopsis: new port: sysutils/ioping >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 26 20:20:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Oleg Ginzburg >Release: 9.0-PRERELEASE >Organization: >Environment: >Description: This tool lets you monitor I/O latency in real time WWW: http://code.google.com/p/ioping/ >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # ioping # ioping/pkg-descr # ioping/distinfo # ioping/Makefile # echo c - ioping mkdir -p ioping > /dev/null 2>&1 echo x - ioping/pkg-descr sed 's/^X//' >ioping/pkg-descr << 'f1859fd5d891986b421770a408d8e27e' XThis tool lets you monitor I/O latency in real time X XWWW: http://code.google.com/p/ioping/ f1859fd5d891986b421770a408d8e27e echo x - ioping/distinfo sed 's/^X//' >ioping/distinfo << '9546d327902fe8356d969cc9bc41d500' XSHA256 (ioping-0.6.tar.gz) = 1d14469b1bfa9243f992be784cc0e3cd86c66bb7edc1b83e22360075c5435ceb XSIZE (ioping-0.6.tar.gz) = 6957 9546d327902fe8356d969cc9bc41d500 echo x - ioping/Makefile sed 's/^X//' >ioping/Makefile << '12960abc2f6e3148ca4a3eb61d9cebc6' X# New ports collection makefile for: ioping X# Date created: 2011-12-27 X# Whom: Oleg Ginzburg <olevole@olevole.ru> X# X# $FreeBSD: $ X# X XPORTNAME= ioping XPORTVERSION= 0.6 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} X XMAINTAINER= olevole@olevole.ru XCOMMENT= Simple disk I/0 latency measuring tool X XMAN1= ioping.1 XPLIST_FILES= bin/ioping X Xdo-build: X cd ${WRKSRC}; \ X ${CC} ${CFLAGS} -DVERSION=\"${PORTVERSION}\" ioping.c -o ioping X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ioping ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/ioping.1 ${MANPREFIX}/man/man1 X X.include <bsd.port.mk> 12960abc2f6e3148ca4a3eb61d9cebc6 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112262016.pBQKGQYA093011>