From 441d771e07d730cd7f9f0a9233e17d46b7d10792 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 4 Nov 1999 08:33:27 +0000 Subject: A Van Jacobson's pathchar clone. pchar finds bandwidth, delay, average queue and loss rate of hops between source and destination. --- net/pchar/Makefile | 28 ++++++++++++++++++++++++++++ net/pchar/distinfo | 1 + net/pchar/pkg-comment | 1 + net/pchar/pkg-descr | 6 ++++++ net/pchar/pkg-plist | 4 ++++ 5 files changed, 40 insertions(+) create mode 100644 net/pchar/Makefile create mode 100644 net/pchar/distinfo create mode 100644 net/pchar/pkg-comment create mode 100644 net/pchar/pkg-descr create mode 100644 net/pchar/pkg-plist (limited to 'net') diff --git a/net/pchar/Makefile b/net/pchar/Makefile new file mode 100644 index 000000000000..29e20be73c33 --- /dev/null +++ b/net/pchar/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# Ports collection makefile for: pchar +# Version required: 1.0 +# Date created: Wed Nov 03, 1999 +# Whom: David O'Brien (obrien@NUXI.com) +# +# $FreeBSD$ +# + +DISTNAME= pchar-1.0 +CATEGORIES= net +MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/ + +MAINTAINER= obrien@FreeBSD.org + +GNU_CONFIGURE= yes +MAN8= pchar.8 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin + @${PERL} -pi.orig -e 's/pchar 1/pchar 8/g' ${WRKSRC}/pchar.1 + ${INSTALL_MAN} ${WRKSRC}/pchar.1 ${PREFIX}/man/man8/pchar.8 +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/pchar + cd ${WRKSRC} ; ${INSTALL_DATA} README FAQ ${PREFIX}/share/doc/pchar +.endif + +.include diff --git a/net/pchar/distinfo b/net/pchar/distinfo new file mode 100644 index 000000000000..694fef0359b4 --- /dev/null +++ b/net/pchar/distinfo @@ -0,0 +1 @@ +MD5 (pchar-1.0.tar.gz) = 898dc778a26d30e10dda729cc0df0d24 diff --git a/net/pchar/pkg-comment b/net/pchar/pkg-comment new file mode 100644 index 000000000000..b8b3a8c2235f --- /dev/null +++ b/net/pchar/pkg-comment @@ -0,0 +1 @@ +Sandia Internet path characterization tool diff --git a/net/pchar/pkg-descr b/net/pchar/pkg-descr new file mode 100644 index 000000000000..9ae98bdf9e36 --- /dev/null +++ b/net/pchar/pkg-descr @@ -0,0 +1,6 @@ +pchar finds bandwidth, delay, average queue and loss rate of hops between +source and destination. + +WWW: http://www.ca.sandia.gov/~bmah/Software/pchar/ +-- +David E. O'Brien diff --git a/net/pchar/pkg-plist b/net/pchar/pkg-plist new file mode 100644 index 000000000000..6852a2309016 --- /dev/null +++ b/net/pchar/pkg-plist @@ -0,0 +1,4 @@ +@comment $FreeBSD$ +sbin/pchar +share/doc/pchar/FAQ +share/doc/pchar/README -- cgit v1.2.3