Path characterization tool, from FreeBSD.

This commit is contained in:
angelos 1999-12-16 06:03:50 +00:00
parent 9f0d738a8b
commit b3b0d22bde
5 changed files with 41 additions and 0 deletions

27
net/pchar/Makefile Normal file
View File

@ -0,0 +1,27 @@
# Ports collection makefile for: pchar
# Version required: 1.0
# Date created: Thu Dec 16, 1999
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1999/12/16 06:03:50 angelos Exp $
# $FreeBSD: ports/net/pchar/Makefile,v 1.1.1.1 1999/11/04 08:33:26 obrien Exp $
#
DISTNAME= pchar-1.0
CATEGORIES= net
MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/
MAINTAINER= angelos@openbsd.org
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin
@/usr/bin/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>

3
net/pchar/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (pchar-1.0.tar.gz) = 898dc778a26d30e10dda729cc0df0d24
RMD160 (pchar-1.0.tar.gz) = 5f606ebbe73eaab966d572b3d87ded5dda52eb0b
SHA1 (pchar-1.0.tar.gz) = 69354d3848a17fa603c6bc224508f0b58e711733

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 @@
sbin/pchar
share/doc/pchar/FAQ
share/doc/pchar/README
man/man8/pchar.8