Port details |
- libmemcached C/C++ client library and tools for the memcached server
- 1.1.4_1 databases =11 1.1.4_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2008-01-23 08:02:04
- Last Update: 2024-10-07 14:16:40
- Commit Hash: 287b36d
- People watching this port, also watch:: libxml2, expat, pcre, libevent, libxslt
- License: BSD3CLAUSE
- WWW:
- https://awesomized.github.io/libmemcached/
- https://github.com/awesomized/libmemcached
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libmemcached>0:databases/libmemcached
- To install the port:
- cd /usr/ports/databases/libmemcached/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/libmemcached
- pkg install libmemcached
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libmemcached
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1685986616
SHA256 (awesomized-libmemcached-1.1.4_GH0.tar.gz) = c477e1f6510e1dc698e84f3717ce690a8f65b94c616ecaa62306cce0f5e3116a
SIZE (awesomized-libmemcached-1.1.4_GH0.tar.gz) = 530337
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- pkgconf>=1.3.0_1 : devel/pkgconf
- cmake : devel/cmake-core
- ninja : devel/ninja
- Test dependencies:
-
- memcached : databases/memcached
- onetbb>=0 : devel/onetbb
- Library dependencies:
-
- libevent.so : devel/libevent
- libsasl2.so : security/cyrus-sasl2
- This port is required by:
- for Build
-
- databases/pecl-memcached
-
Deleted ports which required this port:
- for Libraries
-
- databases/p5-Memcached-libmemcached
- databases/pecl-memcached
- databases/py-pylibmc
- databases/rubygem-memcache
- devel/sope
- devel/sope2
- net/opensips31
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libmemcached-1.1.4_1:
DOCS=on: Build and/or install documentation
MANPAGES=off: Build and/or install manual pages
SASL=on: SASL authentication support
====> Options available for the group HASH
FNV64=on: Enable fnv64 hashing
HSIEH=on: Enable hsieh hashing
MURMUR=on: Enable murmur hashing
===> Use 'make config' to modify these settings
- Options name:
- databases_libmemcached
- USES:
- bison compiler:c++11-lang pathfix pkgconfig ssl cmake:testing
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 102 (showing only 2 on this page)
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.16 19 Feb 2008 18:34:26 |
leeym |
- update to 0.16 |
0.14 23 Jan 2008 08:01:45 |
leeym |
- add libmemcached-0.14
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://tangent.org/552/libmemcached.html |
Number of commits found: 102 (showing only 2 on this page)
|