---
name: libdatrie
version: 0.2.6
origin: devel/libdatrie
comment: Double-array trie implementation library
arch: freebsd:9:x86:64
www: http://linux.thai.net/projects/datrie/
maintainer: danfe@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [LGPL21]
flatsize: 140698
desc: |
  This is an implementation of double-array structure for representing trie,
  as proposed by Junichi Aoe.

  Trie is a kind of digital search tree, an efficient indexing method with
  O(1) time complexity for searching.  Comparably as efficient as hashing,
  trie also provides flexibility on incremental matching and key spelling
  manipulation.  This makes it ideal for lexical analyzers, as well as
  spelling dictionaries.

  WWW: http://linux.thai.net/projects/datrie/
deps:
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories: [devel]
files:
  /usr/local/bin/trietool-0.2: 0ecc6ef059f6edc52195c1d3ab3b7ac55b99157b75fc89a9bdb4025791e598fd
  /usr/local/include/datrie/alpha-map.h: 85555905bf6fdbc6ab1cfb8ad965187e22698a3616ae96690b4893bbddb66e93
  /usr/local/include/datrie/trie.h: cc946c1a5b9f913f099a70d2bea8ba2a7adabe239e3347e3cb866b2aa640c83a
  /usr/local/include/datrie/triedefs.h: 2e9acee67c7aa5dfc1ba32e825b1e8cd5c55bb70d4babde70c811635dc3f70b0
  /usr/local/include/datrie/typedefs.h: f054236a61ae4608e3c327f12b5f8016cd33f898227b23bc9084efa012d5ced4
  /usr/local/lib/libdatrie.a: f7feeb71409815e01b72df1bf1f5c933bd8a8e1747da6dbaa107699294144b94
  /usr/local/lib/libdatrie.la: 771c2508a04c500a2b7e17a353b3068a45b4d4daf49d160cf2102659fb466b90
  /usr/local/lib/libdatrie.so: '-'
  /usr/local/lib/libdatrie.so.3: fa6aaa36c0d6a0cda4358c0619c37e38163ea05225083396325c994ee466c398
  /usr/local/libdata/pkgconfig/datrie-0.2.pc: b48b9f18abd62b798af9cb6fcc31afcd4b8a47921bd7c6755d878de75267fe5d
  /usr/local/man/man1/trietool-0.2.1.gz: bd81ec18b3b933807f2595e32c8c81f89b0eac765ae7cedc8b4a2119daa7539c
  /usr/local/share/doc/libdatrie/README.migration: 339b6455497d2c9a093ee23d89a3a00cff09c9814e635b28218d0054927039d6
  /usr/local/share/licenses/libdatrie-0.2.6/LGPL21: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551
  /usr/local/share/licenses/libdatrie-0.2.6/LICENSE: 771915ce001e64e6273d8877b28a1155e8c64a0053ed0b98d93dcb4562911c92
  /usr/local/share/licenses/libdatrie-0.2.6/catalog.mk: a6cfc876eab06707ac8ce3178a969384e3d4a4d3dff872ea367da4b5685f95fa
directories:
  /usr/local/share/licenses/libdatrie-0.2.6/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/libdatrie/: n
  /usr/local/include/datrie/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
