summaryrefslogtreecommitdiff
path: root/net/tcpreen
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-08-27 19:19:51 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-08-27 19:19:51 +0000
commit613f8416429d63f3bf2260bd63f34ddb2b58320c (patch)
treed23d093655ce578f0f28786a163f176eff6d42cb /net/tcpreen
parentAdd smbspool to pkg-plist (diff)
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)
Notes
Notes: svn path=/head/; revision=65111
Diffstat (limited to 'net/tcpreen')
-rw-r--r--net/tcpreen/Makefile31
-rw-r--r--net/tcpreen/distinfo1
-rw-r--r--net/tcpreen/pkg-comment1
-rw-r--r--net/tcpreen/pkg-descr8
-rw-r--r--net/tcpreen/pkg-plist4
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