diff options
author | feld <feld@FreeBSD.org> | 2016-07-08 04:58:23 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-07-08 04:58:23 +0800 |
commit | e20261f64782c86862751ba3cfde59157fa6813b (patch) | |
tree | 6de1a37b3983852003f6cdbfa9605edf344bd3f8 /sysutils/moosefs2-cgiserv | |
parent | 686d36633f63bc5e69148aefe3f591cbf4ba6ad0 (diff) | |
download | freebsd-ports-gnome-e20261f64782c86862751ba3cfde59157fa6813b.tar.gz freebsd-ports-gnome-e20261f64782c86862751ba3cfde59157fa6813b.tar.zst freebsd-ports-gnome-e20261f64782c86862751ba3cfde59157fa6813b.zip |
Move moosefs ports to moosefs2
This makes room for moosefs3-* and moosefs4-* ports. We do not want end
users blindly upgrading moosefs across major and have issues or data
loss.
PR: 210306
Diffstat (limited to 'sysutils/moosefs2-cgiserv')
-rw-r--r-- | sysutils/moosefs2-cgiserv/Makefile | 14 | ||||
-rw-r--r-- | sysutils/moosefs2-cgiserv/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/moosefs2-cgiserv/pkg-plist | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/moosefs2-cgiserv/Makefile b/sysutils/moosefs2-cgiserv/Makefile new file mode 100644 index 000000000000..354d4edc6920 --- /dev/null +++ b/sysutils/moosefs2-cgiserv/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= -cgiserv + +COMMENT= MooseFS CGI webserver + +LICENSE= GPLv2 + +MFS_COMPONENT= cgiserv + +MASTERDIR= ${.CURDIR}/../moosefs2-master + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/moosefs2-cgiserv/pkg-descr b/sysutils/moosefs2-cgiserv/pkg-descr new file mode 100644 index 000000000000..d882f626c306 --- /dev/null +++ b/sysutils/moosefs2-cgiserv/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: Simple CGI-capable HTTP server to run MooseFS CGI monitor. + +WWW: https://moosefs.com/ diff --git a/sysutils/moosefs2-cgiserv/pkg-plist b/sysutils/moosefs2-cgiserv/pkg-plist new file mode 100644 index 000000000000..7b348259aea4 --- /dev/null +++ b/sysutils/moosefs2-cgiserv/pkg-plist @@ -0,0 +1,5 @@ +sbin/mfscgiserv +man/man8/mfscgiserv.8.gz +@owner mfs +@group mfs +@dir %%MFS_WORKDIR%%/mfs |