---
name: file
version: 5.15
origin: sysutils/file
comment: Utility to determine file type
arch: freebsd:10:x86:64
www: UNKNOWN
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- BSD
flatsize: 3123084
desc: |
  File tests each argument in an attempt to classify it. There are three sets of
  tests, performed in the following order:

    - filesystem tests
    - magic number tests
    - language tests

  The first test that succeeds causes the file type to be printed.
categories:
- sysutils
shlibs_required:
- libmagic.so.1
shlibs_provided:
- libmagic.so.1
files:
  /usr/local/bin/file: 0e9ed2f179999e9ede221f0bcf4eccde8041e5e3a6139da0d05811269d6597df
  /usr/local/include/magic.h: 8de24cb4d2f3152e6ca0b4adf84ccd2a89f089355b69069ece6caae179a61cfe
  /usr/local/lib/libmagic.a: 98b389642118daede4d0f8cc0c53437d649157c6c46804fe490bde94070bc5fb
  /usr/local/lib/libmagic.la: cec85779709dc97082d5d8f5fe2c8eafc423f6c01d6d653c6a77097ca3df42b0
  /usr/local/lib/libmagic.so: '-'
  /usr/local/lib/libmagic.so.1: 75c8acba3e3825cb720f1ef6e00daa66718ad63b03d29363677dec68c3427ea9
  /usr/local/man/man1/file.1.gz: 1a840a7cc691caea55d6901e38dba7fad8bcf179510d174d0498c00dd35a5a4b
  /usr/local/man/man3/libmagic.3.gz: 1cd2c4eaaa5e58ecebb5951e7dda48ed1dc8c15d9f5274343c2514efb9336d55
  /usr/local/man/man5/magic.5.gz: ef3de2ffea30f925aa5184de6c4473895a2deffa91431beeef19177d811c1b3a
  /usr/local/share/file/magic.mgc: 3b45caecf65c0b48c6973401dbce10300da83289e72811b79dde516a7f693b7f
  /usr/local/share/licenses/file-5.15/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/share/licenses/file-5.15/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/file-5.15/catalog.mk: 255d40bea947c1782be8aee68075e98baceabbe3d32fd5de68a79fecbcdbf2ae
directories:
  /usr/local/share/licenses/file-5.15/: n
  /usr/local/share/licenses/: y
  /usr/local/share/file/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
