From 6b6dfb08ea7fe8f6ce68a296f96d1f585048bed0 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Sat, 29 Jul 2000 06:26:00 +0000 Subject: New port 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. PR: ports/18130 Submitted by: Yoshifumi Nishida --- net/tcpillust/Makefile | 41 +++++++++++++++++++++++++++++++++++++++++ net/tcpillust/distinfo | 1 + net/tcpillust/pkg-comment | 1 + net/tcpillust/pkg-descr | 4 ++++ net/tcpillust/pkg-plist | 12 ++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 net/tcpillust/Makefile create mode 100644 net/tcpillust/distinfo create mode 100644 net/tcpillust/pkg-comment create mode 100644 net/tcpillust/pkg-descr create mode 100644 net/tcpillust/pkg-plist (limited to 'net/tcpillust') diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile new file mode 100644 index 000000000000..c79706ffe21e --- /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$ +# + +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 diff --git a/net/tcpillust/distinfo b/net/tcpillust/distinfo new file mode 100644 index 000000000000..99f8fe970267 --- /dev/null +++ b/net/tcpillust/distinfo @@ -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 000000000000..5e65d2b2695a --- /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 000000000000..e478c9109a34 --- /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 000000000000..d5b26a098c9e --- /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 -- cgit v1.2.3