diff options
author | ghen <ghen@pkgsrc.org> | 2009-07-02 11:43:38 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-07-02 11:43:38 +0000 |
commit | a0acc3c979e807cc9b6d09c283b8b1704148ae02 (patch) | |
tree | 8e68d677a6ea0216c92fbd727f3809b41f8704bb /devel/tre | |
parent | ffa8d0d0e599e823d9559c42c071bd9dcbc5281f (diff) | |
download | pkgsrc-a0acc3c979e807cc9b6d09c283b8b1704148ae02.tar.gz |
Include agrep in DESCR.
Diffstat (limited to 'devel/tre')
-rw-r--r-- | devel/tre/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/tre/DESCR b/devel/tre/DESCR index 220d5be8bb5..915f19f1d3c 100644 --- a/devel/tre/DESCR +++ b/devel/tre/DESCR @@ -10,3 +10,10 @@ is the length of the text. The used space is also quadratic on the length of the regex, but does not depend on the searched string. This quadratic behaviour occurs only on pathological cases which are probably very rare in practice. + +TRE includes a version of the agrep (approximate grep) command line tool +for approximate regexp matching in the style of grep. Unlike other agrep +implementations (like the one by Sun Wu and Udi Manber from University of +Arizona available here) TRE agrep allows full regexps of any length, any +number of errors, and non-uniform costs for insertion, deletion and +substitution. |