xtraceroute stable port information

Package: xtraceroute
Version: 0.9.1
Revision: 23
Distribution: 10.4, 10.5
Source: http://www.dtek.chalmers.se/~d3august/xt/dl/%n-%v.tar.gz
Source-MD5: ac212fed3ac9dc06851e5ffbe95901c0
PatchFile: %n.patch
PatchFile-MD5: e4b42b4e9786234b5862f799745944ce
Depends: libwww-pm586, host, gtk+-shlibs, gdk-pixbuf-shlibs
BuildDepends: glib, gtk+, gdk-pixbuf, orbit-dev, imlib, esound, libgettext3-dev, gettext-bin, gettext-tools, fink (>= 0.24.12-1), x11-dev, gtkglarea
UpdateConfigGuess: true
ConfigureParams: --mandir='%p/share/man' --datadir='%p/share'
SetLDFLAGS: -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
UpdatePOD: true
CompileScript: <<
#!/bin/sh -ev
./configure %c
make
<<
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d datadir=%p/share
<<
DocFiles: AUTHORS BUGS COPYING ChangeLog NEWS README TODO
Description: Graphical traceroute including globe
DescDetail: <<
Xtraceroute is a graphical version of the traceroute program, which
traces the route your IP packets travel to their destination.

This version shows that on a globe, as a series of yellow lines between
'sites', shown as small balls of different colors.

You can zoom, rotate, and move the globe around.

Includes NetGeo perl lookup patch and module as backend - see:
http://www.caida.org/tools/utilities/netgeo/
Using netgeo you can look up any IP's lat/lon with the command:
"xtraceroute-lookup-netgeo.pl 66.185.147.209"
Note that this is often wildly innacurate, but it is fun anyway.
<<
DescPort: <<
Don't build ja localization due to error in the .po file.
<<
License: GPL
Maintainer: Ben Hines
Homepage: http://www.dtek.chalmers.se/~d3august/xt/

xtraceroute stable port .patch

--- xtraceroute-0.9.0/po/Makefile.in.in 1999-02-22 13:42:10.000000000 -0800
+++ xtraceroute-0.9.0-patched/po/Makefile.in.in 2002-10-05 21:57:52.000000000 -0700
@@ -119,8 +119,8 @@
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \
- *.gmo) destdir=$(gnulocaledir);; \
- *) destdir=$(localedir);; \
+ *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
+ *) destdir=$(DESTDIR)$(localedir);; \
esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
dir=$$destdir/$$lang/LC_MESSAGES; \
--- xtraceroute-0.9.0/dbio.c 2001-04-28 18:16:38.000000000 -0700
+++ xtraceroute-0.9.0-patched/dbio.c 2002-10-06 01:30:03.000000000 -0700
@@ -170,8 +170,9 @@
if(!strcmp(mode, "w"))
{
struct stat sb;
+ mkdir(fn, 0700); // Too paranoid?
if(!stat(fn, &sb))
- mkdir(fn, 700); // Too paranoid?
+ mkdir(fn, 0700); // Too paranoid?
else if(!(sb.st_mode&S_IFDIR))
{
printf("Ouch! $HOME/.xt exists but is not a directory!\n");

xtraceroute _unstable_ port .patch