pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/arena Initial import of Arena-0.9.7, a C-like sc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed85570a56ec
branches: trunk
changeset: 519297:ed85570a56ec
user: agc <agc%pkgsrc.org@localhost>
date: Sun Oct 01 10:48:22 2006 +0000
description:
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.
diffstat:
devel/arena/DESCR | 18 ++++++++++++++++++
devel/arena/Makefile | 13 +++++++++++++
devel/arena/PLIST | 6 ++++++
devel/arena/distinfo | 5 +++++
4 files changed, 42 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r e3d9298a2dce -r ed85570a56ec devel/arena/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/arena/DESCR Sun Oct 01 10:48:22 2006 +0000
@@ -0,0 +1,18 @@
+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.
diff -r e3d9298a2dce -r ed85570a56ec devel/arena/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/arena/Makefile Sun Oct 01 10:48:22 2006 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/01 10:48:22 agc Exp $
+
+DISTNAME= arena-0.9.7
+CATEGORIES= devel
+MASTER_SITES= http://www.minimalinux.org/arena/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.minimalinux.org/arena/
+COMMENT= ANSI C like scripting language
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r e3d9298a2dce -r ed85570a56ec devel/arena/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/arena/PLIST Sun Oct 01 10:48:22 2006 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/01 10:48:22 agc Exp $
+bin/arena
+man/man1/arena.1
+share/doc/arena/manual.asc
+share/doc/arena/transform
+@dirrm share/doc/arena
diff -r e3d9298a2dce -r ed85570a56ec devel/arena/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/arena/distinfo Sun Oct 01 10:48:22 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/10/01 10:48:22 agc Exp $
+
+SHA1 (arena-0.9.7.tar.gz) = 0f3cd981b966e248b8b1ffa410ace5ee9820f8a4
+RMD160 (arena-0.9.7.tar.gz) = e8f3b43357c03077a552881c4861f2c702874ef0
+Size (arena-0.9.7.tar.gz) = 232873 bytes
Home |
Main Index |
Thread Index |
Old Index