aboutsummaryrefslogtreecommitdiffstats
path: root/databases/memcacheq
Commit message (Collapse)AuthorAgeFilesLines
* - Integrate a upstream patch to fix lock bug when creating queuejgh2012-01-264-3/+59
| | | | | | | | | | | | - Switch to DB5 - Add a patch to fix configure to proper handling of --enable-threads - Add LICENSE - Bump PORTREVISION - Move to plist to account for package installations PR: ports/164442 Submitted by: maintainer, m.tsatsenko at gmail.com Approved by: crees (mentor)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* - Fix build with Clangmiwi2011-11-191-0/+1
| | | | | | PR: 162411 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - 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
* - Don't need to set PLIST_DIRS it's included automatically, this fixesswills2011-07-172-15/+13
| | | | | | | | | | | | | | an uninstall warning - Don't echo about installing docs, just do it - Include cvs ID tag in rc script - Get the right keywords in the rc script - Use SIGKILL in rc script due to upstream bug - Simplify rc script by using sig_stop variable - Don't set pidfile redundantly in rc script - Clean up flag handling in rc script - These should all have been done pre-commit, thanks to dougb@ for review Pointy hat to: swills
* MemcacheQ is a Simple Queue Service over Memcache.swills2011-07-174-0/+98
Features: * damn simple * very fast * multiple queue * concurrent well * memcache protocol compatible WWW: http://memcachedb.org/memcacheq/ PR: ports/153422 Submitted by: Mikhail T. <m.tsatsenko at gmail.com>