Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2007 12:17:12 +0000 (UTC)
From:      Andrew Pantyukhin <sat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/squirrel Makefile distinfo pkg-descr ports/archivers/squsq Makefile
Message-ID:  <200707141217.l6ECHCTA073865@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707141217.l6ECHCTA073865>