aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-02-27 15:28:27 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-02-27 15:28:27 +0000
commitef0e1865f86118c9354336978ff41e87d8f17f81 (patch)
tree727b0c537031d677449fabccdf00aaae3dd623ed /databases/Makefile
parentd5c8a54e9061137eb52edb7f41bf9dca9f2afbf1 (diff)
downloadports-ef0e1865f86118c9354336978ff41e87d8f17f81.tar.gz
ports-ef0e1865f86118c9354336978ff41e87d8f17f81.zip
Bullet Cache is a memory database intended to be used much like memcached,
but offering much higher flexibility through use of record tags which can be used to perform bulk operations on sets of records. It has its own binary network protocol which is accessible through Unix domain sockets and through TCP. It is indended to be accessed through a high-performance C library. WWW: http://mdcached.sourceforge.net/ PR: ports/164872 Submitted by: Ivan Voras <ivoras@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=292308
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index fe44e1423a7b..cd006eecf9d2 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -182,6 +182,7 @@
SUBDIR += mariadb-scripts
SUBDIR += mariadb-server
SUBDIR += mdbtools
+ SUBDIR += mdcached
SUBDIR += memcached
SUBDIR += memcached12
SUBDIR += memcachedb