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/ Generated with FreeBSD Port Tools 0.99 This port is based on the previous work by Damien Deville which seems to have never been submitted for inclusion into the ports tree: http://coccinelle.lip6.fr/distrib/coccinelle-port-freebsd-0.1.11rc1.tgz
State Changed From-To: open->closed New port added, thank you. Note it needs perl to configure
pav 2010-09-14 11:16:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/coccinelle Makefile distinfo pkg-descr pkg-plist devel/coccinelle/files patch-configure patch-pycaml-Makefile Log: 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> Revision Changes Path 1.4041 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/coccinelle/Makefile (new) 1.1 +3 -0 ports/devel/coccinelle/distinfo (new) 1.1 +47 -0 ports/devel/coccinelle/files/patch-configure (new) 1.1 +11 -0 ports/devel/coccinelle/files/patch-pycaml-Makefile (new) 1.1 +11 -0 ports/devel/coccinelle/pkg-descr (new) 1.1 +76 -0 ports/devel/coccinelle/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"