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

15
net/rootprobe/DESCR Normal file
View File

@@ -0,0 +1,15 @@
"rootprobe" is a program which measures the response time of the DNS root
name servers. This program was developed to collect measurement data from
many locations around the world.
Our goal is to collect measurement data to understand the current status
of the root servers. (e.g., analyzing the performance and stability of the
servers, identifying under-served regions.)
The data will be a basis for discussions on various issues such as
- how to improve the root server system as a whole
- possible future reconfiguration of the root servers
The results will be reported to the ICANN DNS Root Server System Advisory
Committee. The data is used only for a research purpose.
We are looking for volunteers to collect data, especially from
developing countries.

23
net/rootprobe/Makefile Normal file
View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.14 2012/10/23 17:19:05 asau Exp $
#
DISTNAME= rootprobe-20030115
PKGNAME= rootprobe-200301
CATEGORIES= net
MASTER_SITES= http://mawi.wide.ad.jp/mawi/dnsprobe/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mawi.wide.ad.jp/mawi/dnsprobe/
COMMENT= Root DNS server performance analysis
NOT_FOR_PLATFORM= Interix-*-* # no <net/if.h> support
WRKSRC= ${WRKDIR}/rootprobe
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rootprobe ${DESTDIR}${PREFIX}/bin
(cd ${DESTDIR}${PREFIX}/bin; ${LN} rootprobe cctldprobe)
.include "../../mk/bsd.pkg.mk"

3
net/rootprobe/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/15 00:11:36 itojun Exp $
bin/rootprobe
bin/cctldprobe

6
net/rootprobe/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.5 2005/12/20 13:29:46 joerg Exp $
SHA1 (rootprobe-20030115.tar.gz) = 6e96dd7969672cb7f4477cbb377911d57120edfd
RMD160 (rootprobe-20030115.tar.gz) = 5e8f25344d016b3f07648ba06a2cc58aa7baca8b
Size (rootprobe-20030115.tar.gz) = 20867 bytes
SHA1 (patch-aa) = 921d75b27a0f49af8b49f11a2880431186f86622

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-aa,v 1.1 2005/12/20 13:29:47 joerg Exp $
--- rootprobe.c.orig 2005-12-20 13:10:36.000000000 +0000
+++ rootprobe.c
@@ -242,6 +242,7 @@ init(argc, argv)
case '?':
exit(1);
default:
+ break;
}
}
argc -= optind;