[149008] trunk/dports/net

devans at macports.org devans at macports.org
Tue May 24 15:07:19 PDT 2016


Revision: 149008
          https://trac.macports.org/changeset/149008
Author:   devans at macports.org
Date:     2016-05-24 15:07:19 -0700 (Tue, 24 May 2016)
Log Message:
-----------
iperf3, iperf3-devel: new port submission, a tool for active measurements of the maximum achievable bandwidth on IP networks (#44299).

Added Paths:
-----------
    trunk/dports/net/iperf3/
    trunk/dports/net/iperf3/Portfile

Added: trunk/dports/net/iperf3/Portfile
===================================================================
--- trunk/dports/net/iperf3/Portfile	                        (rev 0)
+++ trunk/dports/net/iperf3/Portfile	2016-05-24 22:07:19 UTC (rev 149008)
@@ -0,0 +1,38 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+name                iperf3
+version             3.1.2
+categories          net
+platforms           darwin
+license             BSD
+maintainers         gmail.com:allan.que openmaintainer
+description         Measures the maximum achievable bandwidth on IP networks
+long_description    ${name} is a tool for active measurements of the maximum \
+                    achievable bandwidth on IP networks. It supports tuning \
+                    of various parameters related to timing, protocols, and \
+                    buffers. For each test it reports the bandwidth, loss, \
+                    and other parameters.
+homepage            https://github.com/esnet/iperf
+
+github.setup        esnet iperf ${version}
+
+conflicts           ${name}-devel
+
+checksums           rmd160  646a6fc71534b0deda3d03819bbbf0bfd2ec7721 \
+                    sha256  3b32d2110094305908e43f265d6f5409122b4e727c462f5990e5bd519b0897db
+
+subport ${name}-devel {
+    github.setup        esnet iperf 3b2311263aca633fba76b4baef8de78420214fcf
+    version             20160520
+
+    checksums           rmd160  ff236699a9c99e69b9c6418c74f32719cec5b2af \
+                        sha256  5f309cd5cb42a4d4b9a275b184c3167418e109553cd8dfb46b4fbc821a118a70
+
+    conflicts           ${name}
+
+    livecheck.type      none
+}


Property changes on: trunk/dports/net/iperf3/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160524/1c044fbc/attachment-0001.html>


More information about the macports-changes mailing list