From 40794e760a17e0bcdb9a56f2517e81f371104a3c Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Sun, 9 Jan 2005 14:11:16 +0000 Subject: Add tcpick. A text-based TCP stream sniffer. --- net/tcpick/Makefile | 29 +++++++++++++++++++++++++++++ net/tcpick/distinfo | 2 ++ net/tcpick/pkg-descr | 6 ++++++ 3 files changed, 37 insertions(+) create mode 100644 net/tcpick/Makefile create mode 100644 net/tcpick/distinfo create mode 100644 net/tcpick/pkg-descr (limited to 'net/tcpick') diff --git a/net/tcpick/Makefile b/net/tcpick/Makefile new file mode 100644 index 000000000000..a8dde441cb5d --- /dev/null +++ b/net/tcpick/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: tcpick +# Date created: 09 January 2005 +# Whom: MANTANI Nobutaka +# +# $FreeBSD$ +# + +PORTNAME= tcpick +PORTVERSION= 0.2.0.r6 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} + +MAINTAINER= nobutaka@FreeBSD.org +COMMENT= A text-based TCP stream sniffer + +GNU_CONFIGURE= yes + +MANLANG= "" it +MAN8= tcpick.8 + +PLIST_FILES= bin/tcpick + +post-install: + ${MKDIR} ${PREFIX}/man/it/man8 + ${MV} ${PREFIX}/man/man8/tcpick_italian.8 ${PREFIX}/man/it/man8/tcpick.8 + +.include diff --git a/net/tcpick/distinfo b/net/tcpick/distinfo new file mode 100644 index 000000000000..0686f398f9fc --- /dev/null +++ b/net/tcpick/distinfo @@ -0,0 +1,2 @@ +MD5 (tcpick-0.2.0-rc6.tar.gz) = 1400aca4f6076de2427a6c35312b99b6 +SIZE (tcpick-0.2.0-rc6.tar.gz) = 169345 diff --git a/net/tcpick/pkg-descr b/net/tcpick/pkg-descr new file mode 100644 index 000000000000..f27f74606ede --- /dev/null +++ b/net/tcpick/pkg-descr @@ -0,0 +1,6 @@ +tcpick is a textmode sniffer libpcap-based that can track, reassemble and +reorder tcp streams. Tcpick is able to save the captured flows in different +files or displays them in the terminal, and so it is useful to sniff files +that are transmitted via ftp or http. + +WWW: http://tcpick.sourceforge.net/ -- cgit v1.2.3