diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-24 01:56:04 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-24 01:56:04 +0000 |
commit | 511f5f1ab99a06f69337e2b32355ccc84b1aca66 (patch) | |
tree | 30b34b5fa2cfc979c24e61b24a58077d6de22505 /net/mtr | |
parent | 9e676799aa28ee4254c37a9a1826fbf05825eff7 (diff) | |
download | ports-511f5f1ab99a06f69337e2b32355ccc84b1aca66.tar.gz ports-511f5f1ab99a06f69337e2b32355ccc84b1aca66.zip |
Initial import of mtr version 0.21.
Traceroute and ping in a signle graphical network diagnostic tool.
PR: 7588
Submitted by: Bill Fumerola <billf@chc-chimes.com>
Notes
Notes:
svn path=/head/; revision=12789
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/Makefile | 23 | ||||
-rw-r--r-- | net/mtr/distinfo | 1 | ||||
-rw-r--r-- | net/mtr/pkg-comment | 1 | ||||
-rw-r--r-- | net/mtr/pkg-descr | 6 | ||||
-rw-r--r-- | net/mtr/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile new file mode 100644 index 000000000000..1d9beb66f9cd --- /dev/null +++ b/net/mtr/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: mtr +# Version required: 0.21 +# Date created: 12 August 1998 +# Whom: Bill Fumerola <billf@chc-chimes.com> +# +# $Id: $ +# + +DISTNAME= mtr-0.21 +CATEGORIES= net +MASTER_SITES= http://www.mkimball.org/ + +MAINTAINER= billf@chc-chimes.com + +LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk + +FETCH_BEFORE_ARGS= -b +USE_AUTOCONF= hellyeah +USE_X11= youbet + +MAN8= mtr.8 + +.include <bsd.port.mk> diff --git a/net/mtr/distinfo b/net/mtr/distinfo new file mode 100644 index 000000000000..05bba9178413 --- /dev/null +++ b/net/mtr/distinfo @@ -0,0 +1 @@ +MD5 (mtr-0.21.tar.gz) = c3ba171b2c5c6d9c889912f18c56abfe diff --git a/net/mtr/pkg-comment b/net/mtr/pkg-comment new file mode 100644 index 000000000000..c245b0897681 --- /dev/null +++ b/net/mtr/pkg-comment @@ -0,0 +1 @@ +traceroute and ping in a single graphical network diagnostic tool. diff --git a/net/mtr/pkg-descr b/net/mtr/pkg-descr new file mode 100644 index 000000000000..0629d7fcb08b --- /dev/null +++ b/net/mtr/pkg-descr @@ -0,0 +1,6 @@ +mtr combines the functionality of the "traceroute" and "ping" programs +into a single network diagnostic tool. + +http://www.mkimball.org/mtr.html + +Bill Fumerola <billf@chc-chimes.com) diff --git a/net/mtr/pkg-plist b/net/mtr/pkg-plist new file mode 100644 index 000000000000..e51c7880c1e6 --- /dev/null +++ b/net/mtr/pkg-plist @@ -0,0 +1 @@ +sbin/mtr |