svn commit: r401777 - in head/sysutils: . phybs
Dag-Erling Smørgrav
des at FreeBSD.org
Mon Nov 16 16:39:15 UTC 2015
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 at 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.
More information about the svn-ports-head
mailing list