Port details |
- py-berkeleydb Python bindings for Oracle Berkeley DB
- 18.1.11 databases =2 18.1.10Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2021-02-12 18:46:19
- Last Update: 2024-11-04 11:53:10
- Commit Hash: e02cf43
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://www.jcea.es/programacion/pybsddb.htm
- Description:
- This module provides a nearly complete wrapping of the Oracle/Sleepycat C API
for the Database Environment, Database, Cursor, Log Cursor, Sequence and
Transaction objects, and each of these is exposed as a Python type in the
berkeleydb.db module. The database objects can use various access methods:
btree, hash, recno, queue and heap. Complete support of Oracle Berkeley DB
distributed transactions. Complete support for Oracle Berkeley DB Replication
Manager. Complete support for Oracle Berkeley DB Base Replication.
Please see the documents in the docs directory of the source distribution or at
the website for more details on the types and methods provided. The goal is to
mirror most of the real Oracle Berkeley DB API so fall back to the Oracle
Berkeley DB documentation as appropriate.
- ¦ ¦ ¦ ¦
- 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:
-
- ${PYTHON_PKGNAMEPREFIX}berkeleydb>0:databases/py-berkeleydb@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-berkeleydb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-berkeleydb
- pkg install py311-berkeleydb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-berkeleydb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-berkeleydb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730717256
SHA256 (berkeleydb-18.1.11.tar.gz) = 7454f560d2d1a0e5d0d5630a437f19926b68bc794eb161edea2cdc4b267cf574
SIZE (berkeleydb-18.1.11.tar.gz) = 174774
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libdb-5.3.so : databases/db5
- This port is required by:
- for Run
-
- audio/exaile
- science/gramps
Configuration Options:
- ===> The following configuration options are available for py311-berkeleydb-18.1.11:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_py-berkeleydb
- USES:
- bdb python
- 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 |
18.1.11 04 Nov 2024 11:53:10 |
Muhammad Moinur Rahman (bofh) |
databases/py-berkeleydb: Update version 18.1.10=>18.1.11
Changelog: https://hg.jcea.es/pybsddb/file/tip/docs/changelog.rst |
18.1.10 27 Jul 2024 10:53:54 |
Muhammad Moinur Rahman (bofh) |
databases/py-berkeleydb: Update version 18.1.9=>18.1.20
Changelog: https://hg.jcea.es/pybsddb/file/tip/docs/changelog.rst |
18.1.9 20 Jun 2024 21:39:52 |
Muhammad Moinur Rahman (bofh) |
databases/py-berkeleydb: Update version 18.1.8=>18.1.9 |
18.1.8 07 Oct 2023 11:00:32 |
Muhammad Moinur Rahman (bofh) |
databases/py-berkeleydb: Update version 18.1.7=>18.1.8
Changelog: https://hg.jcea.es/pybsddb/file/tip/docs/changelog.rst |
18.1.7 05 Oct 2023 06:49:13 |
Muhammad Moinur Rahman (bofh) |
databases/py-berkeleydb: Update version 18.1.6=>18.1.7
Changelog:
https://hg.jcea.es/pybsddb/file/fd36463ece9e/docs/changelog.rst |
18.1.6 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
18.1.6 12 May 2023 14:57:23 |
Muhammad Moinur Rahman (bofh) |
databases/py-berkeleydb: Update version 18.1.5=>18.1.6
Changelog:
https://hg.jcea.es/pybsddb/file/fd36463ece9e/docs/changelog.rst |
18.1.5 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
18.1.5 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 ) |
18.1.5 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 ) |
18.1.5 26 Feb 2022 04:54:00 |
Muhammad Moinur Rahman (bofh) Author: Yasuhiro Kimura |
databases/py-berkeleydb: Fix build with db18
PR: 262135 |
18.1.5 15 Feb 2022 06:33:52 |
Muhammad Moinur Rahman (bofh) |
databases/py-berkeleydb: Update version 18.1.4=>18.1.5
- Drop support for pyhon36 as per upstream
Relnotes:
https://hg.jcea.es/pybsddb/file/fd36463ece9e/docs/changelog.rst |
18.1.4 25 May 2021 17:55:10 |
Muhammad Moinur Rahman (bofh) |
databases/py-berkeleydb: Update version 18.1.2=>18.1.4 |
18.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
18.1.2 12 Feb 2021 18:50:32 |
bofh |
databases/py-berkeleydb: Import over repocopied py-bsddb3 |
6.2.9 12 Feb 2021 18:46:11 |
bofh |
[NEW] databases/py-berkeleydb: Python bindings for Oracle Berkeley DB
This module provides a nearly complete wrapping of the Oracle/Sleepycat C
API for the Database Environment, Database, Cursor, Log Cursor, Sequence and
Transaction objects, and each of these is exposed as a Python type in the
berkeleydb.db module. The database objects can use various access methods:
btree, hash, recno, queue and heap. Complete support of Oracle Berkeley DB
distributed transactions. Complete support for Oracle Berkeley DB
Replication Manager. Complete support for Oracle Berkeley DB Base
Replication.
Please see the documents in the docs directory of the source distribution or
at the website for more details on the types and methods provided. The goal
is to mirror most of the real Oracle Berkeley DB API so fall back to the
Oracle Berkeley DB documentation as appropriate.
WWW: https://www.jcea.es/programacion/pybsddb.htm |