./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 KB

Version history: (Expand)


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.