diff options
author | rh <rh@pkgsrc.org> | 2001-08-11 18:41:59 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-11 18:41:59 +0000 |
commit | 345222d76306c2783ec81cc81c3cc653fe88e315 (patch) | |
tree | d2cf3a9d6e3d49e2f00a414f312d752934b9c184 /lang/gb/Makefile | |
parent | 536cebc3ad79454f4026a49e2fdb273218a07c9e (diff) | |
download | pkgsrc-345222d76306c2783ec81cc81c3cc653fe88e315.tar.gz |
Update gb to 0.0.20.
Notable changes are:
* Massive grammer / lexer / internals fixage
* Form work
* Form [MaxButton, MinButton, ShowInTaskbar,
BorderStyle, LinkTopic, StartupPosition]
* Menu fixage
* sub-properties
* handle control box
* Add shapes support
* FormItem work
* visibility work
* [DragMode]
* Textbox [MultiLine]
* Textbox [MaxLength, PasswordChar]
* Misc.
* File handling updates
* Print statement
* Leak fixes
Diffstat (limited to 'lang/gb/Makefile')
-rw-r--r-- | lang/gb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gb/Makefile b/lang/gb/Makefile index 22132e06595..4b3cfc4e9a8 100644 --- a/lang/gb/Makefile +++ b/lang/gb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/06/11 06:34:39 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/08/11 18:41:59 rh Exp $ # -DISTNAME= gb-0.0.18 +DISTNAME= gb-0.0.20 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gb/} |