1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

A Van Jacobson's pathchar clone.

pchar finds bandwidth, delay, average queue and loss rate of hops between
source and destination.
This commit is contained in:
David E. O'Brien 1999-11-04 08:33:27 +00:00
parent e1ef1b0b0b
commit 441d771e07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22901
5 changed files with 40 additions and 0 deletions

28
net/pchar/Makefile Normal file
View File

@ -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 <bsd.port.mk>

1
net/pchar/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (pchar-1.0.tar.gz) = 898dc778a26d30e10dda729cc0df0d24

1
net/pchar/pkg-comment Normal file
View File

@ -0,0 +1 @@
Sandia Internet path characterization tool

6
net/pchar/pkg-descr Normal file
View File

@ -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 <obrien@cs.ucdavis.edu>

4
net/pchar/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
@comment $FreeBSD$
sbin/pchar
share/doc/pchar/FAQ
share/doc/pchar/README