summaryrefslogtreecommitdiff
path: root/net/pchar
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>1999-11-04 05:46:25 +0000
committeritojun <itojun@pkgsrc.org>1999-11-04 05:46:25 +0000
commitdc6f80cfccf2f83f203ab3fdfbcd4209398846df (patch)
tree5dee6e06eed17928d686d030229142a85ed87768 /net/pchar
parent16a1ed6d2f1b01aa0368e421b43717c313c7f3b1 (diff)
downloadpkgsrc-dc6f80cfccf2f83f203ab3fdfbcd4209398846df.tar.gz
pchar, a pathchar compatible (from KAME pkgsrc)
Diffstat (limited to 'net/pchar')
-rw-r--r--net/pchar/Makefile20
-rw-r--r--net/pchar/patches/patch-aa11
-rw-r--r--net/pchar/pkg/COMMENT2
-rw-r--r--net/pchar/pkg/DESCR10
4 files changed, 27 insertions, 16 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile
index 0815ea1e69a..10c1712494f 100644
--- a/net/pchar/Makefile
+++ b/net/pchar/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/11/04 04:38:10 soren Exp $
+# $NetBSD: Makefile,v 1.1.1.2 1999/11/04 05:46:25 itojun Exp $
+#
-DISTNAME= pchar-1.0
-CATEGORIES= net
-MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/
+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/
+MAINTAINER= itojun@itojun.org
+HOMEPAGE= http://www.zebra.org/
-GNU_CONFIGURE= yes
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin; \
- ${INSTALL_MAN} ${WRKSRC}/pchar.1 ${PREFIX}/man/man1
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--with-ipv6
.include "../../mk/bsd.pkg.mk"
diff --git a/net/pchar/patches/patch-aa b/net/pchar/patches/patch-aa
new file mode 100644
index 00000000000..ebe0af33eb6
--- /dev/null
+++ b/net/pchar/patches/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in- Thu Nov 4 14:39:06 1999
++++ Makefile.in Thu Nov 4 14:39:12 1999
+@@ -179,7 +179,7 @@
+
+ install-man:
+ $(MKINSTALLDIRS) ${mandir}/man1
+- $(INSTALL_PROGRAM) pchar.1 ${mandir}/man1/pchar.1
++ $(INSTALL_DATA) pchar.1 ${mandir}/man1/pchar.1
+
+ #
+ # clean
diff --git a/net/pchar/pkg/COMMENT b/net/pchar/pkg/COMMENT
index aefc8f8bca3..7e6b810fcb5 100644
--- a/net/pchar/pkg/COMMENT
+++ b/net/pchar/pkg/COMMENT
@@ -1 +1 @@
-A tool for measuring Internet path characteristics
+A Tool for Measuring Internet Path Characteristics
diff --git a/net/pchar/pkg/DESCR b/net/pchar/pkg/DESCR
index 3c58dd965e5..f6bff5d86b0 100644
--- a/net/pchar/pkg/DESCR
+++ b/net/pchar/pkg/DESCR
@@ -1,4 +1,6 @@
-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.
+pchar is a reimplementation of the pathchar utility written by Van
+Jacobson, formerly of Lawrence Berkeley Laboratories. Both programs
+attempt to characterize the bandwidth, latency, and loss of links
+along an end-to-end path through the Internet.
+
+http://www.ca.sandia.gov/~bmah/Software/pchar/