nethogs: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:36:43 +00:00
parent aadd33f4f9
commit d1da189753
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 27 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/nethogs
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/nethogs.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31VtcRZ7zHIgMse1nJBZFtGfbgn0dUatoMogniiOjZI7bYiLUzmuwPmxm/LX3CRqFSaHDM2aoPiuASmCJRhw5AE=
SHA256 (Pkgfile) = 1dd522c2d13914b0f698c5ed4edfbe10772b605d26b77e4cd57e4140b261aa08
SHA256 (.footprint) = db02e51b4a452de827fc78c8b53a6a13c8afdd09c228fedc5cccc432952cd141
SHA256 (nethogs-v0.8.6.tar.gz) = 317c1d5235d4be677e494e931c41d063a783ac0ac51e35e345e621d261c2e5a0

View File

@ -1,15 +0,0 @@
# Description: net top tool showing network usage by PID
# URL: https://github.com/raboof/nethogs
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libpcap
name=nethogs
version=0.8.6
release=1
source=(https://github.com/raboof/nethogs/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version
make
make PREFIX=/usr DESTDIR=$PKG install
}