add xtraceroute port
This commit is contained in:
parent
88f5672687
commit
a7929d570b
29
x11/xtraceroute/Makefile
Normal file
29
x11/xtraceroute/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/03/22 17:24:37 brad Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/03/04 08:58:42 tron Exp $
|
||||
|
||||
DISTNAME= xtraceroute-0.8.14
|
||||
CATEGORIES= net x11
|
||||
MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
ndg_files.tar.gz
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
HOMEPAGE= http://www.dtek.chalmers.se/~d3august/xt/index.html
|
||||
|
||||
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
|
||||
RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext
|
||||
LIB_DEPENDS= MesaGL:${PORTSDIR}/graphics/MesaGL \
|
||||
MesaGLU:${PORTSDIR}/graphics/MesaGL \
|
||||
gtkgl:${PORTSDIR}/x11/gtkglarea \
|
||||
tiff:${PORTSDIR}/graphics/tiff34
|
||||
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/xtraceroute/
|
||||
${INSTALL_DATA} ${WRKDIR}/hosts.cache ${PREFIX}/share/xtraceroute/
|
||||
${INSTALL_DATA} ${WRKDIR}/networks.cache ${PREFIX}/share/xtraceroute/
|
||||
|
||||
.include <bsd.port.mk>
|
6
x11/xtraceroute/files/md5
Normal file
6
x11/xtraceroute/files/md5
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (ndg_files.tar.gz) = 0e2d6ab6a780b49acbd8f706840380d9
|
||||
MD5 (xtraceroute-0.8.14.tar.gz) = c4f16fecae49b8bfa2a9bc9b036aa442
|
||||
RMD160 (ndg_files.tar.gz) = a86ab4ab5c981f8f53910dd816e4dcac9896628f
|
||||
RMD160 (xtraceroute-0.8.14.tar.gz) = b468783f00afdc9e346dabcb9ccc4b4ecdba1536
|
||||
SHA1 (ndg_files.tar.gz) = 994aeb804dd063f6fd2bf499addd4b5e8aca81cc
|
||||
SHA1 (xtraceroute-0.8.14.tar.gz) = f7e21072fb653842aaed7ae2be5a0d33573bb654
|
1
x11/xtraceroute/pkg/COMMENT
Normal file
1
x11/xtraceroute/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Graphical version of traceroute
|
4
x11/xtraceroute/pkg/DESCR
Normal file
4
x11/xtraceroute/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
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.
|
6
x11/xtraceroute/pkg/PLIST
Normal file
6
x11/xtraceroute/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
bin/xtraceroute
|
||||
share/xtraceroute/earth.tif
|
||||
share/xtraceroute/hosts.cache
|
||||
share/xtraceroute/networks.cache
|
||||
man/man1/xtraceroute.1
|
||||
@dirrm share/xtraceroute
|
Loading…
Reference in New Issue
Block a user