components/php-5_2/apache-php52.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) 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 \
    24 set name=pkg.fmri \
    25     value=pkg:/web/server/apache-22/module/[email protected],$(BUILD_VERSION)
    25     value=pkg:/web/server/apache-22/module/[email protected],$(BUILD_VERSION)
    26 set name=pkg.summary value="PHP Server for Apache Web Server"
    26 set name=pkg.summary value="PHP Server for Apache Web Server"
    27 set name=info.classification value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    27 set name=info.classification \
       
    28     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    28 set name=info.source-url \
    29 set name=info.source-url \
    29     value=http://us.php.net/get/php-5.2.17.tar.gz/from/this/mirror
    30     value=http://us.php.net/get/php-5.2.17.tar.gz/from/this/mirror
    30 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    31 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    31 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    32 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    33 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    33 
    34 link path=etc/apache2/2.2/conf.d/php/php.conf target=php5.2.conf mediator=php \
    34 license apache-php52.license license='PHP, GPLv2, LGPLv2, Apache v2.0' \
    35     mediator-version=5.2
    35     com.oracle.info.description="the PHP 5.2 module for the Apache web server" \
       
    36     com.oracle.info.name=apache-php52 \
       
    37     com.oracle.info.version=5.2.17 \
       
    38     com.oracle.info.tpno=$(TPNO_PHP_5_2)
       
    39 
       
    40 file path=etc/apache2/2.2/conf.d/php/php5.2.conf mode=0644 \
    36 file path=etc/apache2/2.2/conf.d/php/php5.2.conf mode=0644 \
    41     original_name=SUNWapch22-php52:etc/apache2/2.2/conf.d/php5.2.conf \
    37     original_name=SUNWapch22-php52:etc/apache2/2.2/conf.d/php5.2.conf \
    42     preserve=renamenew
    38     preserve=renamenew
    43 link path=etc/apache2/2.2/conf.d/php/php.conf target=php5.2.conf \
       
    44     mediator=php mediator-version=5.2
       
    45 
       
    46 file path=usr/apache2/2.2/libexec/mod_php5.2.so
    39 file path=usr/apache2/2.2/libexec/mod_php5.2.so
    47 link path=usr/apache2/2.2/libexec/mod_php5.so target=mod_php5.2.so
    40 link path=usr/apache2/2.2/libexec/mod_php5.so target=mod_php5.2.so
       
    41 license apache-php52.license license="PHP, GPLv2, LGPLv2, Apache v2.0" \
       
    42     com.oracle.info.description="the PHP 5.2 module for the Apache web server" \
       
    43     com.oracle.info.name=apache-php52 com.oracle.info.tpno=$(TPNO_PHP_5_2) \
       
    44     com.oracle.info.version=5.2.17
    48 
    45 
    49 # depend on apache-php5 because this content came from there
    46 # depend on apache-php5 because this content came from there
    50 depend fmri=web/server/apache-22/module/[email protected] \
    47 depend type=optional \
    51     type=optional
    48     fmri=web/server/apache-22/module/[email protected]
    52 # need generic dependency on PHP itself
    49 # need generic dependency on PHP itself
    53 depend fmri=web/[email protected] type=require
    50 depend type=require fmri=web/[email protected]