diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-08 20:32:42 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-08 20:32:42 +0800 |
commit | a9e861f3917846aa6c90ae840306b73945f08d8b (patch) | |
tree | 550f5ae020c644eb948b2625c7b33ee2c2d6a571 /net-mgmt | |
parent | 09cb3c291f7c9f0cbdf563ddc594f5f15e87a87f (diff) | |
download | freebsd-ports-gnome-a9e861f3917846aa6c90ae840306b73945f08d8b.tar.gz freebsd-ports-gnome-a9e861f3917846aa6c90ae840306b73945f08d8b.tar.zst freebsd-ports-gnome-a9e861f3917846aa6c90ae840306b73945f08d8b.zip |
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>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/jnettop/Makefile | 24 | ||||
-rw-r--r-- | net-mgmt/jnettop/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/jnettop/pkg-descr | 5 | ||||
-rw-r--r-- | net-mgmt/jnettop/pkg-plist | 3 |
5 files changed, 36 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 148bd47dd4e1..d57de6633226 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -92,6 +92,7 @@ SUBDIR += irrtoolset SUBDIR += isic SUBDIR += jffnms + SUBDIR += jnettop SUBDIR += junipoll SUBDIR += kismet SUBDIR += knowlan diff --git a/net-mgmt/jnettop/Makefile b/net-mgmt/jnettop/Makefile new file mode 100644 index 000000000000..e0ab07b6ecc9 --- /dev/null +++ b/net-mgmt/jnettop/Makefile @@ -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> diff --git a/net-mgmt/jnettop/distinfo b/net-mgmt/jnettop/distinfo new file mode 100644 index 000000000000..dd6ff88ae870 --- /dev/null +++ b/net-mgmt/jnettop/distinfo @@ -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 diff --git a/net-mgmt/jnettop/pkg-descr b/net-mgmt/jnettop/pkg-descr new file mode 100644 index 000000000000..da0d54a10423 --- /dev/null +++ b/net-mgmt/jnettop/pkg-descr @@ -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 diff --git a/net-mgmt/jnettop/pkg-plist b/net-mgmt/jnettop/pkg-plist new file mode 100644 index 000000000000..2ac05c89fa24 --- /dev/null +++ b/net-mgmt/jnettop/pkg-plist @@ -0,0 +1,3 @@ +bin/jnettop +%%DATADIR%%/jnettop-lookup-nmb +@dirrmtry %%DATADIR%% |