diff options
author | itojun <itojun@pkgsrc.org> | 2000-07-31 20:24:15 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-07-31 20:24:15 +0000 |
commit | 0ac78e5918ff88abc22076afa26e602ccb73300b (patch) | |
tree | 0ef4f14fd3293e89208d62255ac1d8b7c5e8257a /net | |
parent | 8af044942f8d3a19940d72760ecf35021bb26a71 (diff) | |
download | pkgsrc-0ac78e5918ff88abc22076afa26e602ccb73300b.tar.gz |
adapt to netbsd pkgsrc tree.
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpillust/Makefile | 27 | ||||
-rw-r--r-- | net/tcpillust/files/md5 | 2 | ||||
-rw-r--r-- | net/tcpillust/files/patch-sum | 4 | ||||
-rw-r--r-- | net/tcpillust/patches/patch-aa | 10 | ||||
-rw-r--r-- | net/tcpillust/patches/patch-ab | 8 | ||||
-rw-r--r-- | net/tcpillust/pkg/COMMENT | 2 | ||||
-rw-r--r-- | net/tcpillust/pkg/PLIST | 1 |
7 files changed, 38 insertions, 16 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index b56a0d3eb01..71ee4c09bc2 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -1,26 +1,23 @@ -# New ports collection makefile for: tcpillust -# Date created: 14 April 2000 -# Whom: nishida@csl.sony.co.jp -# +# $NetBSD: Makefile,v 1.2 2000/07/31 20:24:15 itojun Exp $ # $FreeBSD: ports/net/tcpillust/Makefile,v 1.1.1.1 2000/07/29 06:26:00 sada Exp $ # -PORTNAME= tcpillust -PORTVERSION= 1.0a -CATEGORIES= net tk82 tcl82 +DISTNAME= tcpillust-1.0a +CATEGORIES= net MASTER_SITES= ftp://ftp.csl.sony.co.jp/CSL/nishida/ -MAINTAINER= nishida@csl.sony.co.jp +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.csl.sony.co.jp/person/nishida/tcpillust.html -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ - tcl82.1:${PORTSDIR}/lang/tcl82 +DEPENDS+= tk-*:../../x11/tk80 +DEPENDS+= tcl-*:../../lang/tcl80 USE_IMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= -REQUIRES_MOTIF= yes - -MAN1= tcpillust.1 +CONFIGURE_ARGS+=--with-tcl-include=${LOCALBASE}/include/tcl8.0 \ + --with-tk-include=${LOCALBASE}/include/tk8.0 \ + --with-tcl-lib=${LOCALBASE}/lib \ + --with-tk-lib=${LOCALBASE}/lib DOCS= README @@ -38,4 +35,4 @@ post-install: done .endif -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/net/tcpillust/files/md5 b/net/tcpillust/files/md5 index 99f8fe97026..c95b9cd3e23 100644 --- a/net/tcpillust/files/md5 +++ b/net/tcpillust/files/md5 @@ -1 +1,3 @@ +$NetBSD: md5,v 1.2 2000/07/31 20:24:18 itojun Exp $ + MD5 (tcpillust-1.0a.tar.gz) = 9c5cfc176a28fe83e0c647230ca497ec diff --git a/net/tcpillust/files/patch-sum b/net/tcpillust/files/patch-sum new file mode 100644 index 00000000000..dc8c6c7f7cb --- /dev/null +++ b/net/tcpillust/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1 2000/07/31 20:24:18 itojun Exp $ + +MD5 (patch-aa) = ad4bdd427de36209a8b2ed8333edec6e +MD5 (patch-ab) = 7676d76cf634600ed904c195afc7212a diff --git a/net/tcpillust/patches/patch-aa b/net/tcpillust/patches/patch-aa new file mode 100644 index 00000000000..72e05e8cc8f --- /dev/null +++ b/net/tcpillust/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.1 2000/07/31 20:24:18 itojun Exp $ +--- binread.c- Tue Aug 1 05:10:39 2000 ++++ binread.c Tue Aug 1 05:10:48 2000 +@@ -31,4 +31,6 @@ + #include "tcpillust.h" ++#include <sys/queue.h> + #include <sys/socket.h> + #include <pcap.h> ++#include <net/if.h> + #include <net/if_arp.h> diff --git a/net/tcpillust/patches/patch-ab b/net/tcpillust/patches/patch-ab new file mode 100644 index 00000000000..84714f3ca29 --- /dev/null +++ b/net/tcpillust/patches/patch-ab @@ -0,0 +1,8 @@ +$NetBSD: patch-ab,v 1.1 2000/07/31 20:24:19 itojun Exp $ +--- Imakefile.in- Tue Aug 1 05:13:06 2000 ++++ Imakefile.in Tue Aug 1 05:13:24 2000 +@@ -5,3 +5,3 @@ + OPTFLAGS = -I@tclincdir@ -I@tkincdir@ -DILTDIR=\"$(LIBDIR)/tcpillust\" +-SYS_LIBRARIES = -L@tcllibdir@ -L@tklibdir@ -l@tcllib@ -l@tklib@ -lm -lpcap ++SYS_LIBRARIES = ${LDFLAGS} -L@tcllibdir@ -L@tklibdir@ -l@tcllib@ -l@tklib@ -lm -lpcap + DEPENDFLAGS = -I@tclincdir@ -I@tkincdir@ diff --git a/net/tcpillust/pkg/COMMENT b/net/tcpillust/pkg/COMMENT index 5e65d2b2695..a95305c08f1 100644 --- a/net/tcpillust/pkg/COMMENT +++ b/net/tcpillust/pkg/COMMENT @@ -1 +1 @@ -A graphical TCP connection analysis tool +Graphical TCP connection analysis tool diff --git a/net/tcpillust/pkg/PLIST b/net/tcpillust/pkg/PLIST index d5b26a098c9..b611bab7983 100644 --- a/net/tcpillust/pkg/PLIST +++ b/net/tcpillust/pkg/PLIST @@ -7,6 +7,7 @@ lib/X11/tcpillust/zoomout.xbm share/doc/tcpillust/sample/tcpclient.log share/doc/tcpillust/sample/tcpserver.log share/doc/tcpillust/README +man/cat1/tcpillust.0 @dirrm lib/X11/tcpillust @dirrm share/doc/tcpillust/sample @dirrm share/doc/tcpillust |