summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)Author
1998-12-19Create one diff per file to patch.Stefan Eßer
1998-12-19Create one diff per file to patch.Stefan Eßer
Add suggested fix for "dc" test. PR: 7805 Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
1998-12-19Split into several files, one per file to patchStefan Eßer
1998-12-08Import of nttcpBill Fumerola
This program is an up to date version of the ttcp program. It uses inetd (or simulates its behaviour) to start off the remote side program which will send/receive data. Both sides measure the time and number of bytes transfered. The local side will print the measures. The format of the output can be specified on the commandline. PR: ports/8546
1998-12-05Fix minor bug in which the reported throughput would be incorrect if theDavid E. O'Brien
test block size were changed from 1024 bytes. Submitted by: Chad R. Larson <chad@freeway.dcfinc.com> Obtained from: ports@freebsd.org
1998-12-01Don't use DISTFILES when you have only one file to fetch.Bill Fumerola
I eliminated DISTFILES and PKGNAME by just using EXTRACT_SUFX. On a funnier note, the MASTER_SITE didn't like us sending our e-mail address as "president@whitehouse.gov" to get around it's "no-root" login policy. So I had to change this to "portsuser@FreeBSD.org". 530- SIR, how'bout using a NSA machine instead? 530 Goodbye.
1998-12-01Don't try to do anything fancy and copy stuff under ${WRKDIR} so this worksSatoshi Asami
with a read-only ports tree.
1998-09-26Remove *.orig files from the pgms directory so this deinstall's cleanly.Steve Price
1998-09-26Remove the share/doc/xengine directory on deinstall.Steve Price
1998-09-16Take the manpages out of pkg/PLIST and put them in MAN1.Steve Price
1998-08-13Remove manpages from pkg/PLISTDavid E. O'Brien
1998-08-05Grammar, spelling, and usage police. This commit brought to you byMatthew Hunt
the letters "B" and "C". And some Chinese symbols as well.
1998-08-04RUN_DEPENDS on gnuplot: DBS uses gnuplot to create its graphs.Joseph Koshy
1998-08-01Enable DBS.Joseph Koshy
1998-08-01A distributed benchmarking system for TCP networks.Joseph Koshy
1998-07-27Making x11 category more useful project part 1: take out "x11" ofSatoshi Asami
ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-25Another batch of "Add homepage." for benchmarks through converters.Tim Vanderhoek
1998-06-15Activate hint.Guy Helmer
1998-03-27Activate nbench.Thomas Gellekum
1998-03-27Import nbench port. nbench are BYTE magazine's native benchmarks.Thomas Gellekum
Don't ask me how this differs from bytebench, but it seems to be different enough to warrant a seperate port. PR: 5330 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-02-07Maintainers e-mail address changedAndreas Klemm
Submitted by: kazu@jp.freebsd.org
1997-11-26Remove bad MASTER_SITE and add proper version required line.Justin M. Seger
1997-08-17Install manpages with good permissions.Paul Traina
1997-08-09Fetch from the real MASTER_SITE, since there were troubles with theBill Fenner
previous one. Make portlint happy while we're at it. Also add @dirrm's to PLIST. Found by: distfile checker & portlint
1997-07-27Update to 2.1pl3Bill Fenner
Found by: distfile checker
1997-05-28Perhaps this time I can get it right; remove two files that wereBill Fenner
created when I ran the benchmark on my local machine.
1997-05-28Update PLIST to go with upgrade to 2.1pl2.Bill Fenner
1997-05-28Update PLIST to go with the upgrade to 1.1 . (oops!)Bill Fenner
1997-05-28Upgrade to 2.1pl2Bill Fenner
1997-05-28Upgrade to lmbench 1.1Bill Fenner
1997-02-19EXTRACT_SUFX is not necessary when DISTFILES is already specified.Satoshi Asami
While I'm here, attempt to use more standard variables (PATCH*) in the pre-patch command (patch is in shar format).
1997-02-17* no $Id$David E. O'Brien
* PKGNAME needs a version number * DISTNAME useless * use INSTALL_* macros. * "mkdir -p" --> ${MKDIR} * changed "BTW" to something non-native english speakers may understand.
1997-02-16Show a benchmark value (taken from my system) after installing the port.Andreas Klemm
Reviewed by: Submitted by: Obtained from:
1997-02-16enable new xengine portAndreas Klemm
1997-02-16new xengine port. Closes PR 2249.Andreas Klemm
It displays a part of a motor. The faster your X server is, the more rpm you get ;-) Guess how many rpm's I got, when I started with X11 years ago .... 32 rpm with an ET4000 VGA card on a 386 4MB running Interactive Unix ;-))
1996-11-20mkdir --> ${MKDIR}David E. O'Brien
cp --> ${CP} rm --> ${RM}
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami
1996-11-15Removed unnecessary @cwd directive.Masafumi Max NAKANE
1996-11-14Braindamaged master site not allows root@<hostname> password,Andrey A. Chernov
use followin trick instead: FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch
1996-10-10Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami
all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
1996-10-10Typo (messure -> measure).Satoshi Asami
1996-10-07Fix CFLAGS substitutionsPaul Traina
1996-08-04Maintainer goes in a section of its own.Satoshi Asami
1996-08-04Add netperf.Satoshi Asami
1996-08-03Re-import netperf package under benchmarks.Paul Traina
Requested by: asami
1996-04-09pkg/COMMENT files for use by ports READMEs.Satoshi Asami
1996-03-21Check NOMANCOMPRESS, and convert a shell for loop into a make .for loopSatoshi Asami
while I'm here. Requested by: rgrimes
1996-02-01Expand subdirectory (lib/lmbench).Satoshi Asami
1996-02-01Fix a couple of relative paths.Satoshi Asami