---
name: dtcpclient
version: 20090812
origin: net/dtcpclient
comment: Dynamic Tunnel Configuration Protocol client
arch: freebsd:10:x86:64
www: http://www.mahoroba.org/~ume/dtcp/
maintainer: ume@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- BSD
flatsize: 34417
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/share/licenses/dtcpclient-20090812/catalog.mk: 042ac7894ea7f93d48ac547cf960b9597645db699602258f8a9d2f6df2d4ab2c
  /usr/local/share/licenses/dtcpclient-20090812/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/dtcpclient-20090812/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/man/man8/dtcpclient.8.gz: cde180df2e7f4d02ae96324edec7f5278b696616fadd81f8c0043f630a0aaef4
  /usr/local/sbin/dtcpclient: 87f5596e2bd700d8dc1cfcd108cd52b81c26219664ad0fb1ac1fb3515ee7094b
  /usr/local/share/examples/dtcpclient/dtcpclient.script: e5eecce172f58b5ed8ac9edd6e9bb7ec5170b052f99320d32e9705290ab4b3c3
  /usr/local/etc/rc.d/dtcpclient: 3633d5c8154f9bca52fb9fa7077fa896a49ee9588bb1dbf6c28c5b0f59086e44
directories:
  /usr/local/share/examples/dtcpclient/: n
  /usr/local/share/licenses/dtcpclient-20090812/: n
  /usr/local/share/licenses/: y
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
    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
    cd /usr/local
    #rmdir /usr/local/share/licenses 2>/dev/null || true
  post-deinstall: |
    cd /usr/local
    cd /usr/local
