summaryrefslogtreecommitdiff
path: root/net/pchar
diff options
context:
space:
mode:
authorsoren <soren>1999-11-04 04:38:10 +0000
committersoren <soren>1999-11-04 04:38:10 +0000
commit7b3e6647625dba64bf42261acde83fd764a125d7 (patch)
treefd6ffa83de6a435106ff00b9352540b60f55b373 /net/pchar
parent9dbb7c3d70ffd1a2c9fd284df8bdd09af189936c (diff)
downloadpkgsrc-7b3e6647625dba64bf42261acde83fd764a125d7.tar.gz
pchar - a tool for measuring Internet link characteristics.
Diffstat (limited to 'net/pchar')
-rw-r--r--net/pchar/Makefile16
-rw-r--r--net/pchar/files/md53
-rw-r--r--net/pchar/pkg/COMMENT1
-rw-r--r--net/pchar/pkg/DESCR4
-rw-r--r--net/pchar/pkg/PLIST3
5 files changed, 27 insertions, 0 deletions
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