View | Details | Raw Unified | Return to bug 241315 | Differences between
and this patch

Collapse All | Expand All

(-)net/trafshow/Makefile (-2 / +4 lines)
Lines 3-17 Link Here
3
3
4
PORTNAME=	trafshow
4
PORTNAME=	trafshow
5
PORTVERSION=	5.2.3
5
PORTVERSION=	5.2.3
6
PORTREVISION=	2
6
PORTREVISION=	3
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	net
8
CATEGORIES=	net
9
MASTER_SITES=	ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ \
9
MASTER_SITES=	ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ \
10
		ftp://ftp.nsk.su/pub/RinetSoftware/
10
		ftp://ftp.nsk.su/pub/RinetSoftware/
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	portmaster@BSDforge.com
13
COMMENT=	Full screen visualization of network traffic
13
COMMENT=	Full screen visualization of network traffic
14
14
15
LICENSE=	BSD2CLAUSE
16
15
CONFLICTS=	trafshow-4.* trafshow3-*
17
CONFLICTS=	trafshow-4.* trafshow3-*
16
18
17
USES=		ncurses tar:tgz
19
USES=		ncurses tar:tgz
(-)net/trafshow/pkg-descr (-2 / +2 lines)
Lines 1-6 Link Here
1
TrafShow continuously displays the information regarding packet
1
TrafShow continuously displays information regarding the packet
2
traffic on the configured network interface that matches the boolean
2
traffic on the configured network interface that matches the boolean
3
expression. It periodically sorts and updates this information. It
3
expression. It periodically sorts and updates this information. It
4
may be useful for locating suspicious network traffic on the net.
4
may be useful for locating suspicious network traffic on the net.
5
5
6
WWW: http://soft.risp.ru/trafshow/index_en.shtml
6
WWW: https://BSDforge.com/projects/net/trafshow

Return to bug 241315