1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name cmph |
---|
7 | version 2.0 |
---|
8 | categories devel |
---|
9 | maintainers freebsd.org:miwi \ |
---|
10 | dgaspar |
---|
11 | description C Minimal Perfect Hashing Library |
---|
12 | long_description A perfect hash function maps a static set of n keys into a \ |
---|
13 | set of m integer numbers without collisions, where m is greater \ |
---|
14 | than or equal to n. If m is equal to n, the function is called minimal. |
---|
15 | |
---|
16 | homepage http://cmph.sourceforge.net/ |
---|
17 | platforms darwin |
---|
18 | license LGPL, MPL 1.1 |
---|
19 | master_sites sourceforge:cmph |
---|
20 | |
---|
21 | checksums rmd160 fdeb1807657d1cd1ad155a4c81ed222ce8c6c90a \ |
---|
22 | sha256 ad6c9a75ff3da1fb1222cac0c1d9877f4f2366c5c61c92338c942314230cba76 |
---|
23 | |
---|
24 | livecheck.type regex |
---|
25 | livecheck.url http://sourceforge.net/projects/${name}/files/ |
---|
26 | livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix} |
---|