Port details |
- p5-Mango Pure-Perl non-blocking I/O MongoDB driver
- 1.30_4 databases =2 1.30_4Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2015-03-28 19:15:55
- Last Update: 2024-03-20 21:35:08
- Commit Hash: 8c47168
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART20
- WWW:
- https://metacpan.org/release/Mango
- Description:
- Mango is a pure-Perl non-blocking I/O MongoDB driver, optimized for use with
the Mojolicious real-time web framework, and with multiple event loop support.
Since MongoDB is still changing rapidly, only the latest stable version is
supported.
Many arguments passed to methods as well as values of attributes get serialized
to BSON with Mango::BSON, which provides many helper functions you can use to
generate data types that are not available natively in Perl. All connections
will be reset automatically if a new process has been forked, this allows
multiple processes to share the same Mango object safely.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Mango>0:databases/p5-Mango
- To install the port:
- cd /usr/ports/databases/p5-Mango/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-Mango
- pkg install p5-Mango
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Mango
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1521336625
SHA256 (Mango-1.30.tar.gz) = e85034967447fe10ac16ddf2d2ddd4fac8cf0a8579d45b656ef55d8728f0d579
SIZE (Mango-1.30.tar.gz) = 51078
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-Mojolicious>=5.40 : www/p5-Mojolicious
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Mojolicious>=5.40 : www/p5-Mojolicious
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_p5-Mango
- USES:
- 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 |
1.30_4 20 Mar 2024 21:35:08 |
Ronald Klop (ronald) |
databases/p5-Mango: remove dependency on databases/mongodb50
This is a MongoDB client. You don't need to have the server installed.
As comparison: the Debian package does not depend on the MongoDB
server either.
see: https://packages.debian.org/bookworm/libmango-perl
* Builds fine on aarch64. |
1.30_3 20 Mar 2024 20:51:47 |
Ronald Klop (ronald) |
databases/p5-Mango: bump dependency to mongodb50
Mongodb44 is declared EOL upstream since February 2024.
https://www.mongodb.com/legal/support-policy/lifecycles
NB: mongodb50 is the last MongoDB version to have the 'mongo' binary
this port depends on. |
1.30_2 22 Feb 2023 16:24:00 |
Ronald Klop (ronald) |
databases/p5-Mango: undeprecate
Depend on a version of MongoDB which does not go EOL soon. |
1.30_2 20 Feb 2023 13:01:19 |
Muhammad Moinur Rahman (bofh) |
databases/p5-Mango: Mark DEPRECATED
- Depends on upstream EOLed mongodb36
- Set EXPIRATION_DATE 2023-03-31 |
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) |
1.30_2 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 ) |
1.30_2 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.30_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.30_2 31 Mar 2020 11:20:17 |
rene |
databases/py-Mango: use MongoDB 3.6 instead of EOL 3.4 |
1.30_1 22 Feb 2020 15:58:09 |
sunpoet |
Update WWW |
1.30_1 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) |
1.30_1 15 Aug 2018 11:37:37 |
rene |
databases/p5-Mango: use MongoDB 3.4 instead of end-of-life MongoDB 2.6
PR: 230271
Submitted by: rene
Approved by: maintainer timeout (perl, 14 days) |
1.30 18 Mar 2018 02:34:33 |
sunpoet |
Update to 1.30
Changes: http://search.cpan.org/dist/Mango/Changes |
1.29 01 Jul 2016 14:26:48 |
mat |
Update to 1.29.
Sponsored by: Absolight |
1.28 14 Apr 2016 16:39:11 |
sunpoet |
- Update to 1.23
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Mango/Changes |
1.27 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.27 04 Mar 2016 17:27:04 |
adamw |
Update to 1.27.
Changes: https://metacpan.org/changes/distribution/Mango |
1.26 26 Feb 2016 16:04:44 |
adamw |
Update to 1.26.
Changes: https://metacpan.org/changes/distribution/Mango |
1.25 16 Feb 2016 18:38:54 |
adamw |
Update to 1.25.
Changes: https://metacpan.org/changes/release/ODC/Mango-1.25 |
1.24 15 Jan 2016 18:37:22 |
adamw |
Update to 1.24.
Changes: https://metacpan.org/changes/distribution/Mango |
1.23 13 Nov 2015 19:13:09 |
sunpoet |
- Update to 1.23
Changes: http://search.cpan.org/dist/Mango/Changes |
1.22 09 Nov 2015 18:43:37 |
sunpoet |
- Update to 1.22
Changes: http://search.cpan.org/dist/Mango/Changes |
1.21 06 Nov 2015 11:52:59 |
sunpoet |
- Update to 1.21
Changes: http://search.cpan.org/dist/Mango/Changes |
1.20 13 Aug 2015 17:34:01 |
sunpoet |
- Update to 1.20
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Mango/Changes |
1.18 05 Jun 2015 18:58:38 |
sunpoet |
- Update to 1.18
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Mango/Changes |
1.17 28 Mar 2015 19:15:46 |
adamw |
Add databases/p5-Mango, a pure-perl, non-blocking MongoDB driver
designed for use with Mojolicious. |