mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Install a proper manpage and other misc documentation.
This commit is contained in:
parent
71a809cddf
commit
018d977bfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22859
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
26
net/pathchar/files/patch-01
Normal file
26
net/pathchar/files/patch-01
Normal file
@ -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
|
||||
-
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user