1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | name iperf3 |
---|
8 | version 3.1.2 |
---|
9 | categories net |
---|
10 | platforms darwin |
---|
11 | license bsd |
---|
12 | maintainers gmail.com:allan.que openmaintainer |
---|
13 | description Measures the maximum achievable bandwidth on IP networks |
---|
14 | long_description ${name} is a tool for active measurements of the maximum \ |
---|
15 | achievable bandwidth on IP networks. It supports tuning \ |
---|
16 | of various parameters related to timing, protocols, and \ |
---|
17 | buffers. For each test it reports the bandwidth, loss, \ |
---|
18 | and other parameters. |
---|
19 | homepage https://github.com/esnet/iperf |
---|
20 | |
---|
21 | github.setup esnet iperf ${version} |
---|
22 | |
---|
23 | conflicts ${name}-devel |
---|
24 | |
---|
25 | checksums rmd160 646a6fc71534b0deda3d03819bbbf0bfd2ec7721 \ |
---|
26 | sha256 3b32d2110094305908e43f265d6f5409122b4e727c462f5990e5bd519b0897db |
---|
27 | |
---|
28 | subport ${name}-devel { |
---|
29 | github.setup esnet iperf fab327943f2edc34cced87f0114424ebd3070a15 |
---|
30 | version 20160201 |
---|
31 | |
---|
32 | checksums rmd160 900039a9c39b1ac6771678af8884ea773965748b \ |
---|
33 | sha256 9446287ce53f163149b8ab5ce4b3c4200b8b59f9b1dcc25e208ff3bd0013f8a6 |
---|
34 | |
---|
35 | conflicts ${name} |
---|
36 | |
---|
37 | livecheck.type none |
---|
38 | } |
---|
39 | |
---|