Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc add tre



details:   https://anonhg.NetBSD.org/src/rev/d97278d0633f
branches:  trunk
changeset: 771004:d97278d0633f
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Nov 05 23:03:20 2011 +0000

description:
add tre

diffstat:

 doc/3RDPARTY |  14 +++++++++++++-
 doc/CHANGES  |  11 ++++++++++-
 2 files changed, 23 insertions(+), 2 deletions(-)

diffs (47 lines):

diff -r e98bfd5d9cef -r d97278d0633f doc/3RDPARTY
--- a/doc/3RDPARTY      Sat Nov 05 22:56:30 2011 +0000
+++ b/doc/3RDPARTY      Sat Nov 05 23:03:20 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: 3RDPARTY,v 1.885 2011/11/05 19:08:22 christos Exp $
+#      $NetBSD: 3RDPARTY,v 1.886 2011/11/05 23:03:20 christos Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1235,3 +1235,15 @@
 Responsible:   mrg
 License:       LGPL3
 Notes:
+
+Package:       tre
+Version:       0.8.0
+Current Vers:  0.8.0
+Maintainer:    http://laurikari.net/tre
+Archive Site:  http://laurikari.net/tre
+Home Page:     http://laurikari.net/tre
+Mailing List:  http://laurikari.net/mailman/listinfo/tre-general
+Responsible:   agc, christos
+License:       BSD
+Notes:
+               Need to feed back local changes
diff -r e98bfd5d9cef -r d97278d0633f doc/CHANGES
--- a/doc/CHANGES       Sat Nov 05 22:56:30 2011 +0000
+++ b/doc/CHANGES       Sat Nov 05 23:03:20 2011 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.1621 $>
+# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.1622 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1152,3 +1152,12 @@
        efa(4): Add driver for ELBOX FastATA 1200. [rkujawa 20111028]
        postfix(1): Import version 2.8.6 [tron 20111028]
        zoneinfo: Import tzdata2011n. [apb 20111102]
+       tre: Incorporate library. Adds agrep. This library provides
+               regcomp/regexec/regerror/regfree as a binary compatible
+               regex library with libc. Using -ltre will use the tre
+               regex functions. The library also has support for
+               approximate regex as well as wide char versions of
+               the regex functions. To access these we are going to
+               need to either add tre.h in /usr/include, or enhance
+               regex.h and provide more tre_ -> libc names aliases.
+               [christos 20111105]



Home | Main Index | Thread Index | Old Index