lft: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 09:50:39 +00:00
parent a82af22670
commit 165164e434
3 changed files with 0 additions and 32 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwsr-xr-x root/root usr/bin/lft
-rwxr-xr-x root/root usr/bin/whob
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/lft.8.gz
-rwxr-xr-x root/root usr/share/man/man8/whob.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ysGGEmnWnwHhvnAI4cE6kjNXoYXZeJeRGi5nvhsi2/EYz4mEwwrtATtWQy06OfH2T9NoxULz1u9szgNAT1ofgo=
SHA256 (Pkgfile) = 1f64b05c162b6feb2d063084f53d839462369ad759ab5f5031dbf85dd0666369
SHA256 (.footprint) = d78b7aab5d81c2a42da4637768c401644c94e26b3da12e0be28e599ff9d79025
SHA256 (lft-3.91.tar.gz) = aad13e671adcfc471ab99417161964882d147893a54664f3f465ec5c8398e6af

View File

@ -1,18 +0,0 @@
# Description: Layer Four Traceroute
# URL: http://pwhois.org/lft/
# Maintainer: UNMAINTAINED
# Depends on: libpcap
name=lft
version=3.91
release=1
source=(http://pwhois.org/get/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}