This commit is contained in:
rohee 1999-01-27 20:49:32 +00:00
parent 4dc993c625
commit 99b1b9526e
5 changed files with 39 additions and 0 deletions

26
net/mtr/Makefile Normal file
View 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
View File

@ -0,0 +1 @@
MD5 (mtr-0.28.tar.gz) = 40074f51f01fbd295f330401175f9223

1
net/mtr/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
Matt's traceroute - a network diagnostic tool

9
net/mtr/pkg/DESCR Normal file
View 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
View File

@ -0,0 +1,2 @@
sbin/mtr
man/man8/mtr.8