diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-07-26 16:50:55 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-07-26 16:50:55 +0000 |
commit | 5a20e7990eb544509174d617d359bf0d4ac64737 (patch) | |
tree | 4a078db34c155c5ead25524eaea8ae3978224edf | |
parent | 0a4ea7a7ad25afbe6217a2ae727977bcfd4b0271 (diff) | |
download | ports-5a20e7990eb544509174d617d359bf0d4ac64737.tar.gz ports-5a20e7990eb544509174d617d359bf0d4ac64737.zip |
Notes
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/moosefs3-cgi/Makefile | 14 | ||||
-rw-r--r-- | sysutils/moosefs3-cgi/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/moosefs3-cgi/pkg-plist | 8 |
4 files changed, 32 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 diff --git a/sysutils/moosefs3-cgi/Makefile b/sysutils/moosefs3-cgi/Makefile new file mode 100644 index 000000000000..898f71fe94bf --- /dev/null +++ b/sysutils/moosefs3-cgi/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= -cgi + +COMMENT= MooseFS CGI interface + +LICENSE= GPLv2 + +MFS_COMPONENT= cgi + +MASTERDIR= ${.CURDIR}/../moosefs3-master + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/moosefs3-cgi/pkg-descr b/sysutils/moosefs3-cgi/pkg-descr new file mode 100644 index 000000000000..03b667fc5c63 --- /dev/null +++ b/sysutils/moosefs3-cgi/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 CGI monitor. + +WWW: https://moosefs.com/ diff --git a/sysutils/moosefs3-cgi/pkg-plist b/sysutils/moosefs3-cgi/pkg-plist new file mode 100644 index 000000000000..d601df00caac --- /dev/null +++ b/sysutils/moosefs3-cgi/pkg-plist @@ -0,0 +1,8 @@ +share/mfscgi/mfs.cgi +share/mfscgi/mfs.css +share/mfscgi/logomini.png +share/mfscgi/index.html +share/mfscgi/err.gif +share/mfscgi/chart.cgi +share/mfscgi/favicon.ico +share/mfscgi/acidtab.js |