Jnettop is a traffic visualiser, which captures traffic going through
the host it is running from and displays streams sorted by bandwidth they use. WWW: http://sourceforge.net/projects/jnettop PR: ports/135304 Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
This commit is contained in:
parent
18f63071e3
commit
f33125d73c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235432
@ -92,6 +92,7 @@
|
||||
SUBDIR += irrtoolset
|
||||
SUBDIR += isic
|
||||
SUBDIR += jffnms
|
||||
SUBDIR += jnettop
|
||||
SUBDIR += junipoll
|
||||
SUBDIR += kismet
|
||||
SUBDIR += knowlan
|
||||
|
24
net-mgmt/jnettop/Makefile
Normal file
24
net-mgmt/jnettop/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: jnettop
|
||||
# Date created: 5 June 2009
|
||||
# Whom: Ryan Steinmetz
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jnettop
|
||||
PORTVERSION= 0.13.0
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= SFE/jnettop
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= rpsfa@rit.edu
|
||||
COMMENT= Traffic visualizer, similiar to nettop
|
||||
|
||||
MAN8= jnettop.8
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-mgmt/jnettop/distinfo
Normal file
3
net-mgmt/jnettop/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (jnettop-0.13.0.tar.gz) = a9bcda434040b1028a0b9ecfd2a9884a
|
||||
SHA256 (jnettop-0.13.0.tar.gz) = a005d6fa775a85ff9ee91386e25505d8bdd93bc65033f1928327c98f5e099a62
|
||||
SIZE (jnettop-0.13.0.tar.gz) = 131030
|
5
net-mgmt/jnettop/pkg-descr
Normal file
5
net-mgmt/jnettop/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Jnettop is a traffic visualiser, which captures traffic going through
|
||||
the host it is running from and displays streams sorted by bandwidth
|
||||
they use.
|
||||
|
||||
WWW: http://sourceforge.net/projects/jnettop
|
3
net-mgmt/jnettop/pkg-plist
Normal file
3
net-mgmt/jnettop/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/jnettop
|
||||
%%DATADIR%%/jnettop-lookup-nmb
|
||||
@dirrmtry %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user