| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
0.9
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
18 Mar 2011 17:59:51
0.9
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
22 Nov 2009 19:49:43
0.9
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
19 Sep 2009 20:08:48
0.9
|
itetcu  |
Add file forgoten in previous commit:
- Update to 0.9
- use rc.d script
- Update MASTER_SITES
- use PORTDOCS
- USE_LDCONFIG
- obey custom PREFIX
PR: 138366
Submitted by: Sylvio Cesar
Approved by: maintainer
Feature safe: yes
Feature safe: yes |
19 Sep 2009 20:05:36
0.9
|
itetcu  |
- Update to 0.9
- use rc.d script
- Update MASTER_SITES
- use PORTDOCS
- USE_LDCONFIG
- obey custom PREFIX
PR: 138366
Submitted by: Sylvio Cesar
Approved by: maintainer
Feature safe: yes |
25 Jul 2008 14:34:52
0.8
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
02 Apr 2007 22:04:42
0.8
|
edwin  |
Fix email address of maintainer from internet2.edu to shlang.com |
22 Jan 2006 08:20:08
0.8
|
edwin  |
SHA256ify
Approved by: krion@ |
20 Oct 2005 19:32:15
0.8
|
sem  |
The program thrulay is used to measure the capacity, delay, and
other performance metrics of a network by sending a bulk TCP or UDP
stream over it.
Special features of thrulay include:
* For TCP, ability to measure round-trip delay along with throughput
* For UDP, ability to measure
- one-way delay, with quantiles
- packet loss
- packet duplication
- reordering
* For UDP, the ability to send precisely positioned true Poisson streams
(microsecond errors in sending times)
* Human- and machine-readable output (ready to be fed to gnuplot)
WWW: http://www.internet2.edu/~shalunov/thrulay/
PR: ports/87683
Submitted by: Stanislav Shalunov <shalunov@internet2.edu> |