Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to version 3.83. | jmz | 2002-03-04 | 3 | -8/+18 |
| | |||||
* | Add dbench 1.3, a simulation of the Ziff-Davis netbench benchmark. | markp | 2002-02-24 | 8 | -0/+109 |
| | | | | | PR: 35055 Submitted by: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su> | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 2 | -12/+12 |
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. | ||||
* | Set LATEST_LINK to "iozone21" to avoid conflict with the package name | knu | 2002-01-19 | 1 | -0/+2 |
| | | | | | | of benchmarks/iozone. (Maintainer timeout; I think it's too trivial to bother him with.) | ||||
* | Correct stale URLs. | jkoshy | 2001-12-25 | 2 | -2/+2 |
| | |||||
* | I'll take over this port. | sumikawa | 2001-12-17 | 1 | -0/+2 |
| | |||||
* | Better fix for previous | kris | 2001-11-30 | 1 | -2/+1 |
| | |||||
* | Don't install patch turds | kris | 2001-11-30 | 1 | -0/+1 |
| | | | | Submitted by: bento | ||||
* | Back out previous delta; this URL links toa much better description | sheldonh | 2001-11-22 | 1 | -1/+1 |
| | | | | | of the software, rather than just a page from which the source can be downloaded. | ||||
* | Update to postmark-1.5: | sheldonh | 2001-11-22 | 3 | -3/+3 |
| | | | | | | | | * older postmark-1.13 is no longer available * new version automatically stops if work files are depleted. * new version uses a better PRNG. | ||||
* | Add stream-1.0, a synthetic benchmark program that measures sustainable | petef | 2001-11-06 | 8 | -0/+74 |
| | | | | | | | memory bandwidth PR: 27272 Submitted by: Scott Flatman <sf@dsinw.com> | ||||
* | Setting optind to 0 before calling getopt(3) is a stupid idea; it would | joerg | 2001-11-02 | 1 | -0/+10 |
| | | | | | | cause argv[0] to be evaluated as a program option, which is usually not what we want. ;-) Just leave it alone, the library is supposed to DTRT anyway. | ||||
* | Upgrade to version 3.67 | jmz | 2001-10-31 | 2 | -3/+3 |
| | | | | Submitted by: ijliao | ||||
* | incorporate Arne.Juul@fast.no's patches | mharo | 2001-10-18 | 1 | -16/+136 |
| | | | | Submitted by: Arne.Juul@fast.no | ||||
* | Update to 0.9. | sobomax | 2001-10-18 | 3 | -3/+5 |
| | |||||
* | upgrade to 1.0.2 | ijliao | 2001-10-17 | 3 | -5/+14 |
| | | | | drop maintainership | ||||
* | Updated to 2.09. | markp | 2001-09-30 | 2 | -2/+2 |
| | |||||
* | Update to new distfile location and use bz2 | fenner | 2001-09-10 | 2 | -2/+3 |
| | | | | Submitted by: mbac@nyct.net | ||||
* | upgrade to 0.60 | ijliao | 2001-09-09 | 2 | -3/+3 |
| | | | | drop maintainership | ||||
* | upgrade to 1.01d | ijliao | 2001-09-09 | 4 | -2/+23 |
| | | | | Submitted by: obrien | ||||
* | Update MASTER_SITES | dwcjr | 2001-09-03 | 4 | -17/+10 |
| | | | | | | | | | Bump PORTEPOCH "Upgrade" to v0.5 Give author of software maintainership PR: 29900 Submitted by: leeym@utopia.leeym.com | ||||
* | Updated to 2.06 | markp | 2001-08-29 | 2 | -2/+2 |
| | |||||
* | Change my email address to petef@FreeBSD.org for the ports I maintain. | petef | 2001-08-22 | 1 | -1/+1 |
| | | | | Reviewed by: ade | ||||
* | update to version 0.99 | mharo | 2001-08-18 | 4 | -26/+17 |
| | | | | | | | release maintainership PR: 29838 Submitted by: maintainer | ||||
* | Don't let patch's auto-RCS-checkout behavior interfere with | fenner | 2001-08-01 | 1 | -0/+11 |
| | | | | | applying patches by making the files writable before trying to patch them. | ||||
* | Updated to 2.05 | markp | 2001-07-13 | 2 | -2/+2 |
| | |||||
* | Add NOPORTDOCS support to pkg-plist | dwcjr | 2001-07-08 | 1 | -2/+2 |
| | | | | | PR: 28603 Submitted by: Patrick Li <pat@databits.net> | ||||
* | Add NOPORTDOCS support | lioux | 2001-07-03 | 1 | -5/+5 |
| | | | | | PR: 28601 Submitted by: Patrick Li <pat@databits.net> | ||||
* | Add NOPORTDOCS support | lioux | 2001-07-03 | 1 | -2/+2 |
| | | | | | PR: 28602 Submitted by: Patrick Li <pat@databits.net> | ||||
* | Update to 2.02. Add mirror site. | markp | 2001-06-14 | 2 | -7/+8 |
| | |||||
* | upgrade to 1.01c | ijliao | 2001-06-10 | 2 | -2/+2 |
| | |||||
* | Add siege 2.00, a http regression testing and benchmarking utility. | markp | 2001-06-08 | 6 | -0/+53 |
| | | | | | PR: 27831 Submitted by: Mark Pulford <mark@kyne.com.au> | ||||
* | add iperf | ijliao | 2001-05-27 | 7 | -0/+97 |
| | | | | | | | A tool to measure maximum TCP and UDP bandwidth PR: 27462 Submitted by: Pete Fritchman <petef@databits.net> | ||||
* | Rewrite the per4 in perl5. | obrien | 2001-05-17 | 1 | -0/+214 |
| | | | | | Submitted by: eivind Approved by: fenner | ||||
* | Change defaults to match FreeBSD, not Linux. | obrien | 2001-05-17 | 1 | -0/+37 |
| | | | | Approved by: fenner | ||||
* | add missing sbin/zcac into pkg-plist | ijliao | 2001-04-26 | 1 | -0/+1 |
| | | | | Noted by: bento's log | ||||
* | Upgrade to version 3.53 | jmz | 2001-04-07 | 2 | -6/+6 |
| | |||||
* | Correct startup shell script - pass command line arguments to the underlying | sobomax | 2001-04-05 | 1 | -1/+2 |
| | | | | Python script. | ||||
* | add postal, a SMTP/POP benchmark tester | ijliao | 2001-04-02 | 6 | -0/+39 |
| | |||||
* | clean up warnings | mharo | 2001-03-29 | 1 | -0/+137 |
| | |||||
* | Add pybench 0.8, an extensible benchmark suite for Python. | sobomax | 2001-03-29 | 6 | -0/+96 |
| | |||||
* | add bonnie++ | ijliao | 2001-03-24 | 7 | -0/+52 |
| | | | | Performance Test of Filesystem I/O | ||||
* | Fix compilation on FreeBSD-3.x | se | 2001-03-12 | 2 | -4/+20 |
| | |||||
* | Correct checksum. | grog | 2001-03-10 | 1 | -1/+1 |
| | | | | Nose rubbed in it by: kris | ||||
* | Upgrade to latest IPv6 patch. fix the error with -DDO1644. | sumikawa | 2001-03-02 | 2 | -2/+3 |
| | |||||
* | Some spaces -> tabs for ports/www. | olgeni | 2001-02-05 | 1 | -1/+1 |
| | |||||
* | update to 1.47. | sf | 2001-01-29 | 5 | -206/+17 |
| | | | | | | | | | PR: 24056,24618 Submitted by: George Reid <greid@ukug.uk.freebsd.org>, Joseph Scott <joseph@randomnetworks.com> non-response from: maintainer honor CC. | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | sobomax | 2001-01-16 | 1 | -3/+3 |
| | |||||
* | Include sys/random.h, not machine/random.h. | grog | 2001-01-04 | 1 | -1/+1 |
| | | | | | This should fix the conditional build breakage introduced in revision 1.2 | ||||
* | Update checksum. | grog | 2001-01-04 | 1 | -1/+1 |
| |