---
name: stund
version: 0.96
origin: net/stund
comment: A simple STUN (RFC 3489) server and client
arch: freebsd:9:x86:64
www: http://www.vovida.org/applications/downloads/stun/
maintainer: sobomax@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 81344
desc: |
  The STUN (Simple Traversal of UDP through NATs (Network Address Translation))
  server is an implementation of the STUN protocol that enables STUN
  functionality in SIP-based systems. The STUN server tar ball also include a
  client API to enable STUN functionality in SIP endpoints. In addition there
  is a command line UNIX client and a graphical windows client that check what
  type of NAT the user is using.

  STUN is an application-layer protocol that can determine the public IP and
  nature of a NAT device that sits between the STUN client and STUN server.

  The current version of the code supports most of RFC 3489 except the ability
  to get OTPs from the server.

  WWW: http://www.vovida.org/applications/downloads/stun/
categories: [net]
files:
  /usr/local/bin/stun_client: e9b5744e58ece9ecf2d79adc3124559dcf4f40fc7481483ea638fa33740de856
  /usr/local/etc/rc.d/stund: 32cca696b62298a29233fc1f5c90c701b3c3693e685f685266054a0e6370b832
  /usr/local/sbin/stund: 9bd0130522d1145c0e2260a74be81fbaba0e287a9f04d61ddf4b02f447345f3d
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
