Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-10 | /home/jym/msg | jym | 1 | -30/+37 | |
2013-04-01 | Use ${PKGMANDIR} for manpages. | sbd | 1 | -3/+3 | |
2012-08-15 | benchmarks/phoronix-test-suite: Change "cp -r" | marino | 1 | -6/+24 | |
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 | |||||
2011-12-07 | Welcome to phoronix-test-suite-3.4.0. | jym | 1 | -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. |