aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-15 07:40:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-15 07:40:34 +0000
commitbba5e4fdd0e749d5a8e5c90afde11c0863370c8e (patch)
treec65e7697d496ef5d7f7e070be8c03d8db5f88e45 /net
parenta7694a1e646de49b1b6bbdb493fa64fe8efe3f17 (diff)
downloadports-bba5e4fdd0e749d5a8e5c90afde11c0863370c8e.tar.gz
ports-bba5e4fdd0e749d5a8e5c90afde11c0863370c8e.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/mtr/Makefile23
-rw-r--r--net/mtr/distinfo4
-rw-r--r--net/mtr/pkg-descr13
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