---
name: etrace
version: 1.1
origin: net/etrace
comment: A configurable static port network tracing tool
arch: freebsd:9:x86:64
www: http://www.bindshell.net/tools/etrace
maintainer: dave.ryan@gmail.com
prefix: /usr/local
licenselogic: single
flatsize: 37750
desc: |
  etrace is a configurable static port network tracing tool, similar to
  traceroute, but supporting ICMP, TCP, UDP and other IP protocols.

  etrace has a wealth of options ranging in function from controlling
  output to the detailed construction of trace packets.

  WWW: http://www.bindshell.net/tools/etrace
categories: [net]
files:
  /usr/local/bin/etrace: 9fd5fbeb4112ab30b7657f3440f9cbb417ef96c9b67b6d821de7e314ad1c4531
  /usr/local/man/man8/etrace.8.gz: ae1e76d1685f3d2ad1bc45eeb5534a02011669bcf4a3203a74bcf1452d98b7ca
  /usr/local/share/etrace/default.profile: 6f8d694c5a12dd227332e4fd0ec04ff18850fbc4c6d82f2fed3c9bf9b67cae0a
  /usr/local/share/etrace/dns: 8074059fd368b29dc9081aba09d63035f5833a94aefe5dc7ffa65488dc30af39
  /usr/local/share/etrace/ike: a5e604bf1e331059b1ca43be203d24c41c98e886a3ee1ac8164f03f7e02f979e
scripts:
  post-install: |
    if [ ! -f /usr/local/share/etrace/profile ]; then cp /usr/local/share/etrace/default.profile /usr/local/share/etrace/profile; fi
  pre-deinstall: |
    if cmp -s /usr/local/share/etrace/profile /usr/local/share/etrace/default.profile; then rm -f /usr/local/share/etrace/profile; fi
    rm -r /usr/local/share/etrace || echo "etrace: if you're finished with this port, clean up /usr/local/share/etrace"
