diff options
author | kjc <kjc@FreeBSD.org> | 1998-07-12 17:56:08 +0000 |
---|---|---|
committer | kjc <kjc@FreeBSD.org> | 1998-07-12 17:56:08 +0000 |
commit | 63b1cd5b47bc62f0b0deca673c5f13be6ad86db9 (patch) | |
tree | 5604beae1b4ae191d53c2f3c8a0c312a37001107 /net | |
parent | 1b5a415ba6460ad8c6a672cdb5822b513fa61251 (diff) | |
download | FreeBSD-ports-63b1cd5b47bc62f0b0deca673c5f13be6ad86db9.zip FreeBSD-ports-63b1cd5b47bc62f0b0deca673c5f13be6ad86db9.tar.gz |
update: ttt-0.4.1 --> ttt-1.1
also
LIB_DEPENDS: BLT2.1 --> BLT2.4c
tk41 --> tk80
MAINTAINER: itojun@itojun.org --> kjc@csl.sony.co.jp
Reviewed by: itojun@itojun.org
Diffstat (limited to 'net')
-rw-r--r-- | net/ttt/Makefile | 21 | ||||
-rw-r--r-- | net/ttt/distinfo | 2 | ||||
-rw-r--r-- | net/ttt/pkg-descr | 4 |
3 files changed, 14 insertions, 13 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 175f55a..b219c88 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -1,22 +1,23 @@ # New ports collection makefile for: ttt -# Version required: 0.4.1 -# Date created: 18 November 1997 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# Version required: 1.1 +# Date created: 9 July 1998 +# Whom: Kenjiro Cho <kjc@csl.sony.co.jp> # -# $Id: Makefile,v 1.3 1997/11/22 11:57:46 itojun Exp $ +# $Id: Makefile,v 1.4 1998/02/21 22:38:10 fenner Exp $ # -DISTNAME= ttt-0.4.1 -CATEGORIES= net tk41 +DISTNAME= ttt-1.1 +CATEGORIES= net tk80 MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ -MAINTAINER= itojun@itojun.org +MAINTAINER= kjc@csl.sony.co.jp # the tcl/tk LIB_DEPENDS has to match that of ports/x11/blt. -LIB_DEPENDS= BLT:${PORTSDIR}/x11/blt \ - tcl75:${PORTSDIR}/lang/tcl75 \ - tk41\\.1:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= BLT\\.2\\.4:${PORTSDIR}/x11/blt \ + tcl80\\.1:${PORTSDIR}/lang/tcl80 \ + tk80\\.1:${PORTSDIR}/x11/tk80 +GNU_CONFIGURE= yes INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 diff --git a/net/ttt/distinfo b/net/ttt/distinfo index c6d3bc2..88f8c6d 100644 --- a/net/ttt/distinfo +++ b/net/ttt/distinfo @@ -1 +1 @@ -MD5 (ttt-0.4.1.tar.gz) = 5ba3ae6521b02fd7eccb1c7275b22f77 +MD5 (ttt-1.1.tar.gz) = 33f0e4aaeb223663eaa9f0d37e48ab82 diff --git a/net/ttt/pkg-descr b/net/ttt/pkg-descr index ab4ba85..48fe02c 100644 --- a/net/ttt/pkg-descr +++ b/net/ttt/pkg-descr @@ -1,7 +1,7 @@ - TTT: Tele Traffic Tapper (version 0.4.1) + TTT: Tele Traffic Tapper (version 1.1) - 97/11/18 + 98/07/09 ttt is yet another decendant of tcpdump but it is capable of real-time, graphical, and remote traffic-monitoring. ttt won't replace tcpdump, |