# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ PortSystem 1.0 name iozone version 3_217 categories benchmarks maintainers nomaintainer@macports.org description Performance Test of Sequential File I/O long_description \ Iozone tests the speed of sequential I/O to actual files. \ Therefore, this measurement factors in the efficiency of \ your machine's file system, operating system, C compiler, \ and C runtime library. It produces a measurement which \ is the number of bytes per second that your system can \ read or write to a file. homepage http://www.iozone.org/ platforms darwin master_sites ${homepage}src/current/ distname ${name}${version} checksums md5 5b9eb860857f3a92873edc9e681a964b extract.suffix .tar extract.cmd cat extract.pre_args worksrcdir src/current use_configure no build.target macosx destroot { xinstall -m 555 ${worksrcpath}/iozone ${destroot}${prefix}/bin xinstall -m 444 ${worksrcpath}/../../docs/iozone.1 ${destroot}${prefix}/share/man/man1 }