CVS log for ports/lang/gambc/Attic/Makefile
Up to [FreeBSD] / ports / lang / gambc
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5
Fri Jul 25 03:27:57 2008 UTC (3 years, 6 months ago) by wxs
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.4: +1 -1 lines
- Remove lang/gambc after it's been repocopied to lang/gambit-c PR: ports/124087 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Captain Fourier <rzinkov@gmail.com> (old maintainer)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 5 12:11:54 2008 UTC (3 years, 8 months ago) by miwi
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- Pass maintainership to submitter PR: 124252 Submitted by: Adrien Piérard <pmn@bakarika.net> Approved by: Captain Fourier <rzinkov@gmail.com> (old_maintainer)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 16 15:23:13 2008 UTC (3 years, 9 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
- Bump PORTREVISION for CONFLICTS changed Noticed by: flz
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 16 01:31:12 2008 UTC (3 years, 9 months ago) by rafan
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
- lang/gambc, print/ghostscript-gpl, print/ghostscript-gnu all install 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)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 19 22:08:32 2007 UTC (5 years ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_4_EOL, PRE_XORG_7
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
