aboutsummaryrefslogtreecommitdiff
path: root/databases/flare
Commit message (Collapse)AuthorAgeFilesLines
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* Chase boost updateBaptiste Daroussin2013-01-311-8/+4
| | | | Notes: svn path=/head/; revision=311310
* - Reassign nork@ ports to the heapThomas Abthorpe2012-08-151-1/+1
| | | | | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr Notes: svn path=/head/; revision=302594
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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-1/+2
| | | | | | | | | | | | - 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
* Mark as broken on sparc64: does not compile.Mark Linimon2010-07-011-0/+4
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=257238
* Cleanup rc script, and bump PORTREVISION.Norikatsu Shigemura2010-05-315-117/+110
| | | | | | | Submitted by: dougb Notes: svn path=/head/; revision=255400
* o Fix my HAVE_KQUEUE support bugs.Norikatsu Shigemura2010-05-304-13/+32
| | | | | | | | | o Add support `service flare[id] reload'. o Sleep until flarei daemon starting. To disable flarei_sleepwait="0" to /etc/rc.conf. Notes: svn path=/head/; revision=255324
* Temporary disable HAVE_KQUEUE by performance and stability issue.Norikatsu Shigemura2010-05-301-1/+3
| | | | Notes: svn path=/head/; revision=255304
* Add flare 1.0.9, is distributed, and persistent key-value storageNorikatsu Shigemura2010-05-3019-0/+592
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 Notes: svn path=/head/; revision=255301