aboutsummaryrefslogtreecommitdiff
path: root/lang/squirrel
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to dos2unix.mkMathieu Arnold2013-11-191-1/+2
| | | | | | | - While at it convert to gmake.mk ports that still USE_GMAKE. Notes: svn path=/head/; revision=334361
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Trim Makefile header while I'm hereDmitry Marakasov2013-08-301-5/+1
| | | | Notes: svn path=/head/; revision=325709
* - Fix build with clangDmitry Marakasov2013-08-301-0/+14
| | | | Notes: svn path=/head/; revision=325708
* - Update to 2.2.5Martin Wilke2011-12-292-3/+3
| | | | | | | | PR: 163659 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Notes: svn path=/head/; revision=288240
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Update to 2.2.4Max Brazhnikov2010-07-182-4/+4
| | | | | | | | PR: ports/148735 Submitted by: Armin Pirkovitsch <armin at frozen-zone.org> Notes: svn path=/head/; revision=257934
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Update to 2.2.3Philip M. Gollucci2009-07-212-4/+4
| | | | Notes: svn path=/head/; revision=238132
* - Chmod dirs/files 755/644 after extraction, as everything is extracted with ↵Dmitry Marakasov2009-06-172-11/+22
| | | | | | | | | | | 000 by default - Fix build (cd: can't cd to sqstdlib) - Clean the port up a bit, add some whitespace - Use traditional plist Notes: svn path=/head/; revision=236095
* - Update to 2.2.2Martin Wilke2009-03-212-4/+4
| | | | | | | | PR: 132830 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=230567
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 2.2Andrew Pantyukhin2008-02-283-5/+5
| | | | Notes: svn path=/head/; revision=208109
* - Update to 2.1.2Andrew Pantyukhin2007-07-312-4/+4
| | | | Notes: svn path=/head/; revision=196796
* - Fix build on 32-bit platformsAndrew Pantyukhin2007-07-141-0/+2
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=195584
* - Add port lang/squirrelAndrew Pantyukhin2007-07-143-0/+64
- Register conflicts with archivers/squsq Squirrel is a high level imperative/OO programming language, designed to be a powerful scripting tool that fits in the size, memory bandwidth, and real-time requirements of applications like games. However Squirrel offers a wide range of features like dynamic typing, delegation, classes & inheritance, higher order functions, generators, coroutines, tail recursion, exception handling, automatic memory management, weak references, etc. Squirrel is inspired by languages like Python, Javascript and especially Lua. The API is very similar and the table code is based on the Lua one. WWW: http://squirrel-lang.org/ Author: Alberto Demichelis <alberto@ademichelis.com> Notes: svn path=/head/; revision=195571