Subject: CVS commit: pkgsrc/devel/arena
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 10/01/2006 10:48:23
Module Name:	pkgsrc
Committed By:	agc
Date:		Sun Oct  1 10:48:23 UTC 2006

Update of /cvsroot/pkgsrc/devel/arena
In directory ivanova.netbsd.org:/tmp/cvs-serv19770

Log Message:
Initial import of Arena-0.9.7, a C-like scripting language interpreter
with a 3-clause BSD licence, into the Packages collection.

	A lightweight scripting language based on ANSI C.  The language uses a
	syntax and library similar to that of ANSI C, but adds automatic
	memory management and runtime polymorphism on top of that.

	The Arena language was designed with the following main features in
	mind, most of which were added on top of a very C-like core to support
	better ad-hoc scripting:

	     * syntax similar to ANSI C
	     * standard library similar to ANSI C
	     * automatic memory management
	     * runtime polymorphism
	     * support for exceptions
	     * support for anonymous functions

	Additionally, an interpreter for the Arena language can be implemented
	to be very compact in terms of both source code size and memory
	consumption.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/arena/Makefile
N pkgsrc/devel/arena/DESCR
N pkgsrc/devel/arena/distinfo
N pkgsrc/devel/arena/PLIST

No conflicts created by this import