summaryrefslogtreecommitdiff
path: root/benchmarks/tcpblast (follow)
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alexander Logvinov <ports@logvinov.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey V. Degtyarev * Andreas Kohn <andreas@syndrom23.de> * Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su> * Andrey Zakhvatov <andy@FreeBSD.org> * Andy Clark <andrewclarkii@gmail.com> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Bill Fumerola <billf@chc-chimes.com> * Brad Davis <brd@FreeBSD.org> * Bruce A. Mah <bmah@FreeBSD.org> * Chao Shin <quakelee@cn.freebsd.org> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * David O'Brien (obrien@FreeBSD.org) * David O'Brien (obrien@NUXI.com) * Dima Sivachenko <dima@chg.ru> * Gabriel M. Dutra <0xdutra@gmail.com> * Gea-Suan Lin <gslin@ccca.nctu.edu.tw> * Gea-Suan Lin <gslin@gslin.org> * Hannes Hauswedell <h2+fbsdports@fsfe.org> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Joseph Koshy <jkoshy@FreeBSD.org> * Kris Moore <kmoore@FreeBSD.org> * Lars Eggert <lars@eggert.org> * Mark Pulford <mark@kyne.com.au> * Matthias Fechner <mfechner@FreeBSD.org> * NAKAJI Hiroyuki <nakaji@jp.freebsd.org> * NAKATA Maho <maho@FreeBSD.org> * Oliver Lehmann <oliver@FreeBSD.org> * Pete Fritchman <petef@databits.net> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Radim Kolar * Radim Kolar <hsn@sendmail.cz> * Roman Bogorodskiy <bogorodskiy@inbox.ru> * Scott Flatman <sf@dsinw.com> * Sergey A. Osokin <osa@FreeBSD.org> * Sergey Kandaurov <pluknet@gmail.com> * Sergey Skvortsov <skv@protey.ru> * Slava Shwartsman <slavash@FreeBSD.org> * Stephen Montgomery-Smith <stephen@math.missouri.edu> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Thomas Dreibholz <dreibh@iem.uni-due.de> * Tom Judge <tom@tomjudge.com> * Veniamin Gvozdikov <vg@FreeBSD.org> * Vsevolod Stakhov <vsevolod@FreeBSD.org> * Will Andrews <andrews@technologist.com> * Yen-Ming Lee <leeym@FreeBSD.org> * Ying-Chieh Liao <ijliao@FreeBSD.org> * arved * asami * dikshie <dikshie@lapi.itb.ac.id> * gnn * ijliao * janos.mohacsi@bsd.hu * jesper@jdn.dk * jmz * koshy * luigi@FreeBSD.org * mharo@FreeBSD.org * mich@freebsdcluster.org * mr * se * shalunov * thierry@pompo.net * trasz <trasz@pin.if.uz.zgora.pl> * uminac With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop the ipv6 virtual category for b* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514129
* - Rename nonstandard src directory to filesAlex Kozlov2015-12-303-13/+9
| | | | | | | - Modernize ports Notes: svn path=/head/; revision=404857
* Typos, whitespace and capitalization fixes (A-F).Jimmy Olgeni2015-09-201-1/+1
| | | | Notes: svn path=/head/; revision=397395
* Allow staging as a regular userAntoine Brodin2014-09-031-0/+1
| | | | Notes: svn path=/head/; revision=367236
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* Fix build on currentBaptiste Daroussin2013-05-051-1/+1
| | | | Notes: svn path=/head/; revision=317443
* Fix typos in COMMENTCarlo Strub2012-07-241-1/+1
| | | | Notes: svn path=/head/; revision=301494
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Allow blasting 10000 blocksPav Lucistnik2004-01-253-2/+4
| | | | | | | | | | - While there, nuke pkg-plist PR: ports/61900 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=99110
* Make this compiled on -stable.Hidetoshi Shimokawa2003-07-251-1/+0
| | | | Notes: svn path=/head/; revision=85577
* Add support for ipv6.Hidetoshi Shimokawa2003-07-252-38/+50
| | | | Notes: svn path=/head/; revision=85576
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Really show kBytes/s like the label says we are.Hidetoshi Shimokawa2002-11-091-1/+1
| | | | Notes: svn path=/head/; revision=69790
* Really show kbits/s like the label says we are.Steve Price2000-04-301-1/+1
| | | | | | | | PR: 18213 Submitted by: Oliver Breuninger <ob@seicom.net> Notes: svn path=/head/; revision=28127
* portlintMichael Haro2000-04-161-2/+2
| | | | Notes: svn path=/head/; revision=27668
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+2
| | | | Notes: svn path=/head/; revision=27416
* No need to use a patch when the source is a part of the port.Steve Price2000-01-291-3/+3
| | | | Notes: svn path=/head/; revision=25262
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-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
* CATEGORIES was wrong (net came before benchmarks)Bill Fumerola1999-04-141-2/+2
| | | | Notes: svn path=/head/; revision=17877
* 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 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
* Grammar, spelling, and usage police. This commit brought to you byMatthew Hunt1998-08-051-2/+2
| | | | | | | the letters "B" and "C". And some Chinese symbols as well. Notes: svn path=/head/; revision=12291
* mkdir --> ${MKDIR}David E. O'Brien1996-11-201-2/+2
| | | | | | | | cp --> ${CP} rm --> ${RM} Notes: svn path=/head/; revision=4601
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-11-151-1/+0
| | | | Notes: svn path=/head/; revision=4486
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-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
* Typo (messure -> measure).Satoshi Asami1996-10-101-1/+1
| | | | Notes: svn path=/head/; revision=3947
* Category renaming to match the directory names ("benchmarking"Satoshi Asami1995-11-221-2/+2
| | | | | | | -> "benchmarks"). Notes: svn path=/head/; revision=2443
* use ${PREFIX} instead of /usr/localTorsten Blum1995-10-061-1/+1
| | | | Notes: svn path=/head/; revision=2286
* Change categories to reflect their new homes.Satoshi Asami1995-07-131-2/+2
| | | | Notes: svn path=/head/; revision=1959
* Add more CATEGORIES. packages/orphans is now empty.Satoshi Asami1995-05-031-1/+2
| | | | Notes: svn path=/head/; revision=1590
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-151-1/+3
| | | | Notes: svn path=/head/; revision=1363
* Make the fetch target a dummy so from-the-top `make fetch' runs don't fallGary Palmer1995-02-101-1/+4
| | | | | | | over Notes: svn path=/head/; revision=924
* Remove the symlink in the pre-clean target, that gets created from theAndreas Schulz1994-11-211-1/+2
| | | | | | | configure script. Notes: svn path=/head/; revision=443
* We have no WRKDIR. Say so.Jordan K. Hubbard1994-11-171-4/+2
| | | | Notes: svn path=/head/; revision=390
* When we changed the cookies to be ${WRKDIR} relative, it broke this guy.Jordan K. Hubbard1994-11-101-1/+4
| | | | | | | Reassign cookie locations. Notes: svn path=/head/; revision=349
* Several changes across all ports:Jordan K. Hubbard1994-09-141-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
* Make the required changes to make all existing ports use MASTER_SITESJordan K. Hubbard1994-09-131-4/+4
| | | | | | | correctly. Notes: svn path=/head/; revision=84
* Bring in Michael Reifenberger's tcpblast port.Jordan K. Hubbard1994-09-086-0/+144
Reviewed by: jkh Submitted by: mr Notes: svn path=/head/; revision=62