summaryrefslogtreecommitdiff
path: root/benchmarks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create one diff per file to patch.Stefan Eßer1998-12-194-0/+54
| | | | Notes: svn path=/head/; revision=15438
* Create one diff per file to patch.Stefan Eßer1998-12-194-0/+288
| | | | | | | | | | Add suggested fix for "dc" test. PR: 7805 Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov> Notes: svn path=/head/; revision=15437
* Split into several files, one per file to patchStefan Eßer1998-12-192-258/+2
| | | | Notes: svn path=/head/; revision=15436
* Import of nttcpBill Fumerola1998-12-087-0/+257
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=15185
* Fix minor bug in which the reported throughput would be incorrect if theDavid E. O'Brien1998-12-051-1/+4
| | | | | | | | | | test block size were changed from 1024 bytes. Submitted by: Chad R. Larson <chad@freeway.dcfinc.com> Obtained from: ports@freebsd.org Notes: svn path=/head/; revision=15123
* Don't use DISTFILES when you have only one file to fetch.Bill Fumerola1998-12-012-12/+10
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=15041
* Don't try to do anything fancy and copy stuff under ${WRKDIR} so this worksSatoshi Asami1998-12-011-10/+7
| | | | | | | with a read-only ports tree. Notes: svn path=/head/; revision=14966
* Remove *.orig files from the pgms directory so this deinstall's cleanly.Steve Price1998-09-262-2/+4
| | | | Notes: svn path=/head/; revision=13418
* Remove the share/doc/xengine directory on deinstall.Steve Price1998-09-261-0/+1
| | | | Notes: svn path=/head/; revision=13417
* Take the manpages out of pkg/PLIST and put them in MAN1.Steve Price1998-09-162-2/+3
| | | | Notes: svn path=/head/; revision=13165
* Remove manpages from pkg/PLISTDavid E. O'Brien1998-08-135-29/+0
| | | | Notes: svn path=/head/; revision=12504
* Grammar, spelling, and usage police. This commit brought to you byMatthew Hunt1998-08-057-13/+15
| | | | | | | the letters "B" and "C". And some Chinese symbols as well. Notes: svn path=/head/; revision=12291
* RUN_DEPENDS on gnuplot: DBS uses gnuplot to create its graphs.Joseph Koshy1998-08-041-1/+3
| | | | Notes: svn path=/head/; revision=12271
* Enable DBS.Joseph Koshy1998-08-011-1/+2
| | | | Notes: svn path=/head/; revision=12247
* A distributed benchmarking system for TCP networks.Joseph Koshy1998-08-0111-0/+203
| | | | Notes: svn path=/head/; revision=12246
* Making x11 category more useful project part 1: take out "x11" ofSatoshi Asami1998-07-271-2/+2
| | | | | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=12173
* Another batch of "Add homepage." for benchmarks through converters.Tim Vanderhoek1998-07-252-5/+6
| | | | Notes: svn path=/head/; revision=12104
* Activate hint.Guy Helmer1998-06-151-1/+2
| | | | Notes: svn path=/head/; revision=11442
* Activate nbench.Thomas Gellekum1998-03-271-1/+2
| | | | Notes: svn path=/head/; revision=10332
* Import nbench port. nbench are BYTE magazine's native benchmarks.Thomas Gellekum1998-03-277-0/+70
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=10331
* Maintainers e-mail address changedAndreas Klemm1998-02-072-3/+3
| | | | | | | Submitted by: kazu@jp.freebsd.org Notes: svn path=/head/; revision=9607
* Remove bad MASTER_SITE and add proper version required line.Justin M. Seger1997-11-261-4/+3
| | | | Notes: svn path=/head/; revision=8851
* Install manpages with good permissions.Paul Traina1997-08-171-4/+5
| | | | Notes: svn path=/head/; revision=7612
* Fetch from the real MASTER_SITE, since there were troubles with theBill Fenner1997-08-093-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
* Update to 2.1pl3Bill Fenner1997-07-274-23/+8
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=7426
* Perhaps this time I can get it right; remove two files that wereBill Fenner1997-05-281-2/+0
| | | | | | | created when I ran the benchmark on my local machine. Notes: svn path=/head/; revision=6602
* Update PLIST to go with upgrade to 2.1pl2.Bill Fenner1997-05-281-0/+1
| | | | Notes: svn path=/head/; revision=6597
* Update PLIST to go with the upgrade to 1.1 . (oops!)Bill Fenner1997-05-281-17/+71
| | | | Notes: svn path=/head/; revision=6596
* Upgrade to 2.1pl2Bill Fenner1997-05-283-7/+7
| | | | Notes: svn path=/head/; revision=6586
* Upgrade to lmbench 1.1Bill Fenner1997-05-283-11/+22
| | | | Notes: svn path=/head/; revision=6581
* EXTRACT_SUFX is not necessary when DISTFILES is already specified.Satoshi Asami1997-02-191-3/+3
| | | | | | | | While I'm here, attempt to use more standard variables (PATCH*) in the pre-patch command (patch is in shar format). Notes: svn path=/head/; revision=5689
* * no $Id$David E. O'Brien1997-02-171-6/+11
| | | | | | | | | | | * PKGNAME needs a version number * DISTNAME useless * use INSTALL_* macros. * "mkdir -p" --> ${MKDIR} * changed "BTW" to something non-native english speakers may understand. Notes: svn path=/head/; revision=5661
* Show a benchmark value (taken from my system) after installing the port.Andreas Klemm1997-02-161-0/+1
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=5649
* enable new xengine portAndreas Klemm1997-02-161-1/+2
| | | | Notes: svn path=/head/; revision=5648
* new xengine port. Closes PR 2249.Andreas Klemm1997-02-166-0/+73
| | | | | | | | | | 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 ;-)) Notes: svn path=/head/; revision=5647
* mkdir --> ${MKDIR}David E. O'Brien1996-11-204-13/+13
| | | | | | | | cp --> ${CP} rm --> ${RM} Notes: svn path=/head/; revision=4601
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-187-20/+6
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-187-35/+27
| | | | Notes: svn path=/head/; revision=4575
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-11-151-1/+0
| | | | Notes: svn path=/head/; revision=4486
* Braindamaged master site not allows root@<hostname> password,Andrey A. Chernov1996-11-142-2/+8
| | | | | | | | use followin trick instead: FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch Notes: svn path=/head/; revision=4453
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-106-6/+6
| | | | | | | | | | | | | 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! Notes: svn path=/head/; revision=3948
* Typo (messure -> measure).Satoshi Asami1996-10-101-1/+1
| | | | Notes: svn path=/head/; revision=3947
* Fix CFLAGS substitutionsPaul Traina1996-10-071-1/+1
| | | | Notes: svn path=/head/; revision=3925
* Maintainer goes in a section of its own.Satoshi Asami1996-08-041-1/+2
| | | | Notes: svn path=/head/; revision=3521
* Add netperf.Satoshi Asami1996-08-041-1/+2
| | | | Notes: svn path=/head/; revision=3520
* Re-import netperf package under benchmarks.Paul Traina1996-08-037-0/+430
| | | | | | | Requested by: asami Notes: svn path=/head/; revision=3512
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
| | | | Notes: svn path=/head/; revision=2959
* Check NOMANCOMPRESS, and convert a shell for loop into a make .for loopSatoshi Asami1996-03-211-10/+14
| | | | | | | | | while I'm here. Requested by: rgrimes Notes: svn path=/head/; revision=2865
* Expand subdirectory (lib/lmbench).Satoshi Asami1996-02-011-1/+60
| | | | Notes: svn path=/head/; revision=2672
* Fix a couple of relative paths.Satoshi Asami1996-02-011-3/+3
| | | | Notes: svn path=/head/; revision=2671