1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add tcpreen 1.0.0, a simple TCP session re-engineering tool.

PR:		ports/42063
Submitted by:	Janos.Mohacsi@bsd.hu
Approved by:	dwcjr (mentor)
This commit is contained in:
Oliver Braun 2002-08-27 19:19:51 +00:00
parent b82108a7b3
commit 613f841642
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65111
6 changed files with 46 additions and 0 deletions

View File

@ -537,6 +537,7 @@
SUBDIR += tcpflow
SUBDIR += tcpillust
SUBDIR += tcpmssd
SUBDIR += tcpreen
SUBDIR += tcpreplay
SUBDIR += tcpshow
SUBDIR += tcpslice

31
net/tcpreen/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: tcpreen
# Date created: 09.08.2002
# Whom: Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= tcpreen
PORTVERSION= 1.0.0
CATEGORIES= net ipv6
MASTER_SITES= http://rdenisc.free.fr/tcpreen/
MAINTAINER= Janos.Mohacsi@bsd.hu
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN1= tcpreen.1
DOC_FILES= README
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

1
net/tcpreen/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (tcpreen-1.0.0.tar.bz2) = 1bd2b8eb8a689e7ec06a0824d3eff650

1
net/tcpreen/pkg-comment Normal file
View File

@ -0,0 +1 @@
A simple TCP session re-engineering tool

8
net/tcpreen/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
TCPreen is a simple tool to monitor and analyze data transmitted between
a client and a server via a TCP connection. This tool focuses on the data
stream (software/socket layer), not on the lower level transmission
protocol as packet sniffers do.
WWW: http://www.simphalempin.com/dev/tcpreen/
Janos Mohacsi <janos.mohacsi@bsd.hu>

4
net/tcpreen/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/tcpreen
share/locale/fr/LC_MESSAGES/tcpreen.mo
%%PORTDOCS%%share/doc/tcpreen/README
%%PORTDOCS%%@dirrm share/doc/tcpreen