| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=90sq0qn0tn43lhf2kdedti7phf; path=/
content-type: text/html; charset=UTF-8
date: Fri, 26 Dec 2025 23:46:31 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
db5
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./databases/db5, Berkeley DB version 5 from Oracle
[
Branch: CURRENT, Version: 5.3.28nb2, Package name: db5-5.3.28nb2, Maintainer: pkgsrc-users
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.
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
db5devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./databases/db5, Berkeley DB version 5 from Oracle
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 5.3.28nb2, Package name: db5-5.3.28nb2, Maintainer: pkgsrc-users
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.
Required to build:
[pkgtools/cwrappers]
Master sites:
Filesize: 34267.999 KBVersion history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2019-02-19) Updated to version: db5-5.3.28nb2
- (2017-11-23) Package has been reborn
- (2016-08-25) Updated to version: db5-5.3.28nb1
- (2014-10-06) Updated to version: db5-5.3.28
CVS history: (Expand)
| 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-03-30 23:10:49 by Thomas Klausner | Files touched by this commit (100) |
Log message: *: remove MirBSD support |
| 2024-11-29 13:18:18 by Jonathan Perkin | Files touched by this commit (2) |
Log message: db5: Fix check-portability. |
| 2023-12-13 14:40:42 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 |
| 2020-12-20 17:42:45 by Maya Rashish | Files touched by this commit (1) |
Log message: db5: remove workaround for very old GCC |
| 2019-02-19 16:18:38 by Hauke Fath | Files touched by this commit (2) |
Log message: Add support for mutexes on aarch64 with GCC via databases/db4. |
