---
name: tayga
version: 0.9.2
origin: net/tayga
comment: Userland stateless NAT64 daemon
arch: freebsd:9:x86:64
www: http://www.litech.org/tayga/
maintainer: melifaro@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 79111
desc: |
  TAYGA is an out-of-kernel stateless NAT64 implementation for that uses the
  TUN driver to exchange IPv4 and IPv6 packets with the kernel. It is intended
  to provide production-quality NAT64 service for networks where dedicated
  NAT64 hardware would be overkill.


  WWW: http://www.litech.org/tayga/
categories: [net]
files:
  /usr/local/etc/tayga.conf.example: 4b7375b5f9943b2d2e3fe14f7785ec79469f89f6dc6f94ebbe3f39be5ab11147
  /usr/local/man/man5/tayga.conf.5.gz: f6582e981d1928daf5a6264f2606179ea84e88caae115f49db2b45dc20d7e689
  /usr/local/man/man8/tayga.8.gz: 64e951978a8421061488ff66dd36572062b2e3c45c50d675c4461f52bf9bb189
  /usr/local/sbin/tayga: 3f35f6c5aaf13e05a85067e112e0f227f3eef053c64c79ccb91a7a825eebadeb
  /usr/local/share/licenses/tayga-0.9.2/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/tayga-0.9.2/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/tayga-0.9.2/catalog.mk: a79ff2de9632d6dc2ceed01ea3590e1a6f9eaad54ef5cee71f8d892f575b61e2
directories:
  /usr/local/share/licenses/tayga-0.9.2/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/tayga.conf ] ; then cp -p /usr/local/etc/tayga.conf.example /usr/local/etc/tayga.conf; fi
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/tayga.conf.example /usr/local/etc/tayga.conf; then rm -f /usr/local/etc/tayga.conf; fi
    cd /usr/local
  post-deinstall: |
    cd /usr/local
