diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-13 08:18:10 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-13 08:18:10 +0000 |
commit | ec45365aeaa701369cf0c364fc211ecfd49e7b0b (patch) | |
tree | 1a2564a4f37824344c466f53235b2263e0b1ebcb /net/ltm | |
parent | 636bd8251066fdbd37b99a307cd885e54a79f0ac (diff) | |
download | FreeBSD-ports-ec45365aeaa701369cf0c364fc211ecfd49e7b0b.zip FreeBSD-ports-ec45365aeaa701369cf0c364fc211ecfd49e7b0b.tar.gz |
Statseeker LTM is a high speed statistical LAN Analyzer that monitors
Ethernet LAN segments via the bpf(4) interface and displays various
matrix tables in real time via a ncurses interface.
The LAN Analyzer is a "binary only" distribution.
WWW: http://www.statseeker.com
PR: ports/102589
Submitted by: LTM Support <ltm-support(at)wally.statseeker.com>
Diffstat (limited to 'net/ltm')
-rw-r--r-- | net/ltm/Makefile | 28 | ||||
-rw-r--r-- | net/ltm/distinfo | 3 | ||||
-rw-r--r-- | net/ltm/pkg-descr | 7 | ||||
-rw-r--r-- | net/ltm/pkg-plist | 4 |
4 files changed, 42 insertions, 0 deletions
diff --git a/net/ltm/Makefile b/net/ltm/Makefile new file mode 100644 index 0000000..416feda --- /dev/null +++ b/net/ltm/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: ltm +# Date created: 21 June 2006 +# Whom: Statseeker +# +# $FreeBSD$ +# + +PORTNAME= ltm +PORTVERSION= 3.0.0.608281003 +CATEGORIES= net +MASTER_SITES= http://www.statseeker.com/downloads/ + +MAINTAINER= ltm-support@statseeker.com +COMMENT= Statseeker Real Time LAN Analyser + +NO_BUILD= yes + +MAN1= ltm.1 ltm-client.1 ltm-mkprotodb.1 +MANCOMPRESSED= yes + +.include <bsd.port.pre.mk> + +s: .IGNORE + +do-install: + @(tar -cf - -C ${WRKSRC} . | tar -xf - -C ${PREFIX}) + +.include <bsd.port.post.mk> diff --git a/net/ltm/distinfo b/net/ltm/distinfo new file mode 100644 index 0000000..7148a64 --- /dev/null +++ b/net/ltm/distinfo @@ -0,0 +1,3 @@ +MD5 (ltm-3.0.0.608281003.tar.gz) = 0d2a802444316c5f2ba0507ece3dd947 +SHA256 (ltm-3.0.0.608281003.tar.gz) = 799a660d926fb9ab0e4fef700bcf9ea6b9bede4bd72195b63f2746b0df39c514 +SIZE (ltm-3.0.0.608281003.tar.gz) = 323401 diff --git a/net/ltm/pkg-descr b/net/ltm/pkg-descr new file mode 100644 index 0000000..c52d591 --- /dev/null +++ b/net/ltm/pkg-descr @@ -0,0 +1,7 @@ +Statseeker LTM is a high speed statistical LAN Analyzer that monitors +Ethernet LAN segments via the bpf(4) interface and displays various +matrix tables in real time via a ncurses interface. + +The LAN Analyzer is a "binary only" distribution. + +WWW: http://www.statseeker.com diff --git a/net/ltm/pkg-plist b/net/ltm/pkg-plist new file mode 100644 index 0000000..b6f48fd --- /dev/null +++ b/net/ltm/pkg-plist @@ -0,0 +1,4 @@ +bin/ltm-client +bin/ltm-mkprotodb +etc/protocols.cfg +etc/protocols.db |