Ticket #39757: libcerf-1.3.Portfile

File libcerf-1.3.Portfile, 1.2 KB (added by mojca (Mojca Miklavec), 11 years ago)

Portfile for libcerf 1.3

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                libcerf
7version             1.3
8categories          math
9platforms           darwin
10license             MIT
11maintainers         mojca openmaintainer
12description         Library for complex error functions
13long_description    The libcerf library is a self-contained numeric library that provides \
14                    an efficient and accurate implementation of complex error functions, \
15                    along with Dawson, Faddeeva, and Voigt functions.
16homepage            http://apps.jcns.fz-juelich.de/doku/sc/libcerf
17master_sites        http://apps.jcns.fz-juelich.de/src/libcerf \
18                    http://apps.jcns.fz-juelich.de/src/libcerf/old
19
20checksums           rmd160  9a0b47a07d52da45ce723ce95a8a5350a2bb63aa \
21                    sha256  d7059e923d3f370c89fb4d19ed4f827d381bc3f0e36da5595a04aeaaf3e6a859
22extract.suffix      .tgz
23
24livecheck.type      regex
25livecheck.url       http://apps.jcns.fz-juelich.de/src/libcerf
26livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}