---
name: google-styleguide
version: 66
origin: devel/google-styleguide
comment: A tool to assist with Google style guide compliance
arch: freebsd:9:x86:64
www: http://code.google.com/p/google-styleguide/
maintainer: leeym@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 125737
desc: |
  This is automated checker to make sure a C++ file follows Google's C++ style
  guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it
  heavily relies on regular expressions, cpplint.py won't catch all violations of
  the style guide and will very occasionally report a false positive. There is a
  list of things we currently don't handle very well at the top of cpplint.py,
  and we welcome patches to improve it.

  The linting tool takes a list of files as input. For full usage instructions,
  please see the output of:

    ./cpplint.py --help

  Unit tests are provided in cpplint_unittest.py. This file can safely be ignored
  by end users who have downloaded this package and only want to run the lint
  tool.

  WWW: http://code.google.com/p/google-styleguide/
deps:
  python27: {origin: lang/python27, version: 2.7.5_2}
  python2: {origin: lang/python2, version: 2}
  python: {origin: lang/python, version: '2.7,2'}
  gettext: {origin: devel/gettext, version: 0.18.3}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- devel
files:
  /usr/local/bin/cpplint.py: 44232db97857c5356c27813732526b8e4cb1c933a134a629e1f9c13418b4beec
  /usr/local/share/doc/google-styleguide/README: 1c0500c633b2161633abffccc942f8b18dddb04a9b099d40db09b959078044c8
directories:
  /usr/local/share/doc/google-styleguide/: n
scripts: {}
