Tue Feb 2 16:35:46 2010 UTC ()
new package: cppcheck

cppcheck is a tool for static C/C++ code analysis intended to
complement the checking of the compiler.  It checks for memory
leaks, mismatching allocation-deallocation, buffer overrun, unused
functions, coding style, and much more.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(reed)
diff -r0 -r1.1.1.1 pkgsrc/devel/cppcheck/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/cppcheck/PLIST
diff -r0 -r1.1.1.1 pkgsrc/devel/cppcheck/distinfo
diff -r0 -r1.1.1.1 pkgsrc/devel/cppcheck/DESCR

File Added: pkgsrc/devel/cppcheck/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/02/02 16:35:46 reed Exp $
#

DISTNAME=	cppcheck-1.40
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=cppcheck/}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	reed@reedmedia.net
HOMEPAGE=	http://cppcheck.wiki.sourceforge.net/
COMMENT=	Simple syntax checking of C/C++

INSTALLATION_DIRS+=	bin
PKG_DESTDIR_SUPPORT=	user-destdir
USE_LANGUAGES=		c++

# TODO: manpage is in docbook, needs to be converted

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/cppcheck ${DESTDIR}${PREFIX}/bin/

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/cppcheck/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/02 16:35:46 reed Exp $
bin/cppcheck

File Added: pkgsrc/devel/cppcheck/distinfo
$NetBSD: distinfo,v 1.1.1.1 2010/02/02 16:35:46 reed Exp $

SHA1 (cppcheck-1.40.tar.bz2) = 303045508c6f97178e37c77dfdabc2418cd56bf8
RMD160 (cppcheck-1.40.tar.bz2) = d6b62bfaca59e717d6fbf79ad435b047aa3cc0c7
Size (cppcheck-1.40.tar.bz2) = 451838 bytes

File Added: pkgsrc/devel/cppcheck/DESCR
cppcheck is a tool for static C/C++ code analysis intended to
complement the checking of the compiler.  It checks for memory
leaks, mismatching allocation-deallocation, buffer overrun, unused
functions, coding style, and much more.