From 77be357b950b35c44ccc8ea1703b834ea3312cfe Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 30 Dec 2000 18:41:20 +0000 Subject: Update gb to 0.0.17. Changes include: Version 0.0.17 * Delay the parsing of the function specs until the function is used for the first time - speed and efficiency win (Frank) * Date functions fixed up (Ravi) * For Each implemented * UBound, LBound * More constants added * Screen's mouse pointer stuff impl * Object referencing grammar fixed * User defined constants implemented * Exit [Sub, Function, For etc.] impl. * Fix function invocation with Option Explicit * Parse Declare statements * ReDim implemented * Correct spelling of indices discovered. * Options setup and honoured (Ken Guest) * Lots of Command button signals added (Almer Tigelaar) * New object globalization logic * Build fix (Boszormenyi Zoltan) Version 0.0.16 * Implement CallByName * Port Frame to new object system (Frank) * Improve parser / lexer flexibility. * Implement Eval, Execute. * Implement user defined Types * Update project logic and form object referencing. * Add (evily hacked) up ASP runtime ( gb test/web.asp ) * Install 'gb' by default to aid use. --- lang/gb/Makefile | 6 ++++-- lang/gb/files/md5 | 4 ++-- lang/gb/pkg/PLIST | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'lang') diff --git a/lang/gb/Makefile b/lang/gb/Makefile index ada69b5b9cf..381a4be7ce8 100644 --- a/lang/gb/Makefile +++ b/lang/gb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/11/25 14:16:36 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/30 18:41:20 rh Exp $ # -DISTNAME= gb-0.0.15 +DISTNAME= gb-0.0.17 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gb/} @@ -16,4 +16,6 @@ USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" + .include "../../mk/bsd.pkg.mk" diff --git a/lang/gb/files/md5 b/lang/gb/files/md5 index f25417f5984..5f4a1f7e20a 100644 --- a/lang/gb/files/md5 +++ b/lang/gb/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/11/25 14:16:37 rh Exp $ +$NetBSD: md5,v 1.3 2000/12/30 18:41:21 rh Exp $ -MD5 (gb-0.0.15.tar.gz) = 3e59330868d23b5ee4e12cb9a81f9a7c +MD5 (gb-0.0.17.tar.gz) = 3cd9606630275cf9b5571afcc4423c91 diff --git a/lang/gb/pkg/PLIST b/lang/gb/pkg/PLIST index 6462f37677e..df4691306e9 100644 --- a/lang/gb/pkg/PLIST +++ b/lang/gb/pkg/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2000/11/25 14:16:37 rh Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/12/30 18:41:21 rh Exp $ +bin/gb include/gb/gb-constants.h include/gb/gb-eval.h include/gb/gb-expr.h @@ -8,6 +9,7 @@ include/gb/gb-mmap-lex.h include/gb/gb-object.h include/gb/gb-project.h include/gb/gb-statement.h +include/gb/gb-type.h include/gb/gb-value.h include/gb/gb.h include/gb/libgb.h -- cgit v1.2.3