diff options
author | John Hixson <jhixson@FreeBSD.org> | 2019-02-02 01:12:54 +0800 |
---|---|---|
committer | John Hixson <jhixson@FreeBSD.org> | 2019-02-02 01:12:54 +0800 |
commit | 47fccfbb954f7b445403abfc6f8e5b29ac5ce318 (patch) | |
tree | 6298492968d33b220db59415eda2d5be0bacf67e /sysutils/Makefile | |
parent | 69fbf6bed78c1dfab8053a41287df79e21422e62 (diff) | |
download | freebsd-ports-gnome-47fccfbb954f7b445403abfc6f8e5b29ac5ce318.tar.gz freebsd-ports-gnome-47fccfbb954f7b445403abfc6f8e5b29ac5ce318.tar.zst freebsd-ports-gnome-47fccfbb954f7b445403abfc6f8e5b29ac5ce318.zip |
[New port] sysutils/lizardfs: An open source distributed filesystem
- LizardFS is a highly reliable, scalable and efficient distributed file
system. It spreads data over a number of physical servers, making it
visible to an end user as a single file system.
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19010
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 bf544abb871e..1a2ed5d01d52 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -607,6 +607,7 @@ SUBDIR += linux-crashplan SUBDIR += linuxfdisk SUBDIR += livecd + SUBDIR += lizardfs SUBDIR += lmmon SUBDIR += lmon SUBDIR += lnav |