aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-09-14 11:16:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-09-14 11:16:24 +0000
commit359e4257acbbe18b8bd0c35e78030ef29db08f6d (patch)
tree5159f27eb6e8ac52f8cb457c6f114de212bfbf59 /devel/Makefile
parent518fe252c90dff88664ecb0fa0b4760afdce6d09 (diff)
downloadports-359e4257acbbe18b8bd0c35e78030ef29db08f6d.tar.gz
ports-359e4257acbbe18b8bd0c35e78030ef29db08f6d.zip
Coccinelle is a program matching and transformation engine which provides the
language SmPL (Semantic Patch Language) for specifying desired matches and transformations in C code. Coccinelle was initially targeted towards performing collateral evolutions in Linux. Such evolutions comprise the changes that are needed in client code in response to evolutions in library APIs, and may include modifications such as renaming a function, adding a function argument whose value is somehow context-dependent, and reorganizing a data structure. Beyond collateral evolutions, Coccinelle is successfully used (by us and others) for finding and fixing bugs in systems code. WWW: http://coccinelle.lip6.fr/ PR: ports/150472 Submitted by: Andriy Gapon <avg@icyb.net.ua>
Notes
Notes: svn path=/head/; revision=261140
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 37ed6b455753..2c645b28ba0e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -212,6 +212,7 @@
SUBDIR += cmph
SUBDIR += cmunge
SUBDIR += cobf
+ SUBDIR += coccinelle
SUBDIR += cocktail
SUBDIR += codeblocks
SUBDIR += codeville