components/memcached/memcached.p5m
changeset 223 b9246653129d
child 464 08f94c414553
equal deleted inserted replaced
222:360c16309b43 223:b9246653129d
       
     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 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    25 
       
    26 set name=pkg.fmri value=pkg:/service/memcached@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="The memcached memory object cache"
       
    28 set name=info.classification value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    29 set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
       
    30 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    31 set name=opensolaris.arc_url \
       
    32     value=http://arc.opensolaris.org/caselog/LSARC/2009/067
       
    33 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    34 
       
    35 license memcached.license license='BSD'
       
    36 
       
    37 dir path=etc
       
    38 dir path=etc/security
       
    39 dir path=etc/security/auth_attr.d
       
    40 dir path=etc/security/auth_attr.d
       
    41 dir path=etc/security/prof_attr.d
       
    42 dir path=etc/security/prof_attr.d
       
    43 dir path=lib
       
    44 dir path=lib/svc
       
    45 dir path=lib/svc/manifest
       
    46 dir path=lib/svc/manifest/application
       
    47 dir path=lib/svc/manifest/application/database
       
    48 dir path=lib/svc/method
       
    49 dir path=usr
       
    50 dir path=usr/lib
       
    51 dir path=usr/include
       
    52 dir path=usr/include/memcached
       
    53 dir path=usr/share
       
    54 dir path=usr/share/man
       
    55 dir path=usr/share/man/man1m
       
    56 file Solaris/auth_attr path=etc/security/auth_attr.d/memcached
       
    57 file Solaris/prof_attr path=etc/security/prof_attr.d/memcached
       
    58 file usr/lib/$(MACH64)/memcached path=usr/lib/memcached mode=0555
       
    59 file Solaris/memcached.xml \
       
    60     path=lib/svc/manifest/application/database/memcached.xml
       
    61 file Solaris/memcached path=lib/svc/method/memcached
       
    62 file path=usr/include/memcached/protocol_binary.h
       
    63 file Solaris/memcached.1m path=usr/share/man/man1m/memcached.1m
       
    64 
       
    65 legacy pkg=SUNWmemcached \
       
    66     desc="The memcached memory object cache (1.4.5)" \
       
    67     name="memcached (usr)"
       
    68 
       
    69 legacy pkg=SUNWmemcachedr \
       
    70     desc="The memcached memory object cache (1.4.1) (root components)" \
       
    71     name="memcached (root)"