---
name: undernet-ircu
version: 2.10.12.14
origin: irc/undernet-ircu
comment: Undernet IRCU irc daemon
arch: freebsd:9:x86:64
www: http://coder-com.undernet.org
maintainer: weaseal@users.sourceforge.net
prefix: /usr/local
licenselogic: single
flatsize: 732921
desc: "Undernet's popular and reliable irc daemon.  See website (URL below) for\ndetails.\n\nNote
  that this port is titled \"undernet-ircu\" to differentiate it from another\nircd
  known as ircu (which was created and is maintained by a former undernet\ncoder who
  forked project paths without changing project names).\n\nAuthor:\t\"Coder-Com\"
  <coder-com@undernet.org>\nWWW:\thttp://coder-com.undernet.org\n"
categories: [net, irc]
users: [undernet]
groups: [undernet]
options: {ASSERTS: off, DEBUG: off, DEVPOLL: off, EPOLL: off, INLINES: off, IPV6: on,
  KQUEUE: off, LEAKDETECT: off, PEDANTIC: off, POLL: off, PROFILE: off, WARNINGS: off}
files:
  /usr/local/bin/convert-conf: 8b46c3cfc9f1bcc8a7054b2a9d73bf832183b49cf8b850203c68e21e14dd2452
  /usr/local/bin/ircd: 91e9f834d1af6d7bc84a52fe4ecfa518c7aff8b2658dbc460d6bf644acfa9e76
  /usr/local/bin/umkpasswd: e597243fd4a8b81b13f6bd1f29b6d3e502543e77988152933416034bdb65493f
  /usr/local/etc/ircd.conf.example: 0b09c7ceb7491439715b72e5e6378e8531b652f714008004fc8734d8a606edc1
  /usr/local/etc/rc.d/undernet: 7134e41c25bed905b25754ccb8caa46862acbd4f038db0bb0041a43b7646173a
scripts:
  post-install: |
    echo "===> Creating users and/or groups."
    if ! /usr/sbin/pw groupshow undernet >/dev/null 2>&1; then  echo "Creating group 'undernet' with gid '134'.";  /usr/sbin/pw groupadd undernet -g 134; else echo "Using existing group 'undernet'."; fi
    if ! /usr/sbin/pw usershow undernet >/dev/null 2>&1; then  echo "Creating user 'undernet' with uid '134'.";  /usr/sbin/pw useradd undernet -u 134 -g 134  -c "Undernet ircu Daemon" -d /nonexistent -s /usr/sbin/nologin;  else echo "Using existing user 'undernet'."; fi
    cd /usr/local
  pre-deinstall: |
    if /usr/sbin/pw usershow undernet >/dev/null 2>&1; then  echo "==> You should manually remove the \"undernet\" user. "; fi
    cd /usr/local
  post-deinstall: |
    cd /usr/local
