forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bonnie: obsolete replaced_by bonniexx
This used to be hosted at googlecode - doesn't appear to be maintained any longer anywhere. invalidates below ticket closes https://trac.macports.org/ticket/52134
- Loading branch information
1 parent
ad6ec81
commit 168d094
Showing
1 changed file
with
3 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,10 @@ | ||
# # -*- 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 | ||
|
||
PortSystem 1.0 | ||
replaced_by bonniexx | ||
PortGroup obsolete 1.0 | ||
name bonnie | ||
version 1.2 | ||
revision 1 | ||
categories benchmarks | ||
maintainers nomaintainer | ||
description Disk I/O benchmark utility, 64-bit version | ||
long_description \ | ||
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 | ||
|
||
checksums md5 f61cc061a418c3ae308ae362a1ae6490 \ | ||
rmd160 677446fde3f53e2afc2b5f1d76af2555a4779d88 \ | ||
sha256 e420ca9275ddd9aa5fdb27d86851a57eea5ff94e8ccf6ba71352d35546842937 | ||
|
||
extract.mkdir yes | ||
|
||
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 | ||
} |