diff options
author | obraun <obraun@FreeBSD.org> | 2002-08-28 03:19:51 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-08-28 03:19:51 +0800 |
commit | 89c22a627e2331eb20a15f166714530eb58d8020 (patch) | |
tree | 5b9a6d6f805df531a62433d031b79eec714162f0 /net/tcpreen | |
parent | 7b3e764d96a502a90030426bd1650ea6c38368f4 (diff) | |
download | freebsd-ports-gnome-89c22a627e2331eb20a15f166714530eb58d8020.tar.gz freebsd-ports-gnome-89c22a627e2331eb20a15f166714530eb58d8020.tar.zst freebsd-ports-gnome-89c22a627e2331eb20a15f166714530eb58d8020.zip |
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)
Diffstat (limited to 'net/tcpreen')
-rw-r--r-- | net/tcpreen/Makefile | 31 | ||||
-rw-r--r-- | net/tcpreen/distinfo | 1 | ||||
-rw-r--r-- | net/tcpreen/pkg-comment | 1 | ||||
-rw-r--r-- | net/tcpreen/pkg-descr | 8 | ||||
-rw-r--r-- | net/tcpreen/pkg-plist | 4 |
5 files changed, 45 insertions, 0 deletions
diff --git a/net/tcpreen/Makefile b/net/tcpreen/Makefile new file mode 100644 index 000000000000..ba0e919e3d8d --- /dev/null +++ b/net/tcpreen/Makefile @@ -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> diff --git a/net/tcpreen/distinfo b/net/tcpreen/distinfo new file mode 100644 index 000000000000..3ae127517cfe --- /dev/null +++ b/net/tcpreen/distinfo @@ -0,0 +1 @@ +MD5 (tcpreen-1.0.0.tar.bz2) = 1bd2b8eb8a689e7ec06a0824d3eff650 diff --git a/net/tcpreen/pkg-comment b/net/tcpreen/pkg-comment new file mode 100644 index 000000000000..2229888efb4a --- /dev/null +++ b/net/tcpreen/pkg-comment @@ -0,0 +1 @@ +A simple TCP session re-engineering tool diff --git a/net/tcpreen/pkg-descr b/net/tcpreen/pkg-descr new file mode 100644 index 000000000000..87ddab9fbce8 --- /dev/null +++ b/net/tcpreen/pkg-descr @@ -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> diff --git a/net/tcpreen/pkg-plist b/net/tcpreen/pkg-plist new file mode 100644 index 000000000000..58566c87468c --- /dev/null +++ b/net/tcpreen/pkg-plist @@ -0,0 +1,4 @@ +bin/tcpreen +share/locale/fr/LC_MESSAGES/tcpreen.mo +%%PORTDOCS%%share/doc/tcpreen/README +%%PORTDOCS%%@dirrm share/doc/tcpreen |