pkgsrc/devel/pcre/PLIST
wiz f157ffefb0 Update to 4.3.
Version 4.3 21-May-03

Refactoring for code improvements. POSIX compat fix (constification).
UTF-8 fixes.

Version 4.2 14-Apr-03

Build fixes. Removed some compiler warnings. UTF-8 fixes.

Version 4.1 12-Mar-03

Compilation fixes. A bug fix, and two optimization fixes.

Highlights of the 4.0 release:
1. Support for Perl's \Q...\E escapes.

2. "Possessive quantifiers" ?+, *+, ++, and {,}+ which come from Sun's Java
package. They provide some syntactic sugar for simple cases of "atomic
grouping".

3. Support for the \G assertion. It is true when the current matching position
is at the start point of the match.

4. A new feature that provides some of the functionality that Perl provides
with (?{...}). The facility is termed a "callout". The way it is done in PCRE
is for the caller to provide an optional function, by setting pcre_callout to
its entry point. To get the function called, the regex must include (?C) at
appropriate points.

5. Support for recursive calls to individual subpatterns. This makes it really
easy to get totally confused.

6. Support for named subpatterns. The Python syntax (?P<name>...) is used to
name a group.

7. Several extensions to UTF-8 support; it is now fairly complete. There is an
option for pcregrep to make it operate in UTF-8 mode.

8. The single man page has been split into a number of separate man pages.
These also give rise to individual HTML pages which are put in a separate
directory. There is an index.html page that lists them all. Some hyperlinking
between the pages has been installed.
2003-08-05 10:18:39 +00:00

43 lines
1,008 B
Text

@comment $NetBSD: PLIST,v 1.3 2003/08/05 10:18:39 wiz Exp $
bin/pcre-config
bin/pcregrep
bin/pcretest
include/pcre.h
include/pcreposix.h
lib/libpcre.a
lib/libpcre.la
lib/libpcre.so
lib/libpcre.so.0
lib/libpcre.so.0.1
lib/libpcreposix.a
lib/libpcreposix.la
lib/libpcreposix.so
lib/libpcreposix.so.0
lib/libpcreposix.so.0.0
man/man1/pcregrep.1
man/man1/pcretest.1
man/man3/pcre.3
man/man3/pcre_compile.3
man/man3/pcre_config.3
man/man3/pcre_copy_named_substring.3
man/man3/pcre_copy_substring.3
man/man3/pcre_exec.3
man/man3/pcre_free_substring.3
man/man3/pcre_free_substring_list.3
man/man3/pcre_fullinfo.3
man/man3/pcre_get_named_substring.3
man/man3/pcre_get_stringnumber.3
man/man3/pcre_get_substring.3
man/man3/pcre_get_substring_list.3
man/man3/pcre_info.3
man/man3/pcre_maketables.3
man/man3/pcre_study.3
man/man3/pcre_version.3
man/man3/pcreapi.3
man/man3/pcrebuild.3
man/man3/pcrecallout.3
man/man3/pcrecompat.3
man/man3/pcrepattern.3
man/man3/pcreperform.3
man/man3/pcreposix.3
man/man3/pcresample.3