summaryrefslogtreecommitdiff
path: root/x11/ruby-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'x11/ruby-gtk')
-rw-r--r--x11/ruby-gtk/Makefile59
-rw-r--r--x11/ruby-gtk/distinfo8
-rw-r--r--x11/ruby-gtk/patches/patch-aa14
-rw-r--r--x11/ruby-gtk/pkg/PLIST309
4 files changed, 134 insertions, 256 deletions
diff --git a/x11/ruby-gtk/Makefile b/x11/ruby-gtk/Makefile
index 546008cedae..4a7df77317a 100644
--- a/x11/ruby-gtk/Makefile
+++ b/x11/ruby-gtk/Makefile
@@ -1,43 +1,42 @@
-# $NetBSD: Makefile,v 1.8 2001/02/17 17:06:46 wiz Exp $
-# FreeBSD Id: ports/x11-toolkits/ruby-gtk/Makefile,v 1.3 1999/08/31 02:59:33 peter Exp
+# $NetBSD: Makefile,v 1.9 2001/06/30 15:23:01 taca Exp $
+# FreeBSD: ports/x11-toolkits/ruby-gtk/Makefile,v 1.16 2000/10/15 15:45:59 knu Exp
-DISTNAME= ruby-gtk-0.23
+DISTNAME= ruby-gtk-0.25
+PKGNAME= ${RUBY_PKGNAMEPREFIX}gtk-0.24
CATEGORIES= x11
-MASTER_SITES= http://www.ueda.info.waseda.ac.jp/~igarashi/ruby/ \
- ftp://ftp.netlab.co.jp/pub/lang/ruby/contrib/ \
- ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/contrib/ \
- ftp://ftp.iij.ad.jp/pub/lang/ruby/contrib/ \
- ftp://blade.nagaokaut.ac.jp/pub/lang/ruby/contrib/ \
- ftp://ftp.krnet.ne.jp/pub/ruby/contrib/ \
- ftp://mirror.nucba.ac.jp/mirror/ruby/contrib/
-
-MAINTAINER= sakamoto@netbsd.org
+MASTER_SITES= http://www.ruby-lang.org/gtk/download/
+
+MAINTAINER= taca@netbsd.org
HOMEPAGE= http://www.ruby-lang.org/gtk/en/
COMMENT= Ruby interface to Gtk+ toolkits
-DEPENDS+= ruby-1.4.*:../../lang/ruby
-DEPENDS+= imlib-*:../../graphics/imlib
-
-USE_X11= YES
WRKSRC= ${WRKDIR}/${DISTNAME:S/ruby-//}
-RUBY_VERSION= 1.4
-PLIST_SUBST= RUBY_VERSION=${RUBY_VERSION}
-RUBY= ${PREFIX}/bin/ruby
+DIST_SUBDIR= ruby
+USE_RUBY_EXTCONF= yes
+USE_X11= yes
+
+INSTALL_TARGET= site-install
+
+DEPENDS+= imlib-*:../../graphics/imlib
+
+DOCS_EN= README README.EXT doc/rbbr.rb
+DOCS_JA= README.ja README.EXT.ja
do-configure:
@(cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb)
post-install:
- ${INSTALL_DATA} ${WRKSRC}/lib/*.rb ${PREFIX}/lib/ruby/${RUBY_VERSION}
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ruby/gtk
- ${GTAR} Ccf ${WRKSRC}/sample - .|${GTAR} Cxf ${PREFIX}/share/examples/ruby/gtk -
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ruby/gtk/browser
- ${INSTALL_DATA} ${WRKSRC}/doc/*.rb ${PREFIX}/share/examples/ruby/gtk/browser
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ruby-gtk
- ${GTAR} Ccf ${WRKSRC}/doc - .happy api api-ja|${GTAR} Cxf ${PREFIX}/share/doc/ruby-gtk -
-.for f in BUGS MEMO-Imlib README README.EXT README.EXT.ja README.ja ToDo
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby-gtk
-.endfor
-
+ ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/gtk
+ ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_EXAMPLESDIR}/gtk
+ ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/gtk/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/rbbr.rb \
+ ${RUBY_EXAMPLESDIR}/gtk/doc
+ ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/gtk/test
+ ${INSTALL_DATA} ${WRKSRC}/sample/test/* ${RUBY_EXAMPLESDIR}/gtk/test
+ ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/gtk/testgtk
+ ${INSTALL_DATA} ${WRKSRC}/sample/testgtk/* \
+ ${RUBY_EXAMPLESDIR}/gtk/testgtk
+
+.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/ruby-gtk/distinfo b/x11/ruby-gtk/distinfo
index 35d522d4ed9..bfe99b7eead 100644
--- a/x11/ruby-gtk/distinfo
+++ b/x11/ruby-gtk/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:07:44 skrll Exp $
+$NetBSD: distinfo,v 1.3 2001/06/30 15:23:01 taca Exp $
-SHA1 (ruby-gtk-0.23.tar.gz) = 4bb68929c8096ae7f35d63ee6a59c773a18ad288
-Size (ruby-gtk-0.23.tar.gz) = 295430 bytes
-SHA1 (patch-aa) = 70d5e707f520578f0c4dc219ee346fab6ce309ed
+SHA1 (ruby/ruby-gtk-0.25.tar.gz) = 8ccf112fd7c760a3bed9e9c59addb48735be22c0
+Size (ruby/ruby-gtk-0.25.tar.gz) = 257279 bytes
+SHA1 (patch-aa) = 407cbbb3630647417276adf3318ada48a1fe1246
diff --git a/x11/ruby-gtk/patches/patch-aa b/x11/ruby-gtk/patches/patch-aa
index 6a37de45a10..6f75d411c3b 100644
--- a/x11/ruby-gtk/patches/patch-aa
+++ b/x11/ruby-gtk/patches/patch-aa
@@ -1,11 +1,13 @@
-$NetBSD: patch-aa,v 1.3 1999/12/14 07:23:21 sakamoto Exp $
+$NetBSD: patch-aa,v 1.4 2001/06/30 15:23:02 taca Exp $
---- extconf.rb.orig Sat Oct 9 18:22:29 1999
-+++ extconf.rb Tue Dec 14 15:00:11 1999
-@@ -29,5 +29,5 @@
- config_libs, config_cflags = "--libs", "--cflags"
- end
+--- extconf.rb.orig Thu Feb 15 17:49:31 2001
++++ extconf.rb
+@@ -21,7 +21,7 @@
+ version = `#{config_cmd} --version`
+ if not version.chomp.empty?
+ config_libs, config_cflags = "--libs", "--cflags"
- $LDFLAGS, *libs = `#{config_cmd} #{config_libs}`.chomp.split(/(-l.*)/)
+ $LDFLAGS, *libs = `#{config_cmd} #{config_libs}`.chomp.gsub("-Wl,", "").split(/(-l.*)/)
$libs = libs.join(' ') + ' ' + $libs
$CFLAGS = `#{config_cmd} #{config_cflags}`.chomp
+ break
diff --git a/x11/ruby-gtk/pkg/PLIST b/x11/ruby-gtk/pkg/PLIST
index 3980e524367..5fce3472224 100644
--- a/x11/ruby-gtk/pkg/PLIST
+++ b/x11/ruby-gtk/pkg/PLIST
@@ -1,216 +1,93 @@
-@comment $NetBSD: PLIST,v 1.6 2000/07/08 16:12:38 sakamoto Exp $
-lib/ruby/${RUBY_VERSION}/gtkcompat.rb
-lib/ruby/${RUBY_VERSION}/${MACHINE_GNU_ARCH}-${LOWER_OPSYS}/gtk.so
-share/doc/ruby-gtk/.happy
-share/doc/ruby-gtk/BUGS
-share/doc/ruby-gtk/MEMO-Imlib
-share/doc/ruby-gtk/README
-share/doc/ruby-gtk/README.EXT
-share/doc/ruby-gtk/README.EXT.ja
-share/doc/ruby-gtk/README.ja
-share/doc/ruby-gtk/ToDo
-share/doc/ruby-gtk/api-ja/Gdk.html
-share/doc/ruby-gtk/api-ja/GdkImlib.html
-share/doc/ruby-gtk/api-ja/GdkImlib__Image.html
-share/doc/ruby-gtk/api-ja/Gdk__Color.html
-share/doc/ruby-gtk/api-ja/Gdk__Colormap.html
-share/doc/ruby-gtk/api-ja/Gdk__Drawable.html
-share/doc/ruby-gtk/api-ja/Gdk__Font.html
-share/doc/ruby-gtk/api-ja/Gdk__GC.html
-share/doc/ruby-gtk/api-ja/Gdk__IC.html
-share/doc/ruby-gtk/api-ja/Gdk__ICAttr.html
-share/doc/ruby-gtk/api-ja/Gdk__IM.html
-share/doc/ruby-gtk/api-ja/Gdk__Image.html
-share/doc/ruby-gtk/api-ja/Gdk__Point.html
-share/doc/ruby-gtk/api-ja/Gdk__Rectangle.html
-share/doc/ruby-gtk/api-ja/Gdk__Region.html
-share/doc/ruby-gtk/api-ja/Gdk__Window.html
-share/doc/ruby-gtk/api-ja/Gtk.html
-share/doc/ruby-gtk/api-ja/GtkExt__Canvas.html
-share/doc/ruby-gtk/api-ja/Gtk__AccelGroup.html
-share/doc/ruby-gtk/api-ja/Gtk__Bin.html
-share/doc/ruby-gtk/api-ja/Gtk__Box.html
-share/doc/ruby-gtk/api-ja/Gtk__Button.html
-share/doc/ruby-gtk/api-ja/Gtk__CList.html
-share/doc/ruby-gtk/api-ja/Gtk__CTree.html
-share/doc/ruby-gtk/api-ja/Gtk__Calendar.html
-share/doc/ruby-gtk/api-ja/Gtk__CheckMenuItem.html
-share/doc/ruby-gtk/api-ja/Gtk__ColorSelection.html
-share/doc/ruby-gtk/api-ja/Gtk__ColorSelectionDialog.html
-share/doc/ruby-gtk/api-ja/Gtk__Container.html
-share/doc/ruby-gtk/api-ja/Gtk__Curve.html
-share/doc/ruby-gtk/api-ja/Gtk__DrawingArea.html
-share/doc/ruby-gtk/api-ja/Gtk__Editable.html
-share/doc/ruby-gtk/api-ja/Gtk__FileSelection.html
-share/doc/ruby-gtk/api-ja/Gtk__HBox.html
-share/doc/ruby-gtk/api-ja/Gtk__ItemFactory.html
-share/doc/ruby-gtk/api-ja/Gtk__Label.html
-share/doc/ruby-gtk/api-ja/Gtk__Layout.html
-share/doc/ruby-gtk/api-ja/Gtk__Notebook.html
-share/doc/ruby-gtk/api-ja/Gtk__Object.html
-share/doc/ruby-gtk/api-ja/Gtk__Progress.html
-share/doc/ruby-gtk/api-ja/Gtk__ProgressBar.html
-share/doc/ruby-gtk/api-ja/Gtk__ScrolledWindow.html
-share/doc/ruby-gtk/api-ja/Gtk__TearoffMenuItem.html
-share/doc/ruby-gtk/api-ja/Gtk__TipsQuery.html
-share/doc/ruby-gtk/api-ja/Gtk__Toolbar.html
-share/doc/ruby-gtk/api-ja/Gtk__Tree.html
-share/doc/ruby-gtk/api-ja/Gtk__VBox.html
-share/doc/ruby-gtk/api-ja/Gtk__Widget.html
-share/doc/ruby-gtk/api-ja/Gtk__Window.html
-share/doc/ruby-gtk/api-ja/gtk-index.html
-share/doc/ruby-gtk/api-ja/rubyapi.css
-share/doc/ruby-gtk/api/Gdk.html
-share/doc/ruby-gtk/api/GdkImlib.html
-share/doc/ruby-gtk/api/GdkImlib__Image.html
-share/doc/ruby-gtk/api/Gdk__Color.html
-share/doc/ruby-gtk/api/Gdk__Colormap.html
-share/doc/ruby-gtk/api/Gdk__Drawable.html
-share/doc/ruby-gtk/api/Gdk__Font.html
-share/doc/ruby-gtk/api/Gdk__GC.html
-share/doc/ruby-gtk/api/Gdk__IC.html
-share/doc/ruby-gtk/api/Gdk__ICAttr.html
-share/doc/ruby-gtk/api/Gdk__IM.html
-share/doc/ruby-gtk/api/Gdk__Image.html
-share/doc/ruby-gtk/api/Gdk__Point.html
-share/doc/ruby-gtk/api/Gdk__Rectangle.html
-share/doc/ruby-gtk/api/Gdk__Region.html
-share/doc/ruby-gtk/api/Gdk__Window.html
-share/doc/ruby-gtk/api/Gtk.html
-share/doc/ruby-gtk/api/GtkExt__Canvas.html
-share/doc/ruby-gtk/api/Gtk__AccelGroup.html
-share/doc/ruby-gtk/api/Gtk__Bin.html
-share/doc/ruby-gtk/api/Gtk__Box.html
-share/doc/ruby-gtk/api/Gtk__Button.html
-share/doc/ruby-gtk/api/Gtk__CList.html
-share/doc/ruby-gtk/api/Gtk__CTree.html
-share/doc/ruby-gtk/api/Gtk__Calendar.html
-share/doc/ruby-gtk/api/Gtk__CheckMenuItem.html
-share/doc/ruby-gtk/api/Gtk__ColorSelection.html
-share/doc/ruby-gtk/api/Gtk__ColorSelectionDialog.html
-share/doc/ruby-gtk/api/Gtk__Container.html
-share/doc/ruby-gtk/api/Gtk__Curve.html
-share/doc/ruby-gtk/api/Gtk__DrawingArea.html
-share/doc/ruby-gtk/api/Gtk__Editable.html
-share/doc/ruby-gtk/api/Gtk__FileSelection.html
-share/doc/ruby-gtk/api/Gtk__HBox.html
-share/doc/ruby-gtk/api/Gtk__ItemFactory.html
-share/doc/ruby-gtk/api/Gtk__Label.html
-share/doc/ruby-gtk/api/Gtk__Layout.html
-share/doc/ruby-gtk/api/Gtk__Notebook.html
-share/doc/ruby-gtk/api/Gtk__Object.html
-share/doc/ruby-gtk/api/Gtk__Progress.html
-share/doc/ruby-gtk/api/Gtk__ProgressBar.html
-share/doc/ruby-gtk/api/Gtk__ScrolledWindow.html
-share/doc/ruby-gtk/api/Gtk__TearoffMenuItem.html
-share/doc/ruby-gtk/api/Gtk__TipsQuery.html
-share/doc/ruby-gtk/api/Gtk__Toolbar.html
-share/doc/ruby-gtk/api/Gtk__Tree.html
-share/doc/ruby-gtk/api/Gtk__VBox.html
-share/doc/ruby-gtk/api/Gtk__Widget.html
-share/doc/ruby-gtk/api/Gtk__Window.html
-share/doc/ruby-gtk/api/gtk-index.html
-share/doc/ruby-gtk/api/rubyapi.css
-share/examples/ruby/gtk/browser/gtkbrows.rb
-share/examples/ruby/gtk/browser/rbbr_gtk.rb
-share/examples/ruby/gtk/browser/rbbr_rb.rb
-share/examples/ruby/gtk/browser/rbdump.rb
-share/examples/ruby/gtk/calendar.rb
-share/examples/ruby/gtk/drawing.rb
-share/examples/ruby/gtk/gdkimlib/sample1.rb
-share/examples/ruby/gtk/gdkimlib/sample2.rb
-share/examples/ruby/gtk/gdkimlib/sample3.rb
-share/examples/ruby/gtk/gdkimlib/sample4.rb
-share/examples/ruby/gtk/gdkimlib/sample5.rb
-share/examples/ruby/gtk/helloworld.rb
-share/examples/ruby/gtk/test/test.rb
-share/examples/ruby/gtk/test/test.xpm
-share/examples/ruby/gtk/test/test0.rb
-share/examples/ruby/gtk/test/test1.rb
-share/examples/ruby/gtk/test/test2.rb
-share/examples/ruby/gtk/test/test3.rb
-share/examples/ruby/gtk/test/test4.rb
-share/examples/ruby/gtk/test/test5.rb
-share/examples/ruby/gtk/test/test6.rb
-share/examples/ruby/gtk/test/test7.rb
-share/examples/ruby/gtk/test/test8.rb
-share/examples/ruby/gtk/test/test9.rb
-share/examples/ruby/gtk/test/testa.rb
-share/examples/ruby/gtk/test/testb.rb
-share/examples/ruby/gtk/test/testc.rb
-share/examples/ruby/gtk/test/testd.rb
-share/examples/ruby/gtk/test/teste.rb
-share/examples/ruby/gtk/testgtk/3DRings.xpm
-share/examples/ruby/gtk/testgtk/FilesQueue.xpm
-share/examples/ruby/gtk/testgtk/Modeller.xpm
-share/examples/ruby/gtk/testgtk/README
-share/examples/ruby/gtk/testgtk/button.rb
-share/examples/ruby/gtk/testgtk/buttonbox.rb
-share/examples/ruby/gtk/testgtk/check-n.xpm
-share/examples/ruby/gtk/testgtk/check-y.xpm
-share/examples/ruby/gtk/testgtk/checkbutton.rb
-share/examples/ruby/gtk/testgtk/circles.xbm
-share/examples/ruby/gtk/testgtk/circles.xpm
-share/examples/ruby/gtk/testgtk/clist.rb
-share/examples/ruby/gtk/testgtk/colorpreview.rb
-share/examples/ruby/gtk/testgtk/colorselect.rb
-share/examples/ruby/gtk/testgtk/ctree.rb
-share/examples/ruby/gtk/testgtk/cursors.rb
-share/examples/ruby/gtk/testgtk/dialog.rb
-share/examples/ruby/gtk/testgtk/dnd.rb
-share/examples/ruby/gtk/testgtk/entry.rb
-share/examples/ruby/gtk/testgtk/filesel.rb
-share/examples/ruby/gtk/testgtk/gammacurve.rb
-share/examples/ruby/gtk/testgtk/graypreview.rb
-share/examples/ruby/gtk/testgtk/handlebox.rb
-share/examples/ruby/gtk/testgtk/idle.rb
-share/examples/ruby/gtk/testgtk/labels.rb
-share/examples/ruby/gtk/testgtk/layout.rb
-share/examples/ruby/gtk/testgtk/line-arrow.xbm
-share/examples/ruby/gtk/testgtk/line-wrap.xbm
-share/examples/ruby/gtk/testgtk/list.rb
-share/examples/ruby/gtk/testgtk/mainloop.rb
-share/examples/ruby/gtk/testgtk/marble.xpm
-share/examples/ruby/gtk/testgtk/menu.rb
-share/examples/ruby/gtk/testgtk/notebook.rb
-share/examples/ruby/gtk/testgtk/panes.rb
-share/examples/ruby/gtk/testgtk/pixmap.rb
-share/examples/ruby/gtk/testgtk/progressbar.rb
-share/examples/ruby/gtk/testgtk/radiobutton.rb
-share/examples/ruby/gtk/testgtk/range.rb
-share/examples/ruby/gtk/testgtk/reparent.rb
-share/examples/ruby/gtk/testgtk/rulers.rb
-share/examples/ruby/gtk/testgtk/sample.rb
-share/examples/ruby/gtk/testgtk/savedposition.rb
-share/examples/ruby/gtk/testgtk/scroll.rb
-share/examples/ruby/gtk/testgtk/scrolledwindow.rb
-share/examples/ruby/gtk/testgtk/selection.rb
-share/examples/ruby/gtk/testgtk/shapedwindow.rb
-share/examples/ruby/gtk/testgtk/spinbutton.rb
-share/examples/ruby/gtk/testgtk/statusbar.rb
-share/examples/ruby/gtk/testgtk/test.xpm
-share/examples/ruby/gtk/testgtk/testgtk.rb
-share/examples/ruby/gtk/testgtk/testgtkrc
-share/examples/ruby/gtk/testgtk/testgtkrc2
-share/examples/ruby/gtk/testgtk/text.rb
-share/examples/ruby/gtk/testgtk/timeout.rb
-share/examples/ruby/gtk/testgtk/togglebutton.rb
-share/examples/ruby/gtk/testgtk/toolbar.rb
-share/examples/ruby/gtk/testgtk/tooltips.rb
-share/examples/ruby/gtk/testgtk/tree.rb
-share/examples/ruby/gtk/testgtk/tree_minus.xbm
-share/examples/ruby/gtk/testgtk/tree_minus.xpm
-share/examples/ruby/gtk/testgtk/tree_plus.xbm
-share/examples/ruby/gtk/testgtk/tree_plus.xpm
-share/examples/ruby/gtk/testgtk/wmhints.rb
-share/examples/ruby/gtk/testim.rb
-share/examples/ruby/gtk/text.rb
-share/examples/ruby/gtk/texthook.rb
-@dirrm share/examples/ruby/gtk/testgtk
-@dirrm share/examples/ruby/gtk/test
-@dirrm share/examples/ruby/gtk/gdkimlib
-@dirrm share/examples/ruby/gtk/browser
-@dirrm share/examples/ruby/gtk
-@dirrm share/doc/ruby-gtk/api-ja
-@dirrm share/doc/ruby-gtk/api
-@dirrm share/doc/ruby-gtk
+@comment $NetBSD: PLIST,v 1.7 2001/06/30 15:23:02 taca Exp $
+${RUBY_SITEARCHLIBDIR}/gtk.so
+${RUBY_EXAMPLESDIR}/gtk/calendar.rb
+${RUBY_EXAMPLESDIR}/gtk/doc/rbbr.rb
+@dirrm ${RUBY_EXAMPLESDIR}/gtk/doc
+${RUBY_EXAMPLESDIR}/gtk/drawing.rb
+${RUBY_EXAMPLESDIR}/gtk/helloworld.rb
+${RUBY_EXAMPLESDIR}/gtk/test/test.rb
+${RUBY_EXAMPLESDIR}/gtk/test/test.xpm
+${RUBY_EXAMPLESDIR}/gtk/test/test0.rb
+${RUBY_EXAMPLESDIR}/gtk/test/test1.rb
+${RUBY_EXAMPLESDIR}/gtk/test/test2.rb
+${RUBY_EXAMPLESDIR}/gtk/test/test3.rb
+${RUBY_EXAMPLESDIR}/gtk/test/test4.rb
+${RUBY_EXAMPLESDIR}/gtk/test/test5.rb
+${RUBY_EXAMPLESDIR}/gtk/test/test6.rb
+${RUBY_EXAMPLESDIR}/gtk/test/test7.rb
+${RUBY_EXAMPLESDIR}/gtk/test/test8.rb
+${RUBY_EXAMPLESDIR}/gtk/test/test9.rb
+${RUBY_EXAMPLESDIR}/gtk/test/testa.rb
+${RUBY_EXAMPLESDIR}/gtk/test/testb.rb
+${RUBY_EXAMPLESDIR}/gtk/test/testc.rb
+${RUBY_EXAMPLESDIR}/gtk/test/testd.rb
+${RUBY_EXAMPLESDIR}/gtk/test/teste.rb
+@dirrm ${RUBY_EXAMPLESDIR}/gtk/test
+${RUBY_EXAMPLESDIR}/gtk/testgtk/3DRings.xpm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/FilesQueue.xpm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/Modeller.xpm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/README
+${RUBY_EXAMPLESDIR}/gtk/testgtk/button.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/buttonbox.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/check-n.xpm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/check-y.xpm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/checkbutton.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/circles.xbm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/circles.xpm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/clist.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/colorpreview.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/colorselect.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/ctree.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/cursors.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/dialog.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/dnd.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/entry.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/filesel.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/gammacurve.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/graypreview.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/handlebox.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/idle.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/labels.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/layout.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/line-arrow.xbm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/line-wrap.xbm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/list.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/mainloop.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/marble.xpm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/menu.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/notebook.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/panes.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/pixmap.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/progressbar.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/radiobutton.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/range.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/reparent.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/rulers.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/sample.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/savedposition.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/scroll.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/scrolledwindow.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/selection.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/shapedwindow.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/spinbutton.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/statusbar.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/test.xpm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/testgtk.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/testgtkrc
+${RUBY_EXAMPLESDIR}/gtk/testgtk/testgtkrc2
+${RUBY_EXAMPLESDIR}/gtk/testgtk/text.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/timeout.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/togglebutton.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/toolbar.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/tooltips.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/tree.rb
+${RUBY_EXAMPLESDIR}/gtk/testgtk/tree_minus.xbm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/tree_minus.xpm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/tree_plus.xbm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/tree_plus.xpm
+${RUBY_EXAMPLESDIR}/gtk/testgtk/wmhints.rb
+@dirrm ${RUBY_EXAMPLESDIR}/gtk/testgtk
+${RUBY_EXAMPLESDIR}/gtk/testim.rb
+${RUBY_EXAMPLESDIR}/gtk/text.rb
+${RUBY_EXAMPLESDIR}/gtk/texthook.rb
+@dirrm ${RUBY_EXAMPLESDIR}/gtk