Index: head/benchmarks/iperf3/Makefile =================================================================== --- head/benchmarks/iperf3/Makefile (revision 453310) +++ head/benchmarks/iperf3/Makefile (revision 453311) @@ -1,35 +1,35 @@ # Created by: Bruce A. Mah # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 3.2 +PORTVERSION= 3.3 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 MAINTAINER= bmah@FreeBSD.org COMMENT= Improved tool to measure TCP and UDP bandwidth LICENSE= BSD3CLAUSE MIT LICENSE_COMB= multi GNU_CONFIGURE= yes USES= libtool ssl USE_LDCONFIG= yes PORTDOCS= README.md RELEASE_NOTES # Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} post-patch: # Don't build stuff that we're not going to install. Among other # things this means we're not going to try to build profiled objects # and/or executables. @${REINPLACE_CMD} -e '/^PROGRAMS /s/\$$(noinst_PROGRAMS)//' ${WRKSRC}/src/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Index: head/benchmarks/iperf3/distinfo =================================================================== --- head/benchmarks/iperf3/distinfo (revision 453310) +++ head/benchmarks/iperf3/distinfo (revision 453311) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498588779 -SHA256 (iperf-3.2.tar.gz) = f207b36f861485845dbdf09f909c62f3d2222a3cf3d2682095aede8213cd9c1d -SIZE (iperf-3.2.tar.gz) = 586550 +TIMESTAMP = 1509556141 +SHA256 (iperf-3.3.tar.gz) = 6f596271251056bffc11bbb8f17d4244ad9a7d4a317c2459fdbb853ae51284d8 +SIZE (iperf-3.3.tar.gz) = 589989 Index: head/benchmarks/iperf3/pkg-descr =================================================================== --- head/benchmarks/iperf3/pkg-descr (revision 453310) +++ head/benchmarks/iperf3/pkg-descr (revision 453311) @@ -1,12 +1,13 @@ -iperf is a tool for measuring the maximum TCP and UDP bandwidth along -a path between two hosts. It allows the tuning of various -parameters and UDP characteristics, and reports bandwidth, delay -jitter, datagram loss. iperf was originally developed by NLANR/DAST. +iperf3 is a tool for measuring the achievable TCP, UDP, and SCTP +throughput along a path between two hosts. It allows the tuning of +various parameters such as socket buffer sizes and maximum attempted +throughput. It reports (among other things) bandwidth, delay jitter, +and datagram loss. iperf was originally developed by NLANR/DAST. -iperf3 is a new implementation from scratch, with the goal of a -smaller, simpler code base, and a library version of the functionality -that can be used in other programs. iperf3 also a number of features -found in other tools such as nuttcp and netperf, but were missing from -iperf 2.x. iperf3 is not backwards compatible with iperf 2.x. +iperf3 is a new implementation developed from scratch at the Energy +Sciences Network (ESnet). Among its goals were a smaller, simpler +code base (compared to its predecessor, iperf2) and a library version +of the functionality that can be used in other programs. Note that +iperf3 does not interoperate with with iperf 2.x. WWW: http://software.es.net/iperf/