summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-23Fix distfile-Fennerage on one of fenner's own ports.Bill Fumerola1-1/+3
(Sorry, I couldn't resist.) Notes: svn path=/head/; revision=23270
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-1/+1
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20941
1999-05-02Prefix Websites With Www:Tim Vanderhoek1-1/+1
Notes: svn path=/head/; revision=18336
1998-08-13Remove manpages from pkg/PLISTDavid E. O'Brien1-24/+0
Notes: svn path=/head/; revision=12504
1998-07-25Another batch of "Add homepage." for benchmarks through converters.Tim Vanderhoek1-2/+5
Notes: svn path=/head/; revision=12104
1997-08-09Fetch from the real MASTER_SITE, since there were troubles with theBill Fenner3-9/+51
previous one. Make portlint happy while we're at it. Also add @dirrm's to PLIST. Found by: distfile checker & portlint Notes: svn path=/head/; revision=7508
1997-05-28Perhaps this time I can get it right; remove two files that wereBill Fenner1-2/+0
created when I ran the benchmark on my local machine. Notes: svn path=/head/; revision=6602
1997-05-28Update PLIST to go with the upgrade to 1.1 . (oops!)Bill Fenner1-17/+71
Notes: svn path=/head/; revision=6596
1997-05-28Upgrade to lmbench 1.1Bill Fenner3-11/+22
Notes: svn path=/head/; revision=6581
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-14/+10
Notes: svn path=/head/; revision=4575
1996-03-21Check NOMANCOMPRESS, and convert a shell for loop into a make .for loopSatoshi Asami1-10/+14
while I'm here. Requested by: rgrimes Notes: svn path=/head/; revision=2865
1996-02-01Expand subdirectory (lib/lmbench).Satoshi Asami1-1/+60
Notes: svn path=/head/; revision=2672
1996-02-01Fix a couple of relative paths.Satoshi Asami1-3/+3
Notes: svn path=/head/; revision=2671
1995-11-22Category renaming to match the directory names ("benchmarking"Satoshi Asami1-2/+2
-> "benchmarks"). Notes: svn path=/head/; revision=2443
1995-11-09Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1-1/+1
lot of ports or what! ;> Notes: svn path=/head/; revision=2402
1995-07-13Change categories to reflect their new homes.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=1959
1995-05-14Package files.Satoshi Asami3-0/+35
Notes: svn path=/head/; revision=1744
1995-05-14The Makefile that has three targets, "results", "rerun" and "see", getsSatoshi Asami1-0/+15
copied over to ${PREFIX}/lib/lmbench. Notes: svn path=/head/; revision=1743
1995-05-14Make this thing install. Basically copy everything it needs toSatoshi Asami1-2/+22
${PREFIX}/lib/lmbench. Notes: svn path=/head/; revision=1742
1995-05-06A package to measure & compare system performance.Satoshi Asami3-0/+35
Yes, I know the package files are missing, I need to hack it a little more so that it installs the binaries and all the data files in some place that won't be blown away by a "make clean" and compare the results...for now, you can type "make test" to run the test and go into the work/lmbench-1.0/Results subdirectory to see what it measured. Notes: svn path=/head/; revision=1656