Path to this page:
./
databases/db,
Sleepycat Softwares Berkeley DB version 2
Branch: CURRENT,
Version: 2.7.7nb3,
Package name: db-2.7.7nb3,
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:[
devel/libtool-base]
Master sites:
SHA1: 786e7f1be5f8d2dbdfa205a22ae9a5d1ead85701
RMD160: 703dcddb69884c749637e07d592c4d1850981fd1
Filesize: 1086.891 KB
Version history: (Expand)
- (2008-02-24) Updated to version: db-2.7.7nb3
- (2008-02-22) Updated to version: db-2.7.7nb3
- (2005-10-05) Package added to pkgsrc.se, version db-2.7.7nb2 (created)
CVS history: (Expand)
| 2009-09-09 18:59:18 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Drop NO_PKGTOOLS_REQD_CHECK, it is no longer relevant.
|
| 2009-09-09 18:58:52 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Correctly use libtool for all linkage and pass down correct --mode.
|
| 2009-06-14 20:36:20 by Joerg Sonnenberger | Files touched by this commit (11) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
| 2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-02-21 20:32:24 by Johnny C. Lam | Files touched by this commit (8) |  |
Log message:
+ Name the programs installed by the db(2) package db2_*.
+ Put documentation under ${PREFIX}/share/doc instead of
${PREFIX}/share/doc/html. Packages that install documentation under the
"html" directory are supposed to move them to the "doc" \
directory when
they're updated, but these packages are basically EOL'ed so just move
them now.
+ Add full DESTDIR support.
Bump the PKGREVISION of databases/db to 3 and databases/db3 to 4.
|
| 2008-02-16 06:25:57 by OBATA Akio | Files touched by this commit (1) |
Log message:
Switch MASTER_SITES to official site on oracle.com.
|
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.
|