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 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name mercury |
---|
6 | version 14.01.1 |
---|
7 | revision 0 |
---|
8 | categories lang |
---|
9 | maintainers nomaintainer |
---|
10 | platforms darwin |
---|
11 | license GPL-2 LGPL-2 |
---|
12 | |
---|
13 | description The Mercury Programming Language |
---|
14 | long_description \ |
---|
15 | Mercury is a new logic/functional programming \ |
---|
16 | language, which combines the clarity and \ |
---|
17 | expressiveness of declarative programming with \ |
---|
18 | advanced static analysis and error detection \ |
---|
19 | features. Its highly optimized execution \ |
---|
20 | algorithm delivers efficiency far in excess of \ |
---|
21 | existing logic programming systems, and close \ |
---|
22 | to conventional programming systems. Mercury \ |
---|
23 | addresses the problems of large-scale program \ |
---|
24 | development, allowing modularity, separate \ |
---|
25 | compilation, and numerous optimization/time \ |
---|
26 | trade-offs. |
---|
27 | |
---|
28 | homepage http://www.mercurylang.org/ |
---|
29 | master_sites http://dl.mercurylang.org/release/ |
---|
30 | |
---|
31 | distname ${name}-srcdist-${version} |
---|
32 | |
---|
33 | checksums md5 28eb85861b9c5fd13ea8382b63f5741b \ |
---|
34 | sha1 8d8295aed6cadb6cd2e932490042de6075d18acf \ |
---|
35 | rmd160 8ee4a5ee694985b6d6453bee86a3a7e12cc9d0ac \ |
---|
36 | sha256 98f7cbde7a7425365400feef3e69f1d6a848b25dc56ba959050523d546c4e88b |
---|
37 | |
---|
38 | worksrcdir ${name}-srcdist-${version} |
---|
39 | |
---|
40 | depends_lib \ |
---|
41 | port:readline |
---|
42 | |
---|
43 | livecheck.url http://dl.mercurylang.org/index.html |
---|
44 | livecheck.type regex |
---|
45 | livecheck.regex ${name}-srcdist-(\[0-9.\]+)${extract.suffix} |
---|