diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-07-07 20:58:23 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-07-07 20:58:23 +0000 |
commit | 22d6c5c36ed3fd05c424507e24a4e8de51c02209 (patch) | |
tree | 6de1a37b3983852003f6cdbfa9605edf344bd3f8 /sysutils/moosefs2-cli | |
parent | e83fe6e0bedd71f5b9d2d26813ad68bfba0dec72 (diff) |
Notes
Diffstat (limited to 'sysutils/moosefs2-cli')
-rw-r--r-- | sysutils/moosefs2-cli/Makefile | 14 | ||||
-rw-r--r-- | sysutils/moosefs2-cli/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/moosefs2-cli/pkg-plist | 2 |
3 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/moosefs2-cli/Makefile b/sysutils/moosefs2-cli/Makefile new file mode 100644 index 000000000000..57128b0b446f --- /dev/null +++ b/sysutils/moosefs2-cli/Makefile @@ -0,0 +1,14 @@ +# Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com> +# $FreeBSD$ + +PKGNAMESUFFIX= -cli + +COMMENT= MooseFS command line interface + +LICENSE= GPLv2 + +MFS_COMPONENT= cli + +MASTERDIR= ${.CURDIR}/../moosefs2-master + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/moosefs2-cli/pkg-descr b/sysutils/moosefs2-cli/pkg-descr new file mode 100644 index 000000000000..48db6cc3f490 --- /dev/null +++ b/sysutils/moosefs2-cli/pkg-descr @@ -0,0 +1,9 @@ +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 CLI utilities. + +WWW: https://moosefs.com/ diff --git a/sysutils/moosefs2-cli/pkg-plist b/sysutils/moosefs2-cli/pkg-plist new file mode 100644 index 000000000000..17fff2f3de57 --- /dev/null +++ b/sysutils/moosefs2-cli/pkg-plist @@ -0,0 +1,2 @@ +bin/mfscli +man/man1/mfscli.1.gz |