Port details |
- memcachedb Distributed storage system designed for persistence
- 1.2.0_4 databases
=1 1.2.0_4Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on deprecated Berkeley DB version, needs porting to DB_SITE
This port expired on: 2014-11-30
- Maintainer: k@stereochro.me
- Port Added: 2007-09-27 03:02:47
- Last Update: 2014-12-01 19:21:42
- SVN Revision: 373718
- People watching this port, also watch:: sysinfo, rtty, tmpreaper, svk
- License: BSD3CLAUSE
- WWW:
- http://code.google.com/p/memcachedb/
- Description:
- MemcacheDB is a distributed storage system designed for persistence.
It is not a cache solution, but a persistent storage engine for fast and
reliable key-value based object storage and retrieval. It conforms to
memcache protocol (not complete), so any memcached client can connect to
it. 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- memcachedb>0:databases/memcachedb
- No installation instructions:
- This port has been deleted.
- PKGNAME: memcachedb
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libevent.so : devel/libevent2
- libdb-4.8.so : databases/db48
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0_4 01 Dec 2014 19:21:42 |
rene |
Remove expired ports:
2014-11-30 ports-mgmt/pkg-plist: Generate incorrect plists
2014-11-30 sysutils/rubygem-hiera-puppet: Has been incorporated into hiera
2014-11-30 sysutils/rubygem-hiera-json: Has been incorporated into hiera
2014-11-30 databases/memcachedb: Depends on deprecated Berkeley DB version,
needs porting to DB_SITE
2014-12-01 games/djgame2: Online servers gone, game is not playable
2014-12-01 devel/creduce: Unmaintained and depends on ancient LLVM 3.2
2014-12-01 lang/clay: No development since July 2013, depends on obsolete
clang-3.2 |
1.2.0_4 21 Oct 2014 19:25:20 |
antoine |
Fix packaging |
1.2.0_4 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.2.0_4 25 Aug 2014 19:46:04 |
mandree |
Fix excess full-stop. |
1.2.0_4 25 Aug 2014 19:45:42 |
mandree |
Mark deprecated. This port has no users in INDEX-9, and does not work with
db5.2+, and the upstream stopped maintaining it in 2009. |
1.2.0_4 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
1.2.0_3 24 Jul 2014 13:32:59 |
bapt |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
1.2.0_2 16 Jul 2014 18:02:39 |
riggs |
Transfer maintainership from Piotr Rybicki <piotr.rybicki@innervision.pl>
to Keith Gaughan <k@stereochro.me>.
This has previously been proposed in bug 191045. Now, Piotr has given his
to transfer maintainership via personal e-mail to me and Keith. |
1.2.0_2 12 Jul 2014 09:09:45 |
riggs |
- Stagify
- General cleanup
- Add LICENSE
- Bump required BDB version
- Bump PORTREVISION
- Update pkg-descr
- Handle ownership flags via plist macros
PR: 191045
Submitted by: Keith Gaughan <k@stereochro.me>
Approved by: mentors (implicit), maintainer (timeout) |
1.2.0_1 21 Jan 2014 23:18:05 |
bapt |
Fix properties on pkg-plist |
1.2.0_1 20 Dec 2013 11:57:16 |
antoine |
Fix LIB_DEPENDS |
1.2.0_1 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
1.2.0_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.2.0_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.2.0_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.2.0_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.2.0_1 25 Jul 2010 15:39:20 |
mm |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
1.2.0 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.2.0 17 Mar 2009 00:04:00 |
wxs |
- Update to 1.2.0
PR: ports/132644
Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer) |
1.1.0 12 Oct 2008 09:20:58 |
miwi |
- Update to 1.1.0
- Pass maintainership to submitter
PR: 127902
Submitted by: Piotr Rybicki <meritus@innervision.pl> |
1.0.3_2 03 Oct 2008 05:21:14 |
beech |
- Fix typo in CONFIGURE_ARGS
- Bump portrevision
PR: ports/127768
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) |
1.0.3_1 19 Aug 2008 16:40:17 |
mnag |
- Update libevent dependency and bump PORTREVISION |
1.0.3 29 Mar 2008 23:16:04 |
miwi |
- Update to 1.0.3
PR: 122156
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
1.0.1.b 06 Mar 2008 22:19:52 |
edwin |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
1.0.1.b 27 Feb 2008 09:00:20 |
miwi |
- Update to 1.0.1 beta
PR: 120988
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
1.0.0.b 15 Feb 2008 22:27:03 |
beech |
- Update to 1.0.0.b
- Maintainer already reset
PR: ports/120684
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.1.1 10 Feb 2008 19:42:52 |
beech |
- Update to 0.1.1
- Reset maintainer
PR: ports/120416
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.1.0 05 Jan 2008 14:48:39 |
clsung |
- Update to 0.1.0
PR: ports/117861
Submitted by: maintainer (Gea-Suan Lin) |
0.0.3_1 02 Jan 2008 23:43:03 |
mnag |
- Bump PORTREVISION since devel/libevent are updated. |
0.0.3 04 Oct 2007 02:43:01 |
clsung |
- Update to 0.0.3
PR: ports/116769
Submitted by: maintainer (Gea-Suan Lin) |
0.0.2 27 Sep 2007 03:02:35 |
clsung |
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> |