summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-07-31 20:21:15 +0000
committeritojun <itojun@pkgsrc.org>2000-07-31 20:21:15 +0000
commitc1ff72ac856c7dfabea96e57921c45e1b943ad41 (patch)
tree9b705d5d4c620e21b5697e909f710c1650f40a71
parentcbe1a0ae370a86cc73694f8b56b2c829ac37fddb (diff)
downloadpkgsrc-c1ff72ac856c7dfabea96e57921c45e1b943ad41.tar.gz
tcpillust, tcp flow graphical viewer
-rw-r--r--net/tcpillust/Makefile41
-rw-r--r--net/tcpillust/files/md51
-rw-r--r--net/tcpillust/pkg/COMMENT1
-rw-r--r--net/tcpillust/pkg/DESCR4
-rw-r--r--net/tcpillust/pkg/PLIST12
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