Subject: CVS commit: pkgsrc/devel/sparse
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 05/21/2007 20:46:44
Module Name:	pkgsrc
Committed By:	reed
Date:		Mon May 21 20:46:44 UTC 2007

Update of /cvsroot/pkgsrc/devel/sparse
In directory ivanova.netbsd.org:/tmp/cvs-serv28979

Log Message:
Import sparse.

Sparse, the semantic parser, provides a compiler frontend capable
of parsing most of ANSI C as well as many GCC extensions, and a
collection of sample compiler backends, including a static analyzer
also called "sparse". Sparse provides a set of annotations designed
to convey semantic information about types, such as what address
space pointers point to, or what locks a function acquires or
releases.

Linus Torvalds started writing Sparse in 2003, initially targeting
issues such as mixing pointers to user address space and pointers
to kernel address space.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/sparse/Makefile
N pkgsrc/devel/sparse/PLIST
N pkgsrc/devel/sparse/distinfo
N pkgsrc/devel/sparse/DESCR
N pkgsrc/devel/sparse/patches/patch-aa

No conflicts created by this import