mtr port
This commit is contained in:
parent
4dc993c625
commit
99b1b9526e
26
net/mtr/Makefile
Normal file
26
net/mtr/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Ports collection makefile for: mtr
|
||||
# Version required: 0.28
|
||||
# Date created: 6 Dec 1998
|
||||
# Whom: Jakob Schlyter <jakob@carlstedt.se>
|
||||
# More information: http://www.bitwizard.nl/mtr/
|
||||
|
||||
# What port/package will be created
|
||||
#
|
||||
DISTNAME= mtr-0.28
|
||||
CATEGORIES= net
|
||||
|
||||
# where to send comments about this port
|
||||
#
|
||||
MAINTAINER= jakob@carlstedt.se
|
||||
|
||||
# where the source files can be fetched
|
||||
#
|
||||
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
|
||||
ftp://ftp.sunet.se/pub/os/FreeBSD/distfiles/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
# build/configuration variables
|
||||
#
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/mtr/files/md5
Normal file
1
net/mtr/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mtr-0.28.tar.gz) = 40074f51f01fbd295f330401175f9223
|
1
net/mtr/pkg/COMMENT
Normal file
1
net/mtr/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Matt's traceroute - a network diagnostic tool
|
9
net/mtr/pkg/DESCR
Normal file
9
net/mtr/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
mtr combines the functionaly of the 'traceroute' and 'ping' programs
|
||||
in a single network diagnostic tool.
|
||||
|
||||
As mtr starts, it investigates the network connection between the host
|
||||
mtr runs on and a user-specified destination host. After it
|
||||
determines the address of each network hop between the machines, it
|
||||
sends a sequence ICMP ECHO requests to each one to determine the
|
||||
quality of the link to each machine. As it does this, it prints
|
||||
running statistics about each machine.
|
2
net/mtr/pkg/PLIST
Normal file
2
net/mtr/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
sbin/mtr
|
||||
man/man8/mtr.8
|
Loading…
Reference in New Issue
Block a user