From eb5b59e2d10cab45617c2d593017f54014efae37 Mon Sep 17 00:00:00 2001 From: soren Date: Thu, 4 Nov 1999 04:38:10 +0000 Subject: pchar - a tool for measuring Internet link characteristics. --- net/pchar/Makefile | 16 ++++++++++++++++ net/pchar/files/md5 | 3 +++ net/pchar/pkg/COMMENT | 1 + net/pchar/pkg/DESCR | 4 ++++ net/pchar/pkg/PLIST | 3 +++ 5 files changed, 27 insertions(+) create mode 100644 net/pchar/Makefile create mode 100644 net/pchar/files/md5 create mode 100644 net/pchar/pkg/COMMENT create mode 100644 net/pchar/pkg/DESCR create mode 100644 net/pchar/pkg/PLIST (limited to 'net/pchar') diff --git a/net/pchar/Makefile b/net/pchar/Makefile new file mode 100644 index 00000000000..0815ea1e69a --- /dev/null +++ b/net/pchar/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/04 04:38:10 soren Exp $ + +DISTNAME= pchar-1.0 +CATEGORIES= net +MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/ + +MAINTAINER= soren@netbsd.org +HOMEPAGE= http://www.ca.sandia.gov/~bmah/Software/pchar/ + +GNU_CONFIGURE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin; \ + ${INSTALL_MAN} ${WRKSRC}/pchar.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/net/pchar/files/md5 b/net/pchar/files/md5 new file mode 100644 index 00000000000..5df163658b8 --- /dev/null +++ b/net/pchar/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/11/04 04:38:10 soren Exp $ + +MD5 (pchar-1.0.tar.gz) = 898dc778a26d30e10dda729cc0df0d24 diff --git a/net/pchar/pkg/COMMENT b/net/pchar/pkg/COMMENT new file mode 100644 index 00000000000..aefc8f8bca3 --- /dev/null +++ b/net/pchar/pkg/COMMENT @@ -0,0 +1 @@ +A tool for measuring Internet path characteristics diff --git a/net/pchar/pkg/DESCR b/net/pchar/pkg/DESCR new file mode 100644 index 00000000000..3c58dd965e5 --- /dev/null +++ b/net/pchar/pkg/DESCR @@ -0,0 +1,4 @@ +pchar is a reimplementation of the pathchar utility, written by Van Jacobson. +Both programs attempt to characterize the bandwidth, latency, and loss of +links along an end-to-end path through the Internet. pchar works in both +IPv4 and IPv6 networks. diff --git a/net/pchar/pkg/PLIST b/net/pchar/pkg/PLIST new file mode 100644 index 00000000000..608ed814677 --- /dev/null +++ b/net/pchar/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/04 04:38:11 soren Exp $ +bin/pchar +man/man1/pchar.1 -- cgit v1.2.3