diff options
Diffstat (limited to 'benchmarks/iperf')
-rw-r--r-- | benchmarks/iperf/Makefile | 27 | ||||
-rw-r--r-- | benchmarks/iperf/distinfo | 1 | ||||
-rw-r--r-- | benchmarks/iperf/files/patch-cfg::Makefile | 11 | ||||
-rw-r--r-- | benchmarks/iperf/files/patch-cfg::configure | 40 | ||||
-rw-r--r-- | benchmarks/iperf/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/iperf/pkg-descr | 9 | ||||
-rw-r--r-- | benchmarks/iperf/pkg-plist | 8 |
7 files changed, 0 insertions, 97 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile deleted file mode 100644 index d7d1dc5c7468..000000000000 --- a/benchmarks/iperf/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: iperf -# Date Created: 20 May 2001 -# Whom: Pete Fritchman <petef@databits.net> -# -# $FreeBSD$ -# - -PORTNAME= iperf -PORTVERSION= 1.2 -CATEGORIES= net -MASTER_SITES= http://dast.nlanr.net/Projects/Iperf/ - -MAINTAINER= petef@FreeBSD.org - -NO_CDROM= "can't charge a fee for the software" - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/iperf ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/iperf -.for file in README doc/index.html doc/jperf.gif doc/lib.html doc/release.html \ - doc/ui_license.html - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/iperf -.endfor -.endif - -.include <bsd.port.mk> diff --git a/benchmarks/iperf/distinfo b/benchmarks/iperf/distinfo deleted file mode 100644 index c6ef0c7d5e94..000000000000 --- a/benchmarks/iperf/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (iperf-1.2.tar.gz) = b727074c779f8f3087dec5e455840201 diff --git a/benchmarks/iperf/files/patch-cfg::Makefile b/benchmarks/iperf/files/patch-cfg::Makefile deleted file mode 100644 index 01ab09ce0e2c..000000000000 --- a/benchmarks/iperf/files/patch-cfg::Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- cfg/Makefile.orig Sat May 19 23:54:00 2001 -+++ cfg/Makefile Sat May 19 23:54:12 2001 -@@ -31,7 +31,7 @@ - # - - all: configure -- ./configure -+ ./configure --cc=${CC} --cxx=${CXX} - - clean: - -rm -f $(CLEAN_FILES) diff --git a/benchmarks/iperf/files/patch-cfg::configure b/benchmarks/iperf/files/patch-cfg::configure deleted file mode 100644 index 92c8a2e87637..000000000000 --- a/benchmarks/iperf/files/patch-cfg::configure +++ /dev/null @@ -1,40 +0,0 @@ ---- cfg/configure.orig Sat May 19 23:45:26 2001 -+++ cfg/configure Sat May 19 23:54:28 2001 -@@ -90,6 +90,12 @@ - | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) - cache_file="$ac_optarg" ;; - -+ --cc=*) -+ ac_cv_prog_CC="$ac_optarg" ;; -+ -+ --cxx=*) -+ ac_cv_prog_CXX="$ac_optarg" ;; -+ - -datadir | --datadir | --datadi | --datad | --data | --dat | --da) - ac_prev=datadir ;; - -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ -@@ -952,7 +958,7 @@ - echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 - echo "configure:954: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 - echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 --cross_compiling=$ac_cv_prog_cxx_cross -+cross_compiling="no" - - echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 - echo "configure:959: checking whether we are using GNU C++" >&5 -@@ -1065,14 +1071,7 @@ - echo - - --if test -z "$ac_cv_use_pthread"; then -- ac_cv_use_pthread="yes" --fi --echo "Make iperf multi-threaded (using pthreads)? [$ac_cv_use_pthread] " --read tmp --if test -n "$tmp"; then -- ac_cv_use_pthread="$tmp" --fi -+ac_cv_use_pthread="no" - - - if test "$ac_cv_use_pthread" = yes ; then diff --git a/benchmarks/iperf/pkg-comment b/benchmarks/iperf/pkg-comment deleted file mode 100644 index 5d78b5a2f384..000000000000 --- a/benchmarks/iperf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool to measure maximum TCP and UDP bandwidth diff --git a/benchmarks/iperf/pkg-descr b/benchmarks/iperf/pkg-descr deleted file mode 100644 index e930a3b166a8..000000000000 --- a/benchmarks/iperf/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Iperf is a tool for measuring maximum TCP and UDP bandwidth, -reminiscent of ttcp and nettest. It has been written to overcome -the shortcomings of those aging tools. Iperf can also test UDP -bandwidth, loss, and jitter. - -WWW: http://dast.nlanr.net/Projects/Iperf/ - -- Pete -petef@databits.net diff --git a/benchmarks/iperf/pkg-plist b/benchmarks/iperf/pkg-plist deleted file mode 100644 index 08e2333e8b08..000000000000 --- a/benchmarks/iperf/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/iperf -%%PORTDOCS%%share/doc/iperf/README -%%PORTDOCS%%share/doc/iperf/index.html -%%PORTDOCS%%share/doc/iperf/jperf.gif -%%PORTDOCS%%share/doc/iperf/lib.html -%%PORTDOCS%%share/doc/iperf/release.html -%%PORTDOCS%%share/doc/iperf/ui_license.html -%%PORTDOCS%%@dirrm share/doc/iperf |