components/libmemcached/libmemcached.p5m
author Laszlo Peter <laszlo.peter@oracle.com>
Wed, 13 Jul 2016 14:48:26 -0700
changeset 6410 3ae42b2b5dad
parent 3732 0f62cc221c7e
child 7253 8b61bf5be99d
permissions -rw-r--r--
PSARC/2016/355 cachetools - Extensible memoizing collections and decorators PSARC/2016/356 funcsigs - Backport of the PEP 362 function signature features from Python 3.3's inspect module PSARC/2016/358 pika-pool - pika connection pooling library PSARC/2016/362 pika - Python AMQP client library PSARC/2016/402 appdirs - Platform-specific application directories Python module PSARC/2016/430 requestsexceptions - find the path to exceptions in the requests library PSARC/2016/431 python-editor - Programmatically open an editor, capture the result PSARC/2016/432 rJSmin - Javascript Minifier PSARC/2016/433 unicodecsv - CSV python module with unicode support 22996389 The appdirs module should be added to Userland 22960798 The Python module cachetools should be added to Userland 22961272 The Python module funcsigs should be added to Userland 23528657 The Python pika module should be added to Userland 23520215 The Python pika-pool module should be added to Userland 23757060 The python-editor module should be added to Userland 23757078 The rJSmin python modules should be added to Userland 23757069 The requestsexceptions python module should be added to Userland 23757082 The unicodecsv python module should be added to Userland 23747719 update Babel to 2.3.4 23206271 Upgrade cffi to 1.5.2 23206346 Upgrade enum to 1.1.6 23206525 Upgrade filechunkio 1.6 23206568 Upgrade formencode to 1.3.0 23206878 Upgrade librabbitmq to 1.6.1 23206931 Upgrade markdown to 2.6.6 23206993 Upgrade markupsafe to 0.23 23119312 Upgrade pygments to 2.1.3 23207180 Upgrade pyparsing to 2.1.4 23207199 Upgrade pyrabbit to 1.1.0 23207670 Upgrade pytz to 2016.4 23209215 Upgrade rfc3986 to 0.3.1 23210233 Upgrade waitress to 0.9.0 23210235 Upgrade webtest to 2.0.21 23760103 Incorrect version of pymemcache delivered
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
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    21
# Copyright (c) 2011, 2015, 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>
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    25
set name=pkg.fmri \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    26
    value=pkg:/library/libmemcached@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    27
set name=pkg.summary \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    28
    value="An open source C/C++ client library and tools for the memcached server"
358
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    30
    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
    31
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
    32
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
    33
set name=info.classification \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    34
    value=org.opensolaris.category.2008:System/Libraries
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 358
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    37
set name=org.opensolaris.arc-caseid value=LSARC/2008/126
358
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    39
file path=usr/bin/memcat
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    40
file path=usr/bin/memcp
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    41
file path=usr/bin/memerror
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    42
file path=usr/bin/memflush
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    43
file path=usr/bin/memrm
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    44
file path=usr/bin/memslap
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    45
file path=usr/bin/memstat
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    46
file path=usr/include/libmemcached/memcached.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    47
link path=usr/lib/$(MACH64)/libmemcached.so target=libmemcached.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    48
link path=usr/lib/$(MACH64)/libmemcached.so.2 target=libmemcached.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    49
file path=usr/lib/$(MACH64)/libmemcached.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    50
link path=usr/lib/libmemcached.so target=libmemcached.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    51
link path=usr/lib/libmemcached.so.2 target=libmemcached.so.2.0.0
358
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    52
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
    53
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
    54
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
    55
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
    56
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
    57
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
    58
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
    59
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
    60
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
    61
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
    62
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
    63
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
    64
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
    65
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
    66
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
    67
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
    68
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
    69
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
    70
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
    71
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
    72
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
    73
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
    74
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
    75
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
    76
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
    77
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
    78
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
    79
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
    80
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
    81
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
    82
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
    83
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
    84
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
    85
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
    86
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
    87
file path=usr/share/man/man3libmemcached/memcached_prepend.3libmemcached
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    88
file path=usr/share/man/man3libmemcached/memcached_prepend_by_key.3libmemcached
358
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    89
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
    90
file path=usr/share/man/man3libmemcached/memcached_replace.3libmemcached
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    91
file path=usr/share/man/man3libmemcached/memcached_replace_by_key.3libmemcached
358
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_add.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_count.3libmemcached
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    94
file path=usr/share/man/man3libmemcached/memcached_server_list.3libmemcached
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    95
file path=usr/share/man/man3libmemcached/memcached_server_list_append.3libmemcached
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    96
file path=usr/share/man/man3libmemcached/memcached_server_list_count.3libmemcached
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    97
file path=usr/share/man/man3libmemcached/memcached_server_list_free.3libmemcached
358
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    98
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
    99
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
   100
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
   101
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
   102
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
   103
file path=usr/share/man/man3libmemcached/memcached_stat_get_keys.3libmemcached
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   104
file path=usr/share/man/man3libmemcached/memcached_stat_get_value.3libmemcached
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   105
file path=usr/share/man/man3libmemcached/memcached_stat_servername.3libmemcached
358
b973df7d380a 7058577 Move libmemcached from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   106
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
   107
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
   108
file path=usr/share/man/man3libmemcached/memcached_version.3libmemcached
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   109
license libmemcached.license license=BSD