components/pcre/pcre.p5m
changeset 230 d6efadb643f7
child 456 e733e35e223e
equal deleted inserted replaced
229:1fd565334dfc 230:d6efadb643f7
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    25 
       
    26 set name=pkg.fmri value=pkg:/library/pcre@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="Perl-Compatible Regular Expressions"
       
    28 set name=pkg.description value="The PCRE library is a set of functions that implement regular expression pattern matching using almost the same syntax and semantics as Perl"
       
    29 set name=info.classification value="org.opensolaris.category.2008:Development/C"
       
    30 set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
       
    31 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    33 set name=opensolaris.arc_url \
       
    34     value=http://arc.opensolaris.org/caselog/PSARC/2007/164
       
    35 
       
    36 dir path=usr
       
    37 dir path=usr/bin
       
    38 dir path=usr/bin/$(MACH64)
       
    39 dir path=usr/include
       
    40 dir path=usr/include/pcre
       
    41 dir path=usr/lib
       
    42 dir path=usr/lib/$(MACH64)
       
    43 dir path=usr/lib/$(MACH64)/pkgconfig
       
    44 dir path=usr/lib/pkgconfig
       
    45 dir path=usr/share
       
    46 dir path=usr/share/doc
       
    47 dir path=usr/share/doc/pcre
       
    48 dir path=usr/share/doc/pcre/html
       
    49 dir path=usr/share/man
       
    50 dir path=usr/share/man/man1
       
    51 dir path=usr/share/man/man3
       
    52 
       
    53 file path=usr/bin/$(MACH64)/pcre-config
       
    54 file path=usr/bin/pcre-config
       
    55 file path=usr/bin/pcregrep
       
    56 file path=usr/bin/pcretest
       
    57 file path=usr/include/pcre/pcre.h
       
    58 file pcre_internal.h path=usr/include/pcre/pcre_internal.h
       
    59 file path=usr/include/pcre/pcre_scanner.h
       
    60 file path=usr/include/pcre/pcre_stringpiece.h
       
    61 file path=usr/include/pcre/pcrecpp.h
       
    62 file path=usr/include/pcre/pcrecpparg.h
       
    63 file path=usr/include/pcre/pcreposix.h
       
    64 file ucp.h path=usr/include/pcre/ucp.h
       
    65 file path=usr/lib/$(MACH64)/libpcre.so.0.0.0
       
    66 file path=usr/lib/$(MACH64)/libpcrecpp.so.0.0.0
       
    67 file path=usr/lib/$(MACH64)/libpcreposix.so.0.0.0
       
    68 file path=usr/lib/$(MACH64)/llib-lpcre.ln
       
    69 file path=usr/lib/$(MACH64)/pkgconfig/libpcre.pc
       
    70 file path=usr/lib/$(MACH64)/pkgconfig/libpcrecpp.pc
       
    71 file path=usr/lib/libpcre.so.0.0.0
       
    72 file path=usr/lib/libpcrecpp.so.0.0.0
       
    73 file path=usr/lib/libpcreposix.so.0.0.0
       
    74 file llib-lpcre path=usr/lib/llib-lpcre
       
    75 file path=usr/lib/llib-lpcre.ln
       
    76 file path=usr/lib/pkgconfig/libpcre.pc
       
    77 file path=usr/lib/pkgconfig/libpcrecpp.pc
       
    78 file path=usr/share/doc/pcre/html/index.html
       
    79 file path=usr/share/doc/pcre/html/pcre.html
       
    80 file path=usr/share/doc/pcre/html/pcre_compile.html
       
    81 file path=usr/share/doc/pcre/html/pcre_compile2.html
       
    82 file path=usr/share/doc/pcre/html/pcre_config.html
       
    83 file path=usr/share/doc/pcre/html/pcre_copy_named_substring.html
       
    84 file path=usr/share/doc/pcre/html/pcre_copy_substring.html
       
    85 file path=usr/share/doc/pcre/html/pcre_dfa_exec.html
       
    86 file path=usr/share/doc/pcre/html/pcre_exec.html
       
    87 file path=usr/share/doc/pcre/html/pcre_free_substring.html
       
    88 file path=usr/share/doc/pcre/html/pcre_free_substring_list.html
       
    89 file path=usr/share/doc/pcre/html/pcre_fullinfo.html
       
    90 file path=usr/share/doc/pcre/html/pcre_get_named_substring.html
       
    91 file path=usr/share/doc/pcre/html/pcre_get_stringnumber.html
       
    92 file path=usr/share/doc/pcre/html/pcre_get_stringtable_entries.html
       
    93 file path=usr/share/doc/pcre/html/pcre_get_substring.html
       
    94 file path=usr/share/doc/pcre/html/pcre_get_substring_list.html
       
    95 file path=usr/share/doc/pcre/html/pcre_info.html
       
    96 file path=usr/share/doc/pcre/html/pcre_maketables.html
       
    97 file path=usr/share/doc/pcre/html/pcre_refcount.html
       
    98 file path=usr/share/doc/pcre/html/pcre_study.html
       
    99 file path=usr/share/doc/pcre/html/pcre_version.html
       
   100 file path=usr/share/doc/pcre/html/pcreapi.html
       
   101 file path=usr/share/doc/pcre/html/pcrebuild.html
       
   102 file path=usr/share/doc/pcre/html/pcrecallout.html
       
   103 file path=usr/share/doc/pcre/html/pcrecompat.html
       
   104 file path=usr/share/doc/pcre/html/pcrecpp.html
       
   105 file path=usr/share/doc/pcre/html/pcregrep.html
       
   106 file path=usr/share/doc/pcre/html/pcrematching.html
       
   107 file path=usr/share/doc/pcre/html/pcrepartial.html
       
   108 file path=usr/share/doc/pcre/html/pcrepattern.html
       
   109 file path=usr/share/doc/pcre/html/pcreperform.html
       
   110 file path=usr/share/doc/pcre/html/pcreposix.html
       
   111 file path=usr/share/doc/pcre/html/pcreprecompile.html
       
   112 file path=usr/share/doc/pcre/html/pcresample.html
       
   113 file path=usr/share/doc/pcre/html/pcrestack.html
       
   114 file path=usr/share/doc/pcre/html/pcretest.html
       
   115 file path=usr/share/man/man1/pcregrep.1
       
   116 file path=usr/share/man/man1/pcretest.1
       
   117 file path=usr/share/man/man3/pcre.3
       
   118 file path=usr/share/man/man3/pcre_compile.3
       
   119 file path=usr/share/man/man3/pcre_compile2.3
       
   120 file path=usr/share/man/man3/pcre_config.3
       
   121 file path=usr/share/man/man3/pcre_copy_named_substring.3
       
   122 file path=usr/share/man/man3/pcre_copy_substring.3
       
   123 file path=usr/share/man/man3/pcre_dfa_exec.3
       
   124 file path=usr/share/man/man3/pcre_exec.3
       
   125 file path=usr/share/man/man3/pcre_free_substring.3
       
   126 file path=usr/share/man/man3/pcre_free_substring_list.3
       
   127 file path=usr/share/man/man3/pcre_fullinfo.3
       
   128 file path=usr/share/man/man3/pcre_get_named_substring.3
       
   129 file path=usr/share/man/man3/pcre_get_stringnumber.3
       
   130 file path=usr/share/man/man3/pcre_get_stringtable_entries.3
       
   131 file path=usr/share/man/man3/pcre_get_substring.3
       
   132 file path=usr/share/man/man3/pcre_get_substring_list.3
       
   133 file path=usr/share/man/man3/pcre_info.3
       
   134 file path=usr/share/man/man3/pcre_maketables.3
       
   135 file path=usr/share/man/man3/pcre_refcount.3
       
   136 file path=usr/share/man/man3/pcre_study.3
       
   137 file path=usr/share/man/man3/pcre_version.3
       
   138 file path=usr/share/man/man3/pcreapi.3
       
   139 file path=usr/share/man/man3/pcrebuild.3
       
   140 file path=usr/share/man/man3/pcrecallout.3
       
   141 file path=usr/share/man/man3/pcrecompat.3
       
   142 file path=usr/share/man/man3/pcrecpp.3
       
   143 file path=usr/share/man/man3/pcrematching.3
       
   144 file path=usr/share/man/man3/pcrepartial.3
       
   145 file path=usr/share/man/man3/pcrepattern.3
       
   146 file path=usr/share/man/man3/pcreperform.3
       
   147 file path=usr/share/man/man3/pcreposix.3
       
   148 file path=usr/share/man/man3/pcreprecompile.3
       
   149 file path=usr/share/man/man3/pcresample.3
       
   150 file path=usr/share/man/man3/pcrestack.3
       
   151 
       
   152 link path=usr/lib/$(MACH64)/libpcre.so target=libpcre.so.0.0.0
       
   153 link path=usr/lib/$(MACH64)/libpcre.so.0 target=libpcre.so.0.0.0
       
   154 link path=usr/lib/$(MACH64)/libpcrecpp.so target=libpcrecpp.so.0.0.0
       
   155 link path=usr/lib/$(MACH64)/libpcrecpp.so.0 target=libpcrecpp.so.0.0.0
       
   156 link path=usr/lib/$(MACH64)/libpcreposix.so target=libpcreposix.so.0.0.0
       
   157 link path=usr/lib/$(MACH64)/libpcreposix.so.0 target=libpcreposix.so.0.0.0
       
   158 link path=usr/lib/libpcre.so target=libpcre.so.0.0.0
       
   159 link path=usr/lib/libpcre.so.0 target=libpcre.so.0.0.0
       
   160 link path=usr/lib/libpcrecpp.so target=libpcrecpp.so.0.0.0
       
   161 link path=usr/lib/libpcrecpp.so.0 target=libpcrecpp.so.0.0.0
       
   162 link path=usr/lib/libpcreposix.so target=libpcreposix.so.0.0.0
       
   163 link path=usr/lib/libpcreposix.so.0 target=libpcreposix.so.0.0.0
       
   164 
       
   165 license pcre.license license="BSD"
       
   166 
       
   167 legacy pkg=SUNWpcre \
       
   168     desc="Perl-Compatible Regular Expressions" \
       
   169     name="PCRE - Perl-Compatible Regular Expressions (7.8)"