Path to this page:
./
devel/pmccabe,
Measures the McCabe cyclomatic complexity of C and C++
Branch: CURRENT,
Version: 2.5,
Package name: pmccabe-2.5,
Maintainer: pkgsrc-userspmccabe processes the named files, or standard input if none are
named, calculating statistics including McCabe cyclomatic complexity
for each function found. The files are expected to be either C (ANSI
or K&R) or C++.
pmccabe ignores all cpp preprocessor directives - calculating the
complexity of the appearance of the code rather than the complexity
after the preprocessor mangles the code. This is especially important
since simple things like getchar(3) expand into macros which increase
complexity.
Master sites:
Filesize: 55.667 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2009-02-04) Updated to version: pmccabe-2.5
- (2005-10-05) Package added to pkgsrc.se, version pmccabe-2.2.3 (created)
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2017-09-03 10:37:04 by Thomas Klausner | Files touched by this commit (182) |
Log message:
Comment out dead MASTER_SITES/HOMEPAGEs.
|
2016-04-01 13:48:28 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
Use PKGMANDIR. Add patch comment.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-02-16 19:48:05 by Hans Rosenfeld | Files touched by this commit (1) |
Log message:
Make sure this uses the correct install tool.
|
2009-02-04 13:30:14 by Ignatios Souvatzis | Files touched by this commit (2) |
Log message:
Update to pmccabe-2.5-CVS20081026, similar as suggested by Marco Schuetz
in PR 39749, but later version. Passes test target.
|