---
name: ddns
version: 1.0
origin: dns/ddns
comment: Lightweight UDP-based dynamic DNS updater
arch: freebsd:9:x86:64
www: http://fossil.instinctive.eu/ddns/home
maintainer: natbsd@instinctive.eu
prefix: /usr/local
licenselogic: single
licenses:
- BSD
flatsize: 100587
desc: |
  ddns is a lightweight UDP-based dynamic DNS updater.
  It consists of a client that regularly sends UDP packets and a
  server that updates a bind zone file or runs a command using the
  peer IPv4 address of recieved UDP packets.

  WWW: http://fossil.instinctive.eu/ddns/home
categories:
- dns
files:
  /usr/local/etc/ddns_client.conf.sample: faac7eafa3b2c15c8737989d317c3efafd5086212c04bef3979bfe9dfb5fcf14
  /usr/local/etc/ddns_server.conf.sample: 5d547228a729623333543cd8c701ffc63c9edef2e1e053fa9461a97293c1e125
  /usr/local/etc/rc.d/ddns_client: 6306ec075f4a8ba8847e04c51b3045d74b747387c6cc06a7f1c7d6579ad4f591
  /usr/local/etc/rc.d/ddns_server: a6d295a577870202422d36f7f7c17d469895f5209c450c3015149a4ed5432ee1
  /usr/local/sbin/ddns-client: 9790dee25f9315af6225561c3e2522a68a2b131c38e6e9317e5c04a02125fccc
  /usr/local/sbin/ddns-server: fd1ef3f2fbbc294a663cc6777d47ec828711fd0ab85a0f3feff8c58a8c3ae9bf
  /usr/local/share/licenses/ddns-1.0/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/share/licenses/ddns-1.0/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/ddns-1.0/catalog.mk: ca3f33016ab2aa5f27eafa9fb42495ecc87f8e59cc6c16ee4d1b8d25408753ce
directories:
  /usr/local/share/licenses/ddns-1.0/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
message: "========================================================================\nddns
  configuration files were installed in the following directory:\n\n\t/usr/local/etc/ddns\n\nBefore
  starting the server or the client you need to perform the\nfollowing steps:\n\n1)
  Copy the appropriate sample configuration file as follows:\n\n\tcp /usr/local/etc/ddns/ddns_server.conf.sample
  /usr/local/etc/ddns/ddns_server.conf\n\n   or\n\n\tcp /usr/local/etc/ddns/ddns_client.conf.sample
  /usr/local/etc/ddns/ddns_client.conf\n\n2) Edit ddns's configuration file to suit
  your needs:\n\n\t$EDITOR /usr/local/etc/ddns/ddns_server.conf\n\n   or\n\n\t$EDITOR
  /usr/local/etc/ddns/ddns_client.conf\n\n3) Add the following line to your rc.conf:\n\n\tddns_server_enable=\"YES\"
  \n\n   or\n\n\tddns_client_enable=\"YES\" \n\n\nThen you can start a ddns daemon
  by issuing the following command:\n\n\t/usr/local/etc/rc.d/ddns_server start\n\n
  \   or\n\n\t/usr/local/etc/rc.d/ddns_client start\n========================================================================\n"
