Module Name:    src
Committed By:   christos
Date:           Sat Nov  5 23:03:20 UTC 2011

Modified Files:
        src/doc: 3RDPARTY CHANGES

Log Message:
add tre


To generate a diff of this commit:
cvs rdiff -u -r1.885 -r1.886 src/doc/3RDPARTY
cvs rdiff -u -r1.1621 -r1.1622 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.885 src/doc/3RDPARTY:1.886
--- src/doc/3RDPARTY:1.885	Sat Nov  5 15:08:22 2011
+++ src/doc/3RDPARTY	Sat Nov  5 19:03:20 2011
@@ -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 @@ Mailing List:	http://gmplib.org/mailman/
 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

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1621 src/doc/CHANGES:1.1622
--- src/doc/CHANGES:1.1621	Wed Nov  2 01:24:55 2011
+++ src/doc/CHANGES	Sat Nov  5 19:03:20 2011
@@ -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 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
 	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]

Reply via email to