1 | # $Id: Portfile 53397 2009-07-04 23:27:43Z blb@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name ecl |
---|
5 | version 9.10.2 |
---|
6 | categories lang |
---|
7 | maintainers waqar |
---|
8 | description Embeddable Common Lisp |
---|
9 | long_description \ |
---|
10 | ECL (Embeddable Common Lisp) is an interpreter of the \ |
---|
11 | Common Lisp language as described in the X3J13 ANSI \ |
---|
12 | specification, featuring CLOS (Common Lisp Object \ |
---|
13 | System), conditions, loops, etc, plus a translator to \ |
---|
14 | C, which can produce standalone executables. |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | homepage http://ecls.sourceforge.net/ |
---|
18 | master_sites sourceforge:${name}s |
---|
19 | extract.suffix .tgz |
---|
20 | checksums md5 10de08ba4a86592247ee1d1ce0c920e3 \ |
---|
21 | sha1 5ad37f9361bbda3b72596cf5a204c4991f785187 \ |
---|
22 | rmd160 50eab3b36b06365332ebb3d8eb000aa5d0888f8d |
---|
23 | |
---|
24 | use_parallel_build no |
---|