pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tcpick Import tcpick from pkgsrc-wip. Packaged by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee00409d7fd5
branches:  trunk
changeset: 469455:ee00409d7fd5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Feb 23 17:53:33 2004 +0000

description:
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).

diffstat:

 net/tcpick/DESCR    |   5 +++++
 net/tcpick/Makefile |  15 +++++++++++++++
 net/tcpick/PLIST    |   3 +++
 net/tcpick/distinfo |   4 ++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 723828be0519 -r ee00409d7fd5 net/tcpick/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tcpick/DESCR  Mon Feb 23 17:53:33 2004 +0000
@@ -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 -r 723828be0519 -r ee00409d7fd5 net/tcpick/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tcpick/Makefile       Mon Feb 23 17:53:33 2004 +0000
@@ -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@localhost
+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 -r 723828be0519 -r ee00409d7fd5 net/tcpick/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tcpick/PLIST  Mon Feb 23 17:53:33 2004 +0000
@@ -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 -r 723828be0519 -r ee00409d7fd5 net/tcpick/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tcpick/distinfo       Mon Feb 23 17:53:33 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index