---
name: trafshow
version: 3.1_6,1
origin: net/trafshow3
comment: Full screen visualization of network traffic (an ancient version)
arch: freebsd:9:x86:64
www: http://soft.risp.ru/trafshow/index_en.shtml
maintainer: sem@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 40069
desc: |
  TrafShow continuously displays the information regarding 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.

  This version is old but it's known as showed the most true results.

  WWW: http://soft.risp.ru/trafshow/index_en.shtml
categories: [net]
files:
  /usr/local/bin/trafshow: 1811c17364de5780eef4e09c09ae708d94606e6de92cfa398a959159cf9a4ef3
  /usr/local/etc/trafshow.dist: d8b911c5a2cfdf1c3da82c2389bfdbb95e0c9e3c517c20bcc98a89e70b941a92
  /usr/local/man/man1/trafshow.1.gz: 4558ac38215f831b188574069aac4d58fbd8626a52f0d04801446d83f95d6b71
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/trafshow ]; then cp -p /usr/local/etc/trafshow.dist /usr/local/etc/trafshow; fi
  pre-deinstall: |
    if cmp -s /usr/local/etc/trafshow /usr/local/etc/trafshow.dist; then rm -f /usr/local/etc/trafshow; fi
