mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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/ PR: 210306 Submitted by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
This commit is contained in:
parent
0a4ea7a7ad
commit
5a20e7990e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419132
@ -605,6 +605,7 @@
|
||||
SUBDIR += moosefs2-master
|
||||
SUBDIR += moosefs2-metalogger
|
||||
SUBDIR += moosefs2-netdump
|
||||
SUBDIR += moosefs3-cgi
|
||||
SUBDIR += moreutils
|
||||
SUBDIR += most
|
||||
SUBDIR += mount.app
|
||||
|
14
sysutils/moosefs3-cgi/Makefile
Normal file
14
sysutils/moosefs3-cgi/Makefile
Normal file
@ -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"
|
9
sysutils/moosefs3-cgi/pkg-descr
Normal file
9
sysutils/moosefs3-cgi/pkg-descr
Normal file
@ -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/
|
8
sysutils/moosefs3-cgi/pkg-plist
Normal file
8
sysutils/moosefs3-cgi/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user