diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-11-20 13:44:30 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-11-20 13:44:30 +0000 |
commit | 3b7a8833472359588508ec76beb2fb6e4ead0d50 (patch) | |
tree | 432fff8f4167f6cff28607c8449fc742479dd513 /net/ttt | |
parent | 7d26dfdf5edf981c9445ff632a90184ee427cf27 (diff) |
Notes
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 30 | ||||
-rw-r--r-- | net/ttt/distinfo | 1 | ||||
-rw-r--r-- | net/ttt/pkg-comment | 1 | ||||
-rw-r--r-- | net/ttt/pkg-descr | 16 | ||||
-rw-r--r-- | net/ttt/pkg-plist | 8 |
5 files changed, 56 insertions, 0 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile new file mode 100644 index 000000000000..2f780800481d --- /dev/null +++ b/net/ttt/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: ttt +# Version required: 0.4.1 +# Date created: 18 November 1997 +# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# +# $Id$ +# + +DISTNAME= ttt-0.4.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ + +MAINTAINER= itojun@itojun.org + +LIB_DEPENDS= BLT:${PORTSDIR}/x11/blt + +INSTALL_TARGET= install install-man +MAN1= ttt.1 tttprobe.1 tttview.1 + +post-install: + @if [ ! -c /dev/bpf1 ]; then \ + ${ECHO} "*********************************************************";\ + ${ECHO} "* W a r n i n g *";\ + ${ECHO} "* TTT needs Berkeley packet filter (bpf). *";\ + ${ECHO} "* To use TTT, your kernel must be rebuilt with bpf, and *";\ + ${ECHO} "* make bpf devices on /dev directory. *";\ + ${ECHO} "*********************************************************";\ + fi + +.include <bsd.port.mk> diff --git a/net/ttt/distinfo b/net/ttt/distinfo new file mode 100644 index 000000000000..c6d3bc219276 --- /dev/null +++ b/net/ttt/distinfo @@ -0,0 +1 @@ +MD5 (ttt-0.4.1.tar.gz) = 5ba3ae6521b02fd7eccb1c7275b22f77 diff --git a/net/ttt/pkg-comment b/net/ttt/pkg-comment new file mode 100644 index 000000000000..8cf0274297be --- /dev/null +++ b/net/ttt/pkg-comment @@ -0,0 +1 @@ +Tele Traffic Tapper, a network traffic monitoring tool diff --git a/net/ttt/pkg-descr b/net/ttt/pkg-descr new file mode 100644 index 000000000000..ab4ba8585c1a --- /dev/null +++ b/net/ttt/pkg-descr @@ -0,0 +1,16 @@ + + TTT: Tele Traffic Tapper (version 0.4.1) + + 97/11/18 + +ttt is yet another decendant of tcpdump but it is capable of real-time, +graphical, and remote traffic-monitoring. ttt won't replace tcpdump, +rather, it helps you find out what to look into with tcpdump. + +Features: + - Automatic Ranking of Protocols and Hosts + - Real-Time Monitoring + - Remote Monitoring with IP-Multicast support + - IPv6 Aware: (experimental) + - Portable + - Easy to customize diff --git a/net/ttt/pkg-plist b/net/ttt/pkg-plist new file mode 100644 index 000000000000..340b19182dbc --- /dev/null +++ b/net/ttt/pkg-plist @@ -0,0 +1,8 @@ +bin/ttt +bin/tttprobe +bin/tttview +lib/ttt/ttt.tcl +man/man1/ttt.1.gz +man/man1/tttprobe.1.gz +man/man1/tttview.1.gz +@dirrm lib/ttt |