| 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=4prbk73kkf6i92it88u525v19u; path=/
content-type: text/html; charset=UTF-8
date: Fri, 26 Dec 2025 23:45:38 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
java-db3
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/java-db3, Java interface to Sleepycat Softwares Berkeley DB version 3
[
Branch: CURRENT, Version: 3.11.2nb1, Package name: java-db3-3.11.2nb1, 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 run:
[databases/db3] [lang/openjdk8]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
java-db3devel
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/java-db3, Java interface to Sleepycat Softwares Berkeley DB version 3
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 3.11.2nb1, Package name: java-db3-3.11.2nb1, 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 run:
[databases/db3] [lang/openjdk8]
Master sites:
Filesize: 2288.323 KBVersion history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2017-11-23) Package has been reborn
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2005-10-05) Package added to pkgsrc.se, version java-db3-3.11.2nb1 (created)
CVS history: (Expand)
| 2022-05-05 15:14:21 by Nia Alarie | Files touched by this commit (1) |
Log message: java-db3: Require an older Java VM than 11 to build |
| 2019-07-10 12:37:13 by Nia Alarie | Files touched by this commit (6) |
Log message: Use https for oracle.com. |
| 2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
| 2010-03-08 10:57:03 by Thomas Klausner | Files touched by this commit (1) |
Log message: Mark as user-destdir-ready. |
| 2009-12-15 16:34:27 by Tobias Nygren | Files touched by this commit (1) |
Log message: Use gmake. Makes it build with openjdk7. XXX this package is severly outdated, should be replaced by java-db4. |
| 2007-12-02 14:04:16 by Thomas Klausner | Files touched by this commit (35) |
Log message: Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. |
| 2007-10-13 22:59:50 by Roland Illig | Files touched by this commit (1) |
Log message: Works for me. |
| 2007-02-16 11:51:25 by Roland Illig | Files touched by this commit (1) |
Log message: On NetBSD, building with jdk 1.1.8 results in a segmentation fault, so use a newer JDK here. |
