diff options
author | feld <feld@FreeBSD.org> | 2015-08-13 00:10:30 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-08-13 00:10:30 +0800 |
commit | e64e294d596e56406bbc0824782a49a218a1ff08 (patch) | |
tree | ef674021db309bb1f9dc62fbfcbc0616a972a5e1 /sysutils/moosefs-netdump | |
parent | 67bf11360f5a00d1b062e40aacbb4a389c5b1be6 (diff) | |
download | freebsd-ports-gnome-e64e294d596e56406bbc0824782a49a218a1ff08.tar.gz freebsd-ports-gnome-e64e294d596e56406bbc0824782a49a218a1ff08.tar.zst freebsd-ports-gnome-e64e294d596e56406bbc0824782a49a218a1ff08.zip |
sysutils/moosefs-* update to 2.0.72-1
The update to 2.0.72-1 includes splitting the sysutils/moosefs-master
port into several new ports to achieve better modularization. This
matches the approach upstream has taken with their own FreeBSD packages
which they were distributing via their own pkgng repository.
Further details are provided in the UPDATING entry.
Upstream MooseFS team is now taking maintainership of these ports.
PR: 199342
PR: 199343
PR: 199344
PR: 199345
PR: 199346
PR: 199347
PR: 199348
PR: 199349
Diffstat (limited to 'sysutils/moosefs-netdump')
-rw-r--r-- | sysutils/moosefs-netdump/Makefile | 17 | ||||
-rw-r--r-- | sysutils/moosefs-netdump/pkg-descr | 9 |
2 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/moosefs-netdump/Makefile b/sysutils/moosefs-netdump/Makefile new file mode 100644 index 000000000000..42b59b8dc28e --- /dev/null +++ b/sysutils/moosefs-netdump/Makefile @@ -0,0 +1,17 @@ +# Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com> +# $FreeBSD$ + +PKGNAMESUFFIX= -netdump + +COMMENT= MooseFS network packet dump utility + +LICENSE= GPLv2 + +MFS_COMPONENT= netdump + +MASTERDIR= ${.CURDIR}/../moosefs-master + +PLIST_FILES= sbin/mfsnetdump \ + man/man8/mfsnetdump.8.gz + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/moosefs-netdump/pkg-descr b/sysutils/moosefs-netdump/pkg-descr new file mode 100644 index 000000000000..8f2ec6470f46 --- /dev/null +++ b/sysutils/moosefs-netdump/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: MooseFS network packet dump utility + +WWW: https://moosefs.com/ |