diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-04 22:14:37 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-04 22:14:37 +0000 |
commit | 1dae24d46335632d29f6acb380b3d2b10f13e61b (patch) | |
tree | 75a56508a1cc6b8c8fb787970d70c3b0a1e89816 /net | |
parent | a6b94b84a3cbff7507ee7ba7d9cf643c94eabcf9 (diff) | |
download | FreeBSD-ports-1dae24d46335632d29f6acb380b3d2b10f13e61b.zip FreeBSD-ports-1dae24d46335632d29f6acb380b3d2b10f13e61b.tar.gz |
- 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>
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpstat/Makefile | 16 | ||||
-rw-r--r-- | net/tcpstat/distinfo | 2 | ||||
-rw-r--r-- | net/tcpstat/pkg-descr | 3 | ||||
-rw-r--r-- | net/tcpstat/pkg-plist | 8 |
4 files changed, 21 insertions, 8 deletions
diff --git a/net/tcpstat/Makefile b/net/tcpstat/Makefile index 17adf67..ce028db 100644 --- a/net/tcpstat/Makefile +++ b/net/tcpstat/Makefile @@ -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> diff --git a/net/tcpstat/distinfo b/net/tcpstat/distinfo index ca77f24..b56676b 100644 --- a/net/tcpstat/distinfo +++ b/net/tcpstat/distinfo @@ -1 +1 @@ -MD5 (tcpstat-1.4.tar.gz) = 74696fee92396e000efa9cc48283af71 +MD5 (tcpstat-1.5.tar.gz) = 93ca0ffb8f319ecf2e42ff925a7e6854 diff --git a/net/tcpstat/pkg-descr b/net/tcpstat/pkg-descr index 82d1349..c68beec 100644 --- a/net/tcpstat/pkg-descr +++ b/net/tcpstat/pkg-descr @@ -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 diff --git a/net/tcpstat/pkg-plist b/net/tcpstat/pkg-plist index ee9966f..7474f04 100644 --- a/net/tcpstat/pkg-plist +++ b/net/tcpstat/pkg-plist @@ -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%% |