diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-08-27 19:19:51 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-08-27 19:19:51 +0000 |
commit | 613f8416429d63f3bf2260bd63f34ddb2b58320c (patch) | |
tree | d23d093655ce578f0f28786a163f176eff6d42cb | |
parent | b82108a7b3ded1bfe74e6040fce90d3c3c56d7a2 (diff) | |
download | ports-613f8416429d63f3bf2260bd63f34ddb2b58320c.tar.gz ports-613f8416429d63f3bf2260bd63f34ddb2b58320c.zip |
Notes
-rw-r--r-- | net/Makefile | 1 | ||||
-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 |
6 files changed, 46 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 1cbe91efb9c0..77282f25b071 100644 --- a/net/Makefile +++ b/net/Makefile @@ -537,6 +537,7 @@ SUBDIR += tcpflow SUBDIR += tcpillust SUBDIR += tcpmssd + SUBDIR += tcpreen SUBDIR += tcpreplay SUBDIR += tcpshow SUBDIR += tcpslice 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 |