* updated ktuberling (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / base / tre / tre.desc
blobd294fb5de0514d17c76ab1fa7292a58948059e78
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] This copyright note is auto-generated by scripts/Create-CopyPatch.
3 [COPY] 
4 [COPY] T2 SDE: package/*/tre/tre.desc
5 [COPY] Copyright (C) 2006 - 2021 The T2 SDE Project
6 [COPY] 
7 [COPY] More information can be found in the files COPYING and README.
8 [COPY] 
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License as published by
11 [COPY] the Free Software Foundation; version 2 of the License. A copy of the
12 [COPY] GNU General Public License can be found in the file COPYING.
13 [COPY] --- T2-COPYRIGHT-NOTE-END ---
15 [I] A lightweight POSIX compatible regexp library, supporting fuzzy matching
17 [T] TRE is a lightweight, robust, efficient, portable, and POSIX compliant
18 [T] regexp matching library. Key features include the agrep command
19 [T] line tool for approximate regexp matching in the style of grep,
20 [T] an approximate matching library API, portability, wide character and
21 [T] multibyte character support, binary pattern and data support, complete
22 [T] thread safety, consistently efficient matching, low memory consumption
23 [T] and small footprint, and strict standards conformance.
25 [U] http://laurikari.net/tre/
27 [A] Ville Laurikari <vlaurika@cs.hut.fi>
28 [M] Rene Rebe <rene@t2-project.org>
30 [C] base/library
31 [F] CROSS
33 [L] GPL
34 [S] Beta
35 [V] 0.8.0
36 [P] X -----5---9 196.000
38 # always build the static flavour, as needed by tre
39 [O] var_append extraconfopt ' ' '--enable-static'
40 [O] [ "$SDECFG_STATIC" != 1 ] && var_append extraconfopt ' ' '--enable-shared'
42 [CV-FLAGS] ODD-STABLE
43 [D] 8e6e9f4a1ab833585f816b559c8ae4836e7ba0c134dd2359f344d6b0 tre-0.8.0.tar.bz2 http://laurikari.net/tre/