diff options
Diffstat (limited to 'filesystems/moosefs2-client')
-rw-r--r-- | filesystems/moosefs2-client/Makefile | 10 | ||||
-rw-r--r-- | filesystems/moosefs2-client/pkg-descr | 7 | ||||
-rw-r--r-- | filesystems/moosefs2-client/pkg-plist | 47 |
3 files changed, 64 insertions, 0 deletions
diff --git a/filesystems/moosefs2-client/Makefile b/filesystems/moosefs2-client/Makefile new file mode 100644 index 000000000000..9cf2d724e61e --- /dev/null +++ b/filesystems/moosefs2-client/Makefile @@ -0,0 +1,10 @@ +PORTREVISION= 1 +PKGNAMESUFFIX= -client + +COMMENT= MooseFS client tools + +MFS_COMPONENT= client + +MASTERDIR= ${.CURDIR}/../moosefs2-master + +.include "${MASTERDIR}/Makefile" diff --git a/filesystems/moosefs2-client/pkg-descr b/filesystems/moosefs2-client/pkg-descr new file mode 100644 index 000000000000..de72d7e2d737 --- /dev/null +++ b/filesystems/moosefs2-client/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 clients: mfsmount and mfstools. diff --git a/filesystems/moosefs2-client/pkg-plist b/filesystems/moosefs2-client/pkg-plist new file mode 100644 index 000000000000..8697bf3f7775 --- /dev/null +++ b/filesystems/moosefs2-client/pkg-plist @@ -0,0 +1,47 @@ +bin/mfsappendchunks +bin/mfscheckfile +bin/mfsdirinfo +bin/mfsfileinfo +bin/mfsfilerepair +bin/mfsmakesnapshot +bin/mfsgetgoal +bin/mfssetgoal +bin/mfsrgetgoal +bin/mfsrsetgoal +bin/mfsgettrashtime +bin/mfssettrashtime +bin/mfsrgettrashtime +bin/mfsrsettrashtime +bin/mfsgeteattr +bin/mfsseteattr +bin/mfsdeleattr +bin/mfsgetquota +bin/mfssetquota +bin/mfsdelquota +bin/mfsfilepaths +bin/mfsmount +bin/mfstools +@sample etc/mfs/mfsmount.cfg.sample +share/man/man1/mfsappendchunks.1.gz +share/man/man1/mfscheckfile.1.gz +share/man/man1/mfsdeleattr.1.gz +share/man/man1/mfsdelquota.1.gz +share/man/man1/mfsdirinfo.1.gz +share/man/man1/mfsfileinfo.1.gz +share/man/man1/mfsfilepaths.1.gz +share/man/man1/mfsfilerepair.1.gz +share/man/man1/mfsgeteattr.1.gz +share/man/man1/mfsgetgoal.1.gz +share/man/man1/mfsgetquota.1.gz +share/man/man1/mfsgettrashtime.1.gz +share/man/man1/mfsmakesnapshot.1.gz +share/man/man1/mfsrgetgoal.1.gz +share/man/man1/mfsrgettrashtime.1.gz +share/man/man1/mfsrsetgoal.1.gz +share/man/man1/mfsrsettrashtime.1.gz +share/man/man1/mfsseteattr.1.gz +share/man/man1/mfssetgoal.1.gz +share/man/man1/mfssetquota.1.gz +share/man/man1/mfssettrashtime.1.gz +share/man/man1/mfstools.1.gz +share/man/man8/mfsmount.8.gz |