| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Mar 2013 16:29:01
1.0.9_4
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
31 Jan 2013 13:38:43
1.0.9_4
|
bapt  |
Chase boost update |
15 Aug 2012 19:26:14
1.0.9_3
|
tabthorpe  |
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back
Approved by: portmgr |
25 Jul 2012 06:32:08
1.0.9_3
|
cs  |
Fix typos in COMMENT |
14 Jan 2012 08:57:23
1.0.9_3
|
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. |
23 Sep 2011 22:26:39
1.0.9_3
|
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 |
20 Mar 2011 12:54:45
1.0.9_3
|
miwi  |
- Get Rid MD5 support |
01 Jul 2010 04:04:02
1.0.9_3
|
linimon  |
Mark as broken on sparc64: does not compile.
Hat: portmgr
Feature safe: yes |
31 May 2010 16:43:38
1.0.9_3
|
nork  |
Cleanup rc script, and bump PORTREVISION.
Submitted by: dougb |
30 May 2010 15:05:18
1.0.9_2
|
nork  |
o Fix my HAVE_KQUEUE support bugs.
o Add support `service flare[id] reload'.
o Sleep until flarei daemon starting.
To disable flarei_sleepwait="0" to /etc/rc.conf. |
30 May 2010 06:40:24
1.0.9_1
|
nork  |
Temporary disable HAVE_KQUEUE by performance and stability issue. |
30 May 2010 04:41:50
1.0.9
|
nork  |
Add flare 1.0.9, is distributed, and persistent key-value storage
compatible / memcached, and has more features(as follows):
* persistent storage (you can use flare as persistent memcached)
* pluggable storage (currently only Tokyo Cabinet is available, though:)
* data replication (synchronous or asynchronous)
* data partitioning (automatically partitioned according to # of master
servers (clients do not have to care about it))
* dynamic reconstruction, and partitioning (you can dynamically (I mean,
without any service interruption) add slave servers and partition
master servers)
* node monitoring and failover (if any server is down, the server is
automatically isolated from active servers and another slave server
is promoted to master server)
* request proxy (you can always get same result regardless of servers
you connect to. so you can think flare servers as one big key-value
storage)
* over 256 bytes keys, and over 1M bytes values are available
WWW: http://labs.gree.jp/Top/OpenSource/Flare-en.html |