diff options
author | wg <wg@FreeBSD.org> | 2015-09-25 20:24:07 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2015-09-25 20:24:07 +0800 |
commit | 8da8c954504d16d229b0de99aeac383488d1c001 (patch) | |
tree | fc823ccaefed92e3dc1c2ca881d6b3bd798b28b4 /sysutils/Makefile | |
parent | b1cd98c2f245087f750629b87828e3d7ddadd384 (diff) | |
download | freebsd-ports-gnome-8da8c954504d16d229b0de99aeac383488d1c001.tar.gz freebsd-ports-gnome-8da8c954504d16d229b0de99aeac383488d1c001.tar.zst freebsd-ports-gnome-8da8c954504d16d229b0de99aeac383488d1c001.zip |
sysutils/stanchion: Open source database cluster control for Riak
Stanchion is an application to enforce the serialization of requests. It
consists of two main parts: a simple HTTP interface and a processing backend
that manages requests and interacts with a local Riak instance.
WWW: https://github.com/basho/stanchion
Submitted by: Scott Kamp (based on)
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 7bc68bb1b7e3..7a2d693ce418 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -957,6 +957,7 @@ SUBDIR += ssid SUBDIR += ssync SUBDIR += stalepid + SUBDIR += stanchion SUBDIR += stmpclean SUBDIR += storcli SUBDIR += stow |