---
name: checkdns
version: 0.5_1
origin: dns/checkdns
comment: A domain name server analysis and reporting tool
arch: freebsd:9:x86:64
www: http://www.enderunix.org/checkdns
maintainer: m.tsatsenko@gmail.com
prefix: /usr/local
licenselogic: single
flatsize: 50816
desc: |
  This program is a domain name server analysis and reporting tool.
  It checks and reports whether a domain name, hosted by your organization,
  is still in use, and if so, reports whether your name servers are
  still the delegated name servers of the domain name in question.

  Reports are generated both to the console and as HTML output.
  HTMLs also include information about the MX and WWW records of the domain name.

  The tool is expected to be of great use for Internet Service Providers
  who are in need of keeping track of lame dns records.

  Author: Atilim BOY aboy@enderunix.org EnderUNIX SDT @ Turkey
  WWW: http://www.enderunix.org/checkdns
categories: [dns]
files:
  /usr/local/bin/checkdns: 9bd5199c79989a54573d262d5e59e3c096f3a066718a196faded416d6063e2bb
  /usr/local/etc/checkdns.conf-dist: 8a4e50b14e556d4f080741985f62fe3daff6ec9c3d9ed31f46655bb3a698405f
  /usr/local/share/checkdns/checkdns.css: 9135f61e87cc4715e5aa8316094d06ec9688154828bae667ee8dac895accf225
  /usr/local/share/checkdns/lang/english: ed4e472fe1d03849113cc06ca9a90df90cdb6d688747112bcfbaa5ac6522f67d
  /usr/local/share/checkdns/lang/spanish: 724e065415c637f9be48d81806890ae5adee641979d728b42639e466a5207e46
  /usr/local/share/checkdns/lang/turkish: e53c9d343491977c5389fa162896c9141decdfc6fe2f0f9334fd68421000ead1
  /usr/local/share/doc/checkdns/AUTHORS: 030830b07b43e6e21c8c1fcbaf7882992dc5df08f1e0119fdd4df3f1b79706c5
  /usr/local/share/doc/checkdns/COPYING: 9e3102d1aceb0d338d085ef4d85399eaa48b0e57ac54b551f5a06884358e0515
  /usr/local/share/doc/checkdns/ChangeLog: 6c499c13e8db9eb0fd7c0784bb5bbf12fa2e68bb04e5b98da0b8f178214f75d0
  /usr/local/share/doc/checkdns/INSTALL: 94232173931e5cd30b4d0f9af3c4553dfd679afe8ab975f02e965f2015b79121
  /usr/local/share/doc/checkdns/README: 648d8adf5cda708377c267cbfc80dce26d5803974ebbc7b8e9455f1d20879ef6
  /usr/local/share/doc/checkdns/THANKS: d7841ecee1096276e65cedff33a94857c20ba48bc75fef4b4017f8aa85984f2c
  /usr/local/share/doc/checkdns/TODO: df15809d3193afb0e7aac67d8b25ae0b2fa64146332bf9e0bf50e29d0891c976
directories:
  /usr/local/share/doc/checkdns/: n
  /usr/local/share/checkdns/lang/: n
  /usr/local/share/checkdns/: n
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/checkdns.conf ] ; then cp -p /usr/local/etc/checkdns.conf-dist /usr/local/etc/checkdns.conf; fi
  pre-deinstall: |
    if cmp -s /usr/local/etc/checkdns.conf-dist /usr/local/etc/checkdns.conf; then rm -f /usr/local/etc/checkdns.conf; fi
message: |2
     --------------------------------------------------------------------
    |            >>> ATTENTION PLEASE <<<                                |
    |                                                                    |
    |   Please don't forget these :                                      |
    |         - editing /usr/local/etc/checkdns.conf file !              |
    |         - copying checkdns.css file to Html Output Directory !     |
    |                                                                    |
     --------------------------------------------------------------------
