Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2010 20:32:16 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/cmph Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201008172032.o7HKWGRk082838@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
amdmi3      2010-08-17 20:32:16 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/cmph           Makefile distinfo pkg-descr pkg-plist 
  Log:
  CMPH - C Minimal Perfect Hashing Library
  
  A perfect hash function maps a static set of n keys into a set of m integer
  numbers without collisions, where m is greater than or equal to n. If m is equal
  to n, the function is called minimal.
  
  Minimal perfect hash functions are widely used for memory efficient storage and
  fast retrieval of items from static sets, such as words in natural languages,
  reserved words in programming languages or interactive systems, universal
  resource locations (URLs) in Web search engines, or item sets in data mining
  techniques. Therefore, there are applications for minimal perfect hash functions
  in information retrieval systems, database systems, language translation
  systems, electronic commerce systems, compilers, operating systems, among
  others.
  
  WWW:    http://cmph.sourceforge.net/
  
  PR:             149248
  Submitted by:   Jesse Kempf <jkempf@davisvision.com>
  
  Revision  Changes    Path
  1.4013    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/cmph/Makefile (new)
  1.1       +3 -0      ports/devel/cmph/distinfo (new)
  1.1       +16 -0     ports/devel/cmph/pkg-descr (new)
  1.1       +9 -0      ports/devel/cmph/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008172032.o7HKWGRk082838>