PortSystem 1.0
name			bonnie++	
version			1.03a	
revision		0
categories		benchmarks
maintainers		lomion@mac.com
homepage		http://www.coker.com.au/bonnie++/
description 		Disk and FS performance tester	
long_description	Bonnie++ is a benchmark suite that is aimed at \
			performing a number of simple tests of hard drive \
			and file system performance. Then you can decide which\
			 test is important and decide how to compare different\
			 systems after running it. I have no plans to ever \
			have it produce a single number, because I don't think\
			 that a single number can be useful when comparing \
			such things.
platforms		darwin
master_sites		http://www.coker.com.au/bonnie++ 
checksums		md5 00b1eee7f98b68fa762c4efb3b34caa1
extract.suffix		.tgz

destroot		{ file mkdir "${destroot}${prefix}/bin"
			  file mkdir "${destroot}${prefix}/share/man/man1"
			  file mkdir "${destroot}${prefix}/share/man/man8"
			  xinstall -m 755 ${workpath}/${name}-${version}/bonnie++ ${destroot}${prefix}/bin
			  xinstall -m 755 ${workpath}/${name}-${version}/zcav ${destroot}${prefix}/bin
			  xinstall -m 644 ${workpath}/${name}-${version}/bon_csv2html.1 ${destroot}${prefix}/share/man/man1
			  xinstall -m 644 ${workpath}/${name}-${version}/bon_csv2txt.1 ${destroot}${prefix}/share/man/man1
			  xinstall -m 644 ${workpath}/${name}-${version}/bonnie++.8 ${destroot}${prefix}/share/man/man8
			  xinstall -m 644 ${workpath}/${name}-${version}/zcav.8 ${destroot}${prefix}/share/man/man8
			}		
