1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name cmph |
---|
7 | version 1.1 |
---|
8 | categories devel |
---|
9 | maintainers freebsd.org:miwi |
---|
10 | description C Minimal Perfect Hashing Library |
---|
11 | long_description A perfect hash function maps a static set of n keys into a \ |
---|
12 | set of m integer numbers without collisions, where m is greater \ |
---|
13 | than or equal to n. If m is equal to n, the function is called minimal. |
---|
14 | |
---|
15 | homepage http://cmph.sourceforge.net/ |
---|
16 | platforms darwin |
---|
17 | license LGPL |
---|
18 | master_sites sourceforge:cmph |
---|
19 | |
---|
20 | checksums rmd160 55392941671d7aa5ade26e8d2f62ea05cc47e543 \ |
---|
21 | sha256 c4d2e30a48efda4423bf55ad8a1949a07ab280ff76421c6917f93f2ace771183 |
---|
22 | |
---|
23 | livecheck.type regex |
---|
24 | livecheck.url http://sourceforge.net/projects/${name}/files/ |
---|
25 | livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix} |
---|