diff options
| author | Mark Felder <feld@FreeBSD.org> | 2016-07-26 16:56:05 +0000 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2016-07-26 16:56:05 +0000 |
| commit | 0cfeb8fd9f52f4a60b47478dd98ca0f35b7cd8d0 (patch) | |
| tree | 5f8fa934da97746f2909c09dd9e3921e0e864f49 /sysutils/moosefs3-cli | |
| parent | Cleanup patches, a* categories. (diff) | |
Add remaining moosefs3-* ports to the ports tree
PR: 210306
Submitted by: Jakub Kruszona-Zawadzki <acid@moosefs.com>
Diffstat (limited to 'sysutils/moosefs3-cli')
| -rw-r--r-- | sysutils/moosefs3-cli/Makefile | 14 | ||||
| -rw-r--r-- | sysutils/moosefs3-cli/pkg-descr | 9 | ||||
| -rw-r--r-- | sysutils/moosefs3-cli/pkg-plist | 2 |
3 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/moosefs3-cli/Makefile b/sysutils/moosefs3-cli/Makefile new file mode 100644 index 000000000000..1bd68f6b6ce2 --- /dev/null +++ b/sysutils/moosefs3-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}/../moosefs3-master + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/moosefs3-cli/pkg-descr b/sysutils/moosefs3-cli/pkg-descr new file mode 100644 index 000000000000..48db6cc3f490 --- /dev/null +++ b/sysutils/moosefs3-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/moosefs3-cli/pkg-plist b/sysutils/moosefs3-cli/pkg-plist new file mode 100644 index 000000000000..17fff2f3de57 --- /dev/null +++ b/sysutils/moosefs3-cli/pkg-plist @@ -0,0 +1,2 @@ +bin/mfscli +man/man1/mfscli.1.gz |
