aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-06-22 03:50:59 +0800
committerpav <pav@FreeBSD.org>2008-06-22 03:50:59 +0800
commit940dbfdd1d84f8a460c0f5a6f12ea647747f98ae (patch)
treeddd84b9cb43cc9e93c9b4114ceeb1ef1aafd0e36 /net
parente9f26c7e95940012a4089c2fd44283992e3bc180 (diff)
downloadfreebsd-ports-gnome-940dbfdd1d84f8a460c0f5a6f12ea647747f98ae.tar.gz
freebsd-ports-gnome-940dbfdd1d84f8a460c0f5a6f12ea647747f98ae.tar.zst
freebsd-ports-gnome-940dbfdd1d84f8a460c0f5a6f12ea647747f98ae.zip
- Update to 2.01a
Submitted by: Yoshifumi Nishida <nishida@sfc.wide.ad.jp> (maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/tcpillust/Makefile19
-rw-r--r--net/tcpillust/distinfo6
-rw-r--r--net/tcpillust/pkg-descr2
3 files changed, 14 insertions, 13 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile
index 9b9c7fb7dc17..5b75ff770b9c 100644
--- a/net/tcpillust/Makefile
+++ b/net/tcpillust/Makefile
@@ -1,17 +1,16 @@
# New ports collection makefile for: tcpillust
# Date created: 14 April 2000
-# Whom: nishida@csl.sony.co.jp
+# Whom: nishida@sfc.wide.ad.jp
#
# $FreeBSD$
#
PORTNAME= tcpillust
-PORTVERSION= 1.0a
-PORTREVISION= 3
+PORTVERSION= 2.01a
CATEGORIES= net tcl tk
-MASTER_SITES= ftp://ftp.csl.sony.co.jp/CSL/nishida/
+MASTER_SITES= http://www.jp.nishida.org/tcpillust/
-MAINTAINER= nishida@csl.sony.co.jp
+MAINTAINER= nishida@sfc.wide.ad.jp
COMMENT= A graphical TCP connection analysis tool
USE_TCL= yes
@@ -20,7 +19,7 @@ USE_XORG= xt
USE_MOTIF= yes
MAN1= tcpillust.1
-PORTDOCS= README FAQ tcpclient.log tcpserver.log
+PORTDOCS= tcpclient.log tcpserver.log
PLIST_DIRS= share/tcpillust
PLIST_FILES= bin/tcpillust \
share/tcpillust/tcpillust.tcl \
@@ -29,13 +28,15 @@ PLIST_FILES= bin/tcpillust \
share/tcpillust/zoomin.xbm \
share/tcpillust/zoomout.xbm
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
do-build:
-.for file in binread.c button.c draw.c parser.c tcpillust.c
+.for file in binread.c button.c draw.c parser.c tcpillust.c tcpdump/print-tcp.c
${CC} ${CFLAGS} -I${LOCALBASE}/include/ -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} \
-I${LOCALBASE}/include -DILTDIR=\"${DATADIR}\" -c ${WRKSRC}/${file} -o ${WRKSRC}/${file:S/.c/.o/}
.endfor
${CC} ${CFLAGS} -L${TCL_LIBDIR} -L${TK_LIBDIR} -L${LOCALBASE}/lib \
- -lm -lpcap -ltcl${TCL_VER:S/.//} -ltk${TK_VER:S/.//} ${WRKSRC}/*.o -o ${WRKSRC}/tcpillust
+ -lm -ltcl${TCL_VER:S/.//} -ltk${TK_VER:S/.//} ${WRKSRC}/*.o ${WRKSRC}/tcpdump/*.o -o ${WRKSRC}/tcpillust -lpcap
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpillust ${PREFIX}/bin
@@ -45,7 +46,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/tcpillust.man ${PREFIX}/man/man1/tcpillust.1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/FAQ ${WRKSRC}/sample/* ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/sample/* ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/net/tcpillust/distinfo b/net/tcpillust/distinfo
index 0ee404b8a8c8..0fa8ec480d7c 100644
--- a/net/tcpillust/distinfo
+++ b/net/tcpillust/distinfo
@@ -1,3 +1,3 @@
-MD5 (tcpillust-1.0a.tar.gz) = 9c5cfc176a28fe83e0c647230ca497ec
-SHA256 (tcpillust-1.0a.tar.gz) = aa7c79196e19ff03bdce0eb1cdbe8d0aad4d42ea46b780f41940b636d860bfde
-SIZE (tcpillust-1.0a.tar.gz) = 45364
+MD5 (tcpillust-2.01a.tar.gz) = 316da48755e6fdac5c2652d54964e935
+SHA256 (tcpillust-2.01a.tar.gz) = c8124986317971dbe0c5e15d4c4c61a58d9645a7bed84f17e5fb54961673e433
+SIZE (tcpillust-2.01a.tar.gz) = 101794
diff --git a/net/tcpillust/pkg-descr b/net/tcpillust/pkg-descr
index 39c8aef51a35..a7e90b57e171 100644
--- a/net/tcpillust/pkg-descr
+++ b/net/tcpillust/pkg-descr
@@ -3,4 +3,4 @@ Tcpillust - A graphical TCP connection analysis tool
Tcpillust takes tcpdump file(s) specified on the command line and draw
pictures like figures in the ``TCP/IP Illustrated'' series.
-WWW: http://www.csl.sony.co.jp/person/nishida/tcpillust.html
+WWW: http://www.jp.nishida.org/tcpillust/index.html