Bug 150472 - [NEW PORT] devel/coccinelle: Coccinelle is a program matching and transformation engine
Summary: [NEW PORT] devel/coccinelle: Coccinelle is a program matching and transformat...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-10 12:00 UTC by Andriy Gapon
Modified: 2010-09-14 12:20 UTC (History)
1 user (show)

See Also:


Attachments
coccinelle-0.2.4.r2.shar (7.67 KB, text/plain)
2010-09-10 12:00 UTC, Andriy Gapon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Gapon 2010-09-10 12:00:15 UTC
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
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2010-09-14 12:16:14 UTC
State Changed
From-To: open->closed

New port added, thank you. Note it needs perl to configure
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-14 12:16:30 UTC
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"