diff options
author | feld <feld@FreeBSD.org> | 2016-07-27 00:50:55 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-07-27 00:50:55 +0800 |
commit | 95f228514e93df3c298ff9e8142253c866d190fe (patch) | |
tree | 4a078db34c155c5ead25524eaea8ae3978224edf /sysutils/Makefile | |
parent | 4493eacb6b0de1f2250b435d3708b661b3b83c90 (diff) | |
download | freebsd-ports-gnome-95f228514e93df3c298ff9e8142253c866d190fe.tar.gz freebsd-ports-gnome-95f228514e93df3c298ff9e8142253c866d190fe.tar.zst freebsd-ports-gnome-95f228514e93df3c298ff9e8142253c866d190fe.zip |
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.
For standard file operations MooseFS acts like any other Unix-like file system.
This port provides: MooseFS CGI monitor.
WWW: https://moosefs.com/
PR: 210306
Submitted by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
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 9e9b4fdd661b..5c1863d45d81 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -605,6 +605,7 @@ SUBDIR += moosefs2-master SUBDIR += moosefs2-metalogger SUBDIR += moosefs2-netdump + SUBDIR += moosefs3-cgi SUBDIR += moreutils SUBDIR += most SUBDIR += mount.app |