View | Details | Raw Unified | Return to bug 258816
Collapse All | Expand All

(-)b/databases/libmemcached/Makefile (-37 / +38 lines)
Lines 1-54 Link Here
1
PORTNAME=	libmemcached
1
PORTNAME=	libmemcached
2
PORTVERSION=	1.0.18
2
DISTVERSION=	1.1.4
3
PORTREVISION=	7
4
CATEGORIES=	databases
3
CATEGORIES=	databases
5
MASTER_SITES=	https://launchpad.net/libmemcached/${PORTVERSION:R}/${PORTVERSION}/+download/
6
4
7
MAINTAINER=	sunpoet@FreeBSD.org
5
MAINTAINER=	sunpoet@FreeBSD.org
8
COMMENT=	C and C++ client library to the memcached server
6
COMMENT=	Client library and command line tools for memcached server
9
WWW=		https://libmemcached.org/
7
WWW=		https://awesomized.github.io/libmemcached/
10
8
11
LICENSE=	BSD3CLAUSE
9
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/COPYING
10
LICENSE_FILE=	${WRKSRC}/COPYING
13
11
12
BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex
14
LIB_DEPENDS=	libevent.so:devel/libevent
13
LIB_DEPENDS=	libevent.so:devel/libevent
15
TEST_DEPENDS=	memcached:databases/memcached
14
16
15
USES=		bison pathfix pkgconfig ssl
17
USES=		autoreconf gmake libtool localbase pathfix pkgconfig
16
USE_GITHUB=	yes
18
17
GH_ACCOUNT=	awesomized
19
CONFIGURE_ARGS=	--enable-libmemcachedprotocol \
20
		--without-memcached \
21
		--without-sphinx-build
22
CXXFLAGS+=	-D__STDC_CONSTANT_MACROS -pthread
23
GNU_CONFIGURE=	yes
24
LIBS+=		-lexecinfo
25
PATHFIX_MAKEFILEIN=	include.am
26
TEST_TARGET=	check
27
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
28
19
29
CONFLICTS_INSTALL=	memdump # man/man1/memdump.1.gz
20
CMAKE_ON=	ENABLE_OPENSSL_CRYPTO
21
CMAKE_ARGS=	-DFLEX_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/flex \
22
		-DFLEX_INCLUDE_DIR:PATH=${LOCALBASE}/include \
23
		-DFL_LIBRARY:FILEPATH=${LOCALBASE}/lib/libfl.a
30
24
31
OPTIONS_DEFINE=	DEBUG MEMASLAP SASL
25
OPTIONS_DEFINE=		DOCS MANPAGES SASL TEST
32
OPTIONS_GROUP=	HASH
26
OPTIONS_GROUP=		HASH
33
OPTIONS_GROUP_HASH=	FNV64 HSIEH MURMUR
27
OPTIONS_GROUP_HASH=	FNV64 HSIEH MURMUR
34
OPTIONS_DEFAULT=MEMASLAP SASL MURMUR FNV64
28
OPTIONS_DEFAULT=	SASL MURMUR FNV64
35
FNV64_DESC=	Enable fnv64 hashing
29
OPTIONS_SUB=		yes
36
HSIEH_DESC=	Enable hsieh hashing
30
37
MEMASLAP_DESC=	Load generation and benchmark tool
31
FNV64_DESC=		Enable fnv64 hashing
38
MURMUR_DESC=	Enable murmur hashing
32
HSIEH_DESC=		Enable hsieh hashing
39
33
MEMASLAP_DESC=		Load generation and benchmark tool
40
DEBUG_CONFIGURE_ENABLE=	debug
34
MURMUR_DESC=		Enable murmur hashing
41
FNV64_CONFIGURE_ENABLE=	fnv64_hash
42
HSIEH_CONFIGURE_ENABLE=	hsieh_hash
43
MEMASLAP_CONFIGURE_ENABLE=	memaslap
44
MURMUR_CONFIGURE_ENABLE=murmur_hash
45
SASL_CONFIGURE_ENABLE=	sasl
46
SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
47
35
48
post-patch:
36
FNV64_CMAKE_BOOL=	ENABLE_HASH_FNV64
49
	@${REINPLACE_CMD} -e 's|%%LTLIBSASL2%%|${LTLIBSASL2}|' ${WRKSRC}/Makefile.in
37
HSIEH_CMAKE_BOOL=	ENABLE_HASH_HSIEH
38
MURMUR_CMAKE_BOOL=	ENABLE_HASH_MURMUR
50
39
51
post-install:
40
MANPAGES_BUILD_DEPENDS=	${LOCALBASE}/bin/sphinx-build:textproc/py-sphinx@${PY_FLAVOR}
52
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
41
MANPAGES_USES_OFF=	cmake
42
MANPAGES_USES=		cmake:noninja python:build
43
MANPAGES_CMAKE_BOOL=	BUILD_DOCS_MAN
44
45
SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
46
SASL_CMAKE_BOOL=	ENABLE_SASL
47
48
TEST_BUILD_DEPENDS=	memcached:databases/memcached \
49
			${LOCALBASE}/include/oneapi/tbb.h:devel/onetbb
50
TEST_USES_OFF=		compiler:c++11-lang
51
TEST_USES=		compiler:c++14-lang
52
TEST_TEST_TARGET=	test
53
TEST_CMAKE_BOOL=	BUILD_TESTING
53
54
54
.include <bsd.port.mk>
55
.include <bsd.port.mk>
(-)b/databases/libmemcached/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (libmemcached-1.0.18.tar.gz) = e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82
1
TIMESTAMP = 1685783061
2
SIZE (libmemcached-1.0.18.tar.gz) = 1039649
2
SHA256 (awesomized-libmemcached-1.1.4_GH0.tar.gz) = c477e1f6510e1dc698e84f3717ce690a8f65b94c616ecaa62306cce0f5e3116a
3
SIZE (awesomized-libmemcached-1.1.4_GH0.tar.gz) = 530337
(-)a/databases/libmemcached/files/patch-Makefile.in (-11 lines)
Removed Link Here
1
--- Makefile.in.orig	2014-02-09 11:52:56 UTC
2
+++ Makefile.in
3
@@ -2934,7 +2934,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
4
 LCOV = @LCOV@
5
 LCOV_GENHTML = @LCOV_GENHTML@
6
 LD = @LD@
7
-LDFLAGS = @LDFLAGS@
8
+LDFLAGS = @LDFLAGS@ %%LTLIBSASL2%%
9
 LEX = @LEX@
10
 LIBEVENT_LIB = @LIBEVENT_LIB@
11
 LIBGEARMAN_CPPFLAGS = @LIBGEARMAN_CPPFLAGS@
(-)a/databases/libmemcached/files/patch-bug1245562 (-34 lines)
Removed Link Here
1
--- clients/memflush.cc.orig	2014-02-09 11:52:42 UTC
2
+++ clients/memflush.cc
3
@@ -39,7 +39,7 @@ int main(int argc, char *argv[])
4
 {
5
   options_parse(argc, argv);
6
 
7
-  if (opt_servers == false)
8
+  if (opt_servers == NULL)
9
   {
10
     char *temp;
11
 
12
@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
13
       opt_servers= strdup(temp);
14
     }
15
 
16
-    if (opt_servers == false)
17
+    if (opt_servers == NULL)
18
     {
19
       std::cerr << "No Servers provided" << std::endl;
20
       exit(EXIT_FAILURE);
21
--- libmemcached-1.0/memcached.h.orig	2014-02-09 11:52:42 UTC
22
+++ libmemcached-1.0/memcached.h
23
@@ -43,7 +43,11 @@
24
 #endif
25
 
26
 #ifdef __cplusplus
27
+#ifdef _LIBCPP_VERSION
28
 #  include <cinttypes>
29
+#else
30
+#  include <tr1/cinttypes>
31
+#endif
32
 #  include <cstddef>
33
 #  include <cstdlib>
34
 #else
(-)a/databases/libmemcached/files/patch-clients_memaslap.c (-14 lines)
Removed Link Here
1
--- clients/memaslap.c.orig	2020-08-22 10:06:16 UTC
2
+++ clients/memaslap.c
3
@@ -45,6 +45,11 @@
4
 #define OPTIONSTRING const char*
5
 #endif
6
 
7
+/* global variables */
8
+ms_global_t ms_global;
9
+ms_statistic_t ms_statistic;
10
+ms_stats_t ms_stats;
11
+
12
 /* options */
13
 static struct option long_options[]=
14
 {
(-)a/databases/libmemcached/files/patch-clients_ms__memslap.h (-23 lines)
Removed Link Here
1
--- clients/ms_memslap.h.orig	2020-08-22 10:06:28 UTC
2
+++ clients/ms_memslap.h
3
@@ -116,14 +116,14 @@ typedef struct global
4
   bool time_out;
5
 } ms_global_t;
6
 
7
-/* global structure */
8
-ms_global_t ms_global;
9
+/* global structure, defined in memaslap.c */
10
+extern ms_global_t ms_global;
11
 
12
-/* global stats information structure */
13
-ms_stats_t ms_stats;
14
+/* global stats information structure, defined in memaslap.c */
15
+extern ms_stats_t ms_stats;
16
 
17
-/* global statistic structure */
18
-ms_statistic_t ms_statistic;
19
+/* global statistic structure, defined in mamaslap.c */
20
+extern ms_statistic_t ms_statistic;
21
 
22
 #ifdef __cplusplus
23
 }
(-)a/databases/libmemcached/files/patch-configure.ac (-19 lines)
Removed Link Here
1
--- configure.ac.orig	2014-02-09 11:52:42 UTC
2
+++ configure.ac
3
@@ -13,13 +13,13 @@ m4_include([version.m4])
4
 AC_PREREQ([2.61])
5
 AC_INIT([libmemcached],VERSION_NUMBER,[http://libmemcached.org/])
6
 
7
+AC_CONFIG_AUX_DIR([build-aux])
8
+AC_CONFIG_MACRO_DIR([m4])
9
+
10
 # Setup the compilers early on
11
 AC_PROG_CC([cc gcc clang])
12
 AC_PROG_CXX([c++ g++ clang++])
13
 
14
-AC_CONFIG_AUX_DIR([build-aux])
15
-AC_CONFIG_MACRO_DIR([m4])
16
-
17
 AC_CANONICAL_HOST
18
 AC_ARG_PROGRAM
19
 AC_USE_SYSTEM_EXTENSIONS
(-)a/databases/libmemcached/files/patch-libmemcached_assert.hpp (-13 lines)
Removed Link Here
1
--- libmemcached/assert.hpp.orig	2014-02-09 11:52:42 UTC
2
+++ libmemcached/assert.hpp
3
@@ -51,8 +51,10 @@
4
 # ifdef _WIN32
5
 #  include <malloc.h>
6
 # else
7
+#ifdef HAVE_ALLOCA_H
8
 #  include <alloca.h>
9
 # endif
10
+# endif
11
 
12
 #ifdef __cplusplus
13
 # include <cstdarg>
(-)a/databases/libmemcached/files/patch-libtest_lite.h (-13 lines)
Removed Link Here
1
--- libtest/lite.h.orig	2014-02-09 11:52:42 UTC
2
+++ libtest/lite.h
3
@@ -54,8 +54,10 @@
4
 #if defined(WIN32)
5
 # include <malloc.h>
6
 #else
7
+#ifdef HAVE_ALLOCA_H
8
 # include <alloca.h>
9
 #endif
10
+#endif
11
 
12
 #ifndef __PRETTY_FUNCTION__
13
 # define __PRETTY_FUNCTION__ __func__
(-)a/databases/libmemcached/files/patch-m4_ax__debug.m4 (-28 lines)
Removed Link Here
1
Fixed a bug that caused configure to disobey the enable/disable debug flag.  The debug flag will default to disabled if not specified.
2
--- m4/ax_debug.m4.orig	2014-02-09 11:52:42 UTC
3
+++ m4/ax_debug.m4
4
@@ -49,16 +49,18 @@ AC_DEFUN([AX_DEBUG],
5
     [AC_PREREQ([2.63])dnl
6
     AC_ARG_ENABLE([debug],
7
       [AS_HELP_STRING([--enable-debug],
8
-        [Add debug code/turns off optimizations (yes|no) @<:@default=no@:>@])],
9
-      [ax_enable_debug=yes
10
+        [Add debug code/turns off optimizations (yes|no) @<:@default=no@:>@])])
11
+    AS_IF([test "x$enable_debug" = "xyes"], [
12
+      ax_enable_debug=yes
13
       AC_DEFINE([DEBUG],[1],[Define to 1 to enable debugging code.])
14
       AX_CHECK_LIBRARY([MCHECK],[mcheck.h],[mcheck],[AX_APPEND_LINK_FLAGS([-lmcheck])])
15
       AX_ADD_AM_MACRO([--debug],[AM_YFLAGS])
16
-      AX_ADD_AM_MACRO([-D_GLIBCXX_DEBUG],[AM_CPPFLAGS])],
17
-      [ax_enable_debug=no
18
+      AX_ADD_AM_MACRO([-D_GLIBCXX_DEBUG],[AM_CPPFLAGS])
19
+    ], [
20
+      ax_enable_debug=no
21
       AC_SUBST([MCHECK])
22
-      AC_DEFINE([DEBUG],[0],[Define to 1 to enable debugging code.])])
23
-
24
+      AC_DEFINE([DEBUG],[0],[Define to 1 to enable debugging code.])
25
+    ])
26
     AC_MSG_CHECKING([for debug])
27
     AC_MSG_RESULT([$ax_enable_debug])
28
     AM_CONDITIONAL([DEBUG],[test "x${ax_enable_debug}" = "xyes"])])
(-)a/databases/libmemcached/files/patch-man_include.am (-10 lines)
Removed Link Here
1
--- man/include.am.orig	2014-02-09 11:52:42 UTC
2
+++ man/include.am
3
@@ -4,7 +4,6 @@
4
 
5
 # Build rule for documentation
6
 $(dist_man_MANS): $(top_srcdir)/configure.ac
7
-	$(MAKE) $(AM_MAKEFLAGS) man
8
 
9
 .NOTPARALLEL: $(dist_man_MANS)
10
 
(-)b/databases/libmemcached/files/patch-test_tests_memcached_regression_lp__001-630-615.cpp (+35 lines)
Added Link Here
1
--- test/tests/memcached/regression/lp_001-630-615.cpp.orig	2023-06-03 12:15:40 UTC
2
+++ test/tests/memcached/regression/lp_001-630-615.cpp
3
@@ -6,29 +6,8 @@
4
 TEST_CASE("memcached_regression_lp1630615") {
5
 #if !LIBMEMCACHED_WITH_SASL_SUPPORT
6
   WARN("ENABLE_SASL=OFF");
7
-#else
8
-  Shell sh;
9
-  string mc{MEMCACHED_BINARY}, err;
10
-
11
-  if (!sh.run(mc + " -S --version", err)) {
12
-    WARN(mc << ": " << err);
13
-  } else {
14
-    memcached_return_t rc;
15
-    auto test = MemcachedCluster::sasl();
16
-    auto memc = &test.memc;
17
-    MemcachedPtr copy{memcached_clone(nullptr, memc)};
18
-
19
-    REQUIRE(memcached_server_by_key(memc, S(__func__), &rc)->fd == INVALID_SOCKET);
20
-    REQUIRE_SUCCESS(memcached_set(memc, S(__func__), S(__func__), 0, 0));
21
-    REQUIRE(memcached_server_by_key(memc, S(__func__), &rc)->fd != INVALID_SOCKET);
22
-
23
-    REQUIRE(memcached_server_by_key(*copy, S(__func__), &rc)->fd == INVALID_SOCKET);
24
-    Malloced val{memcached_get(*copy, S(__func__), nullptr, nullptr, &rc)};
25
-    REQUIRE(memcached_server_by_key(*copy, S(__func__), &rc)->fd != INVALID_SOCKET);
26
-    
27
-    REQUIRE_SUCCESS(rc);
28
-    REQUIRE(*val);
29
-    REQUIRE(string(__func__) == string(*val));
30
-  }
31
+#endif
32
+#if LIBMEMCACHED_WITH_SASL_SUPPORT
33
+  WARN("SASL_TESTS disabled due to permission issues");
34
 #endif
35
 }
(-)b/databases/libmemcached/files/patch-test_tests_memcached_sasl.cpp (+52 lines)
Added Link Here
1
--- test/tests/memcached/sasl.cpp.orig	2023-06-03 11:11:01 UTC
2
+++ test/tests/memcached/sasl.cpp
3
@@ -6,46 +6,8 @@
4
 TEST_CASE("memcached_sasl") {
5
 #if !LIBMEMCACHED_WITH_SASL_SUPPORT
6
   WARN("ENABLE_SASL=OFF");
7
-#else
8
-  Shell sh;
9
-  string mc{MEMCACHED_BINARY}, err;
10
-
11
-  if (!sh.run(mc + " -S --version", err)) {
12
-    WARN(mc << ": " << err);
13
-  } else {
14
-    auto test = MemcachedCluster::sasl();
15
-    auto memc = &test.memc;
16
-
17
-    REQUIRE_SUCCESS(memcached_set(memc, S(__func__), S(__func__), 0, 0));
18
-    REQUIRE_SUCCESS(memcached_delete(memc, S(__func__), 0));
19
-    REQUIRE_SUCCESS(memcached_destroy_sasl_auth_data(memc));
20
-    REQUIRE_SUCCESS(memcached_destroy_sasl_auth_data(memc));
21
-    REQUIRE_RC(MEMCACHED_INVALID_ARGUMENTS, memcached_destroy_sasl_auth_data(nullptr));
22
-
23
-    memcached_quit(memc);
24
-
25
-    REQUIRE_RC(MEMCACHED_AUTH_FAILURE, memcached_set(memc, S(__func__), S(__func__), 0, 0));
26
-
27
-    REQUIRE_SUCCESS(memcached_set_sasl_auth_data(memc, "username", "password"));
28
-    REQUIRE_RC(MEMCACHED_AUTH_FAILURE, memcached_set(memc, S(__func__), S(__func__), 0, 0));
29
-
30
-    SECTION("getpid2") {
31
-      memcached_return_t rc;
32
-
33
-      for (auto &server : test.cluster.getServers()) {
34
-        REQUIRE(server.getPid() == libmemcached_util_getpid2("localhost", get<int>(server.getSocketOrPort()), "memcached", "memcached", &rc));
35
-        REQUIRE_SUCCESS(rc);
36
-      }
37
-
38
-      REQUIRE(-1 == libmemcached_util_getpid2("localhost", 1, "foo", "bar", &rc));
39
-      REQUIRE(memcached_fatal(rc));
40
-    }
41
-
42
-    SECTION("ping2") {
43
-      memcached_server_fn fptr[] = {&ping2_callback};
44
-
45
-      REQUIRE_SUCCESS(memcached_server_cursor(memc, fptr, nullptr, 1));
46
-    }
47
-  }
48
+#endif
49
+#if LIBMEMCACHED_WITH_SASL_SUPPORT
50
+  WARN("SASL_TESTS disabled due to permission issues");
51
 #endif
52
 }
(-)a/databases/libmemcached/files/patch-util_log.hpp (-10 lines)
Removed Link Here
1
--- util/log.hpp.orig	2014-02-09 11:52:42 UTC
2
+++ util/log.hpp
3
@@ -42,6 +42,7 @@
4
 #include <fcntl.h>
5
 #include <iostream>
6
 #include <string>
7
+#include <string.h>
8
 #include <syslog.h>
9
 
10
 #define UTIL_MAX_ERROR_SIZE 2048
(-)b/databases/libmemcached/pkg-plist (-121 / +182 lines)
Lines 13-18 bin/memslap Link Here
13
bin/memstat
13
bin/memstat
14
bin/memtouch
14
bin/memtouch
15
include/libhashkit-1.0/algorithm.h
15
include/libhashkit-1.0/algorithm.h
16
include/libhashkit-1.0/basic_string.h
16
include/libhashkit-1.0/behavior.h
17
include/libhashkit-1.0/behavior.h
17
include/libhashkit-1.0/configure.h
18
include/libhashkit-1.0/configure.h
18
include/libhashkit-1.0/digest.h
19
include/libhashkit-1.0/digest.h
Lines 89-94 include/libmemcached/memcached.hpp Link Here
89
include/libmemcached/util.h
90
include/libmemcached/util.h
90
include/libmemcachedprotocol-0.0/binary.h
91
include/libmemcachedprotocol-0.0/binary.h
91
include/libmemcachedprotocol-0.0/callback.h
92
include/libmemcachedprotocol-0.0/callback.h
93
include/libmemcachedprotocol-0.0/configure.h
92
include/libmemcachedprotocol-0.0/handler.h
94
include/libmemcachedprotocol-0.0/handler.h
93
include/libmemcachedprotocol-0.0/vbucket.h
95
include/libmemcachedprotocol-0.0/vbucket.h
94
include/libmemcachedutil-1.0/flush.h
96
include/libmemcachedutil-1.0/flush.h
Lines 98-235 include/libmemcachedutil-1.0/ping.h Link Here
98
include/libmemcachedutil-1.0/pool.h
100
include/libmemcachedutil-1.0/pool.h
99
include/libmemcachedutil-1.0/util.h
101
include/libmemcachedutil-1.0/util.h
100
include/libmemcachedutil-1.0/version.h
102
include/libmemcachedutil-1.0/version.h
101
lib/libhashkit.a
103
lib/cmake/libmemcached-awesome/libhashkit-targets-%%CMAKE_BUILD_TYPE%%.cmake
104
lib/cmake/libmemcached-awesome/libhashkit-targets.cmake
105
lib/cmake/libmemcached-awesome/libhashkit-version.cmake
106
lib/cmake/libmemcached-awesome/libmemcached-config.cmake
107
lib/cmake/libmemcached-awesome/libmemcached-targets-%%CMAKE_BUILD_TYPE%%.cmake
108
lib/cmake/libmemcached-awesome/libmemcached-targets.cmake
109
lib/cmake/libmemcached-awesome/libmemcached-version.cmake
110
lib/cmake/libmemcached-awesome/libmemcachedprotocol-targets-%%CMAKE_BUILD_TYPE%%.cmake
111
lib/cmake/libmemcached-awesome/libmemcachedprotocol-targets.cmake
112
lib/cmake/libmemcached-awesome/libmemcachedprotocol-version.cmake
113
lib/cmake/libmemcached-awesome/libmemcachedutil-targets-%%CMAKE_BUILD_TYPE%%.cmake
114
lib/cmake/libmemcached-awesome/libmemcachedutil-targets.cmake
115
lib/cmake/libmemcached-awesome/libmemcachedutil-version.cmake
116
lib/cmake/libmemcached-awesome/p9y-targets-%%CMAKE_BUILD_TYPE%%.cmake
117
lib/cmake/libmemcached-awesome/p9y-targets.cmake
102
lib/libhashkit.so
118
lib/libhashkit.so
103
lib/libhashkit.so.2
119
lib/libhashkit.so.2
104
lib/libhashkit.so.2.0.0
120
lib/libhashkit.so.2.0.0
105
lib/libmemcached.a
106
lib/libmemcached.so
121
lib/libmemcached.so
107
lib/libmemcached.so.11
122
lib/libmemcached.so.11
108
lib/libmemcached.so.11.0.0
123
lib/libmemcached.so.11.0.0
109
lib/libmemcachedprotocol.a
110
lib/libmemcachedprotocol.so
124
lib/libmemcachedprotocol.so
111
lib/libmemcachedprotocol.so.0
125
lib/libmemcachedprotocol.so.0
112
lib/libmemcachedprotocol.so.0.0.0
126
lib/libmemcachedprotocol.so.0.0.0
113
lib/libmemcachedutil.a
114
lib/libmemcachedutil.so
127
lib/libmemcachedutil.so
115
lib/libmemcachedutil.so.2
128
lib/libmemcachedutil.so.2
116
lib/libmemcachedutil.so.2.0.0
129
lib/libmemcachedutil.so.2.0.0
130
lib/libp9y.a
117
libdata/pkgconfig/libmemcached.pc
131
libdata/pkgconfig/libmemcached.pc
118
man/man1/memaslap.1.gz
119
man/man1/memcapable.1.gz
120
man/man1/memcat.1.gz
121
man/man1/memcp.1.gz
122
man/man1/memdump.1.gz
123
man/man1/memerror.1.gz
124
man/man1/memexist.1.gz
125
man/man1/memflush.1.gz
126
man/man1/memparse.1.gz
127
man/man1/memping.1.gz
128
man/man1/memrm.1.gz
129
man/man1/memslap.1.gz
130
man/man1/memstat.1.gz
131
man/man1/memtouch.1.gz
132
man/man3/hashkit_clone.3.gz
133
man/man3/hashkit_crc32.3.gz
134
man/man3/hashkit_create.3.gz
135
man/man3/hashkit_fnv1_32.3.gz
136
man/man3/hashkit_fnv1_64.3.gz
137
man/man3/hashkit_fnv1a_32.3.gz
138
man/man3/hashkit_fnv1a_64.3.gz
139
man/man3/hashkit_free.3.gz
140
man/man3/hashkit_functions.3.gz
141
man/man3/hashkit_hsieh.3.gz
142
man/man3/hashkit_is_allocated.3.gz
143
man/man3/hashkit_jenkins.3.gz
144
man/man3/hashkit_md5.3.gz
145
man/man3/hashkit_murmur.3.gz
146
man/man3/hashkit_value.3.gz
147
man/man3/libhashkit.3.gz
148
man/man3/libmemcached.3.gz
149
man/man3/libmemcached_check_configuration.3.gz
150
man/man3/libmemcached_configuration.3.gz
151
man/man3/libmemcached_examples.3.gz
152
man/man3/libmemcachedutil.3.gz
153
man/man3/memcached.3.gz
154
man/man3/memcached_add.3.gz
155
man/man3/memcached_add_by_key.3.gz
156
man/man3/memcached_analyze.3.gz
157
man/man3/memcached_append.3.gz
158
man/man3/memcached_append_by_key.3.gz
159
man/man3/memcached_behavior_get.3.gz
160
man/man3/memcached_behavior_set.3.gz
161
man/man3/memcached_callback_get.3.gz
162
man/man3/memcached_callback_set.3.gz
163
man/man3/memcached_cas.3.gz
164
man/man3/memcached_cas_by_key.3.gz
165
man/man3/memcached_clone.3.gz
166
man/man3/memcached_create.3.gz
167
man/man3/memcached_decrement.3.gz
168
man/man3/memcached_decrement_with_initial.3.gz
169
man/man3/memcached_delete.3.gz
170
man/man3/memcached_delete_by_key.3.gz
171
man/man3/memcached_destroy_sasl_auth_data.3.gz
172
man/man3/memcached_dump.3.gz
173
man/man3/memcached_exist.3.gz
174
man/man3/memcached_exist_by_key.3.gz
175
man/man3/memcached_fetch.3.gz
176
man/man3/memcached_fetch_execute.3.gz
177
man/man3/memcached_fetch_result.3.gz
178
man/man3/memcached_flush_buffers.3.gz
179
man/man3/memcached_free.3.gz
180
man/man3/memcached_generate_hash.3.gz
181
man/man3/memcached_generate_hash_value.3.gz
182
man/man3/memcached_get.3.gz
183
man/man3/memcached_get_by_key.3.gz
184
man/man3/memcached_get_memory_allocators.3.gz
185
man/man3/memcached_get_sasl_callbacks.3.gz
186
man/man3/memcached_get_user_data.3.gz
187
man/man3/memcached_increment.3.gz
188
man/man3/memcached_increment_with_initial.3.gz
189
man/man3/memcached_last_error_message.3.gz
190
man/man3/memcached_lib_version.3.gz
191
man/man3/memcached_mget.3.gz
192
man/man3/memcached_mget_by_key.3.gz
193
man/man3/memcached_mget_execute.3.gz
194
man/man3/memcached_mget_execute_by_key.3.gz
195
man/man3/memcached_pool.3.gz
196
man/man3/memcached_pool_behavior_get.3.gz
197
man/man3/memcached_pool_behavior_set.3.gz
198
man/man3/memcached_pool_create.3.gz
199
man/man3/memcached_pool_destroy.3.gz
200
man/man3/memcached_pool_fetch.3.gz
201
man/man3/memcached_pool_pop.3.gz
202
man/man3/memcached_pool_push.3.gz
203
man/man3/memcached_pool_release.3.gz
204
man/man3/memcached_pool_st.3.gz
205
man/man3/memcached_prepend.3.gz
206
man/man3/memcached_prepend_by_key.3.gz
207
man/man3/memcached_quit.3.gz
208
man/man3/memcached_replace.3.gz
209
man/man3/memcached_replace_by_key.3.gz
210
man/man3/memcached_sasl_set_auth_data.3.gz
211
man/man3/memcached_server_add.3.gz
212
man/man3/memcached_server_count.3.gz
213
man/man3/memcached_server_cursor.3.gz
214
man/man3/memcached_server_list.3.gz
215
man/man3/memcached_server_list_append.3.gz
216
man/man3/memcached_server_list_count.3.gz
217
man/man3/memcached_server_list_free.3.gz
218
man/man3/memcached_server_push.3.gz
219
man/man3/memcached_servers_parse.3.gz
220
man/man3/memcached_set.3.gz
221
man/man3/memcached_set_by_key.3.gz
222
man/man3/memcached_set_memory_allocators.3.gz
223
man/man3/memcached_set_sasl_callbacks.3.gz
224
man/man3/memcached_set_user_data.3.gz
225
man/man3/memcached_stat.3.gz
226
man/man3/memcached_stat_execute.3.gz
227
man/man3/memcached_stat_get_keys.3.gz
228
man/man3/memcached_stat_get_value.3.gz
229
man/man3/memcached_stat_servername.3.gz
230
man/man3/memcached_strerror.3.gz
231
man/man3/memcached_touch.3.gz
232
man/man3/memcached_touch_by_key.3.gz
233
man/man3/memcached_verbosity.3.gz
234
man/man3/memcached_version.3.gz
235
share/aclocal/ax_libmemcached.m4
132
share/aclocal/ax_libmemcached.m4
133
%%PORTDOCS%%%%DOCSDIR%%-awesome/AUTHORS
134
%%PORTDOCS%%%%DOCSDIR%%-awesome/BUGS.md
135
%%PORTDOCS%%%%DOCSDIR%%-awesome/CONTRIBUTING.md
136
%%PORTDOCS%%%%DOCSDIR%%-awesome/COPYING
137
%%PORTDOCS%%%%DOCSDIR%%-awesome/ChangeLog
138
%%PORTDOCS%%%%DOCSDIR%%-awesome/ChangeLog-0.md
139
%%PORTDOCS%%%%DOCSDIR%%-awesome/ChangeLog-1.0.md
140
%%PORTDOCS%%%%DOCSDIR%%-awesome/ChangeLog-1.1.md
141
%%PORTDOCS%%%%DOCSDIR%%-awesome/ChangeLog.md
142
%%PORTDOCS%%%%DOCSDIR%%-awesome/LICENSE
143
%%PORTDOCS%%%%DOCSDIR%%-awesome/NEWS
144
%%PORTDOCS%%%%DOCSDIR%%-awesome/README.md
145
%%PORTDOCS%%%%DOCSDIR%%-awesome/TODO
146
%%DATADIR%%-awesome/example.cnf
147
%%MANPAGES%%share/man/man1/memaslap.1.gz
148
%%MANPAGES%%share/man/man1/memcapable.1.gz
149
%%MANPAGES%%share/man/man1/memcat.1.gz
150
%%MANPAGES%%share/man/man1/memcp.1.gz
151
%%MANPAGES%%share/man/man1/memdump.1.gz
152
%%MANPAGES%%share/man/man1/memerror.1.gz
153
%%MANPAGES%%share/man/man1/memexist.1.gz
154
%%MANPAGES%%share/man/man1/memflush.1.gz
155
%%MANPAGES%%share/man/man1/memparse.1.gz
156
%%MANPAGES%%share/man/man1/memping.1.gz
157
%%MANPAGES%%share/man/man1/memrm.1.gz
158
%%MANPAGES%%share/man/man1/memslap.1.gz
159
%%MANPAGES%%share/man/man1/memstat.1.gz
160
%%MANPAGES%%share/man/man1/memtouch.1.gz
161
%%MANPAGES%%share/man/man3/hashkit_clone.3.gz
162
%%MANPAGES%%share/man/man3/hashkit_crc32.3.gz
163
%%MANPAGES%%share/man/man3/hashkit_create.3.gz
164
%%MANPAGES%%share/man/man3/hashkit_fnv1_32.3.gz
165
%%MANPAGES%%share/man/man3/hashkit_fnv1_64.3.gz
166
%%MANPAGES%%share/man/man3/hashkit_fnv1a_32.3.gz
167
%%MANPAGES%%share/man/man3/hashkit_fnv1a_64.3.gz
168
%%MANPAGES%%share/man/man3/hashkit_free.3.gz
169
%%MANPAGES%%share/man/man3/hashkit_function.3.gz
170
%%MANPAGES%%share/man/man3/hashkit_functions.3.gz
171
%%MANPAGES%%share/man/man3/hashkit_get_distribution_function.3.gz
172
%%MANPAGES%%share/man/man3/hashkit_get_function.3.gz
173
%%MANPAGES%%share/man/man3/hashkit_hsieh.3.gz
174
%%MANPAGES%%share/man/man3/hashkit_is_allocated.3.gz
175
%%MANPAGES%%share/man/man3/hashkit_jenkins.3.gz
176
%%MANPAGES%%share/man/man3/hashkit_md5.3.gz
177
%%MANPAGES%%share/man/man3/hashkit_murmur.3.gz
178
%%MANPAGES%%share/man/man3/hashkit_set_custom_distribution_function.3.gz
179
%%MANPAGES%%share/man/man3/hashkit_set_custom_function.3.gz
180
%%MANPAGES%%share/man/man3/hashkit_set_distribution_function.3.gz
181
%%MANPAGES%%share/man/man3/hashkit_set_function.3.gz
182
%%MANPAGES%%share/man/man3/hashkit_value.3.gz
183
%%MANPAGES%%share/man/man3/libhashkit.3.gz
184
%%MANPAGES%%share/man/man3/libmemcached.3.gz
185
%%MANPAGES%%share/man/man3/libmemcached_check_configuration.3.gz
186
%%MANPAGES%%share/man/man3/libmemcached_configuration.3.gz
187
%%MANPAGES%%share/man/man3/libmemcached_examples.3.gz
188
%%MANPAGES%%share/man/man3/libmemcachedutil.3.gz
189
%%MANPAGES%%share/man/man3/memcached.3.gz
190
%%MANPAGES%%share/man/man3/memcached_add.3.gz
191
%%MANPAGES%%share/man/man3/memcached_add_by_key.3.gz
192
%%MANPAGES%%share/man/man3/memcached_analyze.3.gz
193
%%MANPAGES%%share/man/man3/memcached_append.3.gz
194
%%MANPAGES%%share/man/man3/memcached_append_by_key.3.gz
195
%%MANPAGES%%share/man/man3/memcached_auto.3.gz
196
%%MANPAGES%%share/man/man3/memcached_behavior.3.gz
197
%%MANPAGES%%share/man/man3/memcached_behavior_get.3.gz
198
%%MANPAGES%%share/man/man3/memcached_behavior_set.3.gz
199
%%MANPAGES%%share/man/man3/memcached_callback.3.gz
200
%%MANPAGES%%share/man/man3/memcached_callback_get.3.gz
201
%%MANPAGES%%share/man/man3/memcached_callback_set.3.gz
202
%%MANPAGES%%share/man/man3/memcached_cas.3.gz
203
%%MANPAGES%%share/man/man3/memcached_cas_by_key.3.gz
204
%%MANPAGES%%share/man/man3/memcached_clone.3.gz
205
%%MANPAGES%%share/man/man3/memcached_create.3.gz
206
%%MANPAGES%%share/man/man3/memcached_decrement.3.gz
207
%%MANPAGES%%share/man/man3/memcached_decrement_with_initial.3.gz
208
%%MANPAGES%%share/man/man3/memcached_delete.3.gz
209
%%MANPAGES%%share/man/man3/memcached_delete_by_key.3.gz
210
%%MANPAGES%%share/man/man3/memcached_destroy_sasl_auth_data.3.gz
211
%%MANPAGES%%share/man/man3/memcached_dump.3.gz
212
%%MANPAGES%%share/man/man3/memcached_exist.3.gz
213
%%MANPAGES%%share/man/man3/memcached_exist_by_key.3.gz
214
%%MANPAGES%%share/man/man3/memcached_fetch.3.gz
215
%%MANPAGES%%share/man/man3/memcached_fetch_execute.3.gz
216
%%MANPAGES%%share/man/man3/memcached_fetch_result.3.gz
217
%%MANPAGES%%share/man/man3/memcached_flush.3.gz
218
%%MANPAGES%%share/man/man3/memcached_flush_buffers.3.gz
219
%%MANPAGES%%share/man/man3/memcached_free.3.gz
220
%%MANPAGES%%share/man/man3/memcached_generate_hash.3.gz
221
%%MANPAGES%%share/man/man3/memcached_generate_hash_value.3.gz
222
%%MANPAGES%%share/man/man3/memcached_get.3.gz
223
%%MANPAGES%%share/man/man3/memcached_get_by_key.3.gz
224
%%MANPAGES%%share/man/man3/memcached_get_memory_allocators.3.gz
225
%%MANPAGES%%share/man/man3/memcached_get_sasl_callbacks.3.gz
226
%%MANPAGES%%share/man/man3/memcached_get_user_data.3.gz
227
%%MANPAGES%%share/man/man3/memcached_increment.3.gz
228
%%MANPAGES%%share/man/man3/memcached_increment_with_initial.3.gz
229
%%MANPAGES%%share/man/man3/memcached_last_error.3.gz
230
%%MANPAGES%%share/man/man3/memcached_last_error_errno.3.gz
231
%%MANPAGES%%share/man/man3/memcached_last_error_message.3.gz
232
%%MANPAGES%%share/man/man3/memcached_lib_version.3.gz
233
%%MANPAGES%%share/man/man3/memcached_memory_allocators.3.gz
234
%%MANPAGES%%share/man/man3/memcached_mget.3.gz
235
%%MANPAGES%%share/man/man3/memcached_mget_by_key.3.gz
236
%%MANPAGES%%share/man/man3/memcached_mget_execute.3.gz
237
%%MANPAGES%%share/man/man3/memcached_mget_execute_by_key.3.gz
238
%%MANPAGES%%share/man/man3/memcached_pool.3.gz
239
%%MANPAGES%%share/man/man3/memcached_pool_behavior_get.3.gz
240
%%MANPAGES%%share/man/man3/memcached_pool_behavior_set.3.gz
241
%%MANPAGES%%share/man/man3/memcached_pool_create.3.gz
242
%%MANPAGES%%share/man/man3/memcached_pool_destroy.3.gz
243
%%MANPAGES%%share/man/man3/memcached_pool_fetch.3.gz
244
%%MANPAGES%%share/man/man3/memcached_pool_pop.3.gz
245
%%MANPAGES%%share/man/man3/memcached_pool_push.3.gz
246
%%MANPAGES%%share/man/man3/memcached_pool_%%CMAKE_BUILD_TYPE%%.3.gz
247
%%MANPAGES%%share/man/man3/memcached_pool_st.3.gz
248
%%MANPAGES%%share/man/man3/memcached_prepend.3.gz
249
%%MANPAGES%%share/man/man3/memcached_prepend_by_key.3.gz
250
%%MANPAGES%%share/man/man3/memcached_quit.3.gz
251
%%MANPAGES%%share/man/man3/memcached_replace.3.gz
252
%%MANPAGES%%share/man/man3/memcached_replace_by_key.3.gz
253
%%MANPAGES%%share/man/man3/memcached_result_cas.3.gz
254
%%MANPAGES%%share/man/man3/memcached_result_create.3.gz
255
%%MANPAGES%%share/man/man3/memcached_result_flags.3.gz
256
%%MANPAGES%%share/man/man3/memcached_result_free.3.gz
257
%%MANPAGES%%share/man/man3/memcached_result_key_length.3.gz
258
%%MANPAGES%%share/man/man3/memcached_result_key_value.3.gz
259
%%MANPAGES%%share/man/man3/memcached_result_length.3.gz
260
%%MANPAGES%%share/man/man3/memcached_result_st.3.gz
261
%%MANPAGES%%share/man/man3/memcached_result_value.3.gz
262
%%MANPAGES%%share/man/man3/memcached_return_t.3.gz
263
%%MANPAGES%%share/man/man3/memcached_sasl.3.gz
264
%%MANPAGES%%share/man/man3/memcached_sasl_set_auth_data.3.gz
265
%%MANPAGES%%share/man/man3/memcached_server_add.3.gz
266
%%MANPAGES%%share/man/man3/memcached_server_add_unix_socket.3.gz
267
%%MANPAGES%%share/man/man3/memcached_server_count.3.gz
268
%%MANPAGES%%share/man/man3/memcached_server_cursor.3.gz
269
%%MANPAGES%%share/man/man3/memcached_server_list.3.gz
270
%%MANPAGES%%share/man/man3/memcached_server_list_append.3.gz
271
%%MANPAGES%%share/man/man3/memcached_server_list_count.3.gz
272
%%MANPAGES%%share/man/man3/memcached_server_list_free.3.gz
273
%%MANPAGES%%share/man/man3/memcached_server_push.3.gz
274
%%MANPAGES%%share/man/man3/memcached_server_st.3.gz
275
%%MANPAGES%%share/man/man3/memcached_servers.3.gz
276
%%MANPAGES%%share/man/man3/memcached_servers_parse.3.gz
277
%%MANPAGES%%share/man/man3/memcached_servers_reset.3.gz
278
%%MANPAGES%%share/man/man3/memcached_set.3.gz
279
%%MANPAGES%%share/man/man3/memcached_set_by_key.3.gz
280
%%MANPAGES%%share/man/man3/memcached_set_encoding_key.3.gz
281
%%MANPAGES%%share/man/man3/memcached_set_memory_allocators.3.gz
282
%%MANPAGES%%share/man/man3/memcached_set_memory_allocators_context.3.gz
283
%%MANPAGES%%share/man/man3/memcached_set_sasl_callbacks.3.gz
284
%%MANPAGES%%share/man/man3/memcached_set_user_data.3.gz
285
%%MANPAGES%%share/man/man3/memcached_stat.3.gz
286
%%MANPAGES%%share/man/man3/memcached_stat_execute.3.gz
287
%%MANPAGES%%share/man/man3/memcached_stat_get_keys.3.gz
288
%%MANPAGES%%share/man/man3/memcached_stat_get_value.3.gz
289
%%MANPAGES%%share/man/man3/memcached_stat_servername.3.gz
290
%%MANPAGES%%share/man/man3/memcached_stats.3.gz
291
%%MANPAGES%%share/man/man3/memcached_strerror.3.gz
292
%%MANPAGES%%share/man/man3/memcached_touch.3.gz
293
%%MANPAGES%%share/man/man3/memcached_touch_by_key.3.gz
294
%%MANPAGES%%share/man/man3/memcached_user_data.3.gz
295
%%MANPAGES%%share/man/man3/memcached_verbosity.3.gz
296
%%MANPAGES%%share/man/man3/memcached_version.3.gz

Return to bug 258816