---
name: cppcheck
version: 1.61_1
origin: devel/cppcheck
comment: Static analysis of C/C++ code
arch: freebsd:9:x86:64
www: http://sourceforge.net/projects/cppcheck
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- GPLv3
flatsize: 2922661
desc: |
  Cppcheck is a tool for static C/C++ code analysis, and it tries to
  detect bugs that your compiler do not see.  Checks for: memory leaks,
  mismatching allocation-deallocation, buffer overrun, and many more.

  Cppcheck is versatile.  You can check non-standard code that includes
  various compiler extensions, inline assembly code, etc.

  The goal is no false positives.

  WWW: http://sourceforge.net/projects/cppcheck
deps:
  tinyxml2: {origin: textproc/tinyxml2, version: 20130805}
  pcre: {origin: devel/pcre, version: 8.33}
categories:
- devel
shlibs_required:
- libtinyxml2.so.1
- libpcre.so.3
options: {RULES: on, MATCHCOMPILER: on}
