head	1.15;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.7;
locks; strict;
comment	@# @;


1.15
date	2012.12.10.19.24.02;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.17.05.58.47;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.02.14.12.45.20;	author mm;	state Exp;
branches;
next	1.12;

1.12
date	2007.09.06.05.17.09;	author novel;	state Exp;
branches;
next	1.11;

1.11
date	2007.08.23.04.38.52;	author novel;	state Exp;
branches;
next	1.10;

1.10
date	2007.08.17.18.28.29;	author novel;	state Exp;
branches;
next	1.9;

1.9
date	2007.02.11.12.59.25;	author novel;	state Exp;
branches;
next	1.8;

1.8
date	2006.11.07.18.53.45;	author novel;	state Exp;
branches;
next	1.7;

1.7
date	2006.10.08.14.14.56;	author novel;	state Exp;
branches;
next	1.6;

1.6
date	2006.09.12.12.48.23;	author novel;	state Exp;
branches;
next	1.5;

1.5
date	2006.07.19.10.27.31;	author novel;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.30.08.42.25;	author novel;	state Exp;
branches;
next	1.3;

1.3
date	2006.06.23.18.15.42;	author novel;	state Exp;
branches;
next	1.2;

1.2
date	2006.06.20.06.13.28;	author novel;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.15.14.54.57;	author novel;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308630
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308630 | mm | 2012-12-10 19:11:11 +0000 (Mon, 10 Dec 2012) | 4 lines
## SVN ##
## SVN ## Update PCRE to 8.32
## SVN ## Introduces the UTF-32 library pcre32
## SVN ## Bump PORTREVISION in dependent ports
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	arena
# Date created:				2006-06-15
# Whom:					Roman Bogorodskiy <novel@@FreeBSD.org>
#
# $FreeBSD: head/lang/arena/Makefile 308630 2012-12-10 19:11:11Z mm $
#

PORTNAME=	arena
PORTVERSION=	0.9.13
PORTREVISION=	2
CATEGORIES=	lang
MASTER_SITES=	http://www.minimalinux.org/arena/

MAINTAINER=	novel@@FreeBSD.org
COMMENT=	C-like scripting language with automatic memory management

GNU_CONFIGURE=	yes
MAN1=		arena.1

.if defined(WITH_PCRE)
LIB_DEPENDS+=	pcre.3:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+=	--enable-pcre
.endif

.include <bsd.port.mk>
@


1.14
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/lang/arena/Makefile 300896 2012-07-14 13:54:48Z beat $
d10 1
a10 1
PORTREVISION=	1
d21 1
a21 1
LIB_DEPENDS+=	pcre.1:${PORTSDIR}/devel/pcre
@


1.13
log
@Bump pcre library dependency due to 8.30 update
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@Update to 0.9.13.
@
text
@d10 1
d21 1
a21 1
LIB_DEPENDS+=	pcre.0:${PORTSDIR}/devel/pcre
@


1.11
log
@Update 0.9.12.
@
text
@d9 1
a9 1
PORTVERSION=	0.9.12
@


1.10
log
@Update to 0.9.11.
@
text
@d9 1
a9 1
PORTVERSION=	0.9.11
@


1.9
log
@Update to 0.9.10.

PR:		108938
Submitted by:	chinsan
@
text
@d9 1
a9 1
PORTVERSION=	0.9.10
@


1.8
log
@Update to 0.9.9.
@
text
@d9 1
a9 1
PORTVERSION=	0.9.9
@


1.7
log
@Update to 0.9.8.
@
text
@d9 1
a9 1
PORTVERSION=	0.9.8
@


1.6
log
@Update to 0.9.7.
@
text
@d9 1
a9 1
PORTVERSION=	0.9.7
@


1.5
log
@Update to 0.9.6.
@
text
@d9 1
a9 1
PORTVERSION=	0.9.6
@


1.4
log
@Update to 0.9.5.
@
text
@d9 1
a9 1
PORTVERSION=	0.9.5
@


1.3
log
@Update to 0.9.4.
@
text
@d9 1
a9 1
PORTVERSION=	0.9.4
d19 5
@


1.2
log
@Update to 0.9.3.
@
text
@d9 1
a9 1
PORTVERSION=	0.9.3
@


1.1
log
@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.

WWW:	http://www.minimalinux.org/arena/
@
text
@d9 1
a9 1
PORTVERSION=	0.9.2
@

