diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-01-09 14:11:16 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-01-09 14:11:16 +0000 |
commit | 40794e760a17e0bcdb9a56f2517e81f371104a3c (patch) | |
tree | 88340d02c2ef5c8ee3429f295c512292f70ba268 /net/tcpick | |
parent | 0d8b55c003be75e9ab31431b0aa0c7ee91a88571 (diff) | |
download | ports-40794e760a17e0bcdb9a56f2517e81f371104a3c.tar.gz ports-40794e760a17e0bcdb9a56f2517e81f371104a3c.zip |
Notes
Diffstat (limited to 'net/tcpick')
-rw-r--r-- | net/tcpick/Makefile | 29 | ||||
-rw-r--r-- | net/tcpick/distinfo | 2 | ||||
-rw-r--r-- | net/tcpick/pkg-descr | 6 |
3 files changed, 37 insertions, 0 deletions
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 <nobutaka@FreeBSD.org> +# +# $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 <bsd.port.mk> 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/ |