diff --git a/tcpick/DESCR b/tcpick/DESCR new file mode 100644 index 0000000000..e02ca0b2ff --- /dev/null +++ b/tcpick/DESCR @@ -0,0 +1 @@ +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/tcpick/Makefile b/tcpick/Makefile new file mode 100644 index 0000000000..a7d5f81908 --- /dev/null +++ b/tcpick/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 19:14:13 ora8_ Exp $ + +DISTNAME= tcpick-0.1.19 +CATEGORIES= net +MASTER_SITES= http://switch.dl.sourceforge.net/sourceforge/tcpick/ + +MAINTAINER= josediazfer@yahoo.es +HOMEPAGE= http://tcpick.sourceforge.net +COMMENT= Simple tcp sniffer with tcpdump-style rules and with captures of traffic colored + +USE_BUILDLINK2= YES +HAS_CONFIGURE= YES + +CONFIGURE_ARGS+=--prefix=${LOCALBASE} + +.include "../../net/libpcap/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/tcpick/PLIST b/tcpick/PLIST new file mode 100644 index 0000000000..b4bc225b5b --- /dev/null +++ b/tcpick/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/24 19:14:13 ora8_ Exp $ +bin/tcpick +man/man1/tcpick.1 diff --git a/tcpick/distinfo b/tcpick/distinfo new file mode 100644 index 0000000000..0fbf46bc9f --- /dev/null +++ b/tcpick/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/24 19:14:13 ora8_ Exp $ + +SHA1 (tcpick-0.1.19.tar.gz) = 06dc8879edf90c31afe114420919d11595866d93 +Size (tcpick-0.1.19.tar.gz) = 98889 bytes