mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
1018 B
Tcl
25 lines
1018 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name cmph
|
|
version 2.0.2
|
|
categories textproc devel
|
|
maintainers nomaintainer
|
|
license {LGPL MPL-1.1}
|
|
|
|
description C Minimal Perfect Hashing Library
|
|
long_description 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.
|
|
|
|
homepage http://cmph.sourceforge.net/
|
|
master_sites sourceforge:project/cmph/v2.0.2/
|
|
|
|
checksums rmd160 69c848c9251fd20798638b68e53fcaad007ced3f \
|
|
sha256 365f1e8056400d460f1ee7bfafdbf37d5ee6c78e8f4723bf4b3c081c89733f1e \
|
|
size 532528
|
|
|
|
livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
|