svn commit: r419132 - in head/sysutils: . moosefs3-cgi
Mark Felder
feld at FreeBSD.org
Tue Jul 26 16:50:56 UTC 2016
Author: feld
Date: Tue Jul 26 16:50:55 2016
New Revision: 419132
URL: https://svnweb.freebsd.org/changeset/ports/419132
Log:
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 at moosefs.com> ; Based on port created by: Chifeng Qu <chifeng at gmail.com>
Added:
head/sysutils/moosefs3-cgi/
head/sysutils/moosefs3-cgi/Makefile (contents, props changed)
head/sysutils/moosefs3-cgi/pkg-descr (contents, props changed)
head/sysutils/moosefs3-cgi/pkg-plist (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Tue Jul 26 16:49:55 2016 (r419131)
+++ head/sysutils/Makefile Tue Jul 26 16:50:55 2016 (r419132)
@@ -605,6 +605,7 @@
SUBDIR += moosefs2-master
SUBDIR += moosefs2-metalogger
SUBDIR += moosefs2-netdump
+ SUBDIR += moosefs3-cgi
SUBDIR += moreutils
SUBDIR += most
SUBDIR += mount.app
Added: head/sysutils/moosefs3-cgi/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/moosefs3-cgi/Makefile Tue Jul 26 16:50:55 2016 (r419132)
@@ -0,0 +1,14 @@
+# Created by: Jakub Kruszona-Zawadzki <acid at moosefs.com> ; Based on port created by: Chifeng Qu <chifeng at gmail.com>
+# $FreeBSD$
+
+PKGNAMESUFFIX= -cgi
+
+COMMENT= MooseFS CGI interface
+
+LICENSE= GPLv2
+
+MFS_COMPONENT= cgi
+
+MASTERDIR= ${.CURDIR}/../moosefs3-master
+
+.include "${MASTERDIR}/Makefile"
Added: head/sysutils/moosefs3-cgi/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/moosefs3-cgi/pkg-descr Tue Jul 26 16:50:55 2016 (r419132)
@@ -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/
Added: head/sysutils/moosefs3-cgi/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/moosefs3-cgi/pkg-plist Tue Jul 26 16:50:55 2016 (r419132)
@@ -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
More information about the svn-ports-head
mailing list