---
name: libdict
version: 0.2.1_1
origin: devel/libdict
comment: Library providing access to ``dictionary'' data structures
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: rodrigo@bebik.net
prefix: /usr/local
licenselogic: single
flatsize: 409084
desc: |
  Libdict is a compact, ANSI C library which provides access to a set of
  generic and flexible ``dictionary'' data structures. All algorithms
  used in libdict have been optimized, and, with one very small exception,
  are not recursive but iterative. It was written by Farooq Mela, and is
  released under a BSD style licence.

  Libdict implements the following data structures: AVL Tree, Red-Black
  Tree, Splay Tree, Treap, Weight-balanced tree, Path-reduction tree,
  Hashtable (Chained).

  These structures can be used to efficiently store and retrieve key-data
  pairs. Each of these structures can be accessed using its direct API, or
  it can be accessed using a dictionary abstraction.  Despite it's name,
  libdict can be used to store any kind of data and any kind of key (provided
  it fits into a 'void' pointer on your system).
categories: [devel]
files:
  /usr/local/include/dict/dict.h: 2cc59099963c7ed470c4c25c9bdf322ef1fa8d4f4645f8fcbed8cd2267549086
  /usr/local/include/dict/hashtable.h: 954fabea92af401c943c285fe7b2b7a5edcb762dcd3dbf9ffe83751f4f92973a
  /usr/local/include/dict/hb_tree.h: a6e1df1ec997930e3dd1ae1d90b210b010fb2ad80232f6e5434ae68d80e72fd9
  /usr/local/include/dict/pr_tree.h: 3aca01cdfb22108fb8beedff11ab070c7566881732f1ab5a2ede1c56a706151a
  /usr/local/include/dict/rb_tree.h: f8dae71e841889cdac5bdc69cc3c850c65312ae43a40b6101a44db160b918aa9
  /usr/local/include/dict/sp_tree.h: e40a995205b6bd2d8c1e668bf52ce360a9a62f6d2945aa6c401784a7ec5363db
  /usr/local/include/dict/tr_tree.h: b584f2f107666044b969fb4981dd418d219c3aacf4758d1f233f8f573b0f85dc
  /usr/local/include/dict/wb_tree.h: e97b886945ce16f453c30cab569899563592ad0de887b75daf5675f770ca57e7
  /usr/local/lib/libdict.a: d493f99df32193e0d547f661c960c9ed49dcbf219364740dff6f5aabc80df3d1
  /usr/local/lib/libdict.so: '-'
  /usr/local/lib/libdict.so.2: 2364c5c56e794e8c2ee43494c38c4bebd36030d3f0374368c3d45237f7df6813
  /usr/local/lib/libdict_p.a: 09adcb5e04999c5c2c827029774eead95ff9e7226e4c901481cb3c16c397a6df
  /usr/local/share/doc/libdict/avl_insert.pdf: fc110b26769680bcdedcee516064f2664896e183857792e51a121b01da4f4416
  /usr/local/share/doc/libdict/empty.pdf: ae878951466e4e5fe302aead055e7d7f02fd207cf1c4a794247118436558b919
  /usr/local/share/doc/libdict/treap_insert.pdf: c5a34e1e48291b015b25eac2b6ae4c4632555b8102806fe7fb2d807f95ebcb17
directories:
  /usr/local/share/doc/libdict/: n
  /usr/local/include/dict/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
