From owner-svn-ports-all@freebsd.org Tue Jul 26 16:50:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE55BBA5311; Tue, 26 Jul 2016 16:50:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73ECF1878; Tue, 26 Jul 2016 16:50:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QGottI045022; Tue, 26 Jul 2016 16:50:55 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QGotVA045018; Tue, 26 Jul 2016 16:50:55 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201607261650.u6QGotVA045018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 26 Jul 2016 16:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419132 - in head/sysutils: . moosefs3-cgi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2016 16:50:56 -0000 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 ; Based on port created by: Chifeng Qu 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 ; Based on port created by: Chifeng Qu +# $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