Commit graph

13 commits

Author SHA1 Message Date
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
hans
1d289937f9 Uses nroff and USE_BSD_MAKEFILE. 2012-02-16 18:10:43 +00:00
dholland
a97144c8c3 Force MKPROFILE=yes to avoid PLIST divergence. 2011-12-19 02:04:38 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
c678ecdbd4 Don't assume include pre-exists. 2006-12-12 14:44:18 +00:00
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
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
skrll
cc659d72ec Adapt to new bsd.lib.mk 2000-09-25 18:51:59 +00:00
agc
947bdfdadf 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:15: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