./wip/coccigrep, Semantic grep for the C language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.20, Package name: coccigrep-1.20, Maintainer: pkgsrc-users

coccigrep is a semantic grep for the C language based on coccinelle.
It can be used to find where a given structure is used in code
files. coccigrep depends on the spatch program which comes with
coccinelle.


Required to run:
[devel/py-setuptools] [textproc/py-pygments] [wip/coccinelle] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 01b955b84ebb8b284e227c57767ddea8e8f985c8
Filesize: 32.253 KB

Version history: (Expand)


CVS history: (Expand)


   2011-11-08 12:19:29 by Ryo ONODERA | Files touched by this commit (4) | Package removed
Log message:
Imported as textproc/coccigrep
   2011-11-08 12:11:28 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 1.6

Changelog:
1.6 (2011/11/07)
 * Remove matched information from context lines (Guillaume Nault)
 * Fix issue with single concurrency run (Eric Leblond)
 * Prepare 1.6 release. (Eric Leblond)
 * Fix context group separation (Guillaume Nault)
 * Fix docstring typo (Guillaume Nault)
 * Change field separator for context lines (Guillaume Nault)
 * Fix compatibility with python 2.5. (Eric Leblond)
 * Add a separator between blocks of matched lines (Guillaume Nault)
 * Avoid context line duplication (Guillaume Nault)
 * Add missing information in CocciMatch::display() docstring (Guillaume Nault)
 * Fix context line numbers (Guillaume Nault)
   2011-11-05 10:18:16 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 1.5

Changelog:
1.5 (2011/11/03)
 * Allow specyfing a list of input files via a file (-l / --file-list) (Thomas Graf)
 * Fix unmatched patterns when using option "--operation=set" \ 
(Guillaume Nault)
   2011-10-28 12:16:43 by Ryo ONODERA | Files touched by this commit (4) | Imported package
Log message:
Import coccigrep-1.4 as wip/coccigrep.

coccigrep is a semantic grep for the C language based on coccinelle.
It can be used to find where a given structure is used in code
files. coccigrep depends on the spatch program which comes with
coccinelle.