Date: Fri, 6 Mar 2009 19:53:54 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/cppcheck Makefile distinfo pkg-descr ports/devel/cppcheck/files patch-Makefile Message-ID: <200903061953.n26JrsQm061857@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2009-03-06 19:53:54 UTC
FreeBSD ports repository (doc committer)
Modified files:
devel Makefile
Added files:
devel/cppcheck Makefile distinfo pkg-descr
devel/cppcheck/files patch-Makefile
Log:
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
Approved by: tabthorpe
Revision Changes Path
1.3388 +1 -0 ports/devel/Makefile
1.1 +31 -0 ports/devel/cppcheck/Makefile (new)
1.1 +3 -0 ports/devel/cppcheck/distinfo (new)
1.1 +15 -0 ports/devel/cppcheck/files/patch-Makefile (new)
1.1 +10 -0 ports/devel/cppcheck/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903061953.n26JrsQm061857>
