mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
add tvark
GUI network monitoring tool, tied to a MySQL database PR: 29082 Submitted by: Matthew West <mwest@uct.ac.za>
This commit is contained in:
parent
7005b4f8e4
commit
b9a7281662
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46414
@ -397,6 +397,7 @@
|
||||
SUBDIR += ttcp
|
||||
SUBDIR += ttt
|
||||
SUBDIR += tund
|
||||
SUBDIR += tvark
|
||||
SUBDIR += unison
|
||||
SUBDIR += urlendec
|
||||
SUBDIR += vchat
|
||||
|
25
net/tvark/Makefile
Normal file
25
net/tvark/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: tvark
|
||||
# Date created: 19 July 2001
|
||||
# Whom: mwest@uct.ac.za
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tvark
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.tvark.com/
|
||||
|
||||
MAINTAINER= mwest@uct.ac.za
|
||||
|
||||
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s|/usr/local/bin|${PREFIX}/bin|" ${WRKSRC}/Makefile
|
||||
@${PERL} -pi -e "s|gtk-config|${GTK_CONFIG}|" ${WRKSRC}/Makefile
|
||||
@${PERL} -pi -e "s|-ggdb|${CFLAGS}|" ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/tvark/distinfo
Normal file
1
net/tvark/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tvark-0.2.tar.gz) = 491312842a2a8b97e8082d3aa8faf797
|
1
net/tvark/pkg-comment
Normal file
1
net/tvark/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GUI network monitoring tool, tied to a MySQL database
|
15
net/tvark/pkg-descr
Normal file
15
net/tvark/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
Tvark is a network monitoring tool (sniffer) with a GUI front end and
|
||||
is tied to a MySQL database. The GUI provides a view of traffic
|
||||
activity that can be seen from the machine/interface that Tvark is run
|
||||
on. What you see is a list of source nodes on the left, destination
|
||||
nodes on the right, and lines drawn, left to right, showing traffic
|
||||
flow. Tvark runs in "realtime", meaning you see the traffic roughly
|
||||
as it happens. There is a small delay between actual traffic flow and
|
||||
the display because buffering of traffic information was necessary to
|
||||
be able to determine rate information. The color of the nodes, and
|
||||
the lines between them, provide an indication of rate of traffic.
|
||||
|
||||
WWW: http://www.tvark.com/
|
||||
|
||||
--
|
||||
mwest@uct.ac.za
|
3
net/tvark/pkg-plist
Normal file
3
net/tvark/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/tvark
|
||||
bin/tvark-grad.xpm
|
||||
bin/tvark-resolver
|
Loading…
Reference in New Issue
Block a user