summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-01-31 17:47:40 +0000
committerTim Biermann <tbier@posteo.de>2021-01-31 18:04:34 +0000
commit1a02ebd2c3df91e8efb50743c5a5843c705ba040 (patch)
treeecf611144aca438d19ad7680a3f96cd15af09d2a
parent32fafc9dbff8ee7addb66ccbc7faecd2f7f5669a (diff)
downloadopt-1a02ebd2c3df91e8efb50743c5a5843c705ba040.tar.gz
opt-1a02ebd2c3df91e8efb50743c5a5843c705ba040.tar.xz
iperf: deleted unmaintained port
-rw-r--r--iperf/.footprint7
-rw-r--r--iperf/.signature5
-rw-r--r--iperf/Pkgfile17
3 files changed, 0 insertions, 29 deletions
diff --git a/iperf/.footprint b/iperf/.footprint
deleted file mode 100644
index 5d5ad102a..000000000
--- a/iperf/.footprint
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/iperf
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/iperf.1.gz
diff --git a/iperf/.signature b/iperf/.signature
deleted file mode 100644
index 964516c6e..000000000
--- a/iperf/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/UKIjw47FgFkl9KFUrE1bY3fh7Qgtw4m1PvmvOOTb2ahBSXKmjKvifyu+79BeY02SsJKcnfbbEf8X6B6AnwsUQw=
-SHA256 (Pkgfile) = 91e4cc4210c1b1f507c35fc79702264dd0fa49969d9dc365012988bb7e6596ed
-SHA256 (.footprint) = 81231b029011101874440f7e4115ef5d60f91f5803fd943438ccebce9d7a6a28
-SHA256 (iperf-2.0.13.tar.gz) = c88adec966096a81136dda91b4bd19c27aae06df4d45a7f547a8e50d723778ad
diff --git a/iperf/Pkgfile b/iperf/Pkgfile
deleted file mode 100644
index 7c51d0201..000000000
--- a/iperf/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: Network bandwidth measurement tool
-# URL: https://sourceforge.net/projects/iperf2/
-# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
-# Depends on:
-
-name=iperf
-version=2.0.13
-release=1
-source=(https://downloads.sourceforge.net/sourceforge/iperf2/files/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-

Generated by cgit