---
name: trafshow
version: 5.2.3_2,1
origin: net/trafshow
comment: Full screen visualization of network traffic
arch: freebsd:9:x86:64
www: http://soft.risp.ru/trafshow/index_en.shtml
maintainer: alexey@renatasystems.org
prefix: /usr/local
licenselogic: single
flatsize: 114545
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.

  WWW: http://soft.risp.ru/trafshow/index_en.shtml
categories: [net, ipv6]
options: {IPV6: on}
files:
  /usr/local/bin/trafshow: 32153160ad27719e00925b1589eca67c1fb8d5d705cac990b17fbb876a480336
  /usr/local/etc/trafshow.dist: 33b1d9a8133fe2e329bd35bde8b56a8615d7349bc59bea30f309bd24832e3f47
  /usr/local/man/man1/trafshow.1.gz: 7911bd5ff3d193584e8313caa6c66d71eca175d0108e28b5b506b357d7446863
scripts:
  post-install: |
    if [ ! -e /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
