diff options
author | abs <abs@pkgsrc.org> | 2012-01-22 18:38:34 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-01-22 18:38:34 +0000 |
commit | add531cbc8c143867cc06f89129f19648a272a2a (patch) | |
tree | bdea4f2fd05a81b8c98a093a4fadd98e31b14ca8 /x11 | |
parent | 987368274e29a1f6c3930792b59f1a238a18ccd1 (diff) | |
download | pkgsrc-add531cbc8c143867cc06f89129f19648a272a2a.tar.gz |
Updated x11/p5-Gtk2-Ex-FormFactory to 0.67
0.67 Thu Aug 11, 2011, joern
Features:
- Added parse_tags option to TextView. This way you
can easily create tagged text by using a simple
HTML based markup syntax: <tag name="...">Tagged text</tag>.
- Added HPaned widget
0.66 Sun Nov 11, 2009, joern
Features:
- image attribute for Button and ToggleButton; set a
filename here to put an arbitrary image on a button
Bugfixes:
- Applied patches from Jeff Hallock fixing a bunch of
"Use of uninitialized value" warnings. As well Jeff
fixed a bug which renders empty "getter" prefixes
unusable.
- build() Method now prevents building a Factory twice
by itself.
- Container->add_child_widget() missed registering
children to the Form Factory.
- Widget activity tracking called active check callback
without an object reference if no object was currently
set instead of rendering the widget inactive in that case.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-Gtk2-Ex-FormFactory/Makefile | 6 | ||||
-rw-r--r-- | x11/p5-Gtk2-Ex-FormFactory/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11/p5-Gtk2-Ex-FormFactory/Makefile b/x11/p5-Gtk2-Ex-FormFactory/Makefile index 863f408dff7..b17ab8f9ee1 100644 --- a/x11/p5-Gtk2-Ex-FormFactory/Makefile +++ b/x11/p5-Gtk2-Ex-FormFactory/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 07:20:53 obache Exp $ -# +# $NetBSD: Makefile,v 1.6 2012/01/22 18:38:34 abs Exp $ -DISTNAME= Gtk2-Ex-FormFactory-0.65 +DISTNAME= Gtk2-Ex-FormFactory-0.67 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.exit1.org/packages/Gtk2-Ex-FormFactory/dist/ diff --git a/x11/p5-Gtk2-Ex-FormFactory/distinfo b/x11/p5-Gtk2-Ex-FormFactory/distinfo index c6c83e11813..1c7cfd8808d 100644 --- a/x11/p5-Gtk2-Ex-FormFactory/distinfo +++ b/x11/p5-Gtk2-Ex-FormFactory/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2006/08/24 08:37:01 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2012/01/22 18:38:34 abs Exp $ -SHA1 (Gtk2-Ex-FormFactory-0.65.tar.gz) = ff98e55cc1a11c12b6e8874654506c03041fd711 -RMD160 (Gtk2-Ex-FormFactory-0.65.tar.gz) = f64eada735392d6e483c1322cb08bbb251bfdbbf -Size (Gtk2-Ex-FormFactory-0.65.tar.gz) = 102039 bytes +SHA1 (Gtk2-Ex-FormFactory-0.67.tar.gz) = 1d42ad798a16efb212d984b3d38b630a8bf1cdb3 +RMD160 (Gtk2-Ex-FormFactory-0.67.tar.gz) = 08f0f7cc579a27a9d3d0733c0e792af6d88619db +Size (Gtk2-Ex-FormFactory-0.67.tar.gz) = 104401 bytes |