[Lunar-commits] r19188 - moonbase/trunk/net/mtr
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Mar 10 04:52:52 UTC 2006
Author: v3rt1g0
Date: 2006-03-10 04:52:51 +0000 (Fri, 10 Mar 2006)
New Revision: 19188
Added:
moonbase/trunk/net/mtr/BUILD
Modified:
moonbase/trunk/net/mtr/DEPENDS
moonbase/trunk/net/mtr/DETAILS
Log:
Misc Tidy: mtr (0.69)
* Added missing depends on ncurses.
* changed the short description
* added a BUILD file so we could install the SECURITY doc
and the app icon
* other misc tweaks
Added: moonbase/trunk/net/mtr/BUILD
===================================================================
--- moonbase/trunk/net/mtr/BUILD (rev 0)
+++ moonbase/trunk/net/mtr/BUILD 2006-03-10 04:52:51 UTC (rev 19188)
@@ -0,0 +1,10 @@
+(
+
+ default_build &&
+
+ install -D img/mtr_icon.xpm \
+ $MODULE_PREFIX/share/$MODULE/mtr_icon.xpm &&
+
+ gather_docs FORMATS SECURITY
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/net/mtr/DEPENDS
===================================================================
--- moonbase/trunk/net/mtr/DEPENDS 2006-03-10 04:35:15 UTC (rev 19187)
+++ moonbase/trunk/net/mtr/DEPENDS 2006-03-10 04:52:51 UTC (rev 19188)
@@ -1 +1,4 @@
-optional_depends "gtk+-2" "--enable-gtk2" "--without-gtk" "for x11 output"
+depends ncurses &&
+
+optional_depends "gtk+-2" "--enable-gtk2" "--without-gtk" \
+ "for Gtk+-2 GUI based output"
Modified: moonbase/trunk/net/mtr/DETAILS
===================================================================
--- moonbase/trunk/net/mtr/DETAILS 2006-03-10 04:35:15 UTC (rev 19187)
+++ moonbase/trunk/net/mtr/DETAILS 2006-03-10 04:52:51 UTC (rev 19188)
@@ -1,16 +1,18 @@
MODULE=mtr
VERSION=0.69
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://ftp.bitwizard.nl/mtr/
+ SOURCE_URL=ftp://ftp.bitwizard.nl/$MODULE/
SOURCE_VFY=sha1:3fd0fa148b349d1966e0d79af0ffb84ecc7bed4b
- WEB_SITE=http://www.bitwizard.nl/mtr
+ WEB_SITE=http://www.bitwizard.nl/mtr/
ENTERED=20010922
UPDATED=20051018
- SHORT="mtr (matt's traceroute) is a combination of traceroute and ping."
+ SHORT="a network diagnostic tool that combines traceroute and ping"
cat << EOF
-mtr (matt's traceroute) is a system administrators utility to trace the
+mtr (My TraceRoute) is a system administrators utility to trace the
route ip packets from the current system take in getting to some
-destination system. Superior to traceroute it also shows the times
+destination system. Superior to traceroute it also shows the times
packages take from that points like ping.
+
+Note: the resulting mtr binary is installed as setuid-root by default.
EOF
More information about the Lunar-commits
mailing list