Port details |
- moosefs-client MooseFS client tools
- 2.0.89 sysutils
=3 2.0.89Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@moosefs.com
- Port Added: 2010-04-07 03:05:28
- Last Update: 2016-07-07 20:58:23
- SVN Revision: 418199
- People watching this port, also watch:: sudo, cfengine, postfix, clamav
- License: GPLv2
- WWW:
- https://moosefs.com/
- Description:
- 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.
WWW: https://moosefs.com/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- moosefs-client>0:sysutils/moosefs-client
- No installation instructions:
- This port has been deleted.
- PKGNAME: moosefs-client
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: sysutils/moosefs-master
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=0.9.10 : devel/pkgconf
- Library dependencies:
-
- libfuse.so : sysutils/fusefs-libs
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- fuse pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: sysutils/moosefs-master |
Commit | Credits | Log message |
2.0.89 07 Jul 2016 20:58:23 |
feld |
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 |
2.0.88 05 Mar 2016 20:10:35 |
feld |
sysutils/moosefs-*: Update to 2.0.88
Recent changes since MooseFS 2.0.84:
* MooseFS 2.0.88-1 (2016-03-02)
- (master) added METADATA_SAVE_FREQ option (allow to save metadata less
frequently than every hour)
* MooseFS 2.0.87-1 (2016-02-23)
- (master) fixed status returned by writechunk after network down/up
* MooseFS 2.0.86-1 (2016-02-22)
- (master) fixed initialization of ATIME_MODE (Only the first 15 lines of the commit message are shown above ) |
2.0.72 12 Aug 2015 16:10:30 |
feld |
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 |
1.6.27.5 10 Jun 2015 17:32:28 |
amdmi3 |
- Add LICENSE_FILE
- Drop @dirrm* from plist |
1.6.27.5 10 Aug 2014 13:04:35 |
wen |
- Reset maintainer to ports@
Submitted by: chifeng@gmail.com(previous maintainer, via email) |
1.6.27.5 12 Jul 2014 10:16:57 |
marino |
sysutils/moosefs-*: Upgrade version 1.6.27 => 1.6.27-5 and Stage support
This was a master and two slave ports. Now each port stands alone, each
with it's own defined distinfo which allows for the separate mk to be
removed.
* Ownership of slave ports restored to chifeng. They were reset in
error because their staging was combined with master staging
* Configure locations uniformly fixed to /etc/mfs
* cgiserv now runs as unpriviledged user
* Fixes ability to reload config without restarting
* Uses @sample keyword for config files now
* fixes -master, -chunkserver, and -client ports
PR: 191046
Submitted by: takeda (takeda.tk)
Approved by: maintainer (chifeng)
Minor fixes: marino |
1.6.27 06 Jul 2014 15:52:25 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
1.6.27 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.6.27 17 May 2013 20:09:11 |
madpilot |
- Update to 1.6.27
- Trim Makefile headers
- Use space in WWW Line
PR: ports/178397, ports/178398, ports/178399
Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) |
1.6.26 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.6.26 06 Mar 2013 16:52:02 |
bapt |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
1.6.26 14 Dec 2012 15:47:01 |
flo |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt) |
1.6.25 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
1.6.24 30 Apr 2012 07:44:39 |
scheidell |
- Update to 1.6.24
PR: ports/167137
Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) |
1.6.20 21 Jan 2011 09:29:04 |
wen |
- Update to 1.6.20
PR: ports/154159
Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer)
Feature safe: yes |
1.6.19 30 Dec 2010 06:20:54 |
wen |
- Update to 1.6.19
PR: ports/153515 ports/153516 ports/153517
Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) |
1.6.17 30 Jul 2010 14:24:45 |
araujo |
- Update to 1.6.17.
PR: ports/149089, ports/149090, ports/149092
Submitted by: Chifeng QU <chifeng@gmail.com> (maintainer) |
1.6.16 27 Jul 2010 00:10:32 |
sylvio |
- Update to 1.6.16
PR: ports/148944
Submitted by: Chifeng QU <chifeng@gmail.com> (maintainer) |
1.6.15 17 Apr 2010 19:37:55 |
sylvio |
- Update to 1.6.15
PR: ports/145745
Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer)
Approved by: itetcu (mentor, implicit) |
1.6.14 07 Apr 2010 03:04:52 |
wen |
MooseFS is a fault tolerant, network distributed file system.
moosefs client is any number of machines using mfsmount process
to communicate with the managing server (to receive and modify
file metadata) and with chunkservers (to exchange actual file
data).
WWW: http://www.moosefs.org/
Submitted by: Chifeng Qu <chifeng@gmail.com> (via Email) |