diff options
Diffstat (limited to 'filesystems/moosefs3-cgi')
-rw-r--r-- | filesystems/moosefs3-cgi/Makefile | 9 | ||||
-rw-r--r-- | filesystems/moosefs3-cgi/pkg-descr | 7 | ||||
-rw-r--r-- | filesystems/moosefs3-cgi/pkg-plist | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/filesystems/moosefs3-cgi/Makefile b/filesystems/moosefs3-cgi/Makefile new file mode 100644 index 000000000000..7d037c1e09ae --- /dev/null +++ b/filesystems/moosefs3-cgi/Makefile @@ -0,0 +1,9 @@ +PKGNAMESUFFIX= -cgi + +COMMENT= MooseFS CGI interface + +MFS_COMPONENT= cgi + +MASTERDIR= ${.CURDIR}/../moosefs3-master + +.include "${MASTERDIR}/Makefile" diff --git a/filesystems/moosefs3-cgi/pkg-descr b/filesystems/moosefs3-cgi/pkg-descr new file mode 100644 index 000000000000..36025c132006 --- /dev/null +++ b/filesystems/moosefs3-cgi/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/filesystems/moosefs3-cgi/pkg-plist b/filesystems/moosefs3-cgi/pkg-plist new file mode 100644 index 000000000000..d601df00caac --- /dev/null +++ b/filesystems/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 |