[Midnightbsd-cvs] mports [21776] trunk/databases: re-add libmemcached

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 20 14:59:30 EDT 2016


Revision: 21776
          http://svnweb.midnightbsd.org/mports/?rev=21776
Author:   laffer1
Date:     2016-08-20 14:59:29 -0400 (Sat, 20 Aug 2016)
Log Message:
-----------
re-add libmemcached

Modified Paths:
--------------
    trunk/databases/Makefile

Added Paths:
-----------
    trunk/databases/libmemcached/
    trunk/databases/libmemcached/Makefile
    trunk/databases/libmemcached/distinfo
    trunk/databases/libmemcached/files/
    trunk/databases/libmemcached/files/patch-bug1245562
    trunk/databases/libmemcached/files/patch-bug1400560
    trunk/databases/libmemcached/files/patch-configure.ac
    trunk/databases/libmemcached/files/patch-libmemcached_assert.hpp
    trunk/databases/libmemcached/files/patch-libtest_lite.h
    trunk/databases/libmemcached/files/patch-log.hpp
    trunk/databases/libmemcached/pkg-descr
    trunk/databases/libmemcached/pkg-plist

Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile	2016-08-20 18:40:06 UTC (rev 21775)
+++ trunk/databases/Makefile	2016-08-20 18:59:29 UTC (rev 21776)
@@ -17,6 +17,7 @@
 SUBDIR += libgda4
 SUBDIR += libiodbc
 SUBDIR += libmemcache
+SUBDIR += libmemcached
 SUBDIR += linux-f10-sqlite3
 SUBDIR += lmdb
 SUBDIR += memcached

Added: trunk/databases/libmemcached/Makefile
===================================================================
--- trunk/databases/libmemcached/Makefile	                        (rev 0)
+++ trunk/databases/libmemcached/Makefile	2016-08-20 18:59:29 UTC (rev 21776)
@@ -0,0 +1,64 @@
+# $MidnightBSD$
+# $FreeBSD: head/databases/libmemcached/Makefile 412346 2016-04-01 14:00:51Z mat $
+
+PORTNAME=	libmemcached
+PORTVERSION=	1.0.18
+PORTREVISION=	2
+CATEGORIES=	databases
+MASTER_SITES=	http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	C and C++ client library to the memcached server
+
+LICENSE=	bsd3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS?=	libevent.so:${PORTSDIR}/devel/libevent2
+TEST_DEPENDS=	memcached:${PORTSDIR}/databases/memcached
+
+USES=		autoreconf execinfo gmake pathfix pkgconfig libtool
+USE_LDCONFIG=	yes
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--without-memcached \
+		--without-sphinx-build \
+		--enable-libmemcachedprotocol
+
+LIBS+=		-L${LOCALBASE}/lib -lexecinfo
+CXXFLAGS+=	-D__STDC_CONSTANT_MACROS
+
+OPTIONS_DEFINE=		DEBUG DTRACE MEMASLAP SASL
+OPTIONS_DEFAULT=	MEMASLAP SASL MURMUR FNV64
+OPTIONS_GROUP=		HASH
+OPTIONS_GROUP_HASH=	FNV64 HSIEH MURMUR
+
+DTRACE_DESC=	Enable DTrace support
+MEMASLAP_DESC=	Load generation and benchmark tool
+FNV64_DESC=	Enable fnv64 hashing
+HSIEH_DESC=	Enable hsieh hashing
+MURMUR_DESC=	Enable murmur hashing
+
+DEBUG_CONFIGURE_ENABLE=		debug
+DTRACE_CONFIGURE_ENABLE=	dtrace
+MEMASLAP_CONFIGURE_ENABLE=	memaslap
+FNV64_CONFIGURE_ENABLE=		fnv64_hash
+HSIEH_CONFIGURE_ENABLE=		hsieh_hash
+MURMUR_CONFIGURE_ENABLE=	murmur_hash
+
+SASL_CONFIGURE_ENABLE=	sasl
+SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
+
+PATHFIX_MAKEFILEIN=	include.am
+
+post-patch:
+	@${REINPLACE_CMD} -e '/^LDFLAGS *=/ s/$$/ $${LTLIBSASL2}/' \
+			${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} '/MAKE.*man/d' ${WRKSRC}/man/include.am
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.*
+
+regression-test: build
+	@cd ${WRKSRC} && ${GMAKE} check
+
+.include <bsd.port.mk>


Property changes on: trunk/databases/libmemcached/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/libmemcached/distinfo
===================================================================
--- trunk/databases/libmemcached/distinfo	                        (rev 0)
+++ trunk/databases/libmemcached/distinfo	2016-08-20 18:59:29 UTC (rev 21776)
@@ -0,0 +1,2 @@
+SHA256 (libmemcached-1.0.18.tar.gz) = e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82
+SIZE (libmemcached-1.0.18.tar.gz) = 1039649


Property changes on: trunk/databases/libmemcached/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/libmemcached/files/patch-bug1245562
===================================================================
--- trunk/databases/libmemcached/files/patch-bug1245562	                        (rev 0)
+++ trunk/databases/libmemcached/files/patch-bug1245562	2016-08-20 18:59:29 UTC (rev 21776)
@@ -0,0 +1,38 @@
+diff --git a/clients/memflush.cc b/clients/memflush.cc
+index 8bd0dbf..cdba743 100644
+--- clients/memflush.cc
++++ clients/memflush.cc
+@@ -39,7 +39,7 @@ int main(int argc, char *argv[])
+ {
+   options_parse(argc, argv);
+ 
+-  if (opt_servers == false)
++  if (opt_servers == NULL)
+   {
+     char *temp;
+ 
+@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
+       opt_servers= strdup(temp);
+     }
+ 
+-    if (opt_servers == false)
++    if (opt_servers == NULL)
+     {
+       std::cerr << "No Servers provided" << std::endl;
+       exit(EXIT_FAILURE);
+diff --git a/libmemcached-1.0/memcached.h b/libmemcached-1.0/memcached.h
+index bc16e73..dcee395 100644
+--- libmemcached-1.0/memcached.h
++++ libmemcached-1.0/memcached.h
+@@ -43,7 +43,11 @@
+ #endif
+ 
+ #ifdef __cplusplus
++#ifdef _LIBCPP_VERSION
+ #  include <cinttypes>
++#else
++#  include <tr1/cinttypes>
++#endif
+ #  include <cstddef>
+ #  include <cstdlib>
+ #else


Property changes on: trunk/databases/libmemcached/files/patch-bug1245562
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/libmemcached/files/patch-bug1400560
===================================================================
--- trunk/databases/libmemcached/files/patch-bug1400560	                        (rev 0)
+++ trunk/databases/libmemcached/files/patch-bug1400560	2016-08-20 18:59:29 UTC (rev 21776)
@@ -0,0 +1,29 @@
+Fixed a bug that caused configure to disobey the enable/disable debug flag.  The debug flag will default to disabled if not specified.
+diff -ru libmemcached-1.0.18-orig/m4/ax_debug.m4 libmemcached-1.0.18/m4/ax_debug.m4
+--- m4/ax_debug.m4	2014-11-05 14:43:53.720284916 -0600
++++ m4/ax_debug.m4	2014-11-19 14:23:19.512482198 -0600
+@@ -49,16 +49,18 @@
+     [AC_PREREQ([2.63])dnl
+     AC_ARG_ENABLE([debug],
+       [AS_HELP_STRING([--enable-debug],
+-        [Add debug code/turns off optimizations (yes|no) @<:@default=no@:>@])],
+-      [ax_enable_debug=yes
++        [Add debug code/turns off optimizations (yes|no) @<:@default=no@:>@])])
++    AS_IF([test "x$enable_debug" = "xyes"], [
++      ax_enable_debug=yes
+       AC_DEFINE([DEBUG],[1],[Define to 1 to enable debugging code.])
+       AX_CHECK_LIBRARY([MCHECK],[mcheck.h],[mcheck],[AX_APPEND_LINK_FLAGS([-lmcheck])])
+       AX_ADD_AM_MACRO([--debug],[AM_YFLAGS])
+-      AX_ADD_AM_MACRO([-D_GLIBCXX_DEBUG],[AM_CPPFLAGS])],
+-      [ax_enable_debug=no
++      AX_ADD_AM_MACRO([-D_GLIBCXX_DEBUG],[AM_CPPFLAGS])
++    ], [
++      ax_enable_debug=no
+       AC_SUBST([MCHECK])
+-      AC_DEFINE([DEBUG],[0],[Define to 1 to enable debugging code.])])
+-
++      AC_DEFINE([DEBUG],[0],[Define to 1 to enable debugging code.])
++    ])
+     AC_MSG_CHECKING([for debug])
+     AC_MSG_RESULT([$ax_enable_debug])
+     AM_CONDITIONAL([DEBUG],[test "x${ax_enable_debug}" = "xyes"])])


Property changes on: trunk/databases/libmemcached/files/patch-bug1400560
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/libmemcached/files/patch-configure.ac
===================================================================
--- trunk/databases/libmemcached/files/patch-configure.ac	                        (rev 0)
+++ trunk/databases/libmemcached/files/patch-configure.ac	2016-08-20 18:59:29 UTC (rev 21776)
@@ -0,0 +1,19 @@
+--- configure.ac.orig	2014-02-09 11:52:42 UTC
++++ configure.ac
+@@ -13,13 +13,13 @@ m4_include([version.m4])
+ AC_PREREQ([2.61])
+ AC_INIT([libmemcached],VERSION_NUMBER,[http://libmemcached.org/])
+ 
++AC_CONFIG_AUX_DIR([build-aux])
++AC_CONFIG_MACRO_DIR([m4])
++
+ # Setup the compilers early on
+ AC_PROG_CC([cc gcc clang])
+ AC_PROG_CXX([c++ g++ clang++])
+ 
+-AC_CONFIG_AUX_DIR([build-aux])
+-AC_CONFIG_MACRO_DIR([m4])
+-
+ AC_CANONICAL_HOST
+ AC_ARG_PROGRAM
+ AC_USE_SYSTEM_EXTENSIONS


Property changes on: trunk/databases/libmemcached/files/patch-configure.ac
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/libmemcached/files/patch-libmemcached_assert.hpp
===================================================================
--- trunk/databases/libmemcached/files/patch-libmemcached_assert.hpp	                        (rev 0)
+++ trunk/databases/libmemcached/files/patch-libmemcached_assert.hpp	2016-08-20 18:59:29 UTC (rev 21776)
@@ -0,0 +1,13 @@
+--- libmemcached/assert.hpp.orig	2014-12-10 05:16:11 UTC
++++ libmemcached/assert.hpp
+@@ -51,8 +51,10 @@
+ # ifdef _WIN32
+ #  include <malloc.h>
+ # else
++#ifdef HAVE_ALLOCA_H
+ #  include <alloca.h>
+ # endif
++# endif
+ 
+ #ifdef __cplusplus
+ # include <cstdarg>


Property changes on: trunk/databases/libmemcached/files/patch-libmemcached_assert.hpp
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/libmemcached/files/patch-libtest_lite.h
===================================================================
--- trunk/databases/libmemcached/files/patch-libtest_lite.h	                        (rev 0)
+++ trunk/databases/libmemcached/files/patch-libtest_lite.h	2016-08-20 18:59:29 UTC (rev 21776)
@@ -0,0 +1,13 @@
+--- libtest/lite.h.orig	2014-12-09 03:34:21 UTC
++++ libtest/lite.h
+@@ -54,8 +54,10 @@
+ #if defined(WIN32)
+ # include <malloc.h>
+ #else
++#ifdef HAVE_ALLOCA_H
+ # include <alloca.h>
+ #endif
++#endif
+ 
+ #ifndef __PRETTY_FUNCTION__
+ # define __PRETTY_FUNCTION__ __func__


Property changes on: trunk/databases/libmemcached/files/patch-libtest_lite.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/libmemcached/files/patch-log.hpp
===================================================================
--- trunk/databases/libmemcached/files/patch-log.hpp	                        (rev 0)
+++ trunk/databases/libmemcached/files/patch-log.hpp	2016-08-20 18:59:29 UTC (rev 21776)
@@ -0,0 +1,10 @@
+--- util/log.hpp.orig        2012-04-22 19:10:08.624721461 +0200
++++ util/log.hpp     2012-04-22 19:11:43.651275813 +0200
+@@ -27,6 +27,7 @@
+ #include <fcntl.h>
+ #include <iostream>
+ #include <string>
++#include <string.h>
+ #include <syslog.h>
+
+ #define UTIL_MAX_ERROR_SIZE 2048


Property changes on: trunk/databases/libmemcached/files/patch-log.hpp
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/libmemcached/pkg-descr
===================================================================
--- trunk/databases/libmemcached/pkg-descr	                        (rev 0)
+++ trunk/databases/libmemcached/pkg-descr	2016-08-20 18:59:29 UTC (rev 21776)
@@ -0,0 +1,23 @@
+libmemcached is a C and C++ client library to the memcached server
+(http://danga.com/memcached). It has been designed to be light on memory usage,
+thread safe, and provide full access to server side methods.
+
+A few notes on its design:
+
+# Synchronous and Asynchronous support.
+# TCP and Unix Socket protocols.
+# A half dozen or so different hash algorithms.
+# Implementations of the new cas, replace, and append operators.
+# Man pages written up on entire API.
+# Implements both modulo and consistent hashing solutions.
+
+It also implements several command line tools:
+
+memcat - Copy the value of a key to standard output
+memflush - Flush the contents of your servers.
+memrm - Remove a key(s) from the serrver.
+memcp - Copy files to a memached server.
+memstat - Dump the stats of your servers to standard output
+memslap - Generate testing loads on a memcached cluster
+
+WWW: http://libmemcached.org


Property changes on: trunk/databases/libmemcached/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/libmemcached/pkg-plist
===================================================================
--- trunk/databases/libmemcached/pkg-plist	                        (rev 0)
+++ trunk/databases/libmemcached/pkg-plist	2016-08-20 18:59:29 UTC (rev 21776)
@@ -0,0 +1,234 @@
+bin/memcapable
+bin/memcat
+bin/memcp
+bin/memdump
+bin/memerror
+bin/memexist
+bin/memflush
+bin/memparse
+bin/memping
+bin/memrm
+bin/memslap
+bin/memstat
+bin/memtouch
+include/libhashkit/hashkit.h
+include/libhashkit-1.0/algorithm.h
+include/libhashkit-1.0/behavior.h
+include/libhashkit-1.0/configure.h
+include/libhashkit-1.0/digest.h
+include/libhashkit-1.0/function.h
+include/libhashkit-1.0/has.h
+include/libhashkit-1.0/hashkit.h
+include/libhashkit-1.0/hashkit.hpp
+include/libhashkit-1.0/strerror.h
+include/libhashkit-1.0/string.h
+include/libhashkit-1.0/str_algorithm.h
+include/libhashkit-1.0/types.h
+include/libhashkit-1.0/visibility.h
+include/libmemcached/memcached.h
+include/libmemcached/memcached.hpp
+include/libmemcached/util.h
+include/libmemcached-1.0/allocators.h
+include/libmemcached-1.0/alloc.h
+include/libmemcached-1.0/analyze.h
+include/libmemcached-1.0/auto.h
+include/libmemcached-1.0/basic_string.h
+include/libmemcached-1.0/behavior.h
+include/libmemcached-1.0/callback.h
+include/libmemcached-1.0/callbacks.h
+include/libmemcached-1.0/configure.h
+include/libmemcached-1.0/defaults.h
+include/libmemcached-1.0/delete.h
+include/libmemcached-1.0/deprecated_types.h
+include/libmemcached-1.0/dump.h
+include/libmemcached-1.0/encoding_key.h
+include/libmemcached-1.0/error.h
+include/libmemcached-1.0/exception.hpp
+include/libmemcached-1.0/exist.h
+include/libmemcached-1.0/fetch.h
+include/libmemcached-1.0/flush.h
+include/libmemcached-1.0/flush_buffers.h
+include/libmemcached-1.0/get.h
+include/libmemcached-1.0/hash.h
+include/libmemcached-1.0/limits.h
+include/libmemcached-1.0/memcached.h
+include/libmemcached-1.0/memcached.hpp
+include/libmemcached-1.0/options.h
+include/libmemcached-1.0/parse.h
+include/libmemcached-1.0/platform.h
+include/libmemcached-1.0/quit.h
+include/libmemcached-1.0/result.h
+include/libmemcached-1.0/return.h
+include/libmemcached-1.0/sasl.h
+include/libmemcached-1.0/server.h
+include/libmemcached-1.0/server_list.h
+include/libmemcached-1.0/stats.h
+include/libmemcached-1.0/storage.h
+include/libmemcached-1.0/strerror.h
+include/libmemcached-1.0/struct/allocator.h
+include/libmemcached-1.0/struct/analysis.h
+include/libmemcached-1.0/struct/callback.h
+include/libmemcached-1.0/struct/memcached.h
+include/libmemcached-1.0/struct/result.h
+include/libmemcached-1.0/struct/sasl.h
+include/libmemcached-1.0/struct/server.h
+include/libmemcached-1.0/struct/stat.h
+include/libmemcached-1.0/struct/string.h
+include/libmemcached-1.0/touch.h
+include/libmemcached-1.0/triggers.h
+include/libmemcached-1.0/types/behavior.h
+include/libmemcached-1.0/types/callback.h
+include/libmemcached-1.0/types/connection.h
+include/libmemcached-1.0/types/hash.h
+include/libmemcached-1.0/types/return.h
+include/libmemcached-1.0/types/server_distribution.h
+include/libmemcached-1.0/types.h
+include/libmemcached-1.0/verbosity.h
+include/libmemcached-1.0/version.h
+include/libmemcached-1.0/visibility.h
+include/libmemcachedprotocol-0.0/binary.h
+include/libmemcachedprotocol-0.0/callback.h
+include/libmemcachedprotocol-0.0/handler.h
+include/libmemcachedprotocol-0.0/vbucket.h
+include/libmemcachedutil-1.0/flush.h
+include/libmemcachedutil-1.0/ostream.hpp
+include/libmemcachedutil-1.0/pid.h
+include/libmemcachedutil-1.0/ping.h
+include/libmemcachedutil-1.0/pool.h
+include/libmemcachedutil-1.0/util.h
+include/libmemcachedutil-1.0/version.h
+lib/libhashkit.a
+lib/libhashkit.so
+lib/libhashkit.so.2
+lib/libhashkit.so.2.0.0
+lib/libmemcached.a
+lib/libmemcached.so
+lib/libmemcached.so.11
+lib/libmemcached.so.11.0.0
+lib/libmemcachedprotocol.a
+lib/libmemcachedprotocol.so
+lib/libmemcachedprotocol.so.0
+lib/libmemcachedprotocol.so.0.0.0
+lib/libmemcachedutil.a
+lib/libmemcachedutil.so
+lib/libmemcachedutil.so.2
+lib/libmemcachedutil.so.2.0.0
+libdata/pkgconfig/libmemcached.pc
+man/man1/memaslap.1.gz
+man/man1/memcapable.1.gz
+man/man1/memcat.1.gz
+man/man1/memcp.1.gz
+man/man1/memdump.1.gz
+man/man1/memerror.1.gz
+man/man1/memexist.1.gz
+man/man1/memflush.1.gz
+man/man1/memparse.1.gz
+man/man1/memping.1.gz
+man/man1/memrm.1.gz
+man/man1/memslap.1.gz
+man/man1/memstat.1.gz
+man/man1/memtouch.1.gz
+man/man3/hashkit_clone.3.gz
+man/man3/hashkit_crc32.3.gz
+man/man3/hashkit_create.3.gz
+man/man3/hashkit_fnv1_32.3.gz
+man/man3/hashkit_fnv1_64.3.gz
+man/man3/hashkit_fnv1a_32.3.gz
+man/man3/hashkit_fnv1a_64.3.gz
+man/man3/hashkit_free.3.gz
+man/man3/hashkit_functions.3.gz
+man/man3/hashkit_hsieh.3.gz
+man/man3/hashkit_is_allocated.3.gz
+man/man3/hashkit_jenkins.3.gz
+man/man3/hashkit_md5.3.gz
+man/man3/hashkit_murmur.3.gz
+man/man3/hashkit_value.3.gz
+man/man3/libhashkit.3.gz
+man/man3/libmemcached.3.gz
+man/man3/libmemcachedutil.3.gz
+man/man3/libmemcached_check_configuration.3.gz
+man/man3/libmemcached_configuration.3.gz
+man/man3/libmemcached_examples.3.gz
+man/man3/memcached.3.gz
+man/man3/memcached_add.3.gz
+man/man3/memcached_add_by_key.3.gz
+man/man3/memcached_analyze.3.gz
+man/man3/memcached_append.3.gz
+man/man3/memcached_append_by_key.3.gz
+man/man3/memcached_behavior_get.3.gz
+man/man3/memcached_behavior_set.3.gz
+man/man3/memcached_callback_get.3.gz
+man/man3/memcached_callback_set.3.gz
+man/man3/memcached_cas.3.gz
+man/man3/memcached_cas_by_key.3.gz
+man/man3/memcached_clone.3.gz
+man/man3/memcached_create.3.gz
+man/man3/memcached_decrement.3.gz
+man/man3/memcached_decrement_with_initial.3.gz
+man/man3/memcached_delete.3.gz
+man/man3/memcached_delete_by_key.3.gz
+man/man3/memcached_destroy_sasl_auth_data.3.gz
+man/man3/memcached_dump.3.gz
+man/man3/memcached_exist.3.gz
+man/man3/memcached_exist_by_key.3.gz
+man/man3/memcached_fetch.3.gz
+man/man3/memcached_flush_buffers.3.gz
+man/man3/memcached_fetch_execute.3.gz
+man/man3/memcached_fetch_result.3.gz
+man/man3/memcached_free.3.gz
+man/man3/memcached_generate_hash.3.gz
+man/man3/memcached_generate_hash_value.3.gz
+man/man3/memcached_get.3.gz
+man/man3/memcached_get_sasl_callbacks.3.gz
+man/man3/memcached_get_by_key.3.gz
+man/man3/memcached_get_memory_allocators.3.gz
+man/man3/memcached_get_user_data.3.gz
+man/man3/memcached_increment.3.gz
+man/man3/memcached_increment_with_initial.3.gz
+man/man3/memcached_last_error_message.3.gz
+man/man3/memcached_lib_version.3.gz
+man/man3/memcached_mget.3.gz
+man/man3/memcached_mget_by_key.3.gz
+man/man3/memcached_mget_execute.3.gz
+man/man3/memcached_mget_execute_by_key.3.gz
+man/man3/memcached_pool.3.gz
+man/man3/memcached_pool_behavior_get.3.gz
+man/man3/memcached_pool_behavior_set.3.gz
+man/man3/memcached_pool_create.3.gz
+man/man3/memcached_pool_destroy.3.gz
+man/man3/memcached_pool_fetch.3.gz
+man/man3/memcached_pool_pop.3.gz
+man/man3/memcached_pool_push.3.gz
+man/man3/memcached_pool_release.3.gz
+man/man3/memcached_pool_st.3.gz
+man/man3/memcached_prepend.3.gz
+man/man3/memcached_prepend_by_key.3.gz
+man/man3/memcached_quit.3.gz
+man/man3/memcached_replace.3.gz
+man/man3/memcached_replace_by_key.3.gz
+man/man3/memcached_sasl_set_auth_data.3.gz
+man/man3/memcached_server_add.3.gz
+man/man3/memcached_server_count.3.gz
+man/man3/memcached_server_cursor.3.gz
+man/man3/memcached_server_list.3.gz
+man/man3/memcached_server_list_append.3.gz
+man/man3/memcached_server_list_count.3.gz
+man/man3/memcached_server_list_free.3.gz
+man/man3/memcached_server_push.3.gz
+man/man3/memcached_servers_parse.3.gz
+man/man3/memcached_set.3.gz
+man/man3/memcached_set_sasl_callbacks.3.gz
+man/man3/memcached_set_by_key.3.gz
+man/man3/memcached_set_memory_allocators.3.gz
+man/man3/memcached_set_user_data.3.gz
+man/man3/memcached_stat.3.gz
+man/man3/memcached_stat_execute.3.gz
+man/man3/memcached_stat_get_keys.3.gz
+man/man3/memcached_stat_get_value.3.gz
+man/man3/memcached_stat_servername.3.gz
+man/man3/memcached_strerror.3.gz
+man/man3/memcached_touch.3.gz
+man/man3/memcached_touch_by_key.3.gz
+man/man3/memcached_verbosity.3.gz
+man/man3/memcached_version.3.gz
+share/aclocal/ax_libmemcached.m4


Property changes on: trunk/databases/libmemcached/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list