From 367f3348f426493de978da31da051f566115cdd4 Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 30 Aug 2003 21:00:08 +0000 Subject: Update to 2.0.11. Changes: (Exceptions): A catch clause like `CATCH T(e):' introduces a read-only variable `e' of type `T' within the block. The `(e)' part is optional. New method Name() and new procedure Abort(). FatalError() now takes a message string as argument. (Object): The functions NewUCS4Region() and NewUCS4() have been revived. (ADT:ArrayList): New methods Sort() and Elements(). (ADT:StringBuffer): Now provides an INIT() method, covering the functionality of the old NewCapacity() constructor. New method CharsUTF16(). (ADT:Comparator): Provides a comparator class `String'. (oo2c): Super calls can be issued for all type-bound procedures of the base type, instead of just the procedure that is currently being redefined. (oo2c): The compiler warns if an INIT() method does not call the INIT() of the base type. Plus the usual number of bug fixes... --- lang/oo2c/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/oo2c/Makefile') diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 006bb485b07..2cb37ffd64a 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2003/07/24 18:39:14 jtb Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/30 21:00:08 jtb Exp $ -DISTNAME= oo2c_${BITS}-2.0.10 -PKGNAME= oo2c-2.0.10 +DISTNAME= oo2c_${BITS}-2.0.11 +PKGNAME= oo2c-2.0.11 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ooc/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://ooc.sourceforge.net +HOMEPAGE= http://ooc.sourceforge.net/ COMMENT= Optimizing Oberon-2 Compiler DEPENDS+= libtool-base-[0-9]*:../../devel/libtool -- cgit v1.2.3