pkgsrc changes:
- Switch MASTER_SITES to MASTER_SITE_GITHUB that also contains newer
releases
- Delete PYTHON_VERSIONS_INCOMPATIBLE, now coccigrep is compatible
also with Python 3.
Changes:
1.16
----
- Add support for Python 3.4
1.15
----
- Add Python 3 support
1.14
----
- Various bug fixes and improvements
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
1.13 (2014/01/10)
* Improve accuracy (Eric Leblond)
* vim: correctly indent file (Eric Leblond)
* add match on identifier name (Eric Leblond)
* Merge pull request #11 from yhuelf/master (Eric Leblond)
* vim plugin: cosmetics (Frédéric Yhuel)
* vim plugin: allow use of "-l" option (Frédéric Yhuel)
* fix version detection (Eric Leblond)
* --version is not supported by all spatch version (Eric Leblond)
* Add structure matching example. (Eric Leblond)
* Add information about dependencies. (Eric Leblond)
* Reorder README so we see installation part (Eric Leblond)
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
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.