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
This commit is contained in:
parent
ebb13245df
commit
b818f79d5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11846
3 changed files with 14 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ttt-0.4.1.tar.gz) = 5ba3ae6521b02fd7eccb1c7275b22f77
|
||||
MD5 (ttt-1.1.tar.gz) = 33f0e4aaeb223663eaa9f0d37e48ab82
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue