Index: head/net/trafshow/Makefile =================================================================== --- head/net/trafshow/Makefile (revision 516843) +++ head/net/trafshow/Makefile (revision 516844) @@ -1,35 +1,37 @@ # Created by: igor@zynaps.ru # $FreeBSD$ PORTNAME= trafshow PORTVERSION= 5.2.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ \ ftp://ftp.nsk.su/pub/RinetSoftware/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Full screen visualization of network traffic -CONFLICTS= trafshow-4.* trafshow3-* +LICENSE= BSD2CLAUSE USES= ncurses tar:tgz GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" ALL_TARGET= trafshow + +CONFLICTS= trafshow-4.* trafshow3-* OPTIONS_DEFINE= IPV6 IPV6_CFLAGS= -DINET6 post-patch: @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' \ ${WRKSRC}/colormask.c ${WRKSRC}/trafshow.1 ${WRKSRC}/trafshow.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/.trafshow ${STAGEDIR}${PREFIX}/etc/trafshow.dist .include Index: head/net/trafshow/pkg-descr =================================================================== --- head/net/trafshow/pkg-descr (revision 516843) +++ head/net/trafshow/pkg-descr (revision 516844) @@ -1,6 +1,6 @@ -TrafShow continuously displays the information regarding packet +TrafShow continuously displays information regarding the packet traffic on the configured network interface that matches the boolean expression. It periodically sorts and updates this information. It may be useful for locating suspicious network traffic on the net. -WWW: http://soft.risp.ru/trafshow/index_en.shtml +WWW: https://BSDforge.com/projects/net/trafshow