Path to this page:
./
databases/db4,
Berkeley DB version 4 from Oracle
Branch: CURRENT,
Version: 4.8.30nb1,
Package name: db4-4.8.30nb1,
Maintainer: pkgsrc-usersBerkeley 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.
Required to build:[
pkgtools/cwrappers]
Package options: doc
Master sites:
Filesize: 22350.884 KB
Version history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2019-02-14) Updated to version: db4-4.8.30nb1
- (2017-11-23) Package has been reborn
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
CVS history: (Expand)
2026-01-18 21:59:43 by Hauke Fath | Files touched by this commit (2) |  |
Log message:
Restore the mutex support patches for aarm64 and mips.
What likely happened:
After a 'make patch', I manually applied the sparc mutex support patch
on top. patch(1) overwrote the existing mutex_int.h.orig, and
mkpatches(1) then updated the patch as diff between the new .orig and
the file, which only had the sparc support.
Instead, I should have preserved the .orig file from 'make patch', and
restored it after the manual patch. YLYL.
SHould fix PR pkg/59925.
|
2025-12-16 11:19:11 by Hauke Fath | Files touched by this commit (6) |  |
Log message:
databases/db[45] -- Add mutex support for SPARC v[78] machines.
Thanks go to John D. Baker for submitting an updated patch to the PR,
and to Andrew Randrianasulu for bringing up the issue again and then
testing the patches.
Fixes PR pkg/43444.
|
| 2025-10-21 01:31:38 by matthew green | Files touched by this commit (2) |
Log message:
add a missing prototype in a specific case that comes up on arm64.
|
| 2025-03-30 23:10:49 by Thomas Klausner | Files touched by this commit (100) |
Log message:
*: remove MirBSD support
|
| 2024-06-18 14:49:22 by Mark Davies | Files touched by this commit (2) |
Log message:
db4: Port the configure script to C99.
|
2023-12-13 14:39:23 by Zafer Aydogan | Files touched by this commit (1) |  |
Log message:
update master sites
|
| 2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
| 2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|