From owner-cvs-ports@FreeBSD.ORG Thu Mar 1 20:12:39 2012 Return-Path: <owner-cvs-ports@FreeBSD.ORG> Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 035F3106567A; Thu, 1 Mar 2012 20:12:39 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E7F558FC1D; Thu, 1 Mar 2012 20:12:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q21KCcRo088371; Thu, 1 Mar 2012 20:12:38 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q21KCcaq088370; Thu, 1 Mar 2012 20:12:38 GMT (envelope-from wxs) Message-Id: <201203012012.q21KCcaq088370@repoman.freebsd.org> From: Wesley Shields <wxs@FreeBSD.org> Date: Thu, 1 Mar 2012 20:12:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/benchmarks Makefile ports/benchmarks/cpipe Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree <cvs-ports.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>, <mailto:cvs-ports-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-ports> List-Post: <mailto:cvs-ports@freebsd.org> List-Help: <mailto:cvs-ports-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>, <mailto:cvs-ports-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 01 Mar 2012 20:12:39 -0000 wxs 2012-03-01 20:12:38 UTC FreeBSD ports repository Modified files: benchmarks Makefile Added files: benchmarks/cpipe Makefile distinfo pkg-descr Log: Cpipe copies its standard input to its standard output while measuring the time it takes to read an input buffer and write an output buffer. Statistics of average throughput and the total amount of bytes copied are printed to the standard error output. WWW: http://developer.berlios.de/projects/cpipe/ PR: ports/165593 Submitted by: "Christopher J. Umina" <chris@uminac.com> Revision Changes Path 1.74 +1 -0 ports/benchmarks/Makefile 1.1 +26 -0 ports/benchmarks/cpipe/Makefile (new) 1.1 +2 -0 ports/benchmarks/cpipe/distinfo (new) 1.1 +6 -0 ports/benchmarks/cpipe/pkg-descr (new)