Port details |
- p5-MogileFS-Server MogileFS (distributed filesystem) server
- 2.73_1 sysutils =3 2.73_1Version of this port present on the latest quarterly branch.
- Maintainer: trociny@FreeBSD.org
- Port Added: 2011-08-08 13:10:45
- Last Update: 2024-04-07 09:36:13
- Commit Hash: 92a030d
- People watching this port, also watch:: py39-beautifulsoup, linux_dvbwrapper-kmod, monit, p5-MIME-Tools, gammu
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/MogileFS-Server
- Description:
- http://en.wikipedia.org/wiki/MogileFS:
MogileFS was created by Danga Interactive for use with LiveJournal. It
is similar to the Andrew File System in its design goal. It is different
than a traditional filesystem in that the user has to access files via
an API. However, it's possible to implement the file system in user
space using FUSE, or a similar package.
MogileFS enables horizontal scaling of storage across any number of
machines. Files are replicated between machines according to
customizable rules such that at any time a number of drives or machines
could be lost without data becoming unavailable. It is designed for high
volume applications, such as high traffic websites, to spread storage
across cheaper machines without relying on technologies such as NFS.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-MogileFS-Server>0:sysutils/p5-MogileFS-Server
- To install the port:
- cd /usr/ports/sysutils/p5-MogileFS-Server/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/p5-MogileFS-Server
- pkg install p5-MogileFS-Server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-MogileFS-Server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1520776712
SHA256 (MogileFS-Server-2.73.tar.gz) = d755bb3a0390537051382406726df96c6bac983de074aa8212dcde1cb3363a30
SIZE (MogileFS-Server-2.73.tar.gz) = 202285
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Danga-Socket>=1.56 : devel/p5-Danga-Socket
- p5-DBD-SQLite>=1.13 : databases/p5-DBD-SQLite
- p5-DBD-mysql>=0 : databases/p5-DBD-mysql
- p5-DBI>=0 : databases/p5-DBI
- p5-IO-AIO>=0 : devel/p5-IO-AIO
- p5-MogileFS-Client>=0 : sysutils/p5-MogileFS-Client
- p5-Net-Netmask>=0 : net-mgmt/p5-Net-Netmask
- p5-Perlbal>=1.79 : www/perlbal
- p5-Sys-Syscall>=0.22 : devel/p5-Sys-Syscall
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Danga-Socket>=1.56 : devel/p5-Danga-Socket
- p5-DBD-SQLite>=1.13 : databases/p5-DBD-SQLite
- p5-DBD-mysql>=0 : databases/p5-DBD-mysql
- p5-DBI>=0 : databases/p5-DBI
- p5-IO-AIO>=0 : devel/p5-IO-AIO
- p5-MogileFS-Client>=0 : sysutils/p5-MogileFS-Client
- p5-Net-Netmask>=0 : net-mgmt/p5-Net-Netmask
- p5-Perlbal>=1.79 : www/perlbal
- p5-Sys-Syscall>=0.22 : devel/p5-Sys-Syscall
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- This port is required by:
- for Build
-
- sysutils/p5-MogileFS-Network
- for Run
-
- sysutils/p5-MogileFS-Network
Configuration Options:
- ===> The following configuration options are available for p5-MogileFS-Server-2.73_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_p5-MogileFS-Server
- USES:
- mysql perl5
- 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) |
Commit | Credits | Log message |
2.73_1 07 Apr 2024 09:36:13 |
Florian Smeets (flo) |
databases/p5-DBD-mysql: Fix for MariaDB users
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.
In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.
In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.
DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.73 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.73 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.73 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.73 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.73 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
2.73 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.73 12 Mar 2018 07:42:31 |
trociny |
update to 2.73 |
2.72_1 26 Jun 2017 03:24:54 |
sunpoet |
Remove Perl core modules
- While I'm here:
- Add NO_ARCH
- Convert to options target helper
- Bump PORTREVISION for dependency change
With hat: perl |
2.72 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.72 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
2.72 13 Jul 2015 18:57:09 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
2.72 11 Jan 2015 08:17:57 |
trociny |
Update to 2.72. |
2.70_2 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.70_1 16 Jul 2014 03:18:26 |
adamw |
Add DOCS option where PORTDOCS is in plist. |
2.70_1 22 Nov 2013 19:11:55 |
trociny |
Fix a regression introduce in 2.70 when the mogilefs server was
rewritten to be non-blocking: immediate write after connect may fail
if the connection is not ready yet.
Approved by: bdrewery (mentor) |
2.70 20 Oct 2013 06:25:42 |
trociny |
Support staging.
Approved by: bdrewery (mentor) |
2.70 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.70 16 Sep 2013 07:47:02 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.70 21 Aug 2013 19:47:57 |
trociny (src committer) |
Update to 2.70.
Approved by: bdrewery |
2.68 12 Aug 2013 17:41:17 |
trociny (src committer) |
Update to 2.68.
Approved by: bdrewery |
2.67 09 Feb 2013 15:10:30 |
culot |
- Update to 2.67
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES
PR: ports/175796
Submitted by: trociny@ (maintainer) |
2.66_1 16 Jan 2013 15:08:00 |
tobez |
sysutils/p5-MogileFS-Server: fix issues with with daemon startup.
Assign maintainership of this and related ports to the submitter -
he can take better care of these ports than perl@.
PR: 171691
Submitted by: trociny |
2.66 09 Jan 2013 13:01:45 |
tobez |
Update to 2.66.
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.65 17 Dec 2012 15:39:36 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
2.65 14 Aug 2012 10:51:02 |
sunpoet |
- Update to 2.65
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.64 22 Jun 2012 09:47:36 |
sunpoet |
- Update to 2.64
- Convert to new options framework
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.63 02 Jun 2012 12:44:26 |
culot |
- Update to 2.63
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.62 21 May 2012 01:56:34 |
sunpoet |
- Update to 2.62
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.61 20 May 2012 03:52:46 |
sunpoet |
- Update to 2.61
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.60 02 Apr 2012 08:41:24 |
sunpoet |
- Update to 2.60
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES
Feature safe: yes |
2.59 08 Mar 2012 08:41:04 |
sunpoet |
- Update to 2.59
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.58 01 Mar 2012 08:21:39 |
sunpoet |
- Update to 2.58
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.57_2 14 Feb 2012 11:06:28 |
dougb |
Fix rc.d scripts |
2.57_1 11 Feb 2012 22:37:24 |
pgollucci |
- Add rc.d files
- Bump PORTREVISION
PR: ports/164876
Submitted by: Gea-Suan Lin <gslin@gslin.org>
With Hat: perl@ |
2.57 01 Feb 2012 07:47:58 |
sunpoet |
- Update to 2.57
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.56 29 Jan 2012 01:17:56 |
sunpoet |
- Update to 2.56
- Add BUILD_DEPENDS
- Sort PLIST
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.55 15 Nov 2011 16:34:52 |
sunpoet |
- Update to 2.55
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES
Feature safe: yes |
2.54 30 Oct 2011 00:54:56 |
clsung |
- Update to 2.54 |
2.53 14 Aug 2011 03:45:20 |
sunpoet |
- Update to 2.53
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.52 08 Aug 2011 14:10:00 |
sunpoet |
- Update to 2.52
Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES |
2.51 08 Aug 2011 13:09:50 |
sunpoet |
- Force commit to state the repocopy was performed: sysutils/p5-mogilefs-server
-> sysutils/p5-MogileFS-Server
PR: ports/159327
Submitted by: sunpoet (myself)
Repocopied by: marcus (portmgr) |