ports/contrib (3.3): iperf3: new port
commit f202f90845407801faeb6cdef43c031f080a7ad5 Author: Predrag Ivanović <predivan@mts.rs> Date: Mon Feb 26 13:45:41 2018 +0100 iperf3: new port diff --git a/iperf3/.footprint b/iperf3/.footprint new file mode 100644 index 00000000..5ade17b8 --- /dev/null +++ b/iperf3/.footprint @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/iperf3 +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/iperf_api.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libiperf.la +lrwxrwxrwx root/root usr/lib/libiperf.so -> libiperf.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libiperf.so.0 -> libiperf.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libiperf.so.0.0.0 +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/iperf3.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/libiperf.3.gz diff --git a/iperf3/.md5sum b/iperf3/.md5sum new file mode 100644 index 00000000..7fe35ed0 --- /dev/null +++ b/iperf3/.md5sum @@ -0,0 +1 @@ +8971d7ee117e548e35d5394aeff1a1e3 iperf-3.4.tar.gz diff --git a/iperf3/.signature b/iperf3/.signature new file mode 100644 index 00000000..fded2adc --- /dev/null +++ b/iperf3/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF38Glgcv7VTWGgWSo44cENT/Upmj2AzSJ81A+1epnI9dnxuRsbv/oBSFWFCveP3O1bRFKwoeqr9xcaT7CCvwe/QY= +SHA256 (Pkgfile) = 6e3310139eda65bc448dc66890a81c5bf59278901504f52bbf8923867368b49f +SHA256 (.footprint) = f970dd7ae3da1aadac32f58f6b93337d4ece5d75c764976a9fa7b66f0969d29b +SHA256 (iperf-3.4.tar.gz) = 71528332d751df85e046d1944d9a0269773cadd6e51840aecdeed30925f79111 diff --git a/iperf3/Pkgfile b/iperf3/Pkgfile new file mode 100644 index 00000000..80430edd --- /dev/null +++ b/iperf3/Pkgfile @@ -0,0 +1,19 @@ +# Description: iperf3, rewrite of the original iperf +# URL: http://software.es.net/iperf/ +# Maintainer: Pedja, predivan at mts do rs +# Depends on: openssl + +name=iperf3 +version=3.4 +release=1 +source=(http://downloads.es.net/pub/iperf/iperf-$version.tar.gz) + +build() { + cd iperf-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --disable-static + make + make DESTDIR=$PKG install +} +
participants (1)
-
crux@crux.nu