Update to tcptrace 5.2.0

This commit is contained in:
Bill Fenner 1999-09-09 19:22:27 +00:00
parent 68ac3ffad5
commit 1509c393d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21514
3 changed files with 11 additions and 7 deletions

View File

@ -1,28 +1,31 @@
# New ports collection makefile for: tcptrace
# Version required: 5.1.0
# Version required: 5.2.0
# Date created: 3 March 1997
# Whom: fenner
#
# $FreeBSD$
#
DISTNAME= tcptrace.5.1.0
PKGNAME= tcptrace-5.1.0
DISTNAME= tcptrace.5.2.0
PKGNAME= tcptrace-5.2.0
CATEGORIES= net
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.1.0/
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.0/
MAINTAINER= fenner@FreeBSD.org
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/tcptrace_5.1.0
WRKSRC= ${WRKDIR}/tcptrace_5.2.0
ALL_TARGET= tcptrace
MAN1= tcptrace.1
DOCFILES= ARGS BUGS CHANGES COPYRIGHT FAQ README README.mailing_list \
README.modules README.tput_graphs WWW
README.modules README.tput_graphs WWW dot_tcptracerc.sample
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
${MKDIR} ${PREFIX}/share/doc/tcptrace
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace

View File

@ -1 +1 @@
MD5 (tcptrace.5.1.0.tar.gz) = b2fe2d8f832fc291fab9e8f14d322912
MD5 (tcptrace.5.2.0.tar.gz) = 1b8694ebddbb79faf61079250034ea70

View File

@ -9,4 +9,5 @@ share/doc/tcptrace/README.mailing_list
share/doc/tcptrace/README.modules
share/doc/tcptrace/README.tput_graphs
share/doc/tcptrace/WWW
share/doc/tcptrace/dot_tcptracerc.sample
@dirrm share/doc/tcptrace