summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2019-11-05 21:48:06 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2019-11-05 21:48:06 +0000
commit2428d822895b6225746f9e1d2bed3143711fcf14 (patch)
tree37b9f02ed23ffe2ca2ac0ded46a5508a54fbe671
parent41e56db75f1139b60b505a970726239ea732be5a (diff)
downloadfreebsd-ports-2428d822895b6225746f9e1d2bed3143711fcf14.zip
net/trafshow: Update MAINTAINER, WWW, add LICENSE
- Add LICENSE - Update WWW - Pass maintainership to submitter - Pet portclippy while here PR: 241315 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: tz (mentor, implicit)
-rw-r--r--net/trafshow/Makefile8
-rw-r--r--net/trafshow/pkg-descr4
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