mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
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>
This commit is contained in:
parent
7e7c80ee26
commit
8e207c6643
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172917
@ -280,6 +280,7 @@
|
||||
SUBDIR += linuxigd
|
||||
SUBDIR += liveMedia
|
||||
SUBDIR += lla
|
||||
SUBDIR += ltm
|
||||
SUBDIR += luasocket
|
||||
SUBDIR += lyntin
|
||||
SUBDIR += mDNSResponder
|
||||
|
28
net/ltm/Makefile
Normal file
28
net/ltm/Makefile
Normal file
@ -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>
|
3
net/ltm/distinfo
Normal file
3
net/ltm/distinfo
Normal file
@ -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
|
7
net/ltm/pkg-descr
Normal file
7
net/ltm/pkg-descr
Normal file
@ -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
|
4
net/ltm/pkg-plist
Normal file
4
net/ltm/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/ltm-client
|
||||
bin/ltm-mkprotodb
|
||||
etc/protocols.cfg
|
||||
etc/protocols.db
|
Loading…
Reference in New Issue
Block a user