c9c4 FreshPorts -- devel/cppcheck
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
cppcheck 1.59 devel on this many watch lists=5 search for ports that depend on this port
Static analysis of C/C++ code
Maintained by: bf@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Mar 2009 19:54:19
License: GPLv3


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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. textproc/libxslt
  2. textproc/docbook-xsl
  3. lang/python27
  4. devel/gmake
Required Libraries:
  1. devel/pcre
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/cppcheck/ && make install clean
To add the package: pkg_add -r cppcheck


Configuration Options
===> The following configuration options are available for cppcheck-1.59:
     MATCHCOMPILER=on: Build-time optimizations via Python
     RULES=on: User-defined rule support (requires PCRE)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  3. http://freefr.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  4. http://garr.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  5. http://heanet.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  6. http://hivelocity.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  7. http://ignum.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  8. http://internode.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  9. http://iweb.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  10. http://jaist.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  11. http://kaz.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  12. http://kent.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  13. http://master.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  14. http://nchc.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  15. http://ncu.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  16. http://netcologne.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  17. http://sunet.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  18. http://superb-dca3.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  19. http://switch.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  20. http://tenet.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  21. http://ufpr.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/
  22. http://waix.dl.sourceforge.net/project/cppcheck/cppcheck/1.59/

Number of commits found: 37

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
13 May 2013 10:19:34
Original commit files touched by this commit  1.59
bf search for other commits by this committer
use python 2.* only

Reported by:	eadler
18 Apr 2013 08:24:48
Original commit files touched by this commit  1.59
bf search for other commits by this committer
update to 1.59, temporarily switching to the bundled tinyxml2

Feature safe:	yes
14 Feb 2013 09:42:13
Original commit files touched by this commit  1.58
gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
16 Jan 2013 18:05:43
Original commit files touched by this commit  1.58
bf search for other commits by this committer
update to 1.58; sort some assignments; shorten a long line;
trim Makefile header; fix header search order; make it possible
to build a slim version with minimal dependencies
10 Dec 2012 19:11:12
Refresh Original commit files touched by this commit
  Sanity Test Failure
mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
08 Nov 2012 18:31:42
Original commit files touched by this commit  1.57
bf search for other commits by this committer
update to 1.57

Feature safe:	yes
13 Sep 2012 04:16:05
Original commit files touched by this commit  1.56
bf search for other commits by this committer
update to 1.56
07 Jul 2012 18:04:52
Original commit files touched by this commit  1.55
bf search for other commits by this committer
update to 1.55
19 Apr 2012 03:35:35
Original commit files touched by this commit  1.54
bf search for other commits by this committer
update to 1.54
14 Feb 2012 12:45:35
Original commit files touched by this commit  1.53_1
mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
12 Feb 2012 21:23:35
Original commit files touched by this commit  1.53
bf search for other commits by this committer
update to 1.53
11 Dec 2011 05:44:54
Original commit files touched by this commit  1.52
bf search for other commits by this committer
update to 1.52; don't build or install the manpage if
NOPORTDOCS is defined

Feature safe:   yes
11 Oct 2011 13:40:29
Original commit files touched by this commit  1.51
bf search for other commits by this committer
update to 1.51
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.50_1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
17 Sep 2011 16:19:05
Original commit files touched by this commit  1.50_1
bf search for other commits by this committer
fix a build problem by switching from the bundled tinyxml to textproc/tinyxml

Submitted by:   kevlo (slightly different patch)
19 Aug 2011 17:02:22
Original commit files touched by this commit  1.50
bf search for other commits by this committer
update to 1.50
22 Jun 2011 15:00:49
Original commit files touched by this commit  1.49
bf search for other commits by this committer
update to 1.49

PR:             157813
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
13 Apr 2011 00:52:15
Original commit files touched by this commit  1.48
bf search for other commits by this committer
Update to 1.48, add LICENSE
26 Mar 2011 01:39:07
Original commit files touched by this commit  1.47
bf search for other commits by this committer
Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo
08 Feb 2011 01:03:19
Original commit files touched by this commit  1.47
bf search for other commits by this committer
Update to 1.47

Approved by:    makc, miwi (mentors, implicit)
Feature safe:   yes
30 Dec 2010 10:52:22
Original commit files touched by this commit  1.46.1
bf search for other commits by this committer
update to 1.46.1

Approved by:    makc, miwi (mentors, implicit)
05 Oct 2010 00:03:42
Original commit files touched by this commit  1.45
bf search for other commits by this committer
Update to 1.45

Approved by:    makc, miwi (co-mentors, implicit)
06 Aug 2010 18:03:54
Original commit files touched by this commit  1.44
bf search for other commits by this committer
update to 1.44

Approved by:    makc
11 Jun 2010 14:19:59
Original commit files touched by this commit  1.43
pgj search for other commits by this committer
- Pass maintainership to bf@
20 May 2010 23:47:57
Original commit files touched by this commit  1.43
pgj search for other commits by this committer
- Update to 1.43
14 Mar 2010 09:09:40
Original commit files touched by this commit  1.42
pgj search for other commits by this committer
- Update to 1.42
19 Jan 2010 11:49:14
Original commit files touched by this commit  1.40
pgj search for other commits by this committer
- Update to 1.40

PR:             ports/142953
Submitted by:   bf <bf1783#gmail.com>
15 Dec 2009 19:53:02
Original commit files touched by this commit  1.39
pgj search for other commits by this committer
- Update to 1.39

PR:             ports/141456
Submitted by:           bf <bf1783(at)gmail.com>
01 Nov 2009 21:23:30
Original commit files touched by this commit  1.38
pgj search for other commits by this committer
- Update to 1.38
25 Sep 2009 12:41:48
Original commit files touched by this commit  1.37
pgj search for other commits by this committer
- Update to 1.37

PR:             ports/139082
Submitted by:   bf <bf1783 (at) gmail (dot) com>
Feature safe:   yes
24 Aug 2009 17:54:06
Original commit files touched by this commit  1.35
pgj search for other commits by this committer
- Update to 1.35
- Add thread flags
- Fix sourceforge

PR:             ports/137860
Submitted by:   bf <bf1783 (at) gmail (dot) com>
Approved by:    tabthorpe (mentor, implicit)
17 Jul 2009 11:12:40
Original commit files touched by this commit  1.34
pgj search for other commits by this committer
- Update to 1.34

PR:             ports/136830
Submitted by:   bf <bf1783 (at) gmail (dot) com>
Approved by:    tabthorpe (mentor, implicit)
14 Jun 2009 01:34:08
Original commit files touched by this commit  1.33
pgj search for other commits by this committer
- Update to 1.33

Approved by:    tabthorpe (mentor, implicit)
18 May 2009 15:24:50
Original commit files touched by this commit  1.32
pgj search for other commits by this committer
- Update to 1.32

Approved by:    tabthorpe (mentor)
22 Apr 2009 12:40:15
Original commit files touched by this commit  1.31
pgj search for other commits by this committer
- Update to 1.31
- Respect NO_INSTALL_MAN_PAGES, CXX
- Add "regression-test" target for regression testing
- Switch to bzip2

PR:             ports/133749
Submitted by:   bf <bf2006a (at) yahoo (dot) com>
Approved by:    tabthorpe (mentor)
11 Mar 2009 09:16:14
Original commit files touched by this commit  1.30
pgj search for other commits by this committer
- Update to 1.30
- Respect CXXFLAGS

Approved by:    tabthorpe
06 Mar 2009 19:53:54
Original commit files touched by this commit  1.29
pgj search for other commits by this committer
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

Number of commits found: 37

285f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days31
new fortnight63
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0