---
name: checkheaders
version: 1.0.1
origin: devel/checkheaders
comment: Checks headers in C/C++ programs
arch: freebsd:9:x86:64
www: http://code.google.com/p/checkheaders/
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv3]
flatsize: 121265
desc: "This software checks the headers in a C/C++ program, and detects unnecessary\ninclusions.
  A \"#include\" is needed if any symbol names match. If there are no\nmatching symbol
  names, it is not needed. This tool will work best if all\nclasses, variables, constants,
  functions, etc. have unique names.\n\nWWW:\thttp://code.google.com/p/checkheaders/\n"
categories: [devel]
files:
  /usr/local/bin/checkheaders: f575c3e6c281c4699a9789d7f8544d28ccee6c2f135c22ea538fd6d8fea03100
  /usr/local/share/licenses/checkheaders-1.0.1/GPLv3: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
  /usr/local/share/licenses/checkheaders-1.0.1/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/checkheaders-1.0.1/catalog.mk: dec1ebf2908f73dd4e608724792ce3b995dbd964599909f016e5ec13a8403145
directories:
  /usr/local/share/licenses/checkheaders-1.0.1/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
