diff --git a/dnstop/.footprint b/dnstop/.footprint deleted file mode 100644 index 3ba9e5cf5..000000000 --- a/dnstop/.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/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 diff --git a/dnstop/.signature b/dnstop/.signature deleted file mode 100644 index c2169d0b5..000000000 --- a/dnstop/.signature +++ /dev/null @@ -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 diff --git a/dnstop/Pkgfile b/dnstop/Pkgfile deleted file mode 100644 index 2daf3ea67..000000000 --- a/dnstop/Pkgfile +++ /dev/null @@ -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 -}