Ticket #36586: Portfile

File Portfile, 1.0 KB (added by daniel@…, 12 years ago)
Line 
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
4PortSystem          1.0
5
6name                cmph
7version             2.0
8categories          devel
9maintainers         freebsd.org:miwi \
10                    dgaspar     
11description         C Minimal Perfect Hashing Library
12long_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
16homepage            http://cmph.sourceforge.net/
17platforms           darwin
18license             LGPL, MPL 1.1
19master_sites        sourceforge:cmph
20
21checksums           rmd160  fdeb1807657d1cd1ad155a4c81ed222ce8c6c90a \
22                    sha256  ad6c9a75ff3da1fb1222cac0c1d9877f4f2366c5c61c92338c942314230cba76
23
24livecheck.type      regex
25livecheck.url       http://sourceforge.net/projects/${name}/files/
26livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}