Commit graph

6 commits

Author SHA1 Message Date
rillig
cb81c0ec92 Needs BSD_MAKE_ENV.
Replaced two patches with one file in files/, to keep the code readable.
2006-10-22 07:12:14 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
rh
cde72ac866 Fix patch sum.
Add shlib_version required for newer bsd.lib.mk versions.
2000-10-01 11:52:24 +00:00
skrll
cc659d72ec Adapt to new bsd.lib.mk 2000-09-25 18:51:59 +00:00
agc
a1caab21ce There are times when libtool is complete overkill. This is one of them.
Use a BSD-style Makefile for this package.
2000-01-20 11:13:04 +00:00
hubertf
6c5800d97b AVLtree is a small, malloc-based, in-memory index package generally
like B-trees and hash tables. The interface resembles that of the BPLUS
(B-tree) index package.

Index creation options are:

  - fixed-length binary keys OR variable-length string keys
  - unique OR duplicate keys
  - with duplicate keys:
      standard (void *) pointers for each key OR
      instance-counting (saves time and memory)

Key insert/search time is O(log N).

Package submitted in PR 9252 by wrstuden@netbsd.org, assembled by
Bill Ross.
2000-01-20 01:40:10 +00:00