---
name: memcachedb
version: 1.2.0_1
origin: databases/memcachedb
comment: Distributed storage system designed for persistent
arch: freebsd:9:x86:64
www: http://code.google.com/p/memcachedb/
maintainer: meritus@innervision.pl
prefix: /usr/local
licenselogic: single
flatsize: 74111
desc: "Memcachedb is a distributed storage system designed for persistent. We\nsimplely
  hacked from memcached and tugela. But neither of them.\nMemcachedb is not a cache
  solution, it is a persistent solution for\nhigh-frequency writing and reading. It
  conforms to memcache protocol\n(not completed, see below), so any memcached client
  can have\nconnectivity with memcachedb. Memcachedb uses Berkeley DB as a storing\nbackend,
  so lots of features including transaction and replication are\nsupported.\n\nWWW:\thttp://code.google.com/p/memcachedb/\n"
deps:
  db47: {origin: databases/db47, version: 4.7.25.4}
  libevent: {origin: devel/libevent, version: 1.4.14b_2}
categories: [databases]
files:
  /usr/local/bin/memcachedb: afb8f84e1fc0b42a44ff4115b00229214af83354d1fb1233232548a96762a6e7
  /usr/local/etc/rc.d/memcachedb: 535cd50ea239f605cf9dbc26a137acbdd39215bf42a4d8db823b1e9a99007b1a
directories:
  /var/db/memcachedb/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
