aboutsummaryrefslogtreecommitdiff
path: root/databases/memcachedb
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update libevent to 1.4.14bMartin Matuska2010-07-251-0/+1
| | | | | | | | PR: ports/147723 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=258238
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.2.0Wesley Shields2009-03-172-4/+4
| | | | | | | | PR: ports/132644 Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer) Notes: svn path=/head/; revision=230284
* - Update to 1.1.0Martin Wilke2008-10-123-10/+8
| | | | | | | | | | - Pass maintainership to submitter PR: 127902 Submitted by: Piotr Rybicki <meritus@innervision.pl> Notes: svn path=/head/; revision=221464
* - Fix typo in CONFIGURE_ARGSBeech Rintoul2008-10-031-2/+2
| | | | | | | | | | - Bump portrevision PR: ports/127768 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=221146
* - Update libevent dependency and bump PORTREVISIONMarcus Alves Grando2008-08-191-1/+2
| | | | Notes: svn path=/head/; revision=218857
* - Update to 1.0.3Martin Wilke2008-03-292-4/+4
| | | | | | | | PR: 122156 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=210106
* Use ${MASTER_SITE_GOOGLE_CODE} instead ofEdwin Groothuis2008-03-061-1/+1
| | | | | | | | | http://something.googlecode.com/files PR: ports/121435 (related) Notes: svn path=/head/; revision=208538
* - Update to 1.0.1 betaMartin Wilke2008-02-272-7/+4
| | | | | | | | PR: 120988 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=207986
* - Update to 1.0.0.bBeech Rintoul2008-02-156-65/+17
| | | | | | | | | | - Maintainer already reset PR: ports/120684 Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=207284
* - Update to 0.1.1Beech Rintoul2008-02-103-8/+10
| | | | | | | | | | - Reset maintainer PR: ports/120416 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=207008
* - Update to 0.1.0Cheng-Lung Sung2008-01-054-24/+14
| | | | | | | | PR: ports/117861 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=205074
* - Bump PORTREVISION since devel/libevent are updated.Marcus Alves Grando2008-01-021-1/+2
| | | | Notes: svn path=/head/; revision=204872
* - Update to 0.0.3Cheng-Lung Sung2007-10-042-6/+8
| | | | | | | | PR: ports/116769 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=200780
* Memcachedb is a distributed storage system designed for persistent. WeCheng-Lung Sung2007-09-278-0/+132
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> Notes: svn path=/head/; revision=200155