diff options
author | culot <culot@FreeBSD.org> | 2012-09-23 16:26:03 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-09-23 16:26:03 +0800 |
commit | e92ede4df3191eb7d7200ae25057474b4913dcc3 (patch) | |
tree | 69db8cc0622dedddd3b599909ce143a15e2aaa12 /sysutils/Makefile | |
parent | 1086a1e53f6352c57ec84e8a7a0a86cdb08e51a8 (diff) | |
download | freebsd-ports-gnome-e92ede4df3191eb7d7200ae25057474b4913dcc3.tar.gz freebsd-ports-gnome-e92ede4df3191eb7d7200ae25057474b4913dcc3.tar.zst freebsd-ports-gnome-e92ede4df3191eb7d7200ae25057474b4913dcc3.zip |
MogileFS::Network is a collection of modules adding multiple network
awareness to the MogileFS server. It provides two replication policies,
'MultipleNetworks' and 'HostsPerNetwork', and also provides a plugin
'ZoneLocal' that causes get_paths queries to be returned in a
prioritized order based on locality of storage.
WWW: http://search.cpan.org/dist/MogileFS-Network/
PR: ports/171822
Submitted by: Mikolaj Golub <trociny@FreeBSD.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d0899c2961a2..8816b5661063 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -606,6 +606,7 @@ SUBDIR += p5-Iterator-File SUBDIR += p5-Lchown SUBDIR += p5-MogileFS-Client + SUBDIR += p5-MogileFS-Network SUBDIR += p5-MogileFS-Server SUBDIR += p5-MogileFS-Utils SUBDIR += p5-Monitor-Simple |