pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/p5-Gtk2-Ex-FormFactory Updated x11/p5-Gtk2-Ex-Form...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1037feaab35c
branches:  trunk
changeset: 598301:1037feaab35c
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Jan 22 18:38:34 2012 +0000

description:
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:

 x11/p5-Gtk2-Ex-FormFactory/Makefile |  6 ++----
 x11/p5-Gtk2-Ex-FormFactory/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 90599188520a -r 1037feaab35c x11/p5-Gtk2-Ex-FormFactory/Makefile
--- a/x11/p5-Gtk2-Ex-FormFactory/Makefile       Sun Jan 22 18:11:22 2012 +0000
+++ b/x11/p5-Gtk2-Ex-FormFactory/Makefile       Sun Jan 22 18:38:34 2012 +0000
@@ -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 -r 90599188520a -r 1037feaab35c x11/p5-Gtk2-Ex-FormFactory/distinfo
--- a/x11/p5-Gtk2-Ex-FormFactory/distinfo       Sun Jan 22 18:11:22 2012 +0000
+++ b/x11/p5-Gtk2-Ex-FormFactory/distinfo       Sun Jan 22 18:38:34 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index