CVS log for ports/lang/gambit-c/Makefile
Up to [FreeBSD] / ports / lang / gambit-c
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jan 9 15:41:00 2012 UTC (4 weeks, 3 days ago) by tabthorpe
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- The proper acronym for Apache Software License 2 is really AL2 - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Nov 24 17:17:16 2011 UTC (2 months, 2 weeks ago) by zi
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +14 -6 lines
- Update to 4.6.2 - Add LICENSE - Pacify portlint(1) PR: ports/161796 Submitted by: Adrien <pmn@bakarika.net> (maintainer) Feature safe: yes
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 6 19:17:25 2011 UTC (7 months ago) by culot
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
- Update to v4_6_1 [1] - Pet portlint(1) (space --> tab after variable name) PR: ports/158670 [1] Submitted by: Klaus Aehlig <aehlig@linta.de> Approved by: pmn@bakarika.net (maintainer)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 1 12:44:34 2010 UTC (16 months, 1 week ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -10 lines
- Update to 4.6.0 PR: ports/151045 Submitted by: Adrien Pierard <pmn@bakarika.net> (maintainer)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jun 6 00:29:36 2009 UTC (2 years, 8 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +23 -40 lines
- Update to v4_4_3 PR: 135252 Submitted by: Adrien <pmn@bakarika.net> (maintainer)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 27 07:33:19 2008 UTC (3 years, 6 months ago) by beech
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +14 -15 lines
- Update to 4.2.8 PR: ports/125966 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Adrien <pmn@bakarika.net> (maintainer)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 25 03:07:49 2008 UTC (3 years, 6 months ago) by wxs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +47 -7 lines
- Connect lang/gambit-c to the build after the repocopy. - 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)
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: old_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: old_RELEASE_7_0_0, old_RELEASE_6_3_0, old_RELEASE_4_EOL, old_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
