aboutsummaryrefslogtreecommitdiff
path: root/lang/gambit-c/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Update lang/gambit-c to version 4.9.3.Jimmy Olgeni2020-07-281-1/+6
| | | | | | | | | | | - Update GitHub account - Portlint fixes PR: 248283 Submitted by: Max Parmer <maxp@trystero.is> Notes: svn path=/head/; revision=543589
* Update lang/gambit-c to version 4.8.8.Jimmy Olgeni2017-02-031-1/+1
| | | | Notes: svn path=/head/; revision=433213
* Update lang/gambit-c to version 4.8.7.Jimmy Olgeni2017-01-041-1/+1
| | | | Notes: svn path=/head/; revision=430568
* Update lang/gambit-c to version 4.8.6.Jimmy Olgeni2016-11-171-1/+1
| | | | Notes: svn path=/head/; revision=426286
* Update lang/gambit-c to version 4.8.5.Jimmy Olgeni2016-04-021-1/+1
| | | | Notes: svn path=/head/; revision=412396
* Upgrade lang/gambit-c to version 4.8.4.Jimmy Olgeni2016-01-261-1/+1
| | | | Notes: svn path=/head/; revision=407266
* Upgrade lang/gambit-c to version 4.8.3.Jimmy Olgeni2016-01-181-1/+1
| | | | Notes: svn path=/head/; revision=406579
* Upgrade lang/gambit-c to version 4.8.2.Jimmy Olgeni2015-11-281-1/+1
| | | | Notes: svn path=/head/; revision=402558
* Upgrade lang/gambit-c to version 4.8.1.Jimmy Olgeni2015-10-221-1/+1
| | | | Notes: svn path=/head/; revision=399969
* Upgrade lang/gambit-c to version 4.8.0.Jimmy Olgeni2015-09-291-11/+11
| | | | | | | | - Move to GitHub (project renamed to gambit) - Keep gambit-c as PORTNAME to avoid conflicts with math/gambit Notes: svn path=/head/; revision=398176
* Upgrade to version 4.7.9.Jimmy Olgeni2015-09-031-1/+1
| | | | Notes: svn path=/head/; revision=395934
* Upgrade to version 4.7.8.Jimmy Olgeni2015-08-231-1/+1
| | | | Notes: svn path=/head/; revision=395092
* Upgrade to version 4.7.7.Jimmy Olgeni2015-07-161-1/+1
| | | | Notes: svn path=/head/; revision=392284
* Upgrade to version 4.7.6; remove unused DOCS option.Jimmy Olgeni2015-06-231-1/+1
| | | | Notes: svn path=/head/; revision=390366
* Fix plist.Jimmy Olgeni2015-05-061-1/+13
| | | | Notes: svn path=/head/; revision=385509
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371587
* Update to version 4.7.3.Vanilla I. Shu2014-08-281-36/+35
| | | | | | | | PR: ports/193039 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366381
* - Update to version 4.6.6Alex Kozlov2012-05-241-1/+1
| | | | | | | | | | | - Remove obsolete OSVERSION check PR: ports/168293 Submitted by: Adrien <pmn@bakarika.net> (maintainer) Approved by: eadler, itetcu (mentors, implicit) Notes: svn path=/head/; revision=297325
* Upgrade to version 4.6.4.Jimmy Olgeni2012-02-251-1/+5
| | | | | | | | | PR: ports/165458 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=292212
* - Update to 4.6.2Ryan Steinmetz2011-11-241-30/+30
| | | | | | | | | | | | - Add LICENSE - Pacify portlint(1) PR: ports/161796 Submitted by: Adrien <pmn@bakarika.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286384
* - Update to v4_6_1 [1]Frederic Culot2011-07-061-3/+3
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=277192
* - Fix noportdocs casePav Lucistnik2010-10-011-4/+4
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=262253
* - Update to 4.6.0Pav Lucistnik2010-10-011-32/+30
| | | | | | | | PR: ports/151045 Submitted by: Adrien Pierard <pmn@bakarika.net> (maintainer) Notes: svn path=/head/; revision=262250
* - Update to v4_4_3Dmitry Marakasov2009-06-061-38/+42
| | | | | | | | PR: 135252 Submitted by: Adrien <pmn@bakarika.net> (maintainer) Notes: svn path=/head/; revision=235293
* - Update to 4.2.8Beech Rintoul2008-07-271-0/+1
| | | | | | | | | 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-251-16/+32
| | | | | | | | | | | | - 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
* - 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-191-0/+28
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