From 78950e8f1056810543bc154aa9172fa952728864 Mon Sep 17 00:00:00 2001 From: ijliao Date: Sat, 18 Aug 2001 06:47:28 +0000 Subject: add tvark GUI network monitoring tool, tied to a MySQL database PR: 29082 Submitted by: Matthew West --- net/tvark/Makefile | 25 +++++++++++++++++++++++++ net/tvark/distinfo | 1 + net/tvark/pkg-comment | 1 + net/tvark/pkg-descr | 15 +++++++++++++++ net/tvark/pkg-plist | 3 +++ 5 files changed, 45 insertions(+) create mode 100644 net/tvark/Makefile create mode 100644 net/tvark/distinfo create mode 100644 net/tvark/pkg-comment create mode 100644 net/tvark/pkg-descr create mode 100644 net/tvark/pkg-plist (limited to 'net/tvark') diff --git a/net/tvark/Makefile b/net/tvark/Makefile new file mode 100644 index 0000000..ee629f6 --- /dev/null +++ b/net/tvark/Makefile @@ -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 diff --git a/net/tvark/distinfo b/net/tvark/distinfo new file mode 100644 index 0000000..c7805b9 --- /dev/null +++ b/net/tvark/distinfo @@ -0,0 +1 @@ +MD5 (tvark-0.2.tar.gz) = 491312842a2a8b97e8082d3aa8faf797 diff --git a/net/tvark/pkg-comment b/net/tvark/pkg-comment new file mode 100644 index 0000000..baa9f4a --- /dev/null +++ b/net/tvark/pkg-comment @@ -0,0 +1 @@ +GUI network monitoring tool, tied to a MySQL database diff --git a/net/tvark/pkg-descr b/net/tvark/pkg-descr new file mode 100644 index 0000000..df9dbbb --- /dev/null +++ b/net/tvark/pkg-descr @@ -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 diff --git a/net/tvark/pkg-plist b/net/tvark/pkg-plist new file mode 100644 index 0000000..d199fca --- /dev/null +++ b/net/tvark/pkg-plist @@ -0,0 +1,3 @@ +bin/tvark +bin/tvark-grad.xpm +bin/tvark-resolver -- cgit v1.1