---
name: qpage
version: 3.3_7
origin: comms/qpage
comment: SNPP client/server for sending messages to an alphanumeric pager
arch: freebsd:9:x86:64
www: http://www.qpage.org/
maintainer: jfb@mr-happy.com
prefix: /usr/local
licenselogic: single
flatsize: 105652
desc: |
  QuickPage sends messages to a paging terminal using the SNPP and IXO
  (also known as TAP) protocols.  It is normally used with no options
  other than a recipient and the message text, in which case the message
  is sent to the SNPP server where it is submitted to a page queue to be
  sent by a separate daemon process.

  Page groups and duty schedules are supported.  Status notification
  messages indicating the success or failure of a page are sent via
  e-mail to submitters of high-priority (level 0) pages.

  WWW: http://www.qpage.org/
categories: [comms]
options: {IDENT_PATCH: off}
files:
  /usr/local/bin/qpage: c53314827ac8e38f8df9e7eec6389978e05d36da109f18f847ead4dbb19bc454
  /usr/local/etc/qpage-example.cf: d725d80c63caf7e40d26d2ef5303dc58f3b6c9d67df340f1d09ca565b706f6a2
  /usr/local/etc/rc.d/qpage: 96bdb6c81b3520c96ead9458246d059df1ea7d5167f86817c868b8334ffdb5d4
  /usr/local/man/man1/qpage.1.gz: 9e54176ca2f983e6d832221e4bf37e8f92b2741583d820a23fc6b12529fb7f93
scripts:
  post-install: |
    if [ ! -d /var/spool/qpage ]; then mkdir /var/spool/qpage; chown uucp:dialer /var/spool/qpage; chmod 0775 /var/spool/qpage; fi
    cd /usr/local
  pre-deinstall: |
    if [ -d /var/spool/qpage ]; then rm -rf /var/spool/qpage; fi
    cd /usr/local
  post-deinstall: |
    cd /usr/local
