Subject: CVS commit: pkgsrc/devel/pmccabe
From: Alistair G. Crooks
Date: 2005-02-24 12:19:00
Message id: 20050224111900.849792DA1D@cvs.netbsd.org

Log Message:
Initial import of pmccabe-2.2-3 into the Packages Collection, suggested
by Mike Cheponis.

	pmccabe 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.

Files:
RevisionActionfile
1.1importpkgsrc/devel/pmccabe/Makefile
1.1importpkgsrc/devel/pmccabe/PLIST
1.1importpkgsrc/devel/pmccabe/distinfo
1.1importpkgsrc/devel/pmccabe/DESCR
1.1importpkgsrc/devel/pmccabe/patches/patch-aa