components/php-5_2/php-apc.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    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)
       
    26 set name=pkg.summary value="APC extension module for PHP"
    25 set name=pkg.description \
    27 set name=pkg.description \
    26     value="PHP-APC extension provides PHP script caching for PHP"
    28     value="PHP-APC extension provides PHP script caching for PHP"
    27 set name=pkg.summary value="APC extension module for PHP"
    29 
    28 set name=info.classification \
    30 # This package name has known conflicts with other packages in the WOS
    29     value="org.opensolaris.category.2008:Development/PHP"
    31 set name=pkg.linted.pkglint.manifest004 value=true
       
    32 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.0.19.tgz
    33 set name=info.source-url value=http://pecl.php.net/get/APC-3.0.19.tgz
    31 set name=info.upstream-url value=http://pecl.php.net/package/APC
    34 set name=info.upstream-url value=http://pecl.php.net/package/APC
    32 set name=org.opensolaris.arc-caseid \
    35 set name=org.opensolaris.arc-caseid value=LSARC/2008/538
    33     value=LSARC/2008/538
       
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 
       
    36 # This package name has known conflicts with other packages in the WOS
       
    37 set pkg.linted.pkglint.manifest004=true
       
    38 
       
    39 
       
    40 license php-apc.license license='PHP' \
       
    41     com.oracle.info.description="the APC extension module for PHP" \
       
    42     com.oracle.info.name=php-apc \
       
    43     com.oracle.info.version=3.0.19 \
       
    44     com.oracle.info.tpno=$(TPNO_PHP_APC)
       
    45 
       
    46 file path=etc/apache2/2.2/samples-conf.d/php-apc-stats.conf mode=0644 \
    37 file path=etc/apache2/2.2/samples-conf.d/php-apc-stats.conf mode=0644 \
    47     original_name=SUNWphp52-apc:etc/apache2/2.2/samples-conf.d/php-apc-stats.conf \
    38     original_name=SUNWphp52-apc:etc/apache2/2.2/samples-conf.d/php-apc-stats.conf \
    48     preserve=renamenew
    39     preserve=renamenew
    49 file path=etc/php/5.2/conf.d/apc.ini mode=0644 \
    40 file path=etc/php/5.2/conf.d/apc.ini mode=0644 \
    50     original_name=SUNWphp52-apc:etc/php/5.2/conf.d/apc.ini \
    41     original_name=SUNWphp52-apc:etc/php/5.2/conf.d/apc.ini preserve=renamenew
    51     preserve=renamenew
       
    52 file path=etc/php/5.2/zts-conf.d/apc.ini mode=0644 \
    42 file path=etc/php/5.2/zts-conf.d/apc.ini mode=0644 \
    53     original_name=SUNWphp52-apc:etc/php/5.2/zts-conf.d/apc.ini \
    43     original_name=SUNWphp52-apc:etc/php/5.2/zts-conf.d/apc.ini \
    54     preserve=renamenew
    44     preserve=renamenew
    55 file path=usr/php/5.2/modules/apc.so
    45 file path=usr/php/5.2/modules/apc.so
    56 file path=usr/php/5.2/samples/apc/apc.php mode=0555
    46 file path=usr/php/5.2/samples/apc/apc.php mode=0555
    57 file path=usr/php/5.2/zts-modules/apc.so
    47 file path=usr/php/5.2/zts-modules/apc.so
    58 
    48 
       
    49 
       
    50 license php-apc.license license=PHP \
       
    51     com.oracle.info.description="the APC extension module for PHP" \
       
    52     com.oracle.info.name=php-apc com.oracle.info.tpno=$(TPNO_PHP_APC) \
       
    53     com.oracle.info.version=3.0.19
       
    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]