aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/phoronix-test-suite.rb
AgeCommit message (Collapse)Author
2014-07-24phoronix-test-suite 5.2.1Brett Koonce
2014-06-10Phoronix Test Suite 5.2.0Nicholas Robison
Minor update to latest version. Closes #30016. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-21phoronix-test-suite 5.0.1Brett Koonce
2014-03-20phoronix-test-suite: use patch DSLJack Nagel
2014-03-16phoronix-test-suite 5.0.0Brett Koonce
2013-12-18phoronix-test-suite 4.8.6Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-19phoronix-test-suite 4.8.4Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-20phoronix-test-suite 4.8.3Brett Koonce
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-20phoronix-test-suite 4.8.2Brett Koonce
Closes #22715. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-30phoronix-test-suite 4.4.1Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-03phoronix-test-suite 4.2.0Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-18phoronix-test-suite 4.0.1Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30phoronix-test-suite 4.0.0Brett Koonce
Closes #13799. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24phoronix-test-suite 3.8.0nibbles 2bits
Upgrade phoronix-test-suite to version 3.8.0. Change patch to support the changes within `install.sh` * Put metafiles in prefix * Add `.bash` to the bash-completion script name * Change the XDG MIME Openbenchmarking conditional from `DESTDIR` to `INSTALL_PREFIX` so that all the files it uses get copied into the Cellar, because Macs don't run `xdg-utils`. This makes that conditional behave as if Phoronix is being installed into a chroot. * Remove the `-e` from echo so that it doesn't get echoed. Closes #11847. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-30Use official stable release for PhoronixAndrew Marshall
Using the latest HEAD from the git repository is volatile, as, firstly, it's not a stable release and as such may have bugs with it. Secondly, it's possible an update will break the formula unexpectedly. In fact, this did happen and is the purpose of this commit, an update broke this formula's patch of the install.sh file. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-04-06Update formulas to use :using.Adam Vandenberg
2010-02-06New formula Phoronix Test SuiteDavid Höppner
The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for the Linux operating system. This software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner.