Bug 116548 - [NEW PORT] databases/memcachedb: Distributed storage system designed for persistent
Summary: [NEW PORT] databases/memcachedb: Distributed storage system designed for pers...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-22 12:40 UTC by gslin
Modified: 2007-09-27 04:10 UTC (History)
1 user (show)

See Also:


Attachments
memcachedb-0.0.2.shar (5.70 KB, text/plain)
2007-09-22 12:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2007-09-22 12:40:00 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-22 12:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-27 04:02:40 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-09-27 04:02:57 UTC
State Changed
From-To: open->closed

New port added. Thank You.