Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2007 03:02:35 +0000 (UTC)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/memcachedb Makefile distinfo pkg-descr pkg-plist ports/databases/memcachedb/files memcachedb.in patch-Makefile patch-memcachedb.c patch-memcachedb.h
Message-ID:  <200709270302.l8R32ZSv033503@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
clsung      2007-09-27 03:02:35 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/memcachedb Makefile distinfo pkg-descr pkg-plist 
    databases/memcachedb/files memcachedb.in patch-Makefile 
                               patch-memcachedb.c 
                               patch-memcachedb.h 
  Log:
  Memcachedb is a distributed storage system designed for persistent. We
  simplely hacked from memcached and tugela. But neither of them.
  Memcachedb is not a cache solution, it is a persistent solution for
  high-frequency writing and reading. It conforms to memcache protocol
  (not completed, see below), so any memcached client can have
  connectivity with memcachedb. Memcachedb uses Berkeley DB as a storing
  backend, so lots of features including transaction and replication are
  supported.
  
  WWW:    http://code.google.com/p/memcachedb/
  
  PR:             ports/116548
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.642     +1 -0      ports/databases/Makefile
  1.1       +34 -0     ports/databases/memcachedb/Makefile (new)
  1.1       +3 -0      ports/databases/memcachedb/distinfo (new)
  1.1       +35 -0     ports/databases/memcachedb/files/memcachedb.in (new)
  1.1       +23 -0     ports/databases/memcachedb/files/patch-Makefile (new)
  1.1       +10 -0     ports/databases/memcachedb/files/patch-memcachedb.c (new)
  1.1       +13 -0     ports/databases/memcachedb/files/patch-memcachedb.h (new)
  1.1       +10 -0     ports/databases/memcachedb/pkg-descr (new)
  1.1       +4 -0      ports/databases/memcachedb/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709270302.l8R32ZSv033503>