| 1 | |
|---|
| 2 | PortSystem 1.0 |
|---|
| 3 | |
|---|
| 4 | name bigloo |
|---|
| 5 | version 2.6e |
|---|
| 6 | categories lang |
|---|
| 7 | maintainers reilles@loria.fr |
|---|
| 8 | description Bigloo is a fast Scheme implementation. |
|---|
| 9 | long_description Bigloo is a Scheme implementation devoted to one goal:\ |
|---|
| 10 | enabling Scheme based programming style where C(++) is usually required.\ |
|---|
| 11 | Bigloo attempts to make Scheme practical by offering features usually\ |
|---|
| 12 | presented by traditional programming languages but not offered by Scheme\ |
|---|
| 13 | and functional programming. Bigloo compiles Scheme modules.\ |
|---|
| 14 | It delivers small and fast stand alone binary executables.\ |
|---|
| 15 | Bigloo enables full connections between Scheme and C programs,\ |
|---|
| 16 | between Scheme and Java programs, and between Scheme and C# programs. |
|---|
| 17 | |
|---|
| 18 | platforms darwin freebsd |
|---|
| 19 | homepage http://www-sop.inria.fr/mimosa/fp/Bigloo/ |
|---|
| 20 | master_sites ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ |
|---|
| 21 | distfiles ${name}${version}.tar.gz |
|---|
| 22 | checksums md5 896b94fd478f3e677c84afcdb985e86d |
|---|
| 23 | |
|---|
| 24 | worksrcdir ${name}${version} |
|---|
| 25 | |
|---|
| 26 | configure.args --mandir=${prefix}/share/man/man1 \ |
|---|
| 27 | --infodir=${prefix}/share/info \ |
|---|
| 28 | --docdir=${prefix}/share/doc/bigloo \ |
|---|
| 29 | --lispdir=${prefix}/share/emacs/site-lisp/bigloo |
|---|
| 30 | |
|---|
| 31 | # build with make instead of make all |
|---|
| 32 | build.target |
|---|
| 33 | #destroot.args prefix=${destroot}/${prefix} |
|---|