summaryrefslogtreecommitdiff
path: root/lang/gambit-c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to v4_4_3Dmitry Marakasov2009-06-064-83/+71
| | | | | | | | PR: 135252 Submitted by: Adrien <pmn@bakarika.net> (maintainer) Notes: svn path=/head/; revision=235293
* - Update to 4.2.8Beech Rintoul2008-07-273-18/+18
| | | | | | | | | PR: ports/125966 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Adrien <pmn@bakarika.net> (maintainer) Notes: svn path=/head/; revision=217652
* - Connect lang/gambit-c to the build after the repocopy.Wesley Shields2008-07-253-26/+82
| | | | | | | | | | | | - Update to 4.2.6 - Respect CFLAGS PR: ports/124087 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Captain Fourier <rzinkov@gmail.com> (old maintainer) Notes: svn path=/head/; revision=217453
* - Pass maintainership to submitterMartin Wilke2008-06-051-1/+1
| | | | | | | | | PR: 124252 Submitted by: Adrien PiƩrard <pmn@bakarika.net> Approved by: Captain Fourier <rzinkov@gmail.com> (old_maintainer) Notes: svn path=/head/; revision=214348
* - Bump PORTREVISION for CONFLICTS changedRong-En Fan2008-04-161-0/+1
| | | | | | | Noticed by: flz Notes: svn path=/head/; revision=211370
* - lang/gambc, print/ghostscript-gpl, print/ghostscript-gnu all installRong-En Fan2008-04-161-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
* - Stop packaging mtree symlinksPav Lucistnik2008-03-141-2/+0
| | | | | | | | PR: ports/121691 Submitted by: Scot Hetzel <swhetzel@gmail.com> Notes: svn path=/head/; revision=209045
* The Gambit programming system is a full implementation of the SchemeIon-Mihai Tetcu2007-01-194-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