Ticket #840: Portfile

File Portfile, 975 bytes (added by pmoura@…, 21 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem      1.0
4name            gprolog
5version         1.2.16
6
7categories      lang
8maintainers     pmoura@mac.com
9platforms       darwin
10description     GNU Prolog compiler
11
12long_description        GNU Prolog is a free Prolog compiler with constraint solving over finite domains developed by Daniel Diaz. GNU Prolog accepts Prolog+constraint programs and produces native binaries (like gcc does from a C source). The obtained executable is then stand-alone. The size of this executable can be quite small since GNU Prolog can avoid to link the code of most unused built-in predicates. The performances of GNU Prolog are very encouraging (comparable to commercial systems). Beside the native-code compilation, GNU Prolog offers a classical interactive interpreter (top-level) with a debugger.
13
14homepage        http://gprolog.inria.fr/
15master_sites    ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/
16
17checksums       md5 d7fe87106cd3e7e770375f04dd0d14c2
18
19distname        ${name}-${version}
20worksrcdir      ${name}-${version}/src