summaryrefslogtreecommitdiff
path: root/lang/gb/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-11-25 14:16:36 +0000
committerrh <rh@pkgsrc.org>2000-11-25 14:16:36 +0000
commitad4e2ceeb2d74805916eb76083fcab1b33a5c5ae (patch)
tree6fa7abbdb310083f9362b8d5d6000d6890ee63f5 /lang/gb/Makefile
parentc3419bea521f14bc6823170e3da488e9a8b818e8 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--lang/gb/Makefile4
1 files changed, 2 insertions, 2 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/}