components/php-5_3/php-apc.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) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri value=pkg:/web/php-53/extension/[email protected],$(BUILD_VERSION)
    24 set name=pkg.fmri value=pkg:/web/php-53/extension/[email protected],$(BUILD_VERSION)
       
    25 set name=pkg.summary value="APC extension module for PHP"
    25 set name=pkg.description \
    26 set name=pkg.description \
    26     value="PHP-APC extension provides PHP script caching for PHP"
    27     value="PHP-APC extension provides PHP script caching for PHP"
    27 set name=pkg.summary value="APC extension module for PHP"
    28 
    28 set name=info.classification \
    29 # This package name has known conflicts with other packages in the WOS
    29     value="org.opensolaris.category.2008:Development/PHP"
    30 set name=pkg.linted.pkglint.manifest004 value=true
       
    31 set name=info.classification value=org.opensolaris.category.2008:Development/PHP
    30 set name=info.source-url value=http://pecl.php.net/get/APC-3.1.9.tgz
    32 set name=info.source-url value=http://pecl.php.net/get/APC-3.1.9.tgz
    31 set name=info.upstream-url value=http://pecl.php.net/package/APC
    33 set name=info.upstream-url value=http://pecl.php.net/package/APC
    32 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    34 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    33 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    34 
       
    35 # This package name has known conflicts with other packages in the WOS
       
    36 set pkg.linted.pkglint.manifest004=true
       
    37 
       
    38 
       
    39 license php-apc.license license='PHP' \
       
    40     com.oracle.info.description="the APC extension module for PHP" \
       
    41     com.oracle.info.name=php-apc \
       
    42     com.oracle.info.version=3.1.9 \
       
    43     com.oracle.info.tpno=$(TPNO_PHP_APC)
       
    44 
       
    45 file path=etc/apache2/2.2/samples-conf.d/php5.3-apc-stats.conf mode=0644 \
    36 file path=etc/apache2/2.2/samples-conf.d/php5.3-apc-stats.conf mode=0644 \
    46 	preserve=renamenew
    37     preserve=renamenew
    47 file path=etc/php/5.3/conf.d/apc.ini mode=0644 preserve=renamenew
    38 file path=etc/php/5.3/conf.d/apc.ini mode=0644 preserve=renamenew
    48 file path=etc/php/5.3/zts-conf.d/apc.ini mode=0644 preserve=renamenew
    39 file path=etc/php/5.3/zts-conf.d/apc.ini mode=0644 preserve=renamenew
    49 file path=usr/php/5.3/modules/apc.so
    40 file path=usr/php/5.3/modules/apc.so
    50 file path=usr/php/5.3/samples/apc/apc.php mode=0555
    41 file path=usr/php/5.3/samples/apc/apc.php mode=0555
    51 file path=usr/php/5.3/zts-modules/apc.so
    42 file path=usr/php/5.3/zts-modules/apc.so
    52 
    43 
       
    44 
       
    45 license php-apc.license license=PHP \
       
    46     com.oracle.info.description="the APC extension module for PHP" \
       
    47     com.oracle.info.name=php-apc com.oracle.info.tpno=$(TPNO_PHP_APC) \
       
    48     com.oracle.info.version=3.1.9
       
    49 
    53 # need generic dependency on PHP itself
    50 # need generic dependency on PHP itself
    54 depend fmri=web/php-53@$(COMPONENT_VERSION) type=require
    51 depend type=require fmri=web/php-53@$(COMPONENT_VERSION)