diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-03-15 15:40:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-03-15 15:40:34 +0800 |
commit | f5a111dd7a43b1e0da9f6af8999c0a42eacb786e (patch) | |
tree | c65e7697d496ef5d7f7e070be8c03d8db5f88e45 /net | |
parent | 5ddb7d08d394b9b6ab2099c77908da2726714d8f (diff) | |
download | freebsd-ports-gnome-f5a111dd7a43b1e0da9f6af8999c0a42eacb786e.tar.gz freebsd-ports-gnome-f5a111dd7a43b1e0da9f6af8999c0a42eacb786e.tar.zst freebsd-ports-gnome-f5a111dd7a43b1e0da9f6af8999c0a42eacb786e.zip |
- Update to 0.84
- Modify COMMENT
- Add LICENSE
- Remove IPV6 from OPTIONS_DEFAULT
- Cleanup Makefile header
- Update pkg-descr
Changes: https://github.com/traviscross/mtr/blob/master/NEWS
Diffstat (limited to 'net')
-rw-r--r-- | net/mtr/Makefile | 23 | ||||
-rw-r--r-- | net/mtr/distinfo | 4 | ||||
-rw-r--r-- | net/mtr/pkg-descr | 13 |
3 files changed, 24 insertions, 16 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 95fea3a993ab..aa87a3303b86 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,27 +1,28 @@ -# New ports collection makefile for: mtr -# Date created: 12 August 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# +# Created by: Bill Fumerola <billf@chc-chimes.com> # $FreeBSD$ -# PORTNAME= mtr -PORTVERSION= 0.82 -PORTREVISION?= 1 +PORTVERSION= 0.84 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ - http://launchpadlibrarian.net/82181604/ \ + http://launchpadlibrarian.net/130869615/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Traceroute and ping in a single graphical network diagnostic tool +COMMENT= Traceroute and ping in a single network diagnostic tool + +LICENSE= GPLv2 OPTIONS_DEFINE= IPV6 X11 -OPTIONS_DEFAULT=IPV6 X11 +OPTIONS_DEFAULT=X11 X11_DESC= Build X11-enabled mtr +CPPFLAGS+= -I${LOCALBASE}/include/glib-2.0 GNU_CONFIGURE= yes +LDFLAGS+= -L${LOCALBASE}/lib -lglib-2.0 USE_GMAKE= yes +USE_GNOME= _glib20 +USE_PKGCONFIG= build MAN8= mtr.8 PLIST_FILES= sbin/mtr @@ -40,7 +41,7 @@ CONFIGURE_ARGS+=--with-gtk USE_GNOME= gtk20 .else CONFIGURE_ARGS+=--without-gtk -PKGNAMESUFFIX= -nox11 +PKGNAMESUFFIX+= -nox11 .endif post-patch: diff --git a/net/mtr/distinfo b/net/mtr/distinfo index 3e272f1d99c0..9c866dd03e0e 100644 --- a/net/mtr/distinfo +++ b/net/mtr/distinfo @@ -1,2 +1,2 @@ -SHA256 (mtr-0.82.tar.gz) = f3b457c9623ae03565688a7ffd49d4843a5e2505ccaf3ba8d9fbd86e3ce9b6a0 -SIZE (mtr-0.82.tar.gz) = 270245 +SHA256 (mtr-0.84.tar.gz) = e9eb34001f6e11e56f5389a879dc42dd8862f63053148f77823dbf8f36b7286b +SIZE (mtr-0.84.tar.gz) = 286912 diff --git a/net/mtr/pkg-descr b/net/mtr/pkg-descr index cd83b0b0d8c1..0bb60703e586 100644 --- a/net/mtr/pkg-descr +++ b/net/mtr/pkg-descr @@ -1,5 +1,12 @@ -mtr combines the functionality of the "traceroute" and "ping" programs -into a single network diagnostic tool. +mtr combines the functionality 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. + +Official mtr repository is at https://github.com/traviscross/mtr WWW: http://www.bitwizard.nl/mtr/ -WWW: https://launchpad.net/mtr |