summaryrefslogtreecommitdiff
path: root/benchmarks/phoronix-test-suite
AgeCommit message (Collapse)AuthorFilesLines
2013-04-01Use ${PKGMANDIR} for manpages.sbd3-7/+8
2013-03-16Bump PKGREVISION from default PHP version change to 5.4.obache1-2/+2
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-08-15benchmarks/phoronix-test-suite: Change "cp -r"marino3-9/+28
The "-r" option is highly discouraged in BSD although it's reluctantly supported. The problem is that it doesn't behave the same on all platforms. For example, "cp -r pts-core/ destdir/" won't always give the same results: On NetBSD, pts-core files are put: /destdir/pts-core/<files> On DragonFly pts-core files are put: /destdir/<files> That messes the PLIST up. This changes "cp -r <dir>/" to "cp -R <dir>" which has the same behavior on different platforms. Tested on NetBSD and DragonFly
2012-06-16* Don't strictly depends on php53.taca1-11/+12
* Use updated phpversion.mk.
2012-02-16Fix PLIST for !NetBSD platforms.hans1-3/+3
2011-12-07Fix bad copy/pasto.jym1-2/+2
2011-12-07Welcome to phoronix-test-suite-3.4.0.jym4-0/+396
Dunno why only part of the my patch got committed. Hmm.
2011-12-07Welcome to phoronix-test-suite-3.4.0.jym1-0/+41
DESCR: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for the *nix operating system. This software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner.