components/php-5_2/php-tcpwrap.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
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 set name=pkg.fmri value=pkg:/web/php-52/extension/[email protected],$(BUILD_VERSION)
    24 set name=pkg.fmri \
       
    25     value=pkg:/web/php-52/extension/[email protected],$(BUILD_VERSION)
    25 set name=pkg.summary value="Tcpwrap extension module for PHP"
    26 set name=pkg.summary value="Tcpwrap extension module for PHP"
    26 set name=info.classification \
    27 set name=info.classification value=org.opensolaris.category.2008:Development/PHP
    27     value="org.opensolaris.category.2008:Development/PHP"
       
    28 set name=info.source-url value=http://pecl.php.net/get/tcpwrap-1.1.3.tgz
    28 set name=info.source-url value=http://pecl.php.net/get/tcpwrap-1.1.3.tgz
    29 set name=info.upstream-url value=http://pecl.php.net/package/tcpwrap
    29 set name=info.upstream-url value=http://pecl.php.net/package/tcpwrap
    30 set name=org.opensolaris.arc-caseid \
    30 set name=org.opensolaris.arc-caseid value=LSARC/2008/538
    31     value=LSARC/2008/538
       
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    33 
    32 dir  path=etc
    34 license php-tcpwrap.license license='PHP' \
    33 dir  path=etc/php
    35     com.oracle.info.description="the Tcpwrap extension module for PHP" \
    34 dir  path=etc/php/5.2
    36     com.oracle.info.name=php-tcpwrap \
    35 dir  path=etc/php/5.2/conf.d
    37     com.oracle.info.version=1.1.3 \
       
    38     com.oracle.info.tpno=$(TPNO_PHP_TCPWRAP)
       
    39 
       
    40 dir path=etc
       
    41 dir path=etc/php
       
    42 dir path=etc/php/5.2
       
    43 dir path=etc/php/5.2/conf.d
       
    44 dir path=etc/php/5.2/zts-conf.d
       
    45 dir path=usr
       
    46 dir path=usr/php
       
    47 dir path=usr/php/5.2
       
    48 dir path=usr/php/5.2/modules
       
    49 dir path=usr/php/5.2/zts-modules
       
    50 file path=etc/php/5.2/conf.d/tcpwrap.ini mode=0644 \
    36 file path=etc/php/5.2/conf.d/tcpwrap.ini mode=0644 \
    51     original_name=SUNWphp52-tcpwrap:etc/php/5.2/conf.d/tcpwrap.ini \
    37     original_name=SUNWphp52-tcpwrap:etc/php/5.2/conf.d/tcpwrap.ini \
    52     preserve=renamenew
    38     preserve=renamenew
       
    39 dir  path=etc/php/5.2/zts-conf.d
    53 file path=etc/php/5.2/zts-conf.d/tcpwrap.ini mode=0644 \
    40 file path=etc/php/5.2/zts-conf.d/tcpwrap.ini mode=0644 \
    54     original_name=SUNWphp52-tcpwrap:etc/php/5.2/zts-conf.d/tcpwrap.ini \
    41     original_name=SUNWphp52-tcpwrap:etc/php/5.2/zts-conf.d/tcpwrap.ini \
    55     preserve=renamenew
    42     preserve=renamenew
       
    43 dir  path=usr
       
    44 dir  path=usr/php
       
    45 dir  path=usr/php/5.2
       
    46 dir  path=usr/php/5.2/modules
    56 file path=usr/php/5.2/modules/tcpwrap.so
    47 file path=usr/php/5.2/modules/tcpwrap.so
       
    48 dir  path=usr/php/5.2/zts-modules
    57 file path=usr/php/5.2/zts-modules/tcpwrap.so
    49 file path=usr/php/5.2/zts-modules/tcpwrap.so
       
    50 license php-tcpwrap.license license=PHP \
       
    51     com.oracle.info.description="the Tcpwrap extension module for PHP" \
       
    52     com.oracle.info.name=php-tcpwrap com.oracle.info.tpno=$(TPNO_PHP_TCPWRAP) \
       
    53     com.oracle.info.version=1.1.3
    58 
    54 
    59 # need generic dependency on PHP itself
    55 # need generic dependency on PHP itself
    60 depend fmri=web/[email protected] type=require
    56 depend type=require fmri=web/[email protected]