summaryrefslogtreecommitdiff
path: root/net/pchar
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>1999-11-04 05:57:15 +0000
committeritojun <itojun@pkgsrc.org>1999-11-04 05:57:15 +0000
commitfe16c8227696704ed49ab1b4e901886274f815b3 (patch)
treea22cb060ecd44db6ce9440ebe1d123a804df7730 /net/pchar
parentdc6f80cfccf2f83f203ab3fdfbcd4209398846df (diff)
downloadpkgsrc-fe16c8227696704ed49ab1b4e901886274f815b3.tar.gz
fix after duplicated import. includes future USE_INET6 part (commented out).
Diffstat (limited to 'net/pchar')
-rw-r--r--net/pchar/Makefile28
-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, 24 insertions, 27 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile
index 10c1712494f..283a3731ed1 100644
--- a/net/pchar/Makefile
+++ b/net/pchar/Makefile
@@ -1,14 +1,24 @@
-# $NetBSD: Makefile,v 1.1.1.2 1999/11/04 05:46:25 itojun Exp $
-#
+# $NetBSD: Makefile,v 1.2 1999/11/04 05:57:15 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= itojun@itojun.org
-HOMEPAGE= http://www.zebra.org/
+MAINTAINER= soren@netbsd.org
+HOMEPAGE= http://www.ca.sandia.gov/~bmah/Software/pchar/
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-ipv6
+GNU_CONFIGURE= yes
+
+# IPv6 veresion cannot be built at this moment, due to the lack of
+# getipnodebyname()
+#BUILD_DEFS+= USE_INET6
+#.include "../../mk/bsd.prefs.mk"
+#.if defined(USE_INET6) && ${USE_INET6} == YES
+#CONFIGURE_ARGS+= --with-ipv6
+#.endif
+
+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/patches/patch-aa b/net/pchar/patches/patch-aa
deleted file mode 100644
index ebe0af33eb6..00000000000
--- a/net/pchar/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 7e6b810fcb5..aefc8f8bca3 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 f6bff5d86b0..3c58dd965e5 100644
--- a/net/pchar/pkg/DESCR
+++ b/net/pchar/pkg/DESCR
@@ -1,6 +1,4 @@
-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/
+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.