diff --git a/net/mtr/Makefile b/net/mtr/Makefile new file mode 100644 index 00000000000..f073c1a411e --- /dev/null +++ b/net/mtr/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: mtr +# Version required: 0.28 +# Date created: 6 Dec 1998 +# Whom: Jakob Schlyter +# 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 diff --git a/net/mtr/files/md5 b/net/mtr/files/md5 new file mode 100644 index 00000000000..8442c451400 --- /dev/null +++ b/net/mtr/files/md5 @@ -0,0 +1 @@ +MD5 (mtr-0.28.tar.gz) = 40074f51f01fbd295f330401175f9223 diff --git a/net/mtr/pkg/COMMENT b/net/mtr/pkg/COMMENT new file mode 100644 index 00000000000..b8082ed9446 --- /dev/null +++ b/net/mtr/pkg/COMMENT @@ -0,0 +1 @@ +Matt's traceroute - a network diagnostic tool diff --git a/net/mtr/pkg/DESCR b/net/mtr/pkg/DESCR new file mode 100644 index 00000000000..004b1a518ee --- /dev/null +++ b/net/mtr/pkg/DESCR @@ -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. diff --git a/net/mtr/pkg/PLIST b/net/mtr/pkg/PLIST new file mode 100644 index 00000000000..ba99f4ee13a --- /dev/null +++ b/net/mtr/pkg/PLIST @@ -0,0 +1,2 @@ +sbin/mtr +man/man8/mtr.8