[108055] trunk/dports/benchmarks/bonnie/Portfile

and.damore at macports.org and.damore at macports.org
Thu Jul 11 08:42:24 PDT 2013


Revision: 108055
          https://trac.macports.org/changeset/108055
Author:   and.damore at macports.org
Date:     2013-07-11 08:42:24 -0700 (Thu, 11 Jul 2013)
Log Message:
-----------
port bonnie: updated to 1.2 version from the new bonnie-64 version

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

Modified: trunk/dports/benchmarks/bonnie/Portfile
===================================================================
--- trunk/dports/benchmarks/bonnie/Portfile	2013-07-11 14:53:38 UTC (rev 108054)
+++ trunk/dports/benchmarks/bonnie/Portfile	2013-07-11 15:42:24 UTC (rev 108055)
@@ -1,31 +1,37 @@
+# # -*- 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		bonnie
-version		1.0
-categories	benchmarks
-maintainers	mac.com:lomion
-description 	Disk I/O benchmark utility
+PortSystem      1.0
+name            bonnie
+version         1.2
+categories      benchmarks
+maintainers     nomaintainer
+description     Disk I/O benchmark utility, 64-bit version
 long_description \
-		Bonnie is a disk i/o benchmarker. \
-		Bonnie performs a series of tests on a file of known size.\
-		If the size is not specified, Bonnie uses 100 Mb but that \
-		probably isn't enough for a big modern server - you need your \
-		file to be a lot bigger than the available RAM
-homepage	http://www.textuality.com/bonnie/
-platforms	darwin
-master_sites 	${homepage}
-distname   	${name}
-checksums	md5 f61cc061a418c3ae308ae362a1ae6490
+        Bonnie is a disk i/o benchmarker, Bonnie64 is a slight rev of the \
+        original Bonnie, designed to run on 64-bit computers. Also the output \
+        is a bit more useful since it reports in M/sec rather than K/sec
+homepage        http://www.textuality.com/bonnie/
+worksrcdir      trunk
+platforms       darwin
+master_sites    googlecode:bonnie-64
+fetch.type      svn
+svn.url         http://bonnie-64.googlecode.com/svn/trunk
+svn.revision    4
 
-extract.mkdir	yes
+checksums       md5     f61cc061a418c3ae308ae362a1ae6490 \
+                rmd160  677446fde3f53e2afc2b5f1d76af2555a4779d88 \
+                sha256  e420ca9275ddd9aa5fdb27d86851a57eea5ff94e8ccf6ba71352d35546842937
 
-configure	{}
-build.target	bsd
+extract.mkdir   yes
 
-destroot 	{
-	file mkdir "${destroot}${prefix}/bin"
-	file mkdir "${destroot}${prefix}/share/man/man1"
-	xinstall -m 755 ${workpath}/${name}/Bonnie ${destroot}${prefix}/bin
-	xinstall -m 644 ${workpath}/${name}/bonnie.1 ${destroot}${prefix}/share/man/man1
+use_configure   no
+build.target    bsd
+build.env       CC="${configure.cc} [get_canonical_archflags]"
+
+destroot    {
+    file mkdir "${destroot}${prefix}/bin"
+    file mkdir "${destroot}${prefix}/share/man/man1"
+    xinstall -m 755 ${worksrcpath}/Bonnie ${destroot}${prefix}/bin/bonnie
+    xinstall -m 644 ${worksrcpath}/bonnie.1 ${destroot}${prefix}/share/man/man1
 } 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130711/5d67261d/attachment.html>


More information about the macports-changes mailing list