1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Update to iperf3 3.0.2.

Approved by:	mat (mentor)
Sponsored by:	ESnet
This commit is contained in:
Bruce A. Mah 2014-03-11 16:01:35 +00:00
parent debef10b97
commit 86f8853fb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347888
3 changed files with 11 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= iperf PORTNAME= iperf
PORTVERSION= 3.0.1 PORTVERSION= 3.0.2
CATEGORIES= benchmarks ipv6 CATEGORIES= benchmarks ipv6
MASTER_SITES= http://stats.es.net/software/ MASTER_SITES= http://stats.es.net/software/
PKGNAMESUFFIX= 3 PKGNAMESUFFIX= 3
@ -13,6 +13,8 @@ COMMENT= Improved tool to measure TCP and UDP bandwidth
LICENSE= BSD3CLAUSE LICENSE= BSD3CLAUSE
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= libtool
# Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR} # Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
@ -20,6 +22,10 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
PLIST_FILES= bin/iperf3 \ PLIST_FILES= bin/iperf3 \
include/iperf_api.h \ include/iperf_api.h \
lib/libiperf.a \ lib/libiperf.a \
lib/libiperf.la \
lib/libiperf.so \
lib/libiperf.so.0 \
lib/libiperf.so.0.0.0 \
man/man1/iperf3.1.gz \ man/man1/iperf3.1.gz \
man/man3/libiperf.3.gz man/man3/libiperf.3.gz
PORTDOCS= * PORTDOCS= *
@ -39,6 +45,6 @@ post-patch:
post-install: post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS README RELEASE_NOTES TODO ${STAGEDIR}${DOCSDIR}) (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS README.md RELEASE_NOTES TODO ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (iperf-3.0.1.tar.gz) = 32b419ef634dd7670328c3cecc158babf7d706bd4b3d248cf95965528a20e614 SHA256 (iperf-3.0.2.tar.gz) = 3c379360bf40e6ac91dfc508cb43fefafb4739c651d9a8d905a30ec99095b282
SIZE (iperf-3.0.1.tar.gz) = 338151 SIZE (iperf-3.0.2.tar.gz) = 1556480

View File

@ -9,4 +9,4 @@ 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 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. iperf 2.x. iperf3 is not backwards compatible with iperf 2.x.
WWW: https://code.google.com/p/iperf/ WWW: https://github.com/esnet/iperf