From owner-svn-ports-all@freebsd.org Tue Nov 17 00:58:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EFCFA31B2E; Tue, 17 Nov 2015 00:58:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 944FF1489; Tue, 17 Nov 2015 00:58:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 9204C1B33; Tue, 17 Nov 2015 00:58:10 +0000 (UTC) Date: Tue, 17 Nov 2015 00:58:10 +0000 From: Alexey Dokuchaev To: Dag-Erling Sm??rgrav Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401777 - in head/sysutils: . phybs Message-ID: <20151117005810.GA88671@FreeBSD.org> References: <201511161639.tAGGdDkR049278@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201511161639.tAGGdDkR049278@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2015 00:58:10 -0000 On Mon, Nov 16, 2015 at 04:39:13PM +0000, Dag-Erling Sm??rgrav wrote: > New Revision: 401777 > URL: https://svnweb.freebsd.org/changeset/ports/401777 > > Log: > The phybs utility attempts to measure disk performance for various I/O > block sizes and alignments. It can be used to deduce the physical block > size of a hard disk drive or the stripe size of an array. > > Added: > head/sysutils/phybs/ > head/sysutils/phybs/Makefile (contents, props changed) > head/sysutils/phybs/distinfo (contents, props changed) > head/sysutils/phybs/pkg-descr (contents, props changed) > [...] > + > +MAINTAINER= des@FreeBSD.org > +COMMENT= Disk benchmarking utility Actually, we have dedicated `benchmarks' category. Please do not dump everything to `sysutils'. ./danfe