summaryrefslogtreecommitdiff
path: root/lang/gambit-c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-16- Bump PORTREVISION for CONFLICTS changedRong-En Fan1-0/+1
Noticed by: flz Notes: svn path=/head/; revision=211370
2008-04-16- lang/gambc, print/ghostscript-gpl, print/ghostscript-gnu all installRong-En Fan1-0/+2
bin/gsc, so make they conflict to each others PR: ports/122792 Reported by: Anatoly Borodin <anatoly.borodin at gmail.com> Approved by: Rob Zinkov <rzinkov@eden.rutgers.edu> (maintainer of lang/gambc) Notes: svn path=/head/; revision=211330
2008-03-14- Stop packaging mtree symlinksPav Lucistnik1-2/+0
PR: ports/121691 Submitted by: Scot Hetzel <swhetzel@gmail.com> Notes: svn path=/head/; revision=209045
2007-01-19The Gambit programming system is a full implementation of the SchemeIon-Mihai Tetcu4-0/+73
language which conforms to the R4RS and IEEE Scheme standards. It consists of two main programs: gsi, the Gambit Scheme interpreter, and gsc, the Gambit Scheme compiler. Gambit-C is a version of the Gambit programming system in which the compiler generates portable C code, making the whole Gambit-C system and the programs compiled with it easily portable to many computer architectures for which a C compiler is available. With appropriate declarations in the source code the executable programs generated by the compiler run roughly as fast as equivalent C programs. WWW: http://www.iro.umontreal.ca/~gambit/ PR: ports/107405 Submitted by: Rob Zinkov Notes: svn path=/head/; revision=182819