Date: Fri, 19 Jan 2007 22:08:32 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/gambc Makefile distinfo pkg-descr pkg-plist Message-ID: <200701192208.l0JM8W05001041@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
itetcu 2007-01-19 22:08:32 UTC
FreeBSD ports repository
Modified files:
lang Makefile
Added files:
lang/gambc Makefile distinfo pkg-descr pkg-plist
Log:
The Gambit programming system is a full implementation of the Scheme
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
Revision Changes Path
1.531 +1 -0 ports/lang/Makefile
1.1 +29 -0 ports/lang/gambc/Makefile (new)
1.1 +3 -0 ports/lang/gambc/distinfo (new)
1.1 +13 -0 ports/lang/gambc/pkg-descr (new)
1.1 +28 -0 ports/lang/gambc/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701192208.l0JM8W05001041>
