summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-11-04 08:33:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-11-04 08:33:27 +0000
commit441d771e07d730cd7f9f0a9233e17d46b7d10792 (patch)
treef0539a947039d9a036625ded0821b4b4f546dcef /net
parentHandle all RU/SU domains properly now (diff)
A Van Jacobson's pathchar clone.
pchar finds bandwidth, delay, average queue and loss rate of hops between source and destination.
Notes
Notes: svn path=/head/; revision=22901
Diffstat (limited to 'net')
-rw-r--r--net/pchar/Makefile28
-rw-r--r--net/pchar/distinfo1
-rw-r--r--net/pchar/pkg-comment1
-rw-r--r--net/pchar/pkg-descr6
-rw-r--r--net/pchar/pkg-plist4
5 files changed, 40 insertions, 0 deletions
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 <bsd.port.mk>
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 <obrien@cs.ucdavis.edu>
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