summaryrefslogtreecommitdiff
path: root/net/xtraceroute
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-03-02 22:06:02 +0000
committerhubertf <hubertf@pkgsrc.org>1999-03-02 22:06:02 +0000
commita0a7cbae2da3fef86d192f58135ab837b85c2669 (patch)
tree83f3a8779eef58caf8ce8fd59d0fa7b021f3dcea /net/xtraceroute
parentd3a4381c3bdd99b8b271294f2acce19a72e1e723 (diff)
downloadpkgsrc-a0a7cbae2da3fef86d192f58135ab837b85c2669.tar.gz
Update to v0.8.14.
Changes: Added a man page, i18n support (es, fr, ja), a better database, better rotation control and of course lots of bugfixes.
Diffstat (limited to 'net/xtraceroute')
-rw-r--r--net/xtraceroute/Makefile8
-rw-r--r--net/xtraceroute/files/md56
-rw-r--r--net/xtraceroute/patches/patch-aa24
-rw-r--r--net/xtraceroute/pkg/PLIST7
4 files changed, 22 insertions, 23 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile
index 39e04c9e97c..86945df63ad 100644
--- a/net/xtraceroute/Makefile
+++ b/net/xtraceroute/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 1999/02/18 16:40:50 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1999/03/02 22:06:02 hubertf Exp $
#
-DISTNAME= xtraceroute-0.8.12
+DISTNAME= xtraceroute-0.8.14
CATEGORIES= net x11
MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --with-lib-MesaGL
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/xtraceroute
- ${INSTALL_DATA} ${WRKDIR}/lib/hosts.cache ${PREFIX}/share/xtraceroute/site_hosts.cache
- ${INSTALL_DATA} ${WRKDIR}/lib/networks.cache ${PREFIX}/share/xtraceroute/site_networks.cache
+ ${INSTALL_DATA} ${WRKDIR}/hosts.cache ${PREFIX}/share/xtraceroute/hosts.cache
+ ${INSTALL_DATA} ${WRKDIR}/networks.cache ${PREFIX}/share/xtraceroute/networks.cache
.include "../../mk/bsd.pkg.mk"
diff --git a/net/xtraceroute/files/md5 b/net/xtraceroute/files/md5
index 642f8fce468..8229aa66c4d 100644
--- a/net/xtraceroute/files/md5
+++ b/net/xtraceroute/files/md5
@@ -1,4 +1,4 @@
-$NetBSD: md5,v 1.1.1.1 1999/01/20 02:03:40 hubertf Exp $
+$NetBSD: md5,v 1.2 1999/03/02 22:06:02 hubertf Exp $
-MD5 (xtraceroute-0.8.12.tar.gz) = c52bb6937c9455ccd550a35923f48f42
-MD5 (ndg_files.tar.gz) = 7e709d671ec8ad6bbb8cf64e74fa4bbc
+MD5 (xtraceroute-0.8.14.tar.gz) = c4f16fecae49b8bfa2a9bc9b036aa442
+MD5 (ndg_files.tar.gz) = 0e2d6ab6a780b49acbd8f706840380d9
diff --git a/net/xtraceroute/patches/patch-aa b/net/xtraceroute/patches/patch-aa
index 603861a124c..5268778c3b8 100644
--- a/net/xtraceroute/patches/patch-aa
+++ b/net/xtraceroute/patches/patch-aa
@@ -1,13 +1,11 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/01/20 02:03:41 hubertf Exp $
-
---- Makefile.in.BAK Wed Jan 20 02:01:03 1999
-+++ Makefile.in Wed Jan 20 02:01:55 1999
-@@ -90,7 +90,7 @@
-
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -L${LOCALSRC}/lib -ljpeg
- xtraceroute_OBJECTS = readtexture.o db.o countries.o main.o sphere.o \
- dbio.o glstuff.o spinner.o dialogs.o info_window.o doughnut.o util.o \
- resolve.o db_host_gui.o db_net_gui.o db_gen_gui.o
+--- Makefile.in.orig Mon Mar 1 20:38:59 1999
++++ Makefile.in Tue Mar 2 21:57:17 1999
+@@ -103,7 +103,7 @@
+ DEFS = @DEFS@ -DDATADIR=\"${xtraceroutedatadir}\" -DLOCALEDIR=\"${xtraceroutelocaledir}\"
+
+
+-LIBS = @INTLLIBS@ @LIBS@
++LIBS = @INTLLIBS@ @LIBS@ -L${LOCALSRC}/lib -ljpeg
+
+ man_MANS = xtraceroute.1
+
diff --git a/net/xtraceroute/pkg/PLIST b/net/xtraceroute/pkg/PLIST
index 3932e2831e6..cb9f29b7062 100644
--- a/net/xtraceroute/pkg/PLIST
+++ b/net/xtraceroute/pkg/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/20 02:03:40 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.2 1999/03/02 22:06:02 hubertf Exp $
bin/xtraceroute
share/xtraceroute/earth.tif
-share/xtraceroute/site_hosts.cache
-share/xtraceroute/site_networks.cache
+share/xtraceroute/hosts.cache
+share/xtraceroute/networks.cache
+man/man1/xtraceroute.1