[35120] trunk/dports/benchmarks/iozone/Portfile

jmr at macports.org jmr at macports.org
Mon Mar 17 13:06:56 PDT 2008


Revision: 35120
          http://trac.macosforge.org/projects/macports/changeset/35120
Author:   jmr at macports.org
Date:     2008-03-17 13:06:55 -0700 (Mon, 17 Mar 2008)

Log Message:
-----------
iozone: bump version to 3_291.

Modified Paths:
--------------
    trunk/dports/benchmarks/iozone/Portfile

Modified: trunk/dports/benchmarks/iozone/Portfile
===================================================================
--- trunk/dports/benchmarks/iozone/Portfile	2008-03-17 19:52:18 UTC (rev 35119)
+++ trunk/dports/benchmarks/iozone/Portfile	2008-03-17 20:06:55 UTC (rev 35120)
@@ -1,30 +1,56 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem       1.0
+
 name             iozone
-version          3_217
+version          3_291
 categories       benchmarks
+platforms        darwin
 maintainers      jmr openmaintainer
-description      Performance Test of Sequential File I/O
+description      Performance Test of File I/O
 long_description \
-    Iozone tests the speed of sequential I/O to actual files. \
+    Iozone tests the speed of 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
+checksums        md5 fceb0146e50e714a6c4b3618489e4880 \
+				 sha1 0f1a6d9ed98bcc8e7d16437c75fe175723b85dec \
+				 rmd160 bf6acb1bc7f2684ddaf70fb8dca06539c7dde264
+
 extract.suffix   .tar
 extract.cmd      cat
 extract.pre_args
-worksrcdir       src/current
+worksrcdir       ${distname}/src/current
 use_configure    no
 build.target     macosx
+
+set mycc /usr/bin/gcc-4.0
+platform darwin 8  { build.args CC=${mycc} }
+platform darwin 9  { build.args CC=${mycc} }
+
 destroot {
     xinstall -m 555 ${worksrcpath}/iozone ${destroot}${prefix}/bin
     xinstall -m 444 ${worksrcpath}/../../docs/iozone.1 ${destroot}${prefix}/share/man/man1
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 444 ${worksrcpath}/../../docs/IOzone_msword_98.pdf \
+    				${worksrcpath}/../../docs/Run_rules.doc \
+    				${worksrcpath}/Changes.txt \
+    				${worksrcpath}/Gnuplot.txt \
+    				${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/${name}
+    xinstall -m 444 ${worksrcpath}/Generate_Graphs \
+    				${worksrcpath}/client_list \
+    				${worksrcpath}/gengnuplot.sh \
+    				${worksrcpath}/gnu3d.dem \
+    				${worksrcpath}/gnuplot.dem \
+    				${worksrcpath}/gnuplotps.dem \
+    				${worksrcpath}/iozone_visualizer.pl \
+    				${destroot}${prefix}/share/${name}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080317/84f5806e/attachment.html


More information about the macports-changes mailing list