forked from ports/contrib
mtr: dropped unmaintained port
This commit is contained in:
parent
3901c5b571
commit
fb104753d8
@ -1,12 +0,0 @@
|
|||||||
drwxr-xr-x root/root usr/
|
|
||||||
drwxr-xr-x root/root usr/bin/
|
|
||||||
-rwxr-xr-x root/root usr/bin/mtr
|
|
||||||
-rwxr-xr-x root/root usr/bin/mtr-packet
|
|
||||||
drwxr-xr-x root/root usr/share/
|
|
||||||
drwxr-xr-x root/root usr/share/bash-completion/
|
|
||||||
drwxr-xr-x root/root usr/share/bash-completion/completions/
|
|
||||||
-rw-r--r-- root/root usr/share/bash-completion/completions/mtr
|
|
||||||
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/mtr-packet.8.gz
|
|
||||||
-rw-r--r-- root/root usr/share/man/man8/mtr.8.gz
|
|
@ -1,5 +0,0 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
|
||||||
RWSagIOpLGJF35ZZ8z8neNrhdmJxyZN6Gr6KLPOARS+ZkFJGM7E0WgevQKOMTp+hJe+8WXIqDYoQYy7dsHRXFFMw/C4RGY3G8QY=
|
|
||||||
SHA256 (Pkgfile) = 05adc60ce69ddc121537b2d8c048dab3335883110871a48b4504f81336372fbb
|
|
||||||
SHA256 (.footprint) = ba9dc28bfd821a2bac57b3318376a437cf2f24a180c8c94175063d3d4bf530f4
|
|
||||||
SHA256 (mtr-v0.95.tar.gz) = 12490fb660ba5fb34df8c06a0f62b4f9cbd11a584fc3f6eceda0a99124e8596f
|
|
22
mtr/Pkgfile
22
mtr/Pkgfile
@ -1,22 +0,0 @@
|
|||||||
# Description: Matt's traceroute - network diagnostic tool.
|
|
||||||
# URL: http://www.bitwizard.nl/mtr/
|
|
||||||
# Maintainer: unmaintained
|
|
||||||
# Depends on: ncurses
|
|
||||||
|
|
||||||
name=mtr
|
|
||||||
version=0.95
|
|
||||||
release=1
|
|
||||||
source=(https://github.com/traviscross/mtr/archive/v$version/$name-v$version.tar.gz)
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd $name-$version
|
|
||||||
|
|
||||||
./bootstrap.sh
|
|
||||||
./configure \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sbindir=/usr/bin \
|
|
||||||
--without-gtk
|
|
||||||
|
|
||||||
make
|
|
||||||
make DESTDIR=$PKG install
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
setcap cap_net_raw+ep /usr/bin/mtr-packet
|
|
Loading…
x
Reference in New Issue
Block a user