Date: Sat, 31 Jul 2010 03:08:34 +0000 (UTC) From: Yen-Ming Lee <leeym@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/google-styleguide Makefile distinfo pkg-descr Message-ID: <201007310308.o6V38YRA081815@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007310308.o6V38YRA081815>