components/php-5_3/php-pear.p5m
changeset 1755 ad1cb0530c69
parent 1402 f225f89a0538
child 1814 3b2dcbbac014
equal deleted inserted replaced
1754:b9ecf50e4c5c 1755:ad1cb0530c69
    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, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # All the files under /var/php are mode=0644
    24 # All the files under /var/php are mode=0644
    25 <transform file path=var/php/.* -> default mode 0644>
    25 <transform file path=var/php/.* -> default mode 0644>
    26 <transform file path=var/php/.* -> default group bin>
    26 <transform file path=var/php/.* -> default group bin>
    27 <transform file path=var/php/.* -> default preserve renamenew>
    27 <transform file path=var/php/.* -> default preserve renamenew>
    28 
    28 
    29 set name=pkg.fmri value=pkg:/web/php-53/extension/[email protected],$(BUILD_VERSION)
    29 set name=pkg.fmri value=pkg:/web/php-53/extension/php-pear@$(COMPONENT_VERSION),$(BUILD_VERSION)
    30 set name=pkg.description \
    30 set name=pkg.description \
    31     value="Framework and reusable PHP components from PEAR repository for PHP"
    31     value="Framework and reusable PHP components from PEAR repository for PHP"
    32 set name=pkg.summary value="PHP Extension and Application Repository"
    32 set name=pkg.summary value="PHP Extension and Application Repository"
    33 set name=info.classification \
    33 set name=info.classification \
    34     value="org.opensolaris.category.2008:Development/PHP"
    34     value="org.opensolaris.category.2008:Development/PHP"
    35 set name=info.source-url value=http://us.php.net/get/php-5.3.27.tar.gz/from/this/mirror
    35 set name=info.source-url value=http://us.php.net/get/php-$(COMPONENT_VERSION).tar.gz/from/this/mirror
    36 set name=info.upstream-url value=http://pear.php.net/
    36 set name=info.upstream-url value=http://pear.php.net/
    37 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    37 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    39 
    39 
    40 # This package name has known conflicts with other packages in the WOS
    40 # This package name has known conflicts with other packages in the WOS
    42 
    42 
    43 
    43 
    44 license php-pear.license license='PHP, LGPLv2.1' \
    44 license php-pear.license license='PHP, LGPLv2.1' \
    45     com.oracle.info.description="the PEAR extension module for PHP" \
    45     com.oracle.info.description="the PEAR extension module for PHP" \
    46     com.oracle.info.name=php-pear \
    46     com.oracle.info.name=php-pear \
    47     com.oracle.info.version=5.3.27
    47     com.oracle.info.version=$(COMPONENT_VERSION)
    48 
    48 
    49 dir path=var/php/5.3/include/php
    49 dir path=var/php/5.3/include/php
    50 dir path=var/php/5.3/modules
    50 dir path=var/php/5.3/modules
    51 dir path=var/php/5.3/pear/.registry/.channel.__uri
    51 dir path=var/php/5.3/pear/.registry/.channel.__uri
    52 dir path=var/php/5.3/pear/.registry/.channel.doc.php.net
    52 dir path=var/php/5.3/pear/.registry/.channel.doc.php.net
   245     path=var/php/5.3/pear/test/XML_Util/tests/testBasic_splitQualifiedName.phpt
   245     path=var/php/5.3/pear/test/XML_Util/tests/testBasic_splitQualifiedName.phpt
   246 file path=var/php/5.3/pear/test/XML_Util/tests/testBug_4950.phpt
   246 file path=var/php/5.3/pear/test/XML_Util/tests/testBug_4950.phpt
   247 file path=var/php/5.3/pear/test/XML_Util/tests/testBug_5392.phpt
   247 file path=var/php/5.3/pear/test/XML_Util/tests/testBug_5392.phpt
   248 
   248 
   249 # need generic dependency on PHP itself
   249 # need generic dependency on PHP itself
   250 depend fmri=web/[email protected] type=require
   250 depend fmri=web/php-53@$(COMPONENT_VERSION) type=require