View | Details | Raw Unified | Return to bug 81830
Collapse All | Expand All

(-)Makefile (-4 / +5 lines)
Lines 7-21 Link Here
7
7
8
PORTNAME=	iftop
8
PORTNAME=	iftop
9
PORTVERSION=	0.16
9
PORTVERSION=	0.16
10
PORTREVISION=	1
10
CATEGORIES=	net-mgmt
11
CATEGORIES=	net-mgmt
11
MASTER_SITES=	http://www.ex-parrot.com/~pdw/iftop/download/ \
12
MASTER_SITES=	http://www.ex-parrot.com/~pdw/iftop/download/
12
		http://voodoo.oberon.net/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	vd@datamax.bg
15
COMMENT=	Network utility for real-time bandwidth usage information
15
COMMENT=	Display bandwidth usage on an interface by host
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
18
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
CONFIGURE_ARGS=	--with-resolver=netdb_1thread
19
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
20
21
21
MAN8=		iftop.8
22
MAN8=		iftop.8
(-)pkg-descr (-2 / +11 lines)
Lines 1-4 Link Here
1
iftop provides real-time bandwidth usage information on a
1
iftop listens to network traffic on a named interface,  or
2
specified interface, listed by host pairs.
2
on  the  first  interface  it can find which looks like an
3
external interface if none is specified,  and  displays  a
4
table of current bandwidth usage by pairs of hosts.  iftop
5
must be run with sufficient  permissions  to  monitor  all
6
network  traffic  on  the  interface; see pcap(3) for more
7
information, but on most systems this means that  it  must
8
be run as root.
3
9
4
WWW: http://www.ex-parrot.com/~pdw/iftop/
10
WWW: http://www.ex-parrot.com/~pdw/iftop/
11
12
- Vasil Dimov
13
vd@datamax.bg

Return to bug 81830