Commit graph

6 commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Martin Wilke
5ee6dc26a2 - Update to 1.1.0
- Pass maintainership to submitter

PR:		127902
Submitted by:	Piotr Rybicki <meritus@innervision.pl>
2008-10-12 09:20:58 +00:00
Beech Rintoul
5482fb8838 - Update to 1.0.0.b
- Maintainer already reset

PR:		ports/120684
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2008-02-15 22:27:03 +00:00
Cheng-Lung Sung
51059a52a4 - Update to 0.1.0
PR:		ports/117861
Submitted by:	maintainer (Gea-Suan Lin)
2008-01-05 14:48:39 +00:00
Cheng-Lung Sung
5101442b7d 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>
2007-09-27 03:02:34 +00:00