---
name: sysinfo
version: 1.0.1
origin: sysutils/sysinfo
comment: Utility used to gather system configuration information
arch: freebsd:9:x86:64
www: http://forums.freebsd.org/showthread.php?t=3282
maintainer: danger@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 39245
desc: |
  Sysinfo is a shell script, the purpose of which is to automatically
  gather system information and document the hardware and software
  configuration of the given host system. The goal is to provide a
  system operator with descriptive information about an unknown FreeBSD
  installation.

  WWW: http://forums.freebsd.org/showthread.php?t=3282
categories: [sysutils]
options: {DMIDECODE: off, PORTAUDIT: off}
files:
  /usr/local/etc/sysinfo.conf.sample: a1821fa5b0fcf63778f07038de7c1a4a1d28567c14042ab2ad11d51ca88a8918
  /usr/local/man/man5/sysinfo.conf.5.gz: 0853679c5e3fc7fb943a9d059133433206e18a863b9ba200e75273656f6c20fe
  /usr/local/man/man8/sysinfo.8.gz: e4a4ba1f87810f8f5217c9fdc7a3afbf8c3d551ee72d2ed39ef2a04169d6b873
  /usr/local/sbin/sysinfo: 0634a7d717f809c75e2a69169857fe958ff830da711eb4f82e65b85fafc04f5b
  /usr/local/share/sysinfo/LICENCE: 9ee8f9e0af1d59f1d90eb427ec9b8a2997b6dca27399c3cd3a52dc5adf2e42ee
  /usr/local/share/sysinfo/common.subr: b704ef4e63eb146c9c632caf0925c0f1e1f1dd1b6ff32b996673ddac7a093341
  /usr/local/share/sysinfo/modules/bios: 36906bf038714b2830c325ad81895c6fe0a119777ab27a81c17d7dbbaf9da4c3
  /usr/local/share/sysinfo/modules/cpu: 9f123db05d1f2e649b95b20cfe1591bea97efc618109ec4d43355175a6a3cd1b
  /usr/local/share/sysinfo/modules/mem: 6fb90033b9db5fd8c5dd45a3d531c66470894b0229e6dcbb0974944528573494
  /usr/local/share/sysinfo/modules/misc: 5ca3000c4a40b331467154b32bdefe8221d24245c2b6fdbacd04afdd608e44b8
  /usr/local/share/sysinfo/modules/network: 491e4732b231181cecc3cb13cc3aff8315dac6f79e892595ce9fd9e40aaddb37
  /usr/local/share/sysinfo/modules/os: e4dc1f5afbe78ee61e4eaa8d2dd92ac6a92a41109f8de3a36d42a55eb2cb3c6a
  /usr/local/share/sysinfo/modules/packages: a0942570fb0c9bcf746777787f6f234d08425ad3c2dbd5634ba534dd11ee47a9
  /usr/local/share/sysinfo/modules/services: c056214d4bda2f30d7fe2db8cc07a0d5382cd21085fe1ac072be2192d8d0c969
  /usr/local/share/sysinfo/modules/storage: b4855f96b114bec082c08794a4aa5b8344533817d00b681cf1fefe6c149b9614
  /usr/local/share/sysinfo/modules/system: 7ec46602a24c44272dbb40b8149d6143a6ca9f1c244cddc0cebbc0f128523f9a
  /usr/local/share/sysinfo/modules/user: 8425a90d48d17ba75748b67b53167e6783d12ee8bd49722d9577cb540561ce81
directories:
  /usr/local/share/sysinfo/modules/: n
  /usr/local/share/sysinfo/: n
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/sysinfo.conf ] ; then cp -p /usr/local/etc/sysinfo.conf.sample /usr/local/etc/sysinfo.conf; fi
  pre-deinstall: |
    if cmp -s /usr/local/etc/sysinfo.conf.sample /usr/local/etc/sysinfo.conf; then rm -f /usr/local/etc/sysinfo.conf; fi
