components/pcre2/pcre2.p5m
author Rich Burridge <rich.burridge@oracle.com>
Thu, 13 Apr 2017 13:20:29 -0700
changeset 7864 f11e8d81786a
permissions -rw-r--r--
PSARC 2017/057 pcre2 25783625 Add pcre2 10.23 to Userland because vte 0.47.90 requires it
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7864
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.fmri \
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value=pkg:/library/pcre2@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.summary value="Version 2 of Perl-Compatible Regular Expressions"
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=pkg.description \
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
    value="The PCRE library is a set of functions that implement regular expression pattern matching using almost the same syntax and semantics as Perl"
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.description value="the PCRE library (Version 2)"
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=com.oracle.info.tpno value=$(TPNO)
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.classification value=org.opensolaris.category.2008:Development/C
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2017/057
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
# pcre2-config contains embedded paths, so swap these around.
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file usr/bin/pcre2-config path=usr/bin/$(MACH64)/pcre2-config
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file usr/bin/$(MACH32)/pcre2-config path=usr/bin/pcre2-config
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/bin/pcre2grep
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/bin/pcre2test
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/include/pcre/pcre2.h
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/include/pcre/pcre2posix.h
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
link path=usr/lib/$(MACH64)/libpcre2-8.so target=libpcre2-8.so.0.5.0
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
link path=usr/lib/$(MACH64)/libpcre2-8.so.0 target=libpcre2-8.so.0.5.0
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/$(MACH64)/libpcre2-8.so.0.5.0
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
link path=usr/lib/$(MACH64)/libpcre2-posix.so target=libpcre2-posix.so.1.0.1
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
link path=usr/lib/$(MACH64)/libpcre2-posix.so.1 target=libpcre2-posix.so.1.0.1
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/$(MACH64)/libpcre2-posix.so.1.0.1
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/$(MACH64)/pkgconfig/libpcre2-8.pc
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/$(MACH64)/pkgconfig/libpcre2-posix.pc
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
link path=usr/lib/libpcre2-8.so target=libpcre2-8.so.0.5.0
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
link path=usr/lib/libpcre2-8.so.0 target=libpcre2-8.so.0.5.0
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/libpcre2-8.so.0.5.0
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
link path=usr/lib/libpcre2-posix.so target=libpcre2-posix.so.1.0.1
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
link path=usr/lib/libpcre2-posix.so.1 target=libpcre2-posix.so.1.0.1
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/libpcre2-posix.so.1.0.1
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/pkgconfig/libpcre2-8.pc
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/pkgconfig/libpcre2-posix.pc
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/share/doc/pcre2/html/NON-AUTOTOOLS-BUILD.txt
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/share/doc/pcre2/html/README.txt
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/share/doc/pcre2/html/index.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/share/doc/pcre2/html/pcre2-config.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/share/doc/pcre2/html/pcre2.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/share/doc/pcre2/html/pcre2_callout_enumerate.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/share/doc/pcre2/html/pcre2_code_copy.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/share/doc/pcre2/html/pcre2_code_copy_with_tables.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/share/doc/pcre2/html/pcre2_code_free.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/share/doc/pcre2/html/pcre2_compile.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/share/doc/pcre2/html/pcre2_compile_context_copy.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/share/doc/pcre2/html/pcre2_compile_context_create.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/share/doc/pcre2/html/pcre2_compile_context_free.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/share/doc/pcre2/html/pcre2_config.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/share/doc/pcre2/html/pcre2_dfa_match.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/share/doc/pcre2/html/pcre2_general_context_copy.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/share/doc/pcre2/html/pcre2_general_context_create.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/share/doc/pcre2/html/pcre2_general_context_free.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/share/doc/pcre2/html/pcre2_get_error_message.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/share/doc/pcre2/html/pcre2_get_mark.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/share/doc/pcre2/html/pcre2_get_ovector_count.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/share/doc/pcre2/html/pcre2_get_ovector_pointer.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/share/doc/pcre2/html/pcre2_get_startchar.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/share/doc/pcre2/html/pcre2_jit_compile.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/share/doc/pcre2/html/pcre2_jit_free_unused_memory.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/share/doc/pcre2/html/pcre2_jit_match.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/share/doc/pcre2/html/pcre2_jit_stack_assign.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
file path=usr/share/doc/pcre2/html/pcre2_jit_stack_create.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/share/doc/pcre2/html/pcre2_jit_stack_free.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
file path=usr/share/doc/pcre2/html/pcre2_maketables.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
file path=usr/share/doc/pcre2/html/pcre2_match.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
file path=usr/share/doc/pcre2/html/pcre2_match_context_copy.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
file path=usr/share/doc/pcre2/html/pcre2_match_context_create.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
file path=usr/share/doc/pcre2/html/pcre2_match_context_free.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
file path=usr/share/doc/pcre2/html/pcre2_match_data_create.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
file path=usr/share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
file path=usr/share/doc/pcre2/html/pcre2_match_data_free.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
file path=usr/share/doc/pcre2/html/pcre2_pattern_info.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
file path=usr/share/doc/pcre2/html/pcre2_serialize_decode.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
file path=usr/share/doc/pcre2/html/pcre2_serialize_encode.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
file path=usr/share/doc/pcre2/html/pcre2_serialize_free.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   103
file path=usr/share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
file path=usr/share/doc/pcre2/html/pcre2_set_bsr.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
file path=usr/share/doc/pcre2/html/pcre2_set_callout.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
file path=usr/share/doc/pcre2/html/pcre2_set_character_tables.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
file path=usr/share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   108
file path=usr/share/doc/pcre2/html/pcre2_set_match_limit.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
file path=usr/share/doc/pcre2/html/pcre2_set_max_pattern_length.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
file path=usr/share/doc/pcre2/html/pcre2_set_newline.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
file path=usr/share/doc/pcre2/html/pcre2_set_offset_limit.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
file path=usr/share/doc/pcre2/html/pcre2_set_parens_nest_limit.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   113
file path=usr/share/doc/pcre2/html/pcre2_set_recursion_limit.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
file path=usr/share/doc/pcre2/html/pcre2_set_recursion_memory_management.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   115
file path=usr/share/doc/pcre2/html/pcre2_substitute.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   116
file path=usr/share/doc/pcre2/html/pcre2_substring_copy_byname.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   117
file path=usr/share/doc/pcre2/html/pcre2_substring_copy_bynumber.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
file path=usr/share/doc/pcre2/html/pcre2_substring_free.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
file path=usr/share/doc/pcre2/html/pcre2_substring_get_byname.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
file path=usr/share/doc/pcre2/html/pcre2_substring_get_bynumber.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   121
file path=usr/share/doc/pcre2/html/pcre2_substring_length_byname.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
file path=usr/share/doc/pcre2/html/pcre2_substring_length_bynumber.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
file path=usr/share/doc/pcre2/html/pcre2_substring_list_free.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   124
file path=usr/share/doc/pcre2/html/pcre2_substring_list_get.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
file path=usr/share/doc/pcre2/html/pcre2_substring_nametable_scan.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
file path=usr/share/doc/pcre2/html/pcre2_substring_number_from_name.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
file path=usr/share/doc/pcre2/html/pcre2api.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   128
file path=usr/share/doc/pcre2/html/pcre2build.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
file path=usr/share/doc/pcre2/html/pcre2callout.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
file path=usr/share/doc/pcre2/html/pcre2compat.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
file path=usr/share/doc/pcre2/html/pcre2demo.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
file path=usr/share/doc/pcre2/html/pcre2grep.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   133
file path=usr/share/doc/pcre2/html/pcre2jit.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   134
file path=usr/share/doc/pcre2/html/pcre2limits.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   135
file path=usr/share/doc/pcre2/html/pcre2matching.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   136
file path=usr/share/doc/pcre2/html/pcre2partial.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   137
file path=usr/share/doc/pcre2/html/pcre2pattern.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   138
file path=usr/share/doc/pcre2/html/pcre2perform.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   139
file path=usr/share/doc/pcre2/html/pcre2posix.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   140
file path=usr/share/doc/pcre2/html/pcre2sample.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   141
file path=usr/share/doc/pcre2/html/pcre2serialize.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   142
file path=usr/share/doc/pcre2/html/pcre2stack.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   143
file path=usr/share/doc/pcre2/html/pcre2syntax.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   144
file path=usr/share/doc/pcre2/html/pcre2test.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   145
file path=usr/share/doc/pcre2/html/pcre2unicode.html
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   146
file path=usr/share/doc/pcre2/pcre2-config.txt
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   147
file path=usr/share/doc/pcre2/pcre2.txt
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   148
file path=usr/share/doc/pcre2/pcre2grep.txt
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   149
file path=usr/share/doc/pcre2/pcre2test.txt
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   150
file path=usr/share/man/man1/pcre2-config.1
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   151
file path=usr/share/man/man1/pcre2grep.1
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   152
file path=usr/share/man/man1/pcre2test.1
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   153
file path=usr/share/man/man3/pcre2.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   154
file path=usr/share/man/man3/pcre2_callout_enumerate.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   155
file path=usr/share/man/man3/pcre2_code_copy.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   156
file path=usr/share/man/man3/pcre2_code_copy_with_tables.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   157
file path=usr/share/man/man3/pcre2_code_free.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   158
file path=usr/share/man/man3/pcre2_compile.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   159
file path=usr/share/man/man3/pcre2_compile_context_copy.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   160
file path=usr/share/man/man3/pcre2_compile_context_create.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   161
file path=usr/share/man/man3/pcre2_compile_context_free.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   162
file path=usr/share/man/man3/pcre2_config.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   163
file path=usr/share/man/man3/pcre2_dfa_match.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   164
file path=usr/share/man/man3/pcre2_general_context_copy.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   165
file path=usr/share/man/man3/pcre2_general_context_create.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   166
file path=usr/share/man/man3/pcre2_general_context_free.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   167
file path=usr/share/man/man3/pcre2_get_error_message.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   168
file path=usr/share/man/man3/pcre2_get_mark.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   169
file path=usr/share/man/man3/pcre2_get_ovector_count.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   170
file path=usr/share/man/man3/pcre2_get_ovector_pointer.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   171
file path=usr/share/man/man3/pcre2_get_startchar.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   172
file path=usr/share/man/man3/pcre2_jit_compile.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   173
file path=usr/share/man/man3/pcre2_jit_free_unused_memory.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   174
file path=usr/share/man/man3/pcre2_jit_match.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   175
file path=usr/share/man/man3/pcre2_jit_stack_assign.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   176
file path=usr/share/man/man3/pcre2_jit_stack_create.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   177
file path=usr/share/man/man3/pcre2_jit_stack_free.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   178
file path=usr/share/man/man3/pcre2_maketables.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   179
file path=usr/share/man/man3/pcre2_match.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   180
file path=usr/share/man/man3/pcre2_match_context_copy.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   181
file path=usr/share/man/man3/pcre2_match_context_create.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   182
file path=usr/share/man/man3/pcre2_match_context_free.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   183
file path=usr/share/man/man3/pcre2_match_data_create.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   184
file path=usr/share/man/man3/pcre2_match_data_create_from_pattern.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   185
file path=usr/share/man/man3/pcre2_match_data_free.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   186
file path=usr/share/man/man3/pcre2_pattern_info.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   187
file path=usr/share/man/man3/pcre2_serialize_decode.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   188
file path=usr/share/man/man3/pcre2_serialize_encode.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   189
file path=usr/share/man/man3/pcre2_serialize_free.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   190
file path=usr/share/man/man3/pcre2_serialize_get_number_of_codes.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   191
file path=usr/share/man/man3/pcre2_set_bsr.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   192
file path=usr/share/man/man3/pcre2_set_callout.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   193
file path=usr/share/man/man3/pcre2_set_character_tables.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   194
file path=usr/share/man/man3/pcre2_set_compile_recursion_guard.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   195
file path=usr/share/man/man3/pcre2_set_match_limit.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   196
file path=usr/share/man/man3/pcre2_set_max_pattern_length.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   197
file path=usr/share/man/man3/pcre2_set_newline.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   198
file path=usr/share/man/man3/pcre2_set_offset_limit.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   199
file path=usr/share/man/man3/pcre2_set_parens_nest_limit.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   200
file path=usr/share/man/man3/pcre2_set_recursion_limit.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   201
file path=usr/share/man/man3/pcre2_set_recursion_memory_management.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   202
file path=usr/share/man/man3/pcre2_substitute.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   203
file path=usr/share/man/man3/pcre2_substring_copy_byname.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   204
file path=usr/share/man/man3/pcre2_substring_copy_bynumber.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   205
file path=usr/share/man/man3/pcre2_substring_free.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   206
file path=usr/share/man/man3/pcre2_substring_get_byname.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   207
file path=usr/share/man/man3/pcre2_substring_get_bynumber.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   208
file path=usr/share/man/man3/pcre2_substring_length_byname.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   209
file path=usr/share/man/man3/pcre2_substring_length_bynumber.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   210
file path=usr/share/man/man3/pcre2_substring_list_free.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   211
file path=usr/share/man/man3/pcre2_substring_list_get.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   212
file path=usr/share/man/man3/pcre2_substring_nametable_scan.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   213
file path=usr/share/man/man3/pcre2_substring_number_from_name.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   214
file path=usr/share/man/man3/pcre2api.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   215
file path=usr/share/man/man3/pcre2build.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   216
file path=usr/share/man/man3/pcre2callout.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   217
file path=usr/share/man/man3/pcre2compat.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   218
file path=usr/share/man/man3/pcre2demo.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   219
file path=usr/share/man/man3/pcre2jit.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   220
file path=usr/share/man/man3/pcre2limits.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   221
file path=usr/share/man/man3/pcre2matching.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   222
file path=usr/share/man/man3/pcre2partial.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   223
file path=usr/share/man/man3/pcre2pattern.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   224
file path=usr/share/man/man3/pcre2perform.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   225
file path=usr/share/man/man3/pcre2posix.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   226
file path=usr/share/man/man3/pcre2sample.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   227
file path=usr/share/man/man3/pcre2serialize.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   228
file path=usr/share/man/man3/pcre2stack.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   229
file path=usr/share/man/man3/pcre2syntax.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   230
file path=usr/share/man/man3/pcre2unicode.3
f11e8d81786a PSARC 2017/057 pcre2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   231
license LICENCE license=BSD