RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/coq/Portfile,v
retrieving revision 1.1
diff -u -r1.1 Portfile
|
|
|
1 | 1 | # $Id: Portfile,v 1.1 2004/02/25 16:44:42 olegb Exp $ |
2 | 2 | PortSystem 1.0 |
3 | 3 | name coq |
4 | | version 8.0beta |
| 4 | version 8.0 |
5 | 5 | categories lang math |
6 | 6 | maintainers jtonio@users.sourceforge.net |
7 | 7 | description Proof assistant for higher-order logic |
… |
… |
|
10 | 10 | which allows the development of computer programs consistent with \ |
11 | 11 | their formal specification. It is developed using Objective Caml and \ |
12 | 12 | Camlp4. For more information, see <http://coq.inria.fr/>. |
13 | | master_sites ftp://ftp.inria.fr/INRIA/coq/V8.0beta/ |
14 | | checksums md5 6b1a3a4a725a12a7a129d3cfbe6cdb62 |
| 13 | master_sites ftp://ftp.inria.fr/INRIA/coq/V8.0/ |
| 14 | checksums md5 75ab1eb131b3469d21ab74377826b32b |
15 | 15 | configure.pre_args -prefix ${prefix} |
16 | 16 | configure.args -emacslib ${prefix}/share/emacs/site-lisp/ |
17 | 17 | depends_build bin:ocamlc:ocaml |