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 libcerf |
---|
7 | version 1.3 |
---|
8 | categories math |
---|
9 | platforms darwin |
---|
10 | license MIT |
---|
11 | maintainers mojca openmaintainer |
---|
12 | description Library for complex error functions |
---|
13 | long_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. |
---|
16 | homepage http://apps.jcns.fz-juelich.de/doku/sc/libcerf |
---|
17 | master_sites http://apps.jcns.fz-juelich.de/src/libcerf \ |
---|
18 | http://apps.jcns.fz-juelich.de/src/libcerf/old |
---|
19 | |
---|
20 | checksums rmd160 9a0b47a07d52da45ce723ce95a8a5350a2bb63aa \ |
---|
21 | sha256 d7059e923d3f370c89fb4d19ed4f827d381bc3f0e36da5595a04aeaaf3e6a859 |
---|
22 | extract.suffix .tgz |
---|
23 | |
---|
24 | livecheck.type regex |
---|
25 | livecheck.url http://apps.jcns.fz-juelich.de/src/libcerf |
---|
26 | livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} |
---|