components/libsigsegv/libsigsegv.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
child 4354 92b9d70a8795
equal deleted inserted replaced
3723:1cc872b933c9 3734:24181f5eb463
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # pull the manpages out of the component dir
    24 # pull the manpages out of the component dir
    25 <transform file path=usr/share/man/(man3/.+$) -> set action.hash %<\1> >
    25 <transform file path=usr/share/man/(man3/.+$) -> set action.hash %<\1> >
    26 
    26 
    27 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    27 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    28 set name=pkg.fmri \
    28 set name=pkg.fmri \
    29     value=pkg:/library/libsigsegv@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29     value=pkg:/library/libsigsegv@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    30 set name=pkg.summary value="libsigsegv - handling page faults in user mode"
    30 set name=pkg.description \
    31 set name=pkg.description \
    31     value="libsigsegv provides a set of functions for handling page faults in user mode"
    32     value="libsigsegv provides a set of functions for handling page faults in user mode"
    32 set name=pkg.summary value="libsigsegv - handling page faults in user mode"
    33 set name=com.oracle.info.description \
    33 set name=com.oracle.info.description value="the libsigsegv page fault handling library"
    34     value="the libsigsegv page fault handling library"
    34 set name=com.oracle.info.tpno value=$(TPNO)
    35 set name=com.oracle.info.tpno value=$(TPNO)
    35 set name=info.classification \
    36 set name=info.classification \
    36     value=org.opensolaris.category.2008:System/Libraries
    37     value=org.opensolaris.category.2008:System/Libraries
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    38 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    39 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    39 set name=org.opensolaris.arc-caseid \
    40 set name=org.opensolaris.arc-caseid value=LSARC/2009/107
    40     value=LSARC/2009/107
       
    41 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    41 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    42 dir path=usr
    42 dir  path=usr
    43 dir path=usr/include
    43 dir  path=usr/include
    44 dir path=usr/lib
       
    45 dir path=usr/lib/$(MACH64)
       
    46 dir path=usr/share
       
    47 dir path=usr/share/man
       
    48 dir path=usr/share/man/man3
       
    49 file path=usr/include/sigsegv.h
    44 file path=usr/include/sigsegv.h
       
    45 dir  path=usr/lib
       
    46 dir  path=usr/lib/$(MACH64)
       
    47 link path=usr/lib/$(MACH64)/libsigsegv.so target=./libsigsegv.so.0.0.0
       
    48 link path=usr/lib/$(MACH64)/libsigsegv.so.0 target=./libsigsegv.so.0.0.0
    50 file path=usr/lib/$(MACH64)/libsigsegv.so.0.0.0
    49 file path=usr/lib/$(MACH64)/libsigsegv.so.0.0.0
       
    50 link path=usr/lib/libsigsegv.so target=./libsigsegv.so.0.0.0
       
    51 link path=usr/lib/libsigsegv.so.0 target=./libsigsegv.so.0.0.0
    51 file path=usr/lib/libsigsegv.so.0.0.0
    52 file path=usr/lib/libsigsegv.so.0.0.0
       
    53 dir  path=usr/share
       
    54 dir  path=usr/share/man
       
    55 dir  path=usr/share/man/man3
    52 file path=usr/share/man/man3/sigsegv.3
    56 file path=usr/share/man/man3/sigsegv.3
    53 file path=usr/share/man/man3/sigsegv_deinstall_handler.3
    57 file path=usr/share/man/man3/sigsegv_deinstall_handler.3
    54 file path=usr/share/man/man3/sigsegv_dispatch.3
    58 file path=usr/share/man/man3/sigsegv_dispatch.3
    55 file path=usr/share/man/man3/sigsegv_init.3
    59 file path=usr/share/man/man3/sigsegv_init.3
    56 file path=usr/share/man/man3/sigsegv_install_handler.3
    60 file path=usr/share/man/man3/sigsegv_install_handler.3
    57 file path=usr/share/man/man3/sigsegv_register.3
    61 file path=usr/share/man/man3/sigsegv_register.3
    58 file path=usr/share/man/man3/sigsegv_unregister.3
    62 file path=usr/share/man/man3/sigsegv_unregister.3
    59 file path=usr/share/man/man3/stackoverflow_deinstall_handler.3
    63 file path=usr/share/man/man3/stackoverflow_deinstall_handler.3
    60 file path=usr/share/man/man3/stackoverflow_install_handler.3
    64 file path=usr/share/man/man3/stackoverflow_install_handler.3
    61 license libsigsegv.license license=GPLv2
    65 license libsigsegv.license license=GPLv2
    62 link path=usr/lib/$(MACH64)/libsigsegv.so target=./libsigsegv.so.0.0.0
       
    63 link path=usr/lib/$(MACH64)/libsigsegv.so.0 target=./libsigsegv.so.0.0.0
       
    64 link path=usr/lib/libsigsegv.so target=./libsigsegv.so.0.0.0
       
    65 link path=usr/lib/libsigsegv.so.0 target=./libsigsegv.so.0.0.0