cvs commit: ports/lang Makefile ports/lang/squirrel Makefile
distinfo pkg-descr ports/archivers/squsq Makefile
Andrew Pantyukhin
sat at FreeBSD.org
Sat Jul 14 12:17:12 UTC 2007
sat 2007-07-14 12:17:12 UTC
FreeBSD ports repository
Modified files:
lang Makefile
archivers/squsq Makefile
Added files:
lang/squirrel Makefile distinfo pkg-descr
Log:
- Add port lang/squirrel
- 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 at ademichelis.com>
Revision Changes Path
1.4 +3 -3 ports/archivers/squsq/Makefile
1.564 +1 -0 ports/lang/Makefile
1.1 +48 -0 ports/lang/squirrel/Makefile (new)
1.1 +3 -0 ports/lang/squirrel/distinfo (new)
1.1 +13 -0 ports/lang/squirrel/pkg-descr (new)
More information about the cvs-all
mailing list