---
name: nakenchat
version: 2.12
origin: net/nakenchat
comment: Small (under 50k) chat server with many features
arch: freebsd:9:x86:64
www: http://nakenchat.naken.cc/
maintainer: olevole@olevole.ru
prefix: /usr/local
licenselogic: single
flatsize: 63899
desc: |
  Small chat server written in C.  The compiled code is still under
  50k (at this time around 40k).  The chat offers many features
  including private channels, gagging, squelching, banning,
  censoring, and much more.  Users can connect to the chat through
  many ways including telnet and a Java applet through a webpage.

  WWW: http://nakenchat.naken.cc/

  -Michael Kohn

  mike@mikekohn.net
categories: [net]
options: {DEBUG: off, DOTQ: off, ELITEFILTER: off, FUSERLIST: off, HIDDENCAVES: off,
  KEEPALIVEOFF: off, USERCHANLISTOFF: off}
files:
  /usr/local/bin/nakenchat: cca4569ba2bdd70a150bf33b4d6f225222c66ce0ba8abc84c6bc834eb8ea5d2f
  /usr/local/bin/nakenpasswd: 283a7ffa46189149e86671c70f8409872d4744023b9d59df6680db079b56acca
  /usr/local/etc/nakenchat.conf.sample: 768528e6ff95110a2e047bdb7845f4c15761e27ca141794665c82f6c4c9173eb
  /usr/local/etc/rc.d/nakenchat: f7985e730b09229437bd16c9f8a4f2337b1ee50baff44923b94f2f9c9500166f
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/nakenchat.conf ] ; then cp -p /usr/local/etc/nakenchat.conf.sample /usr/local/etc/nakenchat.conf; fi
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/nakenchat.conf.sample /usr/local/etc/nakenchat.conf; then rm -f /usr/local/etc/nakenchat.conf; fi
    cd /usr/local
  post-deinstall: |
    cd /usr/local
