diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 06:47:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 06:47:28 +0000 |
commit | b9a7281662fe7a24d300e3bd2b157b4ae7c76b0c (patch) | |
tree | 2a52aa3e837ddcc491988239669de589cc2dca02 | |
parent | 7005b4f8e4c2793f96d0ddbbe65145e0a9ab3220 (diff) | |
download | ports-b9a7281662fe7a24d300e3bd2b157b4ae7c76b0c.tar.gz ports-b9a7281662fe7a24d300e3bd2b157b4ae7c76b0c.zip |
Notes
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/tvark/Makefile | 25 | ||||
-rw-r--r-- | net/tvark/distinfo | 1 | ||||
-rw-r--r-- | net/tvark/pkg-comment | 1 | ||||
-rw-r--r-- | net/tvark/pkg-descr | 15 | ||||
-rw-r--r-- | net/tvark/pkg-plist | 3 |
6 files changed, 46 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 491fe8539c52..babc3ea6ecf6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -397,6 +397,7 @@ SUBDIR += ttcp SUBDIR += ttt SUBDIR += tund + SUBDIR += tvark SUBDIR += unison SUBDIR += urlendec SUBDIR += vchat diff --git a/net/tvark/Makefile b/net/tvark/Makefile new file mode 100644 index 000000000000..ee629f61b09f --- /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 <bsd.port.mk> diff --git a/net/tvark/distinfo b/net/tvark/distinfo new file mode 100644 index 000000000000..c7805b921c7d --- /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 000000000000..baa9f4a61f1c --- /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 000000000000..df9dbbb4c383 --- /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 000000000000..d199fca2301c --- /dev/null +++ b/net/tvark/pkg-plist @@ -0,0 +1,3 @@ +bin/tvark +bin/tvark-grad.xpm +bin/tvark-resolver |