Port details |
- p5-LMDB_File Perl wrapper around the OpenLDAP's LMDB
- 0.13 databases =2 0.13Version of this port present on the latest quarterly branch.
- Maintainer: vanilla@FreeBSD.org
- Port Added: 2015-06-18 02:06:45
- Last Update: 2024-01-23 01:26:17
- Commit Hash: 2d71878
- 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/LMDB_File
- Description:
- LMDB_File is a Perl wrapper around the OpenLDAP's LMDB (Lightning
Memory-Mapped Database) C library.
LMDB is an ultra-fast, ultra-compact key-value data store developed
by Symas for the OpenLDAP Project. See http://symas.com/mdb/ for details.
LMDB_File provides full access to the complete C API, a thin Perl wrapper
with an Object-Oriented interface and a simple Perl's tie interface
compatible with others DBMs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-LMDB_File>0:databases/p5-LMDB_File
- To install the port:
- cd /usr/ports/databases/p5-LMDB_File/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-LMDB_File
- pkg install p5-LMDB_File
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-LMDB_File
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1705973014
SHA256 (LMDB_File-0.13.tar.gz) = 2bed727bbcea7be8e85316e2b6fc8e93295d50ed539eba4351eafe80b38c336c
SIZE (LMDB_File-0.13.tar.gz) = 87846
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:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- liblmdb.so : databases/lmdb
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_p5-LMDB_File
- USES:
- localbase perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 16
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13 23 Jan 2024 01:26:17 |
Vanilla I. Shu (vanilla) |
databases/p5-LMDB_File: update to 0.13. |
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) |
0.12 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 ) |
0.12 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 ) |
0.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.12 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 |
0.12 28 Jan 2017 00:23:59 |
vanilla |
Update to 0.12. |
0.11 26 Jan 2017 03:02:55 |
vanilla |
Update to 0.11. |
0.10 27 Oct 2016 17:21:23 |
mat |
Last update fixed the build for 5.24.
Sponsored by: Absolight |
0.10 21 May 2016 09:26:28 |
vanilla |
Update to 0.10. |
0.09 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.09 25 Mar 2016 17:29:46 |
mat |
Mark as BROKEN with Perl 5.23.8+
The commit that broke it is:
https://github.com/Perl/perl5/commit/7950309
While there, remove useless chmod calls.
Sponsored by: Absolight |
0.09 29 Jan 2016 09:20:10 |
vanilla |
Update to 0.9. |
0.08 24 Jan 2016 04:17:10 |
vanilla |
Upgrade to 0.08. |
0.07 18 Jun 2015 05:51:22 |
vanilla |
Upgrade to 0.7, and fix build on non-root user. |
0.05 18 Jun 2015 02:06:36 |
vanilla |
Add p5-LMDB_File, a wrapper of openldap's lmdb. |
Number of commits found: 16
|