Subject: CVS commit: pkgsrc/devel/pcre
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/06/2007 23:45:43
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Jan  6 23:45:43 UTC 2007

Modified Files:
	pkgsrc/devel/pcre: Makefile PLIST distinfo
Removed Files:
	pkgsrc/devel/pcre/patches: patch-ac patch-ad

Log Message:
Update to 7.0:

Release 7.0 23-Nov-06
---------------------

This release has a new major number because there have been some internal
upheavals to facilitate the addition of new optimizations and other facilities,
and to make subsequent maintenance and extension easier. Compilation is likely
to be a bit slower, but there should be no major effect on runtime performance.
Previously compiled patterns are NOT upwards compatible with this release. If
you have saved compiled patterns from a previous release, you will have to
re-compile them. Important changes that are visible to users are:

1. The Unicode property tables have been updated to Unicode 5.0.0, which adds
   some more scripts.

2. The option PCRE_NEWLINE_ANY causes PCRE to recognize any Unicode newline
   sequence as a newline.

3. The \R escape matches a single Unicode newline sequence as a single unit.

4. New features that will appear in Perl 5.10 are now in PCRE. These include
   alternative Perl syntax for named parentheses, and Perl syntax for
   recursion.

5. The C++ wrapper interface has been extended by the addition of a
   QuoteMeta function and the ability to allow copy construction and
   assignment.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/devel/pcre/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/pcre/PLIST
cvs rdiff -r1.22 -r1.23 pkgsrc/devel/pcre/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/devel/pcre/patches/patch-ac \
    pkgsrc/devel/pcre/patches/patch-ad

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