dnstop: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:54:41 +00:00
parent b0084f69fc
commit 53dbbc6b87
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 31 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dnstop
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rwxr-xr-x root/root usr/share/man/man8/dnstop.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35rZInVL0FzDaJsiWNplGHVDSkooDESPjwGDH5Lfcy02X1PEJZSuQMiNMsiG4dqE232YaWls3S6+gnmG+AxKogM=
SHA256 (Pkgfile) = 99cc7e26157859c370f20494aa105d6432ca0617cf3442fba42f1c363c70adca
SHA256 (.footprint) = 106e40d14fbe3f3065c9317fe5e14ea0648007295bce4534b2a74baa96f653ed
SHA256 (dnstop-20140915.tar.gz) = b4b03d02005b16e98d923fa79957ea947e3aa6638bb267403102d12290d0c57a

View File

@ -1,19 +0,0 @@
# Description: dns diagnostic tool
# URL: http://dns.measurement-factory.com/tools/dnstop/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libpcap
name=dnstop
version=20140915
release=1
source=(http://dns.measurement-factory.com/tools/dnstop/src/$name-$version.tar.gz)
build() {
cd $name-${version}
./configure --prefix=/usr
make
install -D dnstop $PKG/usr/bin/dnstop
install -D dnstop.8 $PKG/usr/share/man/man8/dnstop.8
}