summaryrefslogtreecommitdiff
path: root/lang/oo2c/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-08-30 21:00:08 +0000
committerjtb <jtb@pkgsrc.org>2003-08-30 21:00:08 +0000
commit367f3348f426493de978da31da051f566115cdd4 (patch)
tree7f70a478bc3a86fb1de60af36f56255f64f33dbc /lang/oo2c/Makefile
parente19b751d03c8296c1265018930f46cc22c486dfd (diff)
downloadpkgsrc-367f3348f426493de978da31da051f566115cdd4.tar.gz
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...
Diffstat (limited to 'lang/oo2c/Makefile')
-rw-r--r--lang/oo2c/Makefile8
1 files changed, 4 insertions, 4 deletions
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