---
name: file
version: 5.14
origin: sysutils/file
comment: Utility to determine file type
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [BSD]
flatsize: 2976567
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]
files:
  /usr/local/bin/file: 891b0a8a22819b754eca014457fba7cc4f9aaa9f6cf1f3cd1017122c1de8d952
  /usr/local/include/magic.h: 4018a173031671681376285aec131a0c99a5e1e8cae09693ad8923f4a1475b1e
  /usr/local/lib/libmagic.a: b886e00271de3b1b64f74cfd74779f74ce072ff9aa0e4754297a4126f1c2f4bb
  /usr/local/lib/libmagic.la: cec85779709dc97082d5d8f5fe2c8eafc423f6c01d6d653c6a77097ca3df42b0
  /usr/local/lib/libmagic.so: '-'
  /usr/local/lib/libmagic.so.1: 4576200dbfa562a73aa587982b104ca9df40acd13ec740628e30c6f15448564f
  /usr/local/man/man1/file.1.gz: 4c886f877d3fefd629d7fad3810b0ceb4734bfa80f1eaaceac62c41621c23773
  /usr/local/man/man3/libmagic.3.gz: 1cd2c4eaaa5e58ecebb5951e7dda48ed1dc8c15d9f5274343c2514efb9336d55
  /usr/local/man/man5/magic.5.gz: 9b15f3b735a12053a3e0f23a21f79665ab674ff488f57a9db7ae083467ebddc6
  /usr/local/share/file/magic.mgc: 87593c74d1992827b50bab342c5c554affa03114e7a0ace2c709602e09e009b0
  /usr/local/share/licenses/file-5.14/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/share/licenses/file-5.14/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/file-5.14/catalog.mk: 0c716041fb78e8effc1c257ba14e5207b6084df833647cf82b684cd2098cf616
directories:
  /usr/local/share/licenses/file-5.14/: 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: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
