diff options
author | Kenjiro Cho <kjc@FreeBSD.org> | 2000-12-21 12:01:40 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@FreeBSD.org> | 2000-12-21 12:01:40 +0000 |
commit | 4a02723e931fa45b97c03cca6ae7f6c9cbc8786b (patch) | |
tree | b444a0f863b3a947ee3f34d2f899f627c8c3d36b /net/ttt | |
parent | 4390a37a229ddc16b599178e6f09ae03a2685651 (diff) | |
download | ports-4a02723e931fa45b97c03cca6ae7f6c9cbc8786b.tar.gz ports-4a02723e931fa45b97c03cca6ae7f6c9cbc8786b.zip |
Notes
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 18 | ||||
-rw-r--r-- | net/ttt/distinfo | 2 | ||||
-rw-r--r-- | net/ttt/pkg-descr | 4 |
3 files changed, 7 insertions, 17 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 35e9ca4d205b..1bf8485578b4 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -6,29 +6,19 @@ # PORTNAME= ttt -PORTVERSION= 1.5 -CATEGORIES= net tk82 ipv6 +PORTVERSION= 1.6 +CATEGORIES= net tk83 ipv6 MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ MAINTAINER= kjc@csl.sony.co.jp # the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt. LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt \ - tcl82.1:${PORTSDIR}/lang/tcl82 \ - tk82.1:${PORTSDIR}/x11-toolkits/tk82 + tcl83.1:${PORTSDIR}/lang/tcl83 \ + tk83.1:${PORTSDIR}/x11-toolkits/tk83 GNU_CONFIGURE= yes 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 index f8af6d25eedf..89b0bd5c1f37 100644 --- a/net/ttt/distinfo +++ b/net/ttt/distinfo @@ -1 +1 @@ -MD5 (ttt-1.5.tar.gz) = cce0d861864f6cee3e2cbcc9e4491570 +MD5 (ttt-1.6.tar.gz) = 5333bc89283d3f7a0de257ef0c1802f7 diff --git a/net/ttt/pkg-descr b/net/ttt/pkg-descr index 67c7fdb7a544..0cf492107525 100644 --- a/net/ttt/pkg-descr +++ b/net/ttt/pkg-descr @@ -1,7 +1,7 @@ - TTT: Tele Traffic Tapper (version 1.5) + TTT: Tele Traffic Tapper (version 1.6) - 2000/06/09 + 2000/12/21 ttt is yet another decendant of tcpdump but it is capable of real-time, graphical, and remote traffic-monitoring. ttt won't replace tcpdump, |