diff options
author | sergei <sergei@FreeBSD.org> | 2004-11-07 08:24:43 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-11-07 08:24:43 +0800 |
commit | b3e1131077c81c35cd548c8d65606b734c596012 (patch) | |
tree | 36a323c1df13f97851864ab98dfd5bf0b78a7302 | |
parent | 543b0a588cc3268143dc7db06f69128b70c6e7d7 (diff) | |
download | freebsd-ports-gnome-b3e1131077c81c35cd548c8d65606b734c596012.tar.gz freebsd-ports-gnome-b3e1131077c81c35cd548c8d65606b734c596012.tar.zst freebsd-ports-gnome-b3e1131077c81c35cd548c8d65606b734c596012.zip |
Add net-mgmt/tcptrack:
tcptrack is a sniffer which displays information about TCP connections it
sees on a network interface. It passively watches for connections on the
network interface, keeps track of their state and displays a list of
connections in a manner similar to the unix 'top' command. It displays
source and destination addresses and ports, connection state, idle time, and
bandwidth usage.
WWW: http://www.rhythm.cx/~steve/devel/tcptrack
PR: ports/72543
Submitted by: Tor Halvard Furulund <squat@squat.no>
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/tcptrack/Makefile | 30 | ||||
-rw-r--r-- | net-mgmt/tcptrack/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/tcptrack/pkg-descr | 11 |
4 files changed, 44 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index f8b1d4aa9fad..77ce78a97a12 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -150,6 +150,7 @@ SUBDIR += sysmon SUBDIR += tas SUBDIR += tcpreplay + SUBDIR += tcptrack SUBDIR += trafd SUBDIR += whatmask SUBDIR += wide-dhcp diff --git a/net-mgmt/tcptrack/Makefile b/net-mgmt/tcptrack/Makefile new file mode 100644 index 000000000000..2a8a10b3151d --- /dev/null +++ b/net-mgmt/tcptrack/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: tcptrack +# Date created: 2004-10-11 +# Whom: Tor Halvard "Squat" Furulund <squat@squat.no> +# +# $FreeBSD$ +# + +PORTNAME= tcptrack +PORTVERSION= 1.1.4 +CATEGORIES= net-mgmt +MASTER_SITES= http://www.rhythm.cx/~steve/devel/tcptrack/ +MASTER_SITE_SUBDIR= release/${PORTVERSION}/source/ + +MAINTAINER= squat@squat.no +COMMENT= Packet sniffer which displays TCP information like top(1) + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +PLIST_FILES= bin/tcptrack +MAN1= tcptrack.1 +PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/net-mgmt/tcptrack/distinfo b/net-mgmt/tcptrack/distinfo new file mode 100644 index 000000000000..d18dd79ae80c --- /dev/null +++ b/net-mgmt/tcptrack/distinfo @@ -0,0 +1,2 @@ +MD5 (tcptrack-1.1.4.tar.gz) = a4e2b556b8ea607d8bfd786e3f78f8f7 +SIZE (tcptrack-1.1.4.tar.gz) = 111945 diff --git a/net-mgmt/tcptrack/pkg-descr b/net-mgmt/tcptrack/pkg-descr new file mode 100644 index 000000000000..aac8d4f68170 --- /dev/null +++ b/net-mgmt/tcptrack/pkg-descr @@ -0,0 +1,11 @@ +tcptrack is a sniffer which displays information about TCP connections it +sees on a network interface. It passively watches for connections on the +network interface, keeps track of their state and displays a list of +connections in a manner similar to the unix 'top' command. It displays +source and destination addresses and ports, connection state, idle time, and +bandwidth usage. + +WWW: http://www.rhythm.cx/~steve/devel/tcptrack + +- Squat +squat@squat.no |