summaryrefslogtreecommitdiff
path: root/benchmarks/tcpblast (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-06-26As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1-1/+1
permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
1999-04-14CATEGORIES was wrong (net came before benchmarks)Bill Fumerola1-2/+2
Notes: svn path=/head/; revision=17877
1998-12-05Fix minor bug in which the reported throughput would be incorrect if theDavid E. O'Brien1-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
1998-12-01Don't try to do anything fancy and copy stuff under ${WRKDIR} so this worksSatoshi Asami1-10/+7
with a read-only ports tree. Notes: svn path=/head/; revision=14966
1998-08-05Grammar, spelling, and usage police. This commit brought to you byMatthew Hunt1-2/+2
the letters "B" and "C". And some Chinese symbols as well. Notes: svn path=/head/; revision=12291
1996-11-20mkdir --> ${MKDIR}David E. O'Brien1-2/+2
cp --> ${CP} rm --> ${RM} Notes: svn path=/head/; revision=4601
1996-11-15Removed unnecessary @cwd directive.Masafumi Max NAKANE1-1/+0
Notes: svn path=/head/; revision=4486
1996-10-10Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1-1/+1
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
1996-10-10Typo (messure -> measure).Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=3947
1995-11-22Category renaming to match the directory names ("benchmarking"Satoshi Asami1-2/+2
-> "benchmarks"). Notes: svn path=/head/; revision=2443
1995-10-06use ${PREFIX} instead of /usr/localTorsten Blum1-1/+1
Notes: svn path=/head/; revision=2286
1995-07-13Change categories to reflect their new homes.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=1959
1995-05-03Add more CATEGORIES. packages/orphans is now empty.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=1590
1995-04-15Update of net Makefiles! Am I done? :)Satoshi Asami1-1/+3
Notes: svn path=/head/; revision=1363
1995-02-10Make the fetch target a dummy so from-the-top `make fetch' runs don't fallGary Palmer1-1/+4
over Notes: svn path=/head/; revision=924
1994-11-21Remove the symlink in the pre-clean target, that gets created from theAndreas Schulz1-1/+2
configure script. Notes: svn path=/head/; revision=443
1994-11-17We have no WRKDIR. Say so.Jordan K. Hubbard1-4/+2
Notes: svn path=/head/; revision=390
1994-11-10When we changed the cookies to be ${WRKDIR} relative, it broke this guy.Jordan K. Hubbard1-1/+4
Reassign cookie locations. Notes: svn path=/head/; revision=349
1994-09-14Several changes across all ports:Jordan K. Hubbard1-6/+5
1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release. Notes: svn path=/head/; revision=93
1994-09-13Make the required changes to make all existing ports use MASTER_SITESJordan K. Hubbard1-4/+4
correctly. Notes: svn path=/head/; revision=84
1994-09-08Bring in Michael Reifenberger's tcpblast port.Jordan K. Hubbard6-0/+144
Reviewed by: jkh Submitted by: mr Notes: svn path=/head/; revision=62