diff options
author | itojun <itojun@FreeBSD.org> | 1997-11-20 21:44:30 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-11-20 21:44:30 +0800 |
commit | 09c00a0ed40e1f651fe5ac068ec94d0e47c7a6a4 (patch) | |
tree | 72bc3932fcfd2967efecdd45b269190fc90541e2 /net | |
parent | babafa49e7869553751f30243eb97a4eb3a366b8 (diff) | |
download | freebsd-ports-gnome-09c00a0ed40e1f651fe5ac068ec94d0e47c7a6a4.tar.gz freebsd-ports-gnome-09c00a0ed40e1f651fe5ac068ec94d0e47c7a6a4.tar.zst freebsd-ports-gnome-09c00a0ed40e1f651fe5ac068ec94d0e47c7a6a4.zip |
new port: ports/net/ttt
Tele Traffic Tapper, a network traffic monitoring tool
Reviewed by: kjc@csl.sony.co.jp
Diffstat (limited to 'net')
-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 |