bmon: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:51 +02:00
parent 26d4995d54
commit a9584ef98b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 33 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/bmon
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/bmon.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wGU2Wc9AIq41Wif7ULBn+aq10Hia8wdQSxU356zcphwG8e0RPwc3lpvrUA9T8zZr8GyUp+f83q3dDepp/lMpQQ=
SHA256 (Pkgfile) = f56d8a9f8bdfdda7b6587261266bd1d8c94beb33ce2e1b2a87fbf3d53fc22e76
SHA256 (.footprint) = 5f3ae8ce3a40b661d822b4dac8d3b0e60ea6312687b17de521ce963f2d53135d
SHA256 (bmon-v4.0.tar.gz) = d5e503ff6b116c681ebf4d10e238604dde836dceb9c0008eb92416a96c87ca40

View File

@ -1,21 +0,0 @@
# Description: Network bandwidth monitor and rate estimator
# URL: https://github.com/tgraf/bmon
# Maintainer: unmaintained
# Depends on: ncurses libconfuse libnl
name=bmon
version=4.0
release=1
source=(https://github.com/tgraf/$name/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}