Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

9
net/scamper/DESCR Normal file
View File

@@ -0,0 +1,9 @@
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.

19
net/scamper/Makefile Normal file
View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.13 2012/10/23 17:19:07 asau Exp $
#
DISTNAME= scamper-cvs-20111202b
PKGNAME= ${DISTNAME:S/-cvs//}
CATEGORIES= net
MASTER_SITES= http://www.wand.net.nz/scamper/
MAINTAINER= mjl@luckie.org.nz
HOMEPAGE= http://www.wand.net.nz/scamper/
COMMENT= Tool for parallelised IPv4 and IPv6 measurement
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_FEATURES+= inet6
.include "../../mk/bsd.pkg.mk"

35
net/scamper/PLIST Normal file
View File

@@ -0,0 +1,35 @@
@comment $NetBSD: PLIST,v 1.3 2012/04/16 06:09:47 markd Exp $
bin/sc_ally
bin/sc_analysis_dump
bin/sc_attach
bin/sc_tracediff
bin/sc_warts2pcap
bin/sc_warts2text
bin/sc_wartscat
bin/sc_wartsdump
bin/sc_wartsfix
bin/scamper
include/scamper_addr.h
include/scamper_dealias.h
include/scamper_file.h
include/scamper_icmpext.h
include/scamper_list.h
include/scamper_neighbourdisc.h
include/scamper_ping.h
include/scamper_sniff.h
include/scamper_sting.h
include/scamper_tbit.h
include/scamper_trace.h
include/scamper_tracelb.h
lib/libscamperfile.la
man/man1/sc_ally.1
man/man1/sc_analysis_dump.1
man/man1/sc_attach.1
man/man1/sc_tracediff.1
man/man1/sc_warts2pcap.1
man/man1/sc_warts2text.1
man/man1/sc_wartscat.1
man/man1/sc_wartsdump.1
man/man1/scamper.1
man/man3/libscamperfile.3
man/man5/warts.5

5
net/scamper/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.8 2012/04/16 06:09:47 markd Exp $
SHA1 (scamper-cvs-20111202b.tar.gz) = cb4a2aff46afd05618e7134b7edf3bc2e0f84300
RMD160 (scamper-cvs-20111202b.tar.gz) = cf1e43c4f50d03a44df2b32b3127ffe90f4b1723
Size (scamper-cvs-20111202b.tar.gz) = 1118438 bytes