1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name librep |
---|
4 | version 0.17 |
---|
5 | revision 2 |
---|
6 | categories lang |
---|
7 | maintainers lloyd@hilaiel.com |
---|
8 | description A shared library implementing a List dialect |
---|
9 | long_description librep is a shared library implementing a Lisp \ |
---|
10 | dialect that is lightweight, reasonably fast, and \ |
---|
11 | highly extensible. It contains an interpreter, \ |
---|
12 | byte-code compiler and virtual machine. Applications \ |
---|
13 | may use the interpreter as an extension language, or \ |
---|
14 | it may be used for standalone scripts. |
---|
15 | homepage http://librep.sourceforge.net |
---|
16 | master_sites sourceforge |
---|
17 | checksums md5 ad4ad851ff9f82a5d61024cd96bc2998 |
---|
18 | |
---|
19 | # TODO variant with readline support |
---|
20 | configure.args --without-readline \ |
---|
21 | --prefix=${prefix} \ |
---|
22 | --infodir=${prefix}/share/info \ |
---|
23 | --mandir=${prefix}/share/man |
---|