- Update to 1.5

- Assign maintainership to the submitter

While I'm here:
- Silence configure warning
- Install some documentation

PR:		59920
Submitted by:	Vincent Tantardini <vinc@freebsd-fr.org>
This commit is contained in:
Sergei Kolobov 2003-12-04 22:14:37 +00:00
parent 1054113ada
commit 9f6144b69f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95071
4 changed files with 21 additions and 8 deletions

View File

@ -6,15 +6,23 @@
#
PORTNAME= tcpstat
PORTVERSION= 1.4
PORTVERSION= 1.5
CATEGORIES= net
MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/
MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= vinc@freebsd-fr.org
COMMENT= A program to report various network statistics
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= tcpstat.1
MAN1= tcpstat.1 tcpprof.1
DOCS= AUTHORS ChangeLog LICENSE README doc/Tips_and_Tricks.txt
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (tcpstat-1.4.tar.gz) = 74696fee92396e000efa9cc48283af71
MD5 (tcpstat-1.5.tar.gz) = 93ca0ffb8f319ecf2e42ff925a7e6854

View File

@ -5,6 +5,3 @@ previously-saved tcpdump data from a file. It has been tested under
Linux, Solaris, FreeBSD, NetBSD, and BSD/OS.
WWW: http://www.frenchfries.net/paul/tcpstat/
- George Reid
greid@ukug.uk.freebsd.org

View File

@ -1 +1,9 @@
@comment $FreeBSD$
bin/tcpstat
bin/tcpprof
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/Tips_and_Tricks.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%