Paris traceroute is a new version of the well-known network diagnosis
and measurement tool. It addresses problems caused by load balancers with the initial implementation of traceroute. WWW: http://paris-traceroute.net/ PR: ports/107731 Submitted by: dikshie at sfc.wide.ad.jp
This commit is contained in:
parent
25d2947c6f
commit
e3712e5600
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181960
4 changed files with 37 additions and 0 deletions
|
@ -550,6 +550,7 @@
|
|||
SUBDIR += p5-XPC
|
||||
SUBDIR += p5-perl-ldap
|
||||
SUBDIR += panoptis
|
||||
SUBDIR += paris-traceroute
|
||||
SUBDIR += passlogd
|
||||
SUBDIR += pathchar
|
||||
SUBDIR += pathneck
|
||||
|
|
28
net/paris-traceroute/Makefile
Normal file
28
net/paris-traceroute/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: ssmping
|
||||
# Date created: 10 January 2007
|
||||
# Whom: dikshie@sfc.wide.ad.jp
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= paris-traceroute
|
||||
PORTVERSION= 0.91
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://paris-traceroute.net/downloads/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-dev
|
||||
|
||||
MAINTAINER= dikshie@sfc.wide.ad.jp
|
||||
COMMENT= Paris traceroute is network diagnosis and measurement tools
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
PLIST_FILES= bin/paris-traceroute
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
net/paris-traceroute/distinfo
Normal file
3
net/paris-traceroute/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (paris-traceroute-0.91-dev.tar.gz) = e64d48612ff58004ef3de8dc3a64e178
|
||||
SHA256 (paris-traceroute-0.91-dev.tar.gz) = 0ac9b2e313d3d380ce177f7d50e2192f07c2d64d6b6e3651f8db45589a774379
|
||||
SIZE (paris-traceroute-0.91-dev.tar.gz) = 632061
|
5
net/paris-traceroute/pkg-descr
Normal file
5
net/paris-traceroute/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Paris traceroute is a new version of the well-known network diagnosis
|
||||
and measurement tool. It addresses problems caused by load balancers
|
||||
with the initial implementation of traceroute.
|
||||
|
||||
WWW: http://paris-traceroute.net/
|
Loading…
Reference in a new issue