components/php-5_2/php-mysql.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)
    25 set name=pkg.summary value="MySQL extension module for PHP"
    26 set name=pkg.summary value="MySQL extension module for PHP"
    26 set name=info.classification \
       
    27     value="org.opensolaris.category.2008:Development/PHP"
       
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    29 set name=info.source-url value=http://us.php.net/get/php-5.2.17.tar.gz/from/this/mirror
       
    30 set name=org.opensolaris.arc-caseid \
       
    31     value=LSARC/2008/538
       
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    33 
    27 
    34 # This package name has known conflicts with other packages in the WOS
    28 # This package name has known conflicts with other packages in the WOS
    35 set pkg.linted.pkglint.manifest004=true
    29 set name=pkg.linted.pkglint.manifest004 value=true
    36 
    30 set name=info.classification value=org.opensolaris.category.2008:Development/PHP
    37 
    31 set name=info.source-url \
    38 license php-mysql.license license='PHP, LGPLv2' \
    32     value=http://us.php.net/get/php-5.2.17.tar.gz/from/this/mirror
    39     com.oracle.info.description="the MySQL extension module for PHP" \
    33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    40     com.oracle.info.name=php-mysql \
    34 set name=org.opensolaris.arc-caseid value=LSARC/2008/538
    41     com.oracle.info.version=5.2.17 \
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    42     com.oracle.info.tpno=$(TPNO_PHP_5_2)
    36 file path=etc/php/5.2/conf.d/mysql.ini mode=0644 \
    43 
    37     original_name=SUNWphp52-mysql:etc/php/5.2/conf.d/mysql.ini \
    44 file path=etc/php/5.2/conf.d/mysql.ini mode=0644 preserve=renamenew \
    38     preserve=renamenew
    45     original_name=SUNWphp52-mysql:etc/php/5.2/conf.d/mysql.ini
    39 file path=etc/php/5.2/conf.d/mysqli.ini mode=0644 \
    46 file path=etc/php/5.2/conf.d/mysqli.ini mode=0644 preserve=renamenew \
    40     original_name=SUNWphp52-mysql:etc/php/5.2/conf.d/mysqli.ini \
    47     original_name=SUNWphp52-mysql:etc/php/5.2/conf.d/mysqli.ini
    41     preserve=renamenew
    48 file path=etc/php/5.2/conf.d/pdo_mysql.ini mode=0644 preserve=renamenew \
    42 file path=etc/php/5.2/conf.d/pdo_mysql.ini mode=0644 \
    49     original_name=SUNWphp52-mysql:etc/php/5.2/conf.d/pdo_mysql.ini
    43     original_name=SUNWphp52-mysql:etc/php/5.2/conf.d/pdo_mysql.ini \
    50 file path=etc/php/5.2/zts-conf.d/mysql.ini mode=0644 preserve=renamenew \
    44     preserve=renamenew
    51     original_name=SUNWphp52-mysql:etc/php/5.2/zts-conf.d/mysql.ini
    45 file path=etc/php/5.2/zts-conf.d/mysql.ini mode=0644 \
    52 file path=etc/php/5.2/zts-conf.d/mysqli.ini mode=0644 preserve=renamenew \
    46     original_name=SUNWphp52-mysql:etc/php/5.2/zts-conf.d/mysql.ini \
    53     original_name=SUNWphp52-mysql:etc/php/5.2/zts-conf.d/mysqli.ini
    47     preserve=renamenew
    54 file path=etc/php/5.2/zts-conf.d/pdo_mysql.ini mode=0644 preserve=renamenew \
    48 file path=etc/php/5.2/zts-conf.d/mysqli.ini mode=0644 \
    55     original_name=SUNWphp52-mysql:etc/php/5.2/zts-conf.d/pdo_mysql.ini
    49     original_name=SUNWphp52-mysql:etc/php/5.2/zts-conf.d/mysqli.ini \
       
    50     preserve=renamenew
       
    51 file path=etc/php/5.2/zts-conf.d/pdo_mysql.ini mode=0644 \
       
    52     original_name=SUNWphp52-mysql:etc/php/5.2/zts-conf.d/pdo_mysql.ini \
       
    53     preserve=renamenew
    56 file path=usr/php/5.2/modules/mysql.so
    54 file path=usr/php/5.2/modules/mysql.so
    57 file path=usr/php/5.2/modules/mysqli.so
    55 file path=usr/php/5.2/modules/mysqli.so
    58 file path=usr/php/5.2/modules/pdo_mysql.so
    56 file path=usr/php/5.2/modules/pdo_mysql.so
    59 file path=usr/php/5.2/zts-modules/mysql.so
    57 file path=usr/php/5.2/zts-modules/mysql.so
    60 file path=usr/php/5.2/zts-modules/mysqli.so
    58 file path=usr/php/5.2/zts-modules/mysqli.so
    61 file path=usr/php/5.2/zts-modules/pdo_mysql.so
    59 file path=usr/php/5.2/zts-modules/pdo_mysql.so
    62 
    60 
       
    61 
       
    62 license php-mysql.license license="PHP, LGPLv2" \
       
    63     com.oracle.info.description="the MySQL extension module for PHP" \
       
    64     com.oracle.info.name=php-mysql com.oracle.info.tpno=$(TPNO_PHP_5_2) \
       
    65     com.oracle.info.version=5.2.17
       
    66 
    63 # need generic dependency on PHP itself
    67 # need generic dependency on PHP itself
    64 depend fmri=web/[email protected] type=require
    68 depend type=require fmri=web/[email protected]