summaryrefslogtreecommitdiff
path: root/devel/mph/distinfo
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-12-04 08:44:58 +0000
committeragc <agc@pkgsrc.org>2003-12-04 08:44:58 +0000
commit77c5659dfeda402dc0d166b2ba65ed2046ef76c0 (patch)
treeea9039dc966023ada8485e4e3615ed0ddac49784 /devel/mph/distinfo
parentc6c25bc17d1c901c117ce679f4162ffab3ecc5e1 (diff)
downloadpkgsrc-77c5659dfeda402dc0d166b2ba65ed2046ef76c0.tar.gz
Initial import of mph-1.2 into the NetBSD Packages Collection.
The program mph tries to generate an order preserving minimal perfect hashing (MPH) function for the set of keys, one per line, on stdin. Each key can be at most 4095 characters long (see keys.h to increase this limit), and the keys must be unique. If mph terminates, it emits a language independent binary or text representation of the MPH function on stdout. To generate a usable hash function, this output should be fed to a language dependent filter, like emitc. e.g. % mph <foo | emitc >hash.c The algorithm used by mph is probabilistic - it iterates until it finds a MPH function. For each failed iteration, it prints a (cryptic) reason on stderr. There is no no guarantee that mph will terminate. In practice this is unlikely, unless the constants specified with options -c or -m are too small (see below).
Diffstat (limited to 'devel/mph/distinfo')
-rw-r--r--devel/mph/distinfo4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/mph/distinfo b/devel/mph/distinfo
new file mode 100644
index 00000000000..ea610ea5bec
--- /dev/null
+++ b/devel/mph/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/04 08:44:58 agc Exp $
+
+SHA1 (mph-1.2.tar.gz) = 05da8d39b27d5b1d42c52d825f4d2196711a8df5
+Size (mph-1.2.tar.gz) = 22762 bytes