diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-18 03:22:47 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-18 03:22:47 +0000 |
commit | 95386b01218276fe3da4d68325c5414759d61988 (patch) | |
tree | 3bf9ea8662d5aad554cb2133eec229ef964b8090 /net/xtraceroute | |
parent | 9c65fcfe109174dd90762ae2cddfb7ca326fa0ab (diff) | |
download | ports-95386b01218276fe3da4d68325c5414759d61988.tar.gz ports-95386b01218276fe3da4d68325c5414759d61988.zip |
Notes
Diffstat (limited to 'net/xtraceroute')
-rw-r--r-- | net/xtraceroute/Makefile | 39 | ||||
-rw-r--r-- | net/xtraceroute/distinfo | 2 | ||||
-rw-r--r-- | net/xtraceroute/files/patch-aa | 11 | ||||
-rw-r--r-- | net/xtraceroute/files/patch-ab | 13 | ||||
-rw-r--r-- | net/xtraceroute/pkg-comment | 1 | ||||
-rw-r--r-- | net/xtraceroute/pkg-descr | 7 | ||||
-rw-r--r-- | net/xtraceroute/pkg-plist | 8 |
7 files changed, 81 insertions, 0 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile new file mode 100644 index 000000000000..e238bfacb180 --- /dev/null +++ b/net/xtraceroute/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: xtraceroute +# Version required: 0.8.14 +# Date created: 17 February 2000 +# Whom: Maxim Sobolev <sobomax@altavista.net> +# +# $FreeBSD$ +# + +DISTNAME= xtraceroute-0.8.14 +CATEGORIES= net +MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} + +MAINTAINER= sobomax@altavista.net + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ + gtkgl.4:${PORTSDIR}/x11-toolkits/gtkglarea \ + tiff.4:${PORTSDIR}/graphics/tiff + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \ + --with-lib-MesaGL +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +DATAFILES= ndg_files.tar.gz + +MAN1= xtraceroute.1 + +post-install: + ${INSTALL_DATA} ${WRKDIR}/hosts.cache ${PREFIX}/share/xtraceroute + ${INSTALL_DATA} ${WRKDIR}/networks.cache ${PREFIX}/share/xtraceroute + +.include <bsd.port.mk> diff --git a/net/xtraceroute/distinfo b/net/xtraceroute/distinfo new file mode 100644 index 000000000000..0d08cc7ae762 --- /dev/null +++ b/net/xtraceroute/distinfo @@ -0,0 +1,2 @@ +MD5 (xtraceroute-0.8.14.tar.gz) = c4f16fecae49b8bfa2a9bc9b036aa442 +MD5 (ndg_files.tar.gz) = 0e2d6ab6a780b49acbd8f706840380d9 diff --git a/net/xtraceroute/files/patch-aa b/net/xtraceroute/files/patch-aa new file mode 100644 index 000000000000..99c8050f8c3e --- /dev/null +++ b/net/xtraceroute/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Thu Feb 17 13:17:58 2000 ++++ configure Thu Feb 17 13:18:28 2000 +@@ -2505,7 +2505,7 @@ + cat conftest.$ac_ext >&5 + rm -rf conftest* + CATOBJEXT=.mo +- DATADIRNAME=lib ++ DATADIRNAME=share + fi + rm -f conftest* + INSTOBJEXT=.mo diff --git a/net/xtraceroute/files/patch-ab b/net/xtraceroute/files/patch-ab new file mode 100644 index 000000000000..3609787e142c --- /dev/null +++ b/net/xtraceroute/files/patch-ab @@ -0,0 +1,13 @@ +--- glstuff.c.orig Thu Feb 17 13:03:21 2000 ++++ glstuff.c Thu Feb 17 13:07:17 2000 +@@ -17,7 +17,10 @@ + */ + + #include "xt.h" ++#include <sys/types.h> ++#include <sys/socket.h> + #include <netinet/in.h> ++#include <arpa/inet.h> + + extern void sphere(int level); + diff --git a/net/xtraceroute/pkg-comment b/net/xtraceroute/pkg-comment new file mode 100644 index 000000000000..4ba447b52466 --- /dev/null +++ b/net/xtraceroute/pkg-comment @@ -0,0 +1 @@ +3D graphical version of the traceroute program diff --git a/net/xtraceroute/pkg-descr b/net/xtraceroute/pkg-descr new file mode 100644 index 000000000000..4f964dc7bcf3 --- /dev/null +++ b/net/xtraceroute/pkg-descr @@ -0,0 +1,7 @@ +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 rotating globe, as a series of yellow lines +between 'sites', shown as small balls of different colors. + +WWW: http://www.dtek.chalmers.se/~d3august/xt/ diff --git a/net/xtraceroute/pkg-plist b/net/xtraceroute/pkg-plist new file mode 100644 index 000000000000..459b03b78fc0 --- /dev/null +++ b/net/xtraceroute/pkg-plist @@ -0,0 +1,8 @@ +bin/xtraceroute +share/locale/es/LC_MESSAGES/xtraceroute.mo +share/locale/fr/LC_MESSAGES/xtraceroute.mo +share/locale/ja/LC_MESSAGES/xtraceroute.mo +share/xtraceroute/earth.tif +share/xtraceroute/hosts.cache +share/xtraceroute/networks.cache +@dirrm share/xtraceroute |