1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add scamper 20060331, dual-stack traceroute software.

PR:		ports/100438
Submitted by:	Janos Mohacsi <janos.mohacsi at bsd.hu>
This commit is contained in:
Rong-En Fan 2006-07-18 20:25:54 +00:00
parent ddb560965d
commit 0b5f617c6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168167
4 changed files with 39 additions and 0 deletions

View File

@ -171,6 +171,7 @@
SUBDIR += rotorouter
SUBDIR += rubygem-snmp
SUBDIR += satellite
SUBDIR += scamper
SUBDIR += scdp
SUBDIR += scli
SUBDIR += scotty3

24
net-mgmt/scamper/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: scamper
# Date created: 17 July 2006
# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu>
#
# $FreeBSD$
#
PORTNAME= scamper
PORTVERSION= 20060331
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://www.wand.net.nz/scamper/
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Dual-stack traceroute software
MAKE_ENV+= WITH_DEBUG=yes # recommended by the the software developer
PLIST_FILES= bin/scamper
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scamper ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (scamper-cvs-20060331.tar.gz) = c2505d305e6bbc3d6b2de19307e19298
SHA256 (scamper-cvs-20060331.tar.gz) = 2aafa5fceeda364798c114506c8419856c4b030536b20cfc4ea43f1c5386536b
SIZE (scamper-cvs-20060331.tar.gz) = 157238

View File

@ -0,0 +1,11 @@
scamper is a program that conducts traceroute to large numbers of IPv4
and IPv6 addresses in parallel to fill a specified packets-per-second rate.
scamper can do ICMP based Path MTU discovery. scamper starts with the
outgoing interface's MTU and discovers the location of PMTU bottlenecks.
Recent revision of scamper do a PMTU search when an ICMP fragmentation
required message is not returned to establish the PMTU to the next point
in the network, followed by a TTL limited search to infer the hop
where failure appears to occur.
- Janos Mohacsi