components/php-common/php-common.p5m
changeset 1943 1a27f000029f
parent 1755 ad1cb0530c69
child 3732 0f62cc221c7e
equal deleted inserted replaced
1942:aaef0df2e4f3 1943:1a27f000029f
    27 <transform file path=usr/share/man/.+$ -> add mangler.bypass true >
    27 <transform file path=usr/share/man/.+$ -> add mangler.bypass true >
    28 
    28 
    29 set name=pkg.fmri \
    29 set name=pkg.fmri \
    30     value=pkg:/web/php-common@$(COMPONENT_VERSION),$(BUILD_VERSION)
    30     value=pkg:/web/php-common@$(COMPONENT_VERSION),$(BUILD_VERSION)
    31 set name=pkg.description \
    31 set name=pkg.description \
    32     value="A general-purpose scripting language originally designed for web development to produce dynamic web pages."
    32     value="The common components for all versions of PHP, a general-purpose scripting language originally designed for web development to produce dynamic web pages."
    33 set name=pkg.summary value="PHP Server"
    33 set name=pkg.summary value="common components for PHP"
    34 set name=com.oracle.info.description value="the PHP scripting language"
    34 set name=com.oracle.info.description \
       
    35     value="the common components for the PHP scripting language"
       
    36 set name=com.oracle.info.name value=$(COMPONENT_NAME)
    35 set name=info.classification \
    37 set name=info.classification \
    36     value="org.opensolaris.category.2008:Development/PHP"
    38     value="org.opensolaris.category.2008:Development/PHP"
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    39 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    40 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    41 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    40 
    42 
    41 license php.license license='PHP, GPLv2, LGPLv2, Apache v2.0'
    43 license php-common.license license=Oracle
    42 
    44 
    43 file php.conf path=etc/apache2/2.2/conf.d/php.conf
    45 file php.conf path=etc/apache2/2.2/conf.d/php.conf
    44 file php.1.sunman path=usr/share/man/man1/php.1
    46 file php.1.sunman path=usr/share/man/man1/php.1
    45 
    47 
    46 # if php5.2 is present drag forward because the man page moved to here
    48 # if php5.2 is present drag forward because the man page moved to here