---
name: dtcpclient
version: 20090812
origin: net/dtcpclient
comment: Dynamic Tunnel Configuration Protocol client
arch: freebsd:9:x86:64
www: http://www.mahoroba.org/~ume/dtcp/
maintainer: ume@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 34515
desc: "Dynamic Tunnel Configuration Protocol client\n\ndtcpclient implement Dynamic
  Tunnel Configuration Protocol (DTCP for\nshort) proposed by Trumpet:\n\n\thttp://jazz-1.trumpet.com.au/ipv6-draft/dtcp-draft-prt-13-may-1999.htm\n\nWWW:
  http://www.mahoroba.org/~ume/dtcp/\n"
categories: [net, ipv6]
files:
  /usr/local/etc/rc.d/dtcpclient: b00c456e0c825e9e7ca378586b9707e4c009abc1a3ae43b92470480c6a96a346
  /usr/local/man/man8/dtcpclient.8.gz: cde180df2e7f4d02ae96324edec7f5278b696616fadd81f8c0043f630a0aaef4
  /usr/local/sbin/dtcpclient: 577feef40214fa278451fe04c69cd4420277ee5599739787dd6326b4a72f7f3e
  /usr/local/share/examples/dtcpclient/dtcpclient.script: e5eecce172f58b5ed8ac9edd6e9bb7ec5170b052f99320d32e9705290ab4b3c3
directories:
  /usr/local/share/examples/dtcpclient/: n
scripts:
  post-install: |
    [ -f /usr/local/etc/dtcpclient.script ] || cp /usr/local/share/examples/dtcpclient/dtcpclient.script /usr/local/etc/dtcpclient.script
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/dtcpclient.script /usr/local/share/examples/dtcpclient/dtcpclient.script; then rm -f /usr/local/etc/dtcpclient.script; fi
    cd /usr/local
  post-deinstall: |
    cd /usr/local
