Ticket #44299: Portfile-3.0.11

File Portfile-3.0.11, 1.4 KB (added by BlackFrog1, 9 years ago)

Version 3.0.11

Line 
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
4PortSystem          1.0
5
6name                iperf3
7version             3.0.11
8categories          net
9platforms           darwin
10license             bsd
11maintainers         gmail.com:allan.que openmaintainer
12description         Measures the maximum achievable bandwidth on IP networks
13long_description    ${name} is a tool for active measurements of the maximum \
14                    achievable bandwidth on IP networks. It supports tuning \
15                    of various parameters related to timing, protocols, and \
16                    buffers. For each test it reports the bandwidth, loss, \
17                    and other parameters.
18homepage            https://github.com/esnet/iperf
19
20master_sites        http://downloads.es.net/pub/iperf
21distname            iperf-${version}
22
23conflicts           ${name}-devel
24
25checksums           rmd160  eb371c0879fad6f2068a279704d637123bbd9162 \
26                    sha256  e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e
27
28subport ${name}-devel {
29    PortGroup           github 1.0
30
31    github.setup        esnet iperf c4719dd1652827fab1b225911a70799e42bbc869
32    version             20150109
33    fetch.type          git
34
35    conflicts           ${name}
36}
37
38livecheck.url       ${master_sites}
39livecheck.regex     {iperf-(3(?:\.\d+)*)\.tar\.gz}