cvs commit: ports/devel Makefile ports/devel/cppcheck Makefile
distinfo pkg-descr ports/devel/cppcheck/files patch-Makefile
Gabor Pali
pgj at FreeBSD.org
Fri Mar 6 11:53:55 PST 2009
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)
More information about the cvs-ports
mailing list