summaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-092-4/+4
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-0816-46/+44
|
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* * Install the new manpage.obrien2000-03-232-13/+14
| | | | | | * install docs into share/docs/ rather than just share/ Approved by: maintainer
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Restore useless version required comments.obrien2000-03-223-0/+3
|
* Remove the "version required" line.obrien2000-03-203-3/+0
|
* Chase the checksum (no changes).kris2000-02-271-1/+1
| | | | Noticed by: bento
* Style nits in the ports I maintain.obrien2000-02-133-8/+9
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-082-2/+2
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Respect CC and CFLAGS.kris2000-02-052-74/+192
|
* Quiet a portlint(1) warning.obrien2000-02-031-3/+0
|
* portlintmharo2000-02-021-3/+4
|
* No need to use a patch when the source is a part of the port.steve2000-01-291-3/+3
|
* time(3) returns a time_t and not a long.steve2000-01-282-0/+22
|
* Don't try to include machine/random.h on the Alpha.steve2000-01-281-3/+5
|
* Respect CC and CFLAGSkris2000-01-241-4/+7
|
* Respect CC and CFLAGSkris2000-01-221-0/+20
|
* fix bento build errorsmharo2000-01-224-5/+27
|
* Add iozone21.asami2000-01-141-0/+1
|
* Explain better why we have two iozone ports.obrien2000-01-092-2/+6
|
* Revert back to version 2.1 The 3.x versions of iozone have completelyobrien2000-01-093-17/+50
| | | | | changed their testing methods, thus their output is useless in comparing with older statistics.
* Update to version 1.1.obrien2000-01-032-3/+2
| | | | Submitted by: grog
* Update to version 2.2.7.steve1999-12-306-42/+58
| | | | | PR: 15572 Submitted by: maintainer
* Prevent overflow of "size" for file sizes of 2048MB and more (PR 11430).se1999-12-304-24/+86
| | | | | | | | | While I'm here: - Make a error message start on a new line. - Move installation into port Makefile. - Split patch-aa in two (add -ac), it modified two files. - Close file descriptor 0 in seeker processes. PR: 11430
* Upgrade to version 1.45, use better building logic.billf1999-12-253-26/+9
|
* Fix MASTER_SITE.jkoshy1999-12-081-1/+1
|
* Fix distfile-Fennerage on one of fenner's own ports.billf1999-11-231-1/+3
| | | | (Sorry, I couldn't resist.)
* Make this compile again in light of the recent signal changes. This issteve1999-11-141-0/+18
| | | | | no fault of Marcel's changes but rather poor style. Bruce gives a much longer version but I won't repeat that here. :)
* Remove the benchmarking port "hint". HINT is no longer publicallyghelmer1999-11-071-1/+0
| | | | | | | available from Ames Laboratory except to US Dept. of Energy users (ref http://www.scl.ameslab.gov/Projects/HINT/index.html) Reminded by: fenner's portsurvey
* The distfile moved around on the MASTER_SITE and changed names. Thesteve1999-09-274-6/+6
| | | | | | checksum did not change. Inspired by: a partial commit by Asami-san
* Oops sorry, didn't intend to commit that one....asami1999-09-222-4/+4
|
* iozone has a homepage (which is its master site as well).asami1999-09-222-0/+4
|
* iozone has a homepage (which is its master site as well).asami1999-09-222-4/+4
|
* Upgrade to version 3.9jmz1999-09-204-6/+6
|
* Make this build again on -current after jlemon's changes to tcp_var.h.steve1999-09-201-2/+16
|
* Add another MASTER_SITE.obrien1999-09-191-1/+2
|
* turn on postmarkobrien1999-09-191-0/+1
|
* PostMark is the benchmark used in the NetApp Technical Report TR-3022,obrien1999-09-195-0/+51
| | | | | | | "PostMark: A New File System Benchmark" -- Existing file system benchmarks are deficient in portraying performance in the ephemeral small-file regime used by Internet software, especially: electronic mail, netnews, and web-based commerce.
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-171-1/+1
|
* Switch back dependency to gnuplot, now that chuckr has fixed it.asami1999-09-111-1/+1
|
* Checksum changed on us.asami1999-09-102-2/+2
|
* ${STRIP} is not a command -- it's the -s flag to install. ;)asami1999-09-102-2/+2
|
* Change dependency from gnuplot to gnuplot+ (which has already been fixedasami1999-09-101-1/+1
| | | | | to adopt to the new gd). If the gnuplot mainainer can fix it before the freeze, we'll switch back.
* Fix up arr_script too; it's not installed by netperf but it is nowfenner1999-09-081-0/+13
| | | | usable in case anyone grovels around in the work dir and finds it.
* Include RFC1644 tests. (ports/11581)fenner1999-09-082-12/+20
| | | | | | | | | Allow ${PREFIX} setting. (ports/12213) Clean up makefile a smidge. PR: ports/11581 and ports/12213 Submitted by: Martin Kammerhofer dada@sbox.tu-graz.ac.at and Nick Hibma nick.hibma@jrc.it
* gzip -> ${GZIP_CMD}mharo1999-09-041-1/+1
| | | | | | gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD}
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
OpenPOWER on IntegriCloud