diff options
author | itojun <itojun@pkgsrc.org> | 2000-07-31 20:21:15 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-07-31 20:21:15 +0000 |
commit | 8af044942f8d3a19940d72760ecf35021bb26a71 (patch) | |
tree | fe3197aeab0ad1a8d52d6e27ee7790f3fea8a7b2 /net | |
parent | dbff61b8bf5553e7d5ef907b69d35a9985c61214 (diff) | |
download | pkgsrc-8af044942f8d3a19940d72760ecf35021bb26a71.tar.gz |
tcpillust, tcp flow graphical viewer
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpillust/Makefile | 41 | ||||
-rw-r--r-- | net/tcpillust/files/md5 | 1 | ||||
-rw-r--r-- | net/tcpillust/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/tcpillust/pkg/DESCR | 4 | ||||
-rw-r--r-- | net/tcpillust/pkg/PLIST | 12 |
5 files changed, 59 insertions, 0 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile new file mode 100644 index 00000000000..b56a0d3eb01 --- /dev/null +++ b/net/tcpillust/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: tcpillust +# Date created: 14 April 2000 +# Whom: nishida@csl.sony.co.jp +# +# $FreeBSD: ports/net/tcpillust/Makefile,v 1.1.1.1 2000/07/29 06:26:00 sada Exp $ +# + +PORTNAME= tcpillust +PORTVERSION= 1.0a +CATEGORIES= net tk82 tcl82 +MASTER_SITES= ftp://ftp.csl.sony.co.jp/CSL/nishida/ + +MAINTAINER= nishida@csl.sony.co.jp + +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ + tcl82.1:${PORTSDIR}/lang/tcl82 + +USE_IMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= +REQUIRES_MOTIF= yes + +MAN1= tcpillust.1 + +DOCS= README + +SAMPLES= tcpclient.log tcpserver.log + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/tcpillust + for i in $(DOCS); do \ + ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/tcpillust; \ + done + ${MKDIR} ${PREFIX}/share/doc/tcpillust/sample + for i in $(SAMPLES); do \ + ${INSTALL_DATA} ${WRKSRC}/sample/$$i ${PREFIX}/share/doc/tcpillust/sample; \ + done +.endif + +.include <bsd.port.mk> diff --git a/net/tcpillust/files/md5 b/net/tcpillust/files/md5 new file mode 100644 index 00000000000..99f8fe97026 --- /dev/null +++ b/net/tcpillust/files/md5 @@ -0,0 +1 @@ +MD5 (tcpillust-1.0a.tar.gz) = 9c5cfc176a28fe83e0c647230ca497ec diff --git a/net/tcpillust/pkg/COMMENT b/net/tcpillust/pkg/COMMENT new file mode 100644 index 00000000000..5e65d2b2695 --- /dev/null +++ b/net/tcpillust/pkg/COMMENT @@ -0,0 +1 @@ +A graphical TCP connection analysis tool diff --git a/net/tcpillust/pkg/DESCR b/net/tcpillust/pkg/DESCR new file mode 100644 index 00000000000..e478c9109a3 --- /dev/null +++ b/net/tcpillust/pkg/DESCR @@ -0,0 +1,4 @@ +Tcpillust - A graphical TCP connection analysis tool + +Tcpillust takes tcpdump file(s) specified on the command line and draw +pictures like figures in the ``TCP/IP Illustrated'' series. diff --git a/net/tcpillust/pkg/PLIST b/net/tcpillust/pkg/PLIST new file mode 100644 index 00000000000..d5b26a098c9 --- /dev/null +++ b/net/tcpillust/pkg/PLIST @@ -0,0 +1,12 @@ +bin/tcpillust +lib/X11/tcpillust/tcpillust.tcl +lib/X11/tcpillust/back.xbm +lib/X11/tcpillust/forward.xbm +lib/X11/tcpillust/zoomin.xbm +lib/X11/tcpillust/zoomout.xbm +share/doc/tcpillust/sample/tcpclient.log +share/doc/tcpillust/sample/tcpserver.log +share/doc/tcpillust/README +@dirrm lib/X11/tcpillust +@dirrm share/doc/tcpillust/sample +@dirrm share/doc/tcpillust |