---
name: cmph
version: 2.0
origin: devel/cmph
comment: Minimal perfect hashes for C
arch: freebsd:10:x86:64
www: http://cmph.sourceforge.net/
maintainer: jessekempf@gmail.com
prefix: /usr/local
licenselogic: single
flatsize: 475450
desc: "CMPH - C Minimal Perfect Hashing Library\n\nA perfect hash function maps a
  static set of n keys into a set of m integer\nnumbers without collisions, where
  m is greater than or equal to n. If m is equal\nto n, the function is called minimal.\n\nMinimal
  perfect hash functions are widely used for memory efficient storage and\nfast retrieval
  of items from static sets, such as words in natural languages,\nreserved words in
  programming languages or interactive systems, universal\nresource locations (URLs)
  in Web search engines, or item sets in data mining\ntechniques. Therefore, there
  are applications for minimal perfect hash functions\nin information retrieval systems,
  database systems, language translation\nsystems, electronic commerce systems, compilers,
  operating systems, among\nothers. \n\nWWW:    http://cmph.sourceforge.net/\n"
categories:
- devel
shlibs_required:
- libcmph.so.0
shlibs_provided:
- libcmph.so.0
files:
  /usr/local/bin/cmph: 3b6dc7b2b716d716e17cf69c7af3aaf8bf00cb2cc2e68224b4323af4a6aba47d
  /usr/local/include/chd_ph.h: 8794eb17e0ce8c4611132409bd15a7a58789cd52f09cc9b6d3e5453bc3aaa950
  /usr/local/include/cmph.h: 7f3c119d528e973345cae93511825f696e6db98b285f6cea80d729be5c49093f
  /usr/local/include/cmph_time.h: b43e83fca6bbfb521f4558a0385f1502aca7d830b047ff5609c2e265580ebbb0
  /usr/local/include/cmph_types.h: d7acfc87fbfbb4cf7008f86d5f22c2db27a4370e82fd4dcee69c11f7ac89c46e
  /usr/local/lib/libcmph.a: a49dbd76cd3b2cf1f9a7a3d4cfe09a0f2abbeeb4eb03bf544c623384153c6ec4
  /usr/local/lib/libcmph.la: d1f192f420a815a95dd8f5bbf52576e27160398a0acec42f4ac89c4f95b992e2
  /usr/local/lib/libcmph.so: '-'
  /usr/local/lib/libcmph.so.0: af9dcdd99153808e013a21cb6f6f64f233b9dbbbefa4a2002e1477ae2fe7430c
  /usr/local/libdata/pkgconfig/cmph.pc: 685b6d8a7b9a4a1d6206004a7f3a643b68b8737610595d0385e903c688d1e4ae
  /usr/local/man/man1/cmph.1.gz: e0658352ad72c09ece33065daf6347f3acec5a2b51ad6aa05eab705942dc3c76
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  post-deinstall: |
    /sbin/ldconfig -R
