summaryrefslogtreecommitdiff
path: root/lang/ici (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Patch only *.[ch] filesKirill Ponomarev2003-11-121-1/+1
| | | | | | | | PR: 59198 Submitted by: maintainer Notes: svn path=/head/; revision=93807
* Fix to ports/lang/ici build problem on 5-CURRENTEdwin Groothuis2003-08-231-3/+3
| | | | | | | | | | | | | | | | | Patch to fix build failures of lang/ici port on 5-CURRENT. Note this is UNTESTED (my 5-CURRENT machine disappeared last week) but the same fix was required on other gcc 3.x using platforms (Mac OS X) and I am assuming it will repair the brokeness. Honestly, the patch didn't but a quick search/replace of "float_t" to "floats_t" did. Informed maintainer. PR: ports/52444 Submitted by: Andy Newman <atrn@zeta.org.au> Notes: svn path=/head/; revision=87551
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81209
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Update to bugfixing version 3.0.1.David E. O'Brien2002-04-033-11/+13
| | | | | | | | PR: 35747 Submitted by: Andy Newman <atrn@zeta.org.au> Notes: svn path=/head/; revision=57253
* Update to version 3.0.0James E. Housley2001-02-145-75/+83
| | | | | | | | PR: 23882 Submitted by: Andy Newman <atrn@zeta.org.au> MAINTAINER Notes: svn path=/head/; revision=38331
* Some style fixes in the lang category (usual round of spaces -> tabs)Jimmy Olgeni2001-02-051-3/+3
| | | | Notes: svn path=/head/; revision=37980
* Get empty directories removed correctly on deinstallation.Akinori MUSHA2000-05-011-2/+2
| | | | | | | | PR: ports/18322 Submitted by: MAINTAINER Notes: svn path=/head/; revision=28230
* Change MAINTAINER mail address.Akinori MUSHA2000-04-161-1/+1
| | | | Notes: svn path=/head/; revision=27648
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Update port to 2.1.4Chris D. Faulhaber2000-03-212-3/+3
| | | | | | | | PR: 17335 Submitted by: Maintainer Notes: svn path=/head/; revision=26882
* Update to version 2.1.3.Steve Price1999-11-013-6/+37
| | | | | | | | PR: 14506 Submitted by: maintainer Notes: svn path=/head/; revision=22788
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Yet more WWW: additionsMichael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18435
* Upgrade to v2.1.1Joseph Koshy1999-04-134-14/+65
| | | | | | | Ok'ed by: Maintainer. Notes: svn path=/head/; revision=17833
* Import of ici v2.0.3.Justin M. Seger1998-12-195-0/+31
This is Tim Long's ICI language interpreter. ICI is a dynamic interpretive language with control flow structures and expression syntax derived from C. ICI offers useful inbuilt data types, automatic memory management (garbage collection), error handling and other handy features. ICI is in the public domain, there is no copyright on it. PR: ports/5653 Submitted by: andy@research.canon.com.au Notes: svn path=/head/; revision=15439