From owner-freebsd-ports Tue Jan 14 5:10: 6 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE9A37B401 for ; Tue, 14 Jan 2003 05:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2E443F43 for ; Tue, 14 Jan 2003 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EDA2NS096761 for ; Tue, 14 Jan 2003 05:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0EDA2mD096760; Tue, 14 Jan 2003 05:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5365037B405 for ; Tue, 14 Jan 2003 05:06:43 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 388AF43F13 for ; Tue, 14 Jan 2003 05:06:42 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24]) by mail2.itxmarket.com (Postfix) with ESMTP id AC3AF37CAF for ; Tue, 14 Jan 2003 14:06:40 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id 6C37E14A24; Tue, 14 Jan 2003 14:06:40 +0100 (CET) Message-Id: <20030114130640.6C37E14A24@icommerce-france.com> Date: Tue, 14 Jan 2003 14:06:40 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47047: New port: misc/pipebench Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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