---
name: scanhill
version: 0.5.p1
origin: security/scanhill
comment: Microsoft Messenger Protocol Sniffer
arch: freebsd:9:x86:64
www: http://www.enderunix.org/scanhill/
maintainer: garga@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 18049
desc: "Scanhill is a Microsoft Messenger Protocol Sniffer. Currently it can only\nintercept
  Instant Text Messaging. Optionally, intercepted text messages can be\nstored onto
  an RDMBS (Only mySQL is supported for now). Given that mySQL is\nused, stored instant
  messages can be read through a browser interface that is\nwritten in PHP language.
  Please see the INSTALL.txt file for instructions on\nhow to install, configure and
  run EnderUNIX scanhill.\n\nWWW:\thttp://www.enderunix.org/scanhill/\n"
deps:
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories: [security, net-im]
options: {DOCS: on, MYSQL: off}
files:
  /usr/local/bin/scanhill: c179a734315c7997133ca4f79beac6b872e7ca8456417f86f56f722f9a1b21c7
  /usr/local/etc/scanhill.conf-dist: 950065996337e5dcbdf055aa4438249982de82b135f6c823b5969cd4d935228b
  /usr/local/share/doc/scanhill/INSTALL.txt: 83d40e03e5ceddd967c5c5889a396817f11e1284c2865d40b07fecc17c095c13
  /usr/local/share/doc/scanhill/README.txt: d43514c3c7197ccde3678c4e9f94b64d2c35b62a6618633784c58103e4692f58
  /usr/local/share/doc/scanhill/mysql.sql: 3f6ab12e3d40c2175d40c8be4b5d75522fbfc2ff890c4782fa79b99f619d2fe5
directories:
  /usr/local/share/doc/scanhill/: n
scripts:
  post-install: |
    [ -f /usr/local/etc/scanhill.conf ] || cp -f /usr/local/etc/scanhill.conf-dist /usr/local/etc/scanhill.conf
  pre-deinstall: |
    if cmp -s /usr/local/etc/scanhill.conf-dist /usr/local/etc/scanhill.conf; then rm -f /usr/local/etc/scanhill.conf; fi
