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-cgiserv | |
parent | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (diff) | |
download | ports-0cfeb8fd9f52f4a60b47478dd98ca0f35b7cd8d0.tar.gz ports-0cfeb8fd9f52f4a60b47478dd98ca0f35b7cd8d0.zip |
Notes
Diffstat (limited to 'sysutils/moosefs3-cgiserv')
-rw-r--r-- | sysutils/moosefs3-cgiserv/Makefile | 14 | ||||
-rw-r--r-- | sysutils/moosefs3-cgiserv/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/moosefs3-cgiserv/pkg-plist | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/moosefs3-cgiserv/Makefile b/sysutils/moosefs3-cgiserv/Makefile new file mode 100644 index 000000000000..d929375775c9 --- /dev/null +++ b/sysutils/moosefs3-cgiserv/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= -cgiserv + +COMMENT= MooseFS CGI webserver + +LICENSE= GPLv2 + +MFS_COMPONENT= cgiserv + +MASTERDIR= ${.CURDIR}/../moosefs3-master + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/moosefs3-cgiserv/pkg-descr b/sysutils/moosefs3-cgiserv/pkg-descr new file mode 100644 index 000000000000..d882f626c306 --- /dev/null +++ b/sysutils/moosefs3-cgiserv/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: Simple CGI-capable HTTP server to run MooseFS CGI monitor. + +WWW: https://moosefs.com/ diff --git a/sysutils/moosefs3-cgiserv/pkg-plist b/sysutils/moosefs3-cgiserv/pkg-plist new file mode 100644 index 000000000000..7b348259aea4 --- /dev/null +++ b/sysutils/moosefs3-cgiserv/pkg-plist @@ -0,0 +1,5 @@ +sbin/mfscgiserv +man/man8/mfscgiserv.8.gz +@owner mfs +@group mfs +@dir %%MFS_WORKDIR%%/mfs |