db4
Port variant standard
Summary Berkeley DB version 4 from Oracle
Package version 4.8.30
Homepage https://www.oracle.com/database/technologies/related/berkeleydb.html
Keywords databases
Maintainer nobody
License Sleepycat License
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 17 APR 2023, 21:35:23 UTC
Port created 15 APR 2023, 05:23:33 UTC
Subpackage Descriptions
complete This is the db4-standard metapackage. It pulls in all subpackages of db4-standard.
primary Berkeley DB is an embeddable database system that supports keyed access to data. The software is distributed in source code form, and developers can compile and link the source code into a single library for inclusion directly in their applications. Developers may choose to store data in any of several different storage structures to satisfy the requirements of a particular application. In database terminology, these storage structures and the code that operates on them are called access methods. The library includes support for the following access methods: * B+tree: Stores keys in sorted order, using either a programmer-supplied ordering function or a default function that does lexicographical ordering of keys. Applications may perform equality or range searches. * Hashing: Stores records in a hash table for fast searches based on strict equality. Extended Linear Hashing modifies the hash function used by the table as new records are inserted, in order to keep buckets underfull in the steady state. * Fixed and Variable-Length Records: Stores fixed- or variable-length records in sequential order. Record numbers may be immutable or mutable, i.e., permitting new records to be inserted between existing records or requiring that new records be added only at the end of the database.
cxx This package contains the c++ libraries of Berkeley DB4
tools This package contains Berkeley DB4 tools.
dev This is the developer subpackage of the db4-standard port. It may contain headers, pc files, static and PIC libraries and SO links.
docs This is the documents subpackage of the db4-standard port.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) libtool:single:standard
Runtime (only) ravensys-gcc:cxx_run:standard (cxx subpackage)
db4:primary:standard (tools subpackage)
Download groups
main https://download.oracle.com/berkeley-db/
https://download-uk.oracle.com/berkeley-db/
Distribution File Information
e0491a07cdb21fb9aa82773bbbedaeb7639cbd0e7f96147ab46141e0045db72a 22887305 db-4.8.30.tar.gz
Ports that require db4:standard
nvi:standard Berkeley nvi with additional features
php81-dba:standard PHP 8.1 extension: dba Berkeley DB driver
php82-dba:standard PHP 8.2 extension: dba Berkeley DB driver
php83-dba:standard PHP 8.3 extension: dba Berkeley DB driver