From 8d480164ea56fa6f0cf9fff6eac46c2623a7871c Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 6 Apr 2003 13:45:39 +0000 Subject: Import dbh-1.0.14: Library to create disk based Hashtables 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 --- databases/dbh/patches/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/dbh/patches/patch-aa (limited to 'databases/dbh/patches') diff --git a/databases/dbh/patches/patch-aa b/databases/dbh/patches/patch-aa new file mode 100644 index 00000000000..9b56cef2157 --- /dev/null +++ b/databases/dbh/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/04/06 13:45:39 hubertf Exp $ + +--- src/dbh-1.0.pc.in.orig Mon Mar 17 04:08:31 2003 ++++ src/dbh-1.0.pc.in +@@ -7,5 +7,5 @@ Name: dbh + Description: Diskbased Hashtables + Requires: + Version: @DBH_VERSION@ +-Libs: -Wl,-R${libdir} -L${libdir} -ldbh -lm ++Libs: -L${libdir} -ldbh -lm + Cflags: -I${includedir} -- cgit v1.2.3