Date: Tue, 14 Jan 2003 14:06:40 +0100 (CET) From: "Michael L.Hostbaek" <mich@freebsdcluster.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/47047: New port: misc/pipebench Message-ID: <20030114130640.6C37E14A24@icommerce-france.com>
next in thread | raw e-mail | index | archive | help
>Number: 47047 >Category: ports >Synopsis: New port: misc/pipebench >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 14 05:10:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386 >Description: New port! Pipebench shows current throughput/amount of data through a pipe. >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: # # pipebench # pipebench/Makefile # pipebench/pkg-comment # pipebench/pkg-descr # pipebench/pkg-plist # pipebench/distinfo # echo c - pipebench mkdir -p pipebench > /dev/null 2>&1 echo x - pipebench/Makefile sed 's/^X//' >pipebench/Makefile << 'END-of-pipebench/Makefile' X# ex:ts=8 X# New ports collection makefile for: pipebench X# Date created: Jan 14, 2003 X# Whom: mich@freebsdcluster.org X# X# $FreeBSD$ X# X XPORTNAME= pipebench XPORTVERSION= 0.20 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ X XMAINTAINER= mich@freebsdcluster.org X XUSE_REINPLACE= yes X Xpost-patch: Xpost-patch: X @${REINPLACE_CMD} -e "s|^CC|#CC|g" \ X -e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${PREFIX}/man/man1 X XMAN1= pipebench.1 X.include <bsd.port.mk> END-of-pipebench/Makefile echo x - pipebench/pkg-comment sed 's/^X//' >pipebench/pkg-comment << 'END-of-pipebench/pkg-comment' XPipebench shows current throughput/amount of data through a pipe END-of-pipebench/pkg-comment echo x - pipebench/pkg-descr sed 's/^X//' >pipebench/pkg-descr << 'END-of-pipebench/pkg-descr' XPipebench shows the current throughput and amount of data going through a Xpipe. It can be used to show the progress of a large md5sum process: Xcat bigfile | pipebench | md5sum. X XWWW: http://www.habets.pp.se/synscan/programs.php?prog=pipebench X X - Michael L. Hostbaek X mich@freebsdcluster.org END-of-pipebench/pkg-descr echo x - pipebench/pkg-plist sed 's/^X//' >pipebench/pkg-plist << 'END-of-pipebench/pkg-plist' Xbin/pipebench END-of-pipebench/pkg-plist echo x - pipebench/distinfo sed 's/^X//' >pipebench/distinfo << 'END-of-pipebench/distinfo' XMD5 (pipebench-0.20.tar.gz) = 87093497c36ab29190777bf2c7f381a3 END-of-pipebench/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030114130640.6C37E14A24>