components/libmemcached/libmemcached.p5m
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1251 f1fb66b52f41
child 3732 0f62cc221c7e
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
358
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     1
#
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     3
#
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     7
#
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    12
#
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    18
#
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    20
#
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    21
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
358
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    22
#
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    23
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    25
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri value=pkg:/library/libmemcached@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="An open source C/C++ client library and tools for the memcached server"
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    28
set name=pkg.description \
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    29
    value="Libmemcached has been designed to be light on memory usage, thread safe, and provide full access to server side methods."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    30
set name=com.oracle.info.description value="the memcached server library"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
358
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    33
	value="org.opensolaris.category.2008:System/Libraries"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 358
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 358
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
358
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 358
diff changeset
    37
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 358
diff changeset
    38
    value=LSARC/2008/126
358
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    39
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    40
file path=usr/bin/memcat
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    41
file path=usr/bin/memcp
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    42
file path=usr/bin/memerror
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    43
file path=usr/bin/memflush
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    44
file path=usr/bin/memrm
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    45
file path=usr/bin/memslap
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    46
file path=usr/bin/memstat
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    47
file path=usr/include/libmemcached/memcached.h
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/libmemcached.so.2.0.0
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/$(MACH64)/libmemcached.so.2.0.0
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    50
file path=usr/share/man/man1/memcat.1
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    51
file path=usr/share/man/man1/memcp.1
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    52
file path=usr/share/man/man1/memerror.1
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    53
file path=usr/share/man/man1/memflush.1
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    54
file path=usr/share/man/man1/memrm.1
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    55
file path=usr/share/man/man1/memslap.1
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    56
file path=usr/share/man/man1/memstat.1
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    57
file path=usr/share/man/man3libmemcached/libmemcached.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    58
file path=usr/share/man/man3libmemcached/libmemcached_examples.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    59
file path=usr/share/man/man3libmemcached/memcached_add.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    60
file path=usr/share/man/man3libmemcached/memcached_add_by_key.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    61
file path=usr/share/man/man3libmemcached/memcached_append.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    62
file path=usr/share/man/man3libmemcached/memcached_append_by_key.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    63
file path=usr/share/man/man3libmemcached/memcached_behavior_get.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    64
file path=usr/share/man/man3libmemcached/memcached_behavior_set.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    65
file path=usr/share/man/man3libmemcached/memcached_callback_get.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    66
file path=usr/share/man/man3libmemcached/memcached_callback_set.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    67
file path=usr/share/man/man3libmemcached/memcached_cas.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    68
file path=usr/share/man/man3libmemcached/memcached_cas_by_key.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    69
file path=usr/share/man/man3libmemcached/memcached_clone.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    70
file path=usr/share/man/man3libmemcached/memcached_create.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    71
file path=usr/share/man/man3libmemcached/memcached_decrement.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    72
file path=usr/share/man/man3libmemcached/memcached_delete.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    73
file path=usr/share/man/man3libmemcached/memcached_delete_by_key.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    74
file path=usr/share/man/man3libmemcached/memcached_fetch.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    75
file path=usr/share/man/man3libmemcached/memcached_fetch_execute.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    76
file path=usr/share/man/man3libmemcached/memcached_fetch_result.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    77
file path=usr/share/man/man3libmemcached/memcached_free.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    78
file path=usr/share/man/man3libmemcached/memcached_get.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    79
file path=usr/share/man/man3libmemcached/memcached_get_by_key.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    80
file path=usr/share/man/man3libmemcached/memcached_increment.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    81
file path=usr/share/man/man3libmemcached/memcached_lib_version.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    82
file path=usr/share/man/man3libmemcached/memcached_mget.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    83
file path=usr/share/man/man3libmemcached/memcached_mget_by_key.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    84
file path=usr/share/man/man3libmemcached/memcached_prepend.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    85
file \
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    86
    path=usr/share/man/man3libmemcached/memcached_prepend_by_key.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    87
file path=usr/share/man/man3libmemcached/memcached_quit.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    88
file path=usr/share/man/man3libmemcached/memcached_replace.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    89
file \
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    90
    path=usr/share/man/man3libmemcached/memcached_replace_by_key.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    91
file path=usr/share/man/man3libmemcached/memcached_server_add.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    92
file path=usr/share/man/man3libmemcached/memcached_server_count.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    93
file path=usr/share/man/man3libmemcached/memcached_server_list.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    94
file \
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    95
    path=usr/share/man/man3libmemcached/memcached_server_list_append.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    96
file \
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    97
    path=usr/share/man/man3libmemcached/memcached_server_list_count.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    98
file \
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    99
    path=usr/share/man/man3libmemcached/memcached_server_list_free.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   100
file path=usr/share/man/man3libmemcached/memcached_server_push.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   101
file path=usr/share/man/man3libmemcached/memcached_servers_parse.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   102
file path=usr/share/man/man3libmemcached/memcached_set.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   103
file path=usr/share/man/man3libmemcached/memcached_set_by_key.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   104
file path=usr/share/man/man3libmemcached/memcached_stat.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   105
file path=usr/share/man/man3libmemcached/memcached_stat_get_keys.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   106
file \
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   107
    path=usr/share/man/man3libmemcached/memcached_stat_get_value.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   108
file \
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   109
    path=usr/share/man/man3libmemcached/memcached_stat_servername.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   110
file path=usr/share/man/man3libmemcached/memcached_strerror.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   111
file path=usr/share/man/man3libmemcached/memcached_verbosity.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   112
file path=usr/share/man/man3libmemcached/memcached_version.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   113
link path=usr/lib/$(MACH64)/libmemcached.so target=libmemcached.so.2.0.0
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   114
link path=usr/lib/$(MACH64)/libmemcached.so.2 target=libmemcached.so.2.0.0
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   115
link path=usr/lib/libmemcached.so target=libmemcached.so.2.0.0
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   116
link path=usr/lib/libmemcached.so.2 target=libmemcached.so.2.0.0
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   117
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   118
license libmemcached.license license="BSD"