components/tcltls/tcltls.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
child 3893 156465e92df3
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 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    23 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    24 set name=pkg.fmri \
    24 set name=pkg.fmri \
    25     value=pkg:/runtime/tcl-8/tcl-openssl@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/runtime/tcl-8/tcl-openssl@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="TCL bindings for OpenSSL"
    26 set name=pkg.summary value="TCL bindings for OpenSSL"
    28 set name=com.oracle.info.tpno value=$(TPNO)
    28 set name=com.oracle.info.tpno value=$(TPNO)
    29 set name=info.classification \
    29 set name=info.classification \
    30     value="org.opensolaris.category.2008:Development/Other Languages"
    30     value="org.opensolaris.category.2008:Development/Other Languages"
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    33 set name=org.opensolaris.arc-caseid \
    33 set name=org.opensolaris.arc-caseid value=PSARC/2008/266
    34     value=PSARC/2008/266
       
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 dir path=usr
    35 dir  path=usr
    37 dir path=usr/include
    36 dir  path=usr/include
    38 dir path=usr/lib
       
    39 dir path=usr/lib/tcl8.5
       
    40 dir path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)
       
    41 dir path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/$(MACH64)
       
    42 dir path=usr/share
       
    43 dir path=usr/share/doc
       
    44 dir path=usr/share/doc/tls-$(COMPONENT_VERSION)
       
    45 dir path=usr/share/doc/tls-$(COMPONENT_VERSION)/html
       
    46 dir path=usr/share/man
       
    47 dir path=usr/share/man/man1t
       
    48 file path=usr/include/tls.h
    37 file path=usr/include/tls.h
       
    38 dir  path=usr/lib
       
    39 dir  path=usr/lib/tcl8.5
       
    40 dir  path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)
       
    41 dir  path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/$(MACH64)
    49 file usr/lib/$(MACH64)/tls$(COMPONENT_VERSION)/libtls$(COMPONENT_VERSION).so \
    42 file usr/lib/$(MACH64)/tls$(COMPONENT_VERSION)/libtls$(COMPONENT_VERSION).so \
    50     path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/$(MACH64)/libtls$(COMPONENT_VERSION).so
    43     path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/$(MACH64)/libtls$(COMPONENT_VERSION).so
       
    44 link path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/64 target=./$(MACH64)
    51 file usr/lib/tls$(COMPONENT_VERSION)/libtls1.6.so \
    45 file usr/lib/tls$(COMPONENT_VERSION)/libtls1.6.so \
    52     path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/libtls$(COMPONENT_VERSION).so
    46     path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/libtls$(COMPONENT_VERSION).so
    53 file usr/lib/tls$(COMPONENT_VERSION)/pkgIndex.tcl \
    47 file usr/lib/tls$(COMPONENT_VERSION)/pkgIndex.tcl \
    54     path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/pkgIndex.tcl
    48     path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/pkgIndex.tcl
    55 file usr/lib/tls$(COMPONENT_VERSION)/tls.tcl \
    49 file usr/lib/tls$(COMPONENT_VERSION)/tls.tcl \
    56     path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/tls.tcl
    50     path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/tls.tcl
       
    51 dir  path=usr/share
       
    52 dir  path=usr/share/doc
       
    53 dir  path=usr/share/doc/tls-$(COMPONENT_VERSION)
       
    54 dir  path=usr/share/doc/tls-$(COMPONENT_VERSION)/html
    57 file tls.htm path=usr/share/doc/tls-$(COMPONENT_VERSION)/html/tls.htm
    55 file tls.htm path=usr/share/doc/tls-$(COMPONENT_VERSION)/html/tls.htm
       
    56 dir  path=usr/share/man
       
    57 dir  path=usr/share/man/man1t
    58 file tls.1t.sunman path=usr/share/man/man1t/tls.1t
    58 file tls.1t.sunman path=usr/share/man/man1t/tls.1t
    59 link path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/64 target=./$(MACH64)
       
    60 license tcltls.license license=BSD-like
    59 license tcltls.license license=BSD-like