diff options
-rw-r--r-- | net/trafshow/Makefile | 8 | ||||
-rw-r--r-- | net/trafshow/pkg-descr | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index bd18847ee6c4..a848ad5fc2c0 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -3,22 +3,24 @@ 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 diff --git a/net/trafshow/pkg-descr b/net/trafshow/pkg-descr index bb8fa8522a7e..507f14467747 100644 --- a/net/trafshow/pkg-descr +++ b/net/trafshow/pkg-descr @@ -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 |