From 7d8af7a04a269ecbceb7172e4f641192e23b94eb Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 23 Feb 2004 17:53:33 +0000 Subject: Import tcpick from pkgsrc-wip. Packaged by Jose Diaz Fernandez, and modified by me. tcpick is a textmode sniffer that can track TCP streams and saves the data captured in files or displays them in the terminal. It is useful for picking files in a passive way. It can store all connections in different files, or it can display all the stream on the terminal (using colors too). --- net/tcpick/DESCR | 5 +++++ net/tcpick/Makefile | 15 +++++++++++++++ net/tcpick/PLIST | 3 +++ net/tcpick/distinfo | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 net/tcpick/DESCR create mode 100644 net/tcpick/Makefile create mode 100644 net/tcpick/PLIST create mode 100644 net/tcpick/distinfo (limited to 'net') diff --git a/net/tcpick/DESCR b/net/tcpick/DESCR new file mode 100644 index 00000000000..e6176e39207 --- /dev/null +++ b/net/tcpick/DESCR @@ -0,0 +1,5 @@ +tcpick is a textmode sniffer that can track TCP streams and saves the +data captured in files or displays them in the terminal. It is useful +for picking files in a passive way. It can store all connections in +different files, or it can display all the stream on the terminal +(using colors too). diff --git a/net/tcpick/Makefile b/net/tcpick/Makefile new file mode 100644 index 00000000000..2aa261e8e86 --- /dev/null +++ b/net/tcpick/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/23 17:53:33 minskim Exp $ + +DISTNAME= tcpick-0.1.19 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpick/} + +MAINTAINER= josediazfer@yahoo.es +HOMEPAGE= http://tcpick.sourceforge.net/ +COMMENT= Simple tcp sniffer with tcpdump-style rules + +USE_BUILDLINK3= YES +GNU_CONFIGURE= YES + +.include "../../net/libpcap/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/tcpick/PLIST b/net/tcpick/PLIST new file mode 100644 index 00000000000..2e8c86b6bd1 --- /dev/null +++ b/net/tcpick/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/23 17:53:34 minskim Exp $ +bin/tcpick +man/man1/tcpick.1 diff --git a/net/tcpick/distinfo b/net/tcpick/distinfo new file mode 100644 index 00000000000..1d535704037 --- /dev/null +++ b/net/tcpick/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/23 17:53:34 minskim Exp $ + +SHA1 (tcpick-0.1.19.tar.gz) = 06dc8879edf90c31afe114420919d11595866d93 +Size (tcpick-0.1.19.tar.gz) = 98889 bytes -- cgit v1.2.3