---
name: mcelog
version: 1.0.p3
origin: sysutils/mcelog
comment: Collects and decodes Machine Check Exception data
arch: freebsd:9:x86:64
www: http://mcelog.org/
maintainer: jdc@koitsu.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 92277
desc: |
  mcelog processes machine checks (in particular memory and CPU
  hardware errors) on modern x86-based unix systems and
  produces human-readable output.

  This software is heavily patched to work on FreeBSD systems,
  and thus provides an extremely limited subset of features as
  of this writing (for example, daemon mode is not currently
  supported).

  The primary purpose is to provide a way to decode MCE output
  from the FreeBSD kernel into something more human-readable
  using the command 'mcelog --no-dmi --ascii'.

  FreeBSD conversion patches were originally written by John
  Baldwin <jhb@freebsd.org> and later incorporated into this
  port.

  WWW: http://mcelog.org/
categories: [sysutils]
files:
  /usr/local/bin/mcelog: 051e92b00534a4ba185c27e0de1e589204cdb46a32f23bdddc0fff6816bca104
  /usr/local/man/man8/mcelog.8.gz: 3ee0e54bc6a2b66ffa2e91f49868f07fa8378b07b6ced1b82660c80b6c94fb56
  /usr/local/share/licenses/mcelog-1.0.p3/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/mcelog-1.0.p3/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/mcelog-1.0.p3/catalog.mk: e237e9635b4b7d62e6d5e28b8e4d993d1bbd3dfd0f622716ad875edafaa26f80
directories:
  /usr/local/share/licenses/mcelog-1.0.p3/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: |
  ======================================================
  You can decode MCE output from the FreeBSD kernel by
  using the following command:

    mcelog --no-dmi --ascii --file /path/to/log

  Or if you wish to paste the MCE via stdin:

    mcelog --no-dmi --ascii
    {...paste MCE and send EOF/press Ctrl-D...}

  ======================================================
