diff options
author | rh <rh@pkgsrc.org> | 2000-11-25 14:16:36 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-11-25 14:16:36 +0000 |
commit | ad4e2ceeb2d74805916eb76083fcab1b33a5c5ae (patch) | |
tree | 6fa7abbdb310083f9362b8d5d6000d6890ee63f5 /lang/gb | |
parent | c3419bea521f14bc6823170e3da488e9a8b818e8 (diff) | |
download | pkgsrc-ad4e2ceeb2d74805916eb76083fcab1b33a5c5ae.tar.gz |
Update gb to 0.0.15. Changes include:
* Implement a collections object
* Add the '!' operator WorkSheets!Sheet1
* Impl the 'visible' property on form items.
* Read / Write only properties
* Impl. default methods
* Massive internal object / type system re-write
* Major API clean
* Potential security issue fixed
* Lots of Parser / Lexer work
+ Class parsing
+ Set statement
+ Control array parsing
+ 'Is' statement
* Lots of parser / lexer bugs fixed
* File IO performance improvements and fixes
* Lof implemented, Open improved
* More Command button events
* Form parsing & FRX handling
* GUI items - PictureBox, Frame, Check started
* Embryonic GB GUI designer
Diffstat (limited to 'lang/gb')
-rw-r--r-- | lang/gb/Makefile | 4 | ||||
-rw-r--r-- | lang/gb/files/md5 | 4 | ||||
-rw-r--r-- | lang/gb/pkg/PLIST | 8 |
3 files changed, 11 insertions, 5 deletions
diff --git a/lang/gb/Makefile b/lang/gb/Makefile index beb33e9ee87..ada69b5b9cf 100644 --- a/lang/gb/Makefile +++ b/lang/gb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/17 17:18:27 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/25 14:16:36 rh Exp $ # -DISTNAME= gb-0.0.12 +DISTNAME= gb-0.0.15 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gb/} diff --git a/lang/gb/files/md5 b/lang/gb/files/md5 index cfc72787bdd..f25417f5984 100644 --- a/lang/gb/files/md5 +++ b/lang/gb/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/10/17 17:18:27 rh Exp $ +$NetBSD: md5,v 1.2 2000/11/25 14:16:37 rh Exp $ -MD5 (gb-0.0.12.tar.gz) = 4999b445fc20fbb593ba1e27d374ce66 +MD5 (gb-0.0.15.tar.gz) = 3e59330868d23b5ee4e12cb9a81f9a7c diff --git a/lang/gb/pkg/PLIST b/lang/gb/pkg/PLIST index f86365a7922..6462f37677e 100644 --- a/lang/gb/pkg/PLIST +++ b/lang/gb/pkg/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/17 17:18:27 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/11/25 14:16:37 rh Exp $ +include/gb/gb-constants.h include/gb/gb-eval.h include/gb/gb-expr.h include/gb/gb-lex.h @@ -6,12 +7,17 @@ include/gb/gb-main.h include/gb/gb-mmap-lex.h include/gb/gb-object.h include/gb/gb-project.h +include/gb/gb-statement.h include/gb/gb-value.h include/gb/gb.h include/gb/libgb.h +include/gbrun/gbrun-collection.h include/gbrun/gbrun-eval.h +include/gbrun/gbrun-file.h +include/gbrun/gbrun-global.h include/gbrun/gbrun-object.h include/gbrun/gbrun-project.h +include/gbrun/gbrun-value.h include/gbrun/gbrun.h include/gbrun/libgbrun.h include/gbrun/objects/gbrun-form.h |