cvs commit: ports/devel Makefile ports/devel/google-styleguide Makefile distinfo pkg-descr

Yen-Ming Lee leeym at FreeBSD.org
Sat Jul 31 03:08:34 UTC 2010


leeym       2010-07-31 03:08:34 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/google-styleguide Makefile distinfo pkg-descr 
  Log:
  - add google-styleguide 52
  
  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.
  
  WWW: http://code.google.com/p/google-styleguide/
  
  Revision  Changes    Path
  1.3992    +1 -0      ports/devel/Makefile
  1.1       +38 -0     ports/devel/google-styleguide/Makefile (new)
  1.1       +9 -0      ports/devel/google-styleguide/distinfo (new)
  1.1       +17 -0     ports/devel/google-styleguide/pkg-descr (new)


More information about the cvs-ports mailing list