components/php-5_2/php-memcache.p5m
changeset 461 edabdd6aff23
child 464 08f94c414553
equal deleted inserted replaced
460:aded0f0f9594 461:edabdd6aff23
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri value=pkg:/web/php-52/extension/[email protected],$(BUILD_VERSION)
       
    25 set name=pkg.description value="PHP-Memcache extension to store PHP sessions in Memcached server"
       
    26 set name=pkg.summary value="Memcache extension module for PHP"
       
    27 set name=info.classification \
       
    28     value="org.opensolaris.category.2008:Development/PHP"
       
    29 set name=info.source_url value=http://pecl.php.net/get/memcache-2.2.5.tgz
       
    30 set name=info.upstream_url value=http://pecl.php.net/package/memcache
       
    31 set name=opensolaris.arc_url \
       
    32     value=http://arc.opensolaris.org/caselog/LSARC/2008/538
       
    33 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    34 
       
    35 license php-memcache.license license='PHP, GPLv2, LGPLv2, Apache v2.0'
       
    36 
       
    37 dir path=etc
       
    38 dir path=etc/apache2
       
    39 dir path=etc/apache2/2.2
       
    40 dir path=etc/apache2/2.2/samples-conf.d
       
    41 dir path=etc/php
       
    42 dir path=etc/php/5.2
       
    43 dir path=etc/php/5.2/conf.d
       
    44 dir path=etc/php/5.2/zts-conf.d
       
    45 dir path=usr
       
    46 dir path=usr/php
       
    47 dir path=usr/php/5.2
       
    48 dir path=usr/php/5.2/modules
       
    49 dir path=usr/php/5.2/samples
       
    50 dir path=usr/php/5.2/samples/memcache
       
    51 dir path=usr/php/5.2/zts-modules
       
    52 file path=etc/apache2/2.2/samples-conf.d/php-memcache-stats.conf mode=0644 \
       
    53     original_name=SUNWphp52-memcache:etc/apache2/2.2/samples-conf.d/php-memcache-stats.conf \
       
    54     preserve=renamenew
       
    55 file path=etc/php/5.2/conf.d/memcache.ini mode=0644 \
       
    56     original_name=SUNWphp52-memcache:etc/php/5.2/conf.d/memcache.ini \
       
    57     preserve=renamenew
       
    58 file path=etc/php/5.2/zts-conf.d/memcache.ini mode=0644 \
       
    59     original_name=SUNWphp52-memcache:etc/php/5.2/zts-conf.d/memcache.ini \
       
    60     preserve=renamenew
       
    61 file path=usr/php/5.2/modules/memcache.so
       
    62 file path=usr/php/5.2/samples/memcache/memcache.php mode=0555
       
    63 file path=usr/php/5.2/zts-modules/memcache.so
       
    64 
       
    65 legacy pkg=SUNWphp52r-memcache \
       
    66     desc="PHP-Memcache(2.2.5) extension to store PHP(5.2) sessions in Memcached server (Root)" \
       
    67     name="Memcache extension module for PHP (Root)"
       
    68 legacy pkg=SUNWphp52u-memcache \
       
    69     desc="PHP-Memcache(2.2.5) extension to store PHP(5.2) sessions in Memcached server" \
       
    70     name="Memcache extension module for PHP"
       
    71 
       
    72 depend fmri=web/[email protected] type=require