Date: Thu, 11 Oct 2012 00:06:34 +0000 (UTC) From: Bruce Cran <brucec@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305694 - head/sysutils/fio Message-ID: <201210110006.q9B06YGN025598@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brucec (src committer) Date: Thu Oct 11 00:06:33 2012 New Revision: 305694 URL: http://svn.freebsd.org/changeset/ports/305694 Log: Update to version 2.0.10. o XP/2003 compatibility fix o fio patch: Windows netio fixes o Windows: avoid large writes during file layout. o Windows: handle SIGBREAK. o Fix confusion between terse and json output o Fix segfault race on exit for platforms that don't have disk util support o client: support per-client job files o Add support for Fusion-io atomic write engine o ioengine: Add fallocate ioengine o parser: fix overflowing integer type options o Add pending IO to the tail of the busy list Feature safe: yes Modified: head/sysutils/fio/Makefile head/sysutils/fio/distinfo head/sysutils/fio/pkg-plist Modified: head/sysutils/fio/Makefile ============================================================================== --- head/sysutils/fio/Makefile Wed Oct 10 22:44:41 2012 (r305693) +++ head/sysutils/fio/Makefile Thu Oct 11 00:06:33 2012 (r305694) @@ -8,7 +8,7 @@ # PORTNAME= fio -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.10 CATEGORIES= sysutils benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/sysutils/fio/distinfo ============================================================================== --- head/sysutils/fio/distinfo Wed Oct 10 22:44:41 2012 (r305693) +++ head/sysutils/fio/distinfo Thu Oct 11 00:06:33 2012 (r305694) @@ -1,2 +1,2 @@ -SHA256 (fio-2.0.8.tar.bz2) = 584724a98cbed7364a550c9106c88d1ae3833b3edffda46ed5fcbb90fffb672a -SIZE (fio-2.0.8.tar.bz2) = 216417 +SHA256 (fio-2.0.10.tar.bz2) = 2de56c8b6103858d34c1771e244907fafe59788d7114930aa9f4fefc146954f0 +SIZE (fio-2.0.10.tar.bz2) = 229363 Modified: head/sysutils/fio/pkg-plist ============================================================================== --- head/sysutils/fio/pkg-plist Wed Oct 10 22:44:41 2012 (r305693) +++ head/sysutils/fio/pkg-plist Thu Oct 11 00:06:33 2012 (r305694) @@ -3,13 +3,19 @@ bin/fio_generate_plots %%PORTEXAMPLES%%%%EXAMPLESDIR%%/1mbs_clients %%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio-read %%PORTEXAMPLES%%%%EXAMPLESDIR%%/disk-zone-profile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag2 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enospc-pressure +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/falloc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/flow %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fsx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fusion-aw-sync.ini %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/null %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rdmaio-client %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rdmaio-server +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssd-steadystate.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssd-test %%PORTEXAMPLES%%%%EXAMPLESDIR%%/surface-scan %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tiobench-example
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210110006.q9B06YGN025598>