diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-10-01 13:12:21 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-10-01 13:12:21 +0000 |
commit | 4134949131ef26960f0aebf106ac1bc7708608da (patch) | |
tree | ee68eda63e0565e7eed02ab83ae5696e731d068c | |
parent | 2ac8d08e99a5400479e6b18168ba7b6ae2d901a9 (diff) | |
download | pkgsrc-4134949131ef26960f0aebf106ac1bc7708608da.tar.gz |
Update to 1.11
Changelog:
1.11 (2012/09/10)
* regular expression operator has changed (Eric Leblond)
* func: match with regexp (Eric Leblond)
* func: now able to match in case of cast (Eric Leblond)
* Missing file was not missing. (Eric Leblond)
* Add missing file. (Eric Leblond)
* Improve function match (Eric Leblond)
1.10 (2012/08/31)
* vim: add support for search on "struct toto" (Eric Leblond)
* Fix error message. (Eric Leblond)
* Factorize version numbering. (Eric Leblond)
1.9 (2012/07/31)
* Add --defined option. (Eric Leblond)
* Add undefined option. (Eric Leblond)
1.8 (2012/03/05)
* Fix CPP support. (Eric Leblond)
1.7 (2012/03/04)
* Directory support: Move code to script (Eric Leblond)
* Add support for directory recursion (Cyril Roelandt)
* Fix a sentence. (Cyril Roelandt)
* Replace "attribut" by "attribute". (Cyril Roelandt)
-rw-r--r-- | textproc/coccigrep/Makefile | 5 | ||||
-rw-r--r-- | textproc/coccigrep/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index eef5a7e74fe..a8f8f98216d 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/03/15 11:53:40 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/01 13:12:21 ryoon Exp $ # -DISTNAME= coccigrep-1.6 -PKGREVISION= 1 +DISTNAME= coccigrep-1.11 CATEGORIES= textproc MASTER_SITES= http://home.regit.org/wp-content/uploads/2011/08/ diff --git a/textproc/coccigrep/distinfo b/textproc/coccigrep/distinfo index 8044fb3c8bf..f99f170d98b 100644 --- a/textproc/coccigrep/distinfo +++ b/textproc/coccigrep/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/11/08 11:15:32 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2012/10/01 13:12:21 ryoon Exp $ -SHA1 (coccigrep-1.6.tar.gz) = 79ac24df7cfccb006e1214a665cc181f39c65663 -RMD160 (coccigrep-1.6.tar.gz) = e3f4f1c352f6f5ed069216ed248e7c624e3f0a57 -Size (coccigrep-1.6.tar.gz) = 31788 bytes +SHA1 (coccigrep-1.11.tar.gz) = 545a847819523bd068f458164f4de95e095ad68f +RMD160 (coccigrep-1.11.tar.gz) = e53a19412c028b99ae322afea592a8fd2e5d468e +Size (coccigrep-1.11.tar.gz) = 32743 bytes |