From 018d977bfb35aa1ec5522236033ab8a216108cae Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 2 Nov 1999 12:31:57 +0000 Subject: Install a proper manpage and other misc documentation. --- net/pathchar/Makefile | 14 ++++++++++++-- net/pathchar/distinfo | 2 ++ net/pathchar/files/patch-01 | 26 ++++++++++++++++++++++++++ net/pathchar/pkg-plist | 1 + 4 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 net/pathchar/files/patch-01 (limited to 'net') diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index a699bb592b8e..5dba22a3f3bd 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -11,13 +11,18 @@ DISTNAME= pathchar-a1-freebsd-3.0 PKGNAME= pathchar-a1 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/ \ - http://www.caida.org/Tools/Pathchar/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pathcharnotes.html + http://www.caida.org/Tools/Pathchar/ \ + http://www.fips.de/Computer/woman/ \ + http://sitka.triumf.ca/net/ \ + http://www.freebsd.org/~obrien/Distfiles/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pathcharnotes.html pathchar.8 \ + pathchar.mantxt MAINTAINER= obrien@FreeBSD.org ONLY_FOR_ARCHS= i386 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MAN8= pathchar.8 .include @@ -29,12 +34,17 @@ PKGNAME= pathchar-a0 NO_BUILD= yes NO_WRKSUBDIR= yes +pre-patch: + @${CP} ${DISTDIR}/pathchar.8 ${WRKSRC} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pathchar ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/pathchar.8 ${PREFIX}/man/man8 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/pathchar ${INSTALL_MAN} ${FILESDIR}/README.pathchar \ ${DISTDIR}/pathcharnotes.html \ + ${DISTDIR}/pathchar.mantxt \ ${PREFIX}/share/doc/pathchar .endif diff --git a/net/pathchar/distinfo b/net/pathchar/distinfo index f6b87576540d..4c5a5faecf87 100644 --- a/net/pathchar/distinfo +++ b/net/pathchar/distinfo @@ -1,3 +1,5 @@ MD5 (pathchar-a0-freebsd-2.2.tar.gz) = 29075c83b08e8cb8d70f9e1151eb9663 MD5 (pathchar-a1-freebsd-3.0.tar.gz) = e3d13b94252fb1bd9115f577e41fb42d MD5 (pathcharnotes.html) = f50da74f423adfe236e4f91e4369a523 +MD5 (pathchar.8) = 4542627a7e5093f9031b1a3bfd3245d2 +MD5 (pathchar.mantxt) = f5a616a65f43f402d82b163ec396a7ce diff --git a/net/pathchar/files/patch-01 b/net/pathchar/files/patch-01 new file mode 100644 index 000000000000..a6626e40c346 --- /dev/null +++ b/net/pathchar/files/patch-01 @@ -0,0 +1,26 @@ +--- pathchar.8.orig Mon Jul 12 16:09:19 1999 ++++ pathchar.8 Mon Jul 12 16:13:44 1999 +@@ -145,6 +145,10 @@ + .br + Between hop 0 and 1 there was a measured bandwith of 30Mb/s, average round-trip-time + to hop 1 of 1.27 ms and a maximum round-trip-time of 2.93 ms to hop 1. ++.SH "SEE ALSO" ++ping(8) , traceroute(8) ++.br ++http://www.caida.org/Pathchar/pathcharnotes.html + .SH "AUTHOR" + Implemented by Van Jacobson. + The current version is available via anonymous ftp: +@@ -153,12 +157,6 @@ + .I ftp://ftp.ee.lbl.gov/pathchar/ + .RE + .SH "COMMENTS" +-Strongly to be continued. + Send comments about this manpage to man@fips.de + .br + Bugreports and other to pathchar@ee.lbl.gov. +-.SH "SEE ALSO" +-.BR traceroute (8), ping (1M), +-.br +-http://www.caida.org/Pathchar/pathcharnotes.html +- diff --git a/net/pathchar/pkg-plist b/net/pathchar/pkg-plist index f3b70843a806..9c3d893fb47d 100644 --- a/net/pathchar/pkg-plist +++ b/net/pathchar/pkg-plist @@ -1,4 +1,5 @@ bin/pathchar share/doc/pathchar/README.pathchar share/doc/pathchar/pathcharnotes.html +share/doc/pathchar/pathchar.mantxt @dirrm share/doc/pathchar -- cgit v1.2.3