---
name: amavis-logwatch
version: 1.51.02
origin: mail/amavis-logwatch
comment: Amavisd-new log parser
arch: freebsd:9:x86:64
www: http://logreporters.sourceforge.net/
maintainer: masaki@club.kyutech.ac.jp
prefix: /usr/local
licenselogic: single
licenses:
- MIT
flatsize: 241863
desc: |
  The amavis-logwatch(1) utility is an Amavisd-new log parser
  that produces summaries, details, and statistics regarding
  the operation of Amavisd-new (henceforth, simply called Amavis).

  A key feature of amavis-logwatch is its ability to produce
  a very wide range of reports with data grouped and sorted as
  much as possible to reduce noise and highlight patterns. Brief
  summary reports provide a quick overview of general Amavis
  operations and message delivery, calling out warnings that
  may require attention. Detailed reports provide easy to scan,
  hierarchically-arranged and organized information, with as
  much or little detail as desired.

  WWW: http://logreporters.sourceforge.net/
deps:
  perl: {origin: lang/perl5.14, version: 5.14.4}
categories:
- mail
files:
  /usr/local/bin/amavis-logwatch: e9488b06727b6cac5cfc87f3b29906c1c3f509336bce05b416c4fdb7142db040
  /usr/local/etc/amavis-logwatch/amavis-logwatch.conf.sample: 7f63ab6c75ba534712354471032ac3701cd8ffe5ed3f6820b0fe318105117491
  /usr/local/man/man1/amavis-logwatch.1.gz: 4caf8de0491c30385bc9f1e3e605bc25fe52061e7ad9913a236b54ad77c2f7b8
  /usr/local/share/doc/amavis-logwatch/Bugs: b42437c35bdd3e878d7ac98dd1d26798f1a9a0e55f6e51b1ecdb425f3b49edc7
  /usr/local/share/doc/amavis-logwatch/Changes: 2b3fe36cdcd870ae10646b27517c5ae4682ef9a5908573012a003ef799ad53b2
  /usr/local/share/doc/amavis-logwatch/README: f43e8cea20b9a5ffd6bb6ad98d853dd543f7f4f9319e153253504dad829705be
  /usr/local/share/examples/amavis-logwatch/amavis-logwatch.conf: 7f63ab6c75ba534712354471032ac3701cd8ffe5ed3f6820b0fe318105117491
  /usr/local/share/licenses/amavis-logwatch-1.51.02/LICENSE: 8a9617637463b68fc0584861100926c56e2af396c013024314c285549b9c9642
  /usr/local/share/licenses/amavis-logwatch-1.51.02/MIT: 3876e3863ae340755b4feb22827041eab7ea835beab1a63ec9f12198ee4f11ad
  /usr/local/share/licenses/amavis-logwatch-1.51.02/catalog.mk: 6a5590c2ea9703de3e31662f1da14b4d5f93a3d04217452a6e0e3600d8cd0001
directories:
  /usr/local/share/licenses/amavis-logwatch-1.51.02/: n
  /usr/local/share/licenses/: y
  /usr/local/share/examples/amavis-logwatch/: n
  /usr/local/share/doc/amavis-logwatch/: n
  /usr/local/etc/amavis-logwatch/: y
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/amavis-logwatch/amavis-logwatch.conf ] ; then cp -p /usr/local/etc/amavis-logwatch/amavis-logwatch.conf.sample /usr/local/etc/amavis-logwatch/amavis-logwatch.conf; fi
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/amavis-logwatch/amavis-logwatch.conf.sample /usr/local/etc/amavis-logwatch/amavis-logwatch.conf; then rm -f /usr/local/etc/amavis-logwatch/amavis-logwatch.conf; fi
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
