svn commit: r565047 - in head/databases: . py-berkeleydb

Muhammad Moinur Rahman bofh at FreeBSD.org
Fri Feb 12 18:46:11 UTC 2021


Author: bofh
Date: Fri Feb 12 18:46:10 2021
New Revision: 565047
URL: https://svnweb.freebsd.org/changeset/ports/565047

Log:
  [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

Added:
  head/databases/py-berkeleydb/
     - copied from r565041, head/databases/py-bsddb3/
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Feb 12 18:43:54 2021	(r565046)
+++ head/databases/Makefile	Fri Feb 12 18:46:10 2021	(r565047)
@@ -743,6 +743,7 @@
     SUBDIR += py-apsw
     SUBDIR += py-asyncpg
     SUBDIR += py-bsddb3
+    SUBDIR += py-berkeleydb
     SUBDIR += py-carbon
     SUBDIR += py-cassandra-driver
     SUBDIR += py-couchdb


More information about the svn-ports-all mailing list