summaryrefslogtreecommitdiff
path: root/databases/dbh
AgeCommit message (Collapse)AuthorFilesLines
2003-07-22Updated dbh to 1.0.15martti2-7/+6
* Build process fixes
2003-05-12Fix some PKGSRCDIR pathsjmc1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-05post-install:grant1-5/+5
- create directories first, then install files into them. - remove unnecessary trailing slashes.
2003-04-06Import dbh-1.0.14: Library to create disk based Hashtableshubertf6-0/+95
Disk based hashes is a method to create multidimensional binary trees on disk. This library permits the extension of database concept to a plethora of electronic data, such as graphic information. With the multidimensional binary tree it is possible to mathematically prove that access time to any particular record is minimized (using the concept of critical points from calculus), which provides the means to construct optimized databases for particular applications. Submitted by benedikt.meurer@unix-ag.uni-siegen.de in pkgsrc-wip