aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iperf
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-06-10 13:01:42 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-06-10 13:01:42 +0000
commit2fa5e5dbf9f0cb283a22eef0c8595470cee52282 (patch)
tree01701da0f2bb70b6083997ad6f3278d4f41eb2ca /benchmarks/iperf
parent74ac00279b44edf3a223c2f4564021c06ea5aa95 (diff)
downloadports-2fa5e5dbf9f0cb283a22eef0c8595470cee52282.tar.gz
ports-2fa5e5dbf9f0cb283a22eef0c8595470cee52282.zip
- Update to 2.0.4
- Update WWW Remained by: Miroslav Chlastak <chlastak___fialka.cz>
Notes
Notes: svn path=/head/; revision=214620
Diffstat (limited to 'benchmarks/iperf')
-rw-r--r--benchmarks/iperf/Makefile7
-rw-r--r--benchmarks/iperf/distinfo6
-rw-r--r--benchmarks/iperf/files/patch-compat__Thread.c11
-rw-r--r--benchmarks/iperf/files/patch-include-headers.h11
-rw-r--r--benchmarks/iperf/pkg-descr4
5 files changed, 7 insertions, 32 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile
index 9e9e2bcd0321..11f8d591ab47 100644
--- a/benchmarks/iperf/Makefile
+++ b/benchmarks/iperf/Makefile
@@ -6,11 +6,9 @@
#
PORTNAME= iperf
-PORTVERSION= 2.0.2
-PORTREVISION= 1
+PORTVERSION= 2.0.4
CATEGORIES= benchmarks ipv6
-MASTER_SITES= http://dast.nlanr.net/Projects/Iperf2.0/ \
- ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mnag@FreeBSD.org
@@ -19,6 +17,7 @@ COMMENT= A tool to measure maximum TCP and UDP bandwidth
GNU_CONFIGURE= yes
PLIST_FILES= bin/iperf
+MAN1= iperf.1
PORTDOCS= *
OPTIONS= IPV6 "Enable support to IPv6" on \
diff --git a/benchmarks/iperf/distinfo b/benchmarks/iperf/distinfo
index 372e1ed7a51f..1d5fccb6c922 100644
--- a/benchmarks/iperf/distinfo
+++ b/benchmarks/iperf/distinfo
@@ -1,3 +1,3 @@
-MD5 (iperf-2.0.2.tar.gz) = bb658aba58a5af0356f5b1342dfe8f53
-SHA256 (iperf-2.0.2.tar.gz) = e9baea8cb516b5d83013f746f9fa104abb45fcf15d444a03add06769916e41d6
-SIZE (iperf-2.0.2.tar.gz) = 233595
+MD5 (iperf-2.0.4.tar.gz) = 8c5bc14cc2ea55f18f22afe3c23e3dcb
+SHA256 (iperf-2.0.4.tar.gz) = 3b52f1c178d6a99c27114929d5469c009197d15379c967b329bafb956f397944
+SIZE (iperf-2.0.4.tar.gz) = 248493
diff --git a/benchmarks/iperf/files/patch-compat__Thread.c b/benchmarks/iperf/files/patch-compat__Thread.c
deleted file mode 100644
index ecec1058f83e..000000000000
--- a/benchmarks/iperf/files/patch-compat__Thread.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./compat/Thread.c.orig Mon Apr 24 11:02:47 2006
-+++ ./compat/Thread.c Mon Apr 24 11:03:46 2006
-@@ -202,7 +202,7 @@
- #if defined( HAVE_POSIX_THREAD )
- // Cray J90 doesn't have pthread_cancel; Iperf works okay without
- #ifdef HAVE_PTHREAD_CANCEL
-- pthread_cancel( oldTID );
-+ pthread_cancel( thread->mTID );
- #endif
- #else // Win32
- // this is a somewhat dangerous function; it's not
diff --git a/benchmarks/iperf/files/patch-include-headers.h b/benchmarks/iperf/files/patch-include-headers.h
deleted file mode 100644
index ebb5a5f68ae9..000000000000
--- a/benchmarks/iperf/files/patch-include-headers.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/headers.h.orig Mon May 9 21:40:53 2005
-+++ include/headers.h Mon May 9 21:41:06 2005
-@@ -180,7 +180,7 @@
- // from the gnu archive
-
- #include <iperf-int.h>
--typedef uintmax_t max_size_t;
-+typedef uint64_t max_size_t;
-
- /* in case the OS doesn't have these, we provide our own implementations */
- #include "gettimeofday.h"
diff --git a/benchmarks/iperf/pkg-descr b/benchmarks/iperf/pkg-descr
index d6ccb610c709..ac8fc80def5b 100644
--- a/benchmarks/iperf/pkg-descr
+++ b/benchmarks/iperf/pkg-descr
@@ -9,6 +9,4 @@ Iperf is a tool to measure maximum TCP bandwidth, allowing
the tuning of various parameters and UDP characteristics.
Iperf reports bandwidth, delay jitter, datagram loss.
-WWW: http://dast.nlanr.net/Projects/Iperf/
-
-Pete <petef@databits.net>
+WWW: http://iperf.sourceforge.net/