Ticket #44299: Portfile-3.1.2

File Portfile-3.1.2, 1.4 KB (added by aque (Allan Que), 8 years ago)

Update to 3.1.2 for release and 20160201 for devel. Also changed release version to use github. Livecheck is now automatically done through github's release tags.

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
5PortGroup           github 1.0
6
7name                iperf3
8version             3.1.2
9categories          net
10platforms           darwin
11license             bsd
12maintainers         gmail.com:allan.que openmaintainer
13description         Measures the maximum achievable bandwidth on IP networks
14long_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.
19homepage            https://github.com/esnet/iperf
20
21github.setup        esnet iperf ${version}
22
23conflicts           ${name}-devel
24
25checksums           rmd160  646a6fc71534b0deda3d03819bbbf0bfd2ec7721 \
26                    sha256  3b32d2110094305908e43f265d6f5409122b4e727c462f5990e5bd519b0897db
27
28subport ${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