Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2015 16:39:13 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401777 - in head/sysutils: . phybs
Message-ID:  <201511161639.tAGGdDkR049278@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Mon Nov 16 16:39:13 2015
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)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Nov 16 16:20:42 2015	(r401776)
+++ head/sysutils/Makefile	Mon Nov 16 16:39:13 2015	(r401777)
@@ -727,6 +727,7 @@
     SUBDIR += php55-posix
     SUBDIR += php56-fileinfo
     SUBDIR += php56-posix
+    SUBDIR += phybs
     SUBDIR += pick
     SUBDIR += pidof
     SUBDIR += pipemeter

Added: head/sysutils/phybs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/phybs/Makefile	Mon Nov 16 16:39:13 2015	(r401777)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	phybs
+PORTVERSION=	20140717
+CATEGORIES=	sysutils
+MASTER_SITES=	LOCAL/des
+
+MAINTAINER=	des@FreeBSD.org
+COMMENT=	Disk benchmarking utility
+
+LICENSE=	BSD2CLAUSE
+
+PLIST_FILES=	bin/phybs man/man1/phybs.1.gz
+
+GNU_CONFIGURE=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/phybs/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/phybs/distinfo	Mon Nov 16 16:39:13 2015	(r401777)
@@ -0,0 +1,2 @@
+SHA256 (phybs-20140717.tar.gz) = 0fa41ae196029ca514175c460fb8ef016dea6135ecbb735018a67483b999ceb4
+SIZE (phybs-20140717.tar.gz) = 85566

Added: head/sysutils/phybs/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/phybs/pkg-descr	Mon Nov 16 16:39:13 2015	(r401777)
@@ -0,0 +1,3 @@
+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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511161639.tAGGdDkR049278>