diff options
author | taca <taca> | 2001-06-30 15:23:01 +0000 |
---|---|---|
committer | taca <taca> | 2001-06-30 15:23:01 +0000 |
commit | d03556ab1397ae6ba5ccd5e97941c7dccb80b11d (patch) | |
tree | 6890b1e3a7d0532964ad5a7acc2ff715af9610cf | |
parent | 294fea7c12caa4c5b17fc30a11ed3668e13456f6 (diff) | |
download | pkgsrc-d03556ab1397ae6ba5ccd5e97941c7dccb80b11d.tar.gz |
Switch to new Ruby frame work.
Update ruby-gtk to 0.23 to 0.25, quoted from ChangeLog:
Thu May 24 06:31:44 2001 kadu <kadu3@m16.alpha-net.ne.jp>
* doc/rbbr.rb: attach a document viewer with refe, ri.
Tue May 22 06:22:53 2001 MUTOH Masao <mutoh@highway.ne.jp>
* src/rbgtkitemfactory.h: define a missing constant of
Gtk::ItemFactory.
Tue May 22 06:19:26 2001 MUTOH Masao <mutoh@highway.ne.jp>
* src/rbgdk.c, src/rbgdkconst.c: define values of type GdkFunction.
Sun May 20 23:02:17 2001 MUTOH Masao <mutoh@highway.ne.jp>
* src/rbgdk.c: Gdk::GC#set_dashes takes an Array argument instead of
String.
Mon May 7 00:47:49 2001 MUTOH Masao <mutoh@highway.ne.jp>
* src/rbgdkcolor.c: Gdk::Colormap#colors returns the proper value.
Sun Apr 22 17:39:21 2001 MUTOH Masao <mutoh@highway.ne.jp>
* src/rbgdk.c: define methods of Gdk::Image.
Sun Apr 15 19:37:42 2001 MUTOH Masao <mutoh@highway.ne.jp>
* src/rbgdkcolor.c: Gdk::Colormap#alloc_color returns
the pixel value now.
Mon Apr 9 05:27:24 2001 MUTOH Masao <mutoh@highway.ne.jp>
* src/rbgdkcolor.c: define Gdk::Colormap#colors, Gdk::Color#pixel.
Fri Mar 30 23:17:26 2001 Masahiro Sakai <zvm01052@nifty.ne.jp>
* src/rbgtk.c (rbgtk_register_class): manage mappnig GtkType
to ruby class object.
* src/rbgtk.c (get_gtk_type): support additional registered classes.
* src/rbgtk.c (rbgtk_lookup_class_by_gtype): implemented newly.
Wed Mar 28 06:54:25 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtk.c (rbgtk_lookup_class): check whether the instance
variable is defined.
Sat Mar 3 08:10:54 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtk.h init.c rbgdk.c rbgtk.c rbgtkmain.c:
raise exception when FATAL/ERROR logs are emitted from GDK/GTK.
Fri Feb 16 18:48:50 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* version 0.24 released.
Fri Jan 19 20:49:49 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* extconf.rb: fix dependencies for rbgdk.o, rbgdkconst.o.
Sat Jan 13 01:47:59 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtk.h: declaration for function notimplemented() is disused
and causes compile errors now.
Fri Jan 12 05:40:23 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgdk.c: define Gdk.screen_{width,height}.
* src/rbgdkwindow.c: define Gdk::Window#set_override_redirect.
* src/rbgtk.c (gallocation_to_a, grequisition_to_a):
lack of use INT2FIX().
* src/rbgtkwidget.c: Gtk::Widget#size_request should return
Gtk::Requisition instead of to taking it as argument.
* src/rbgtkwidget.c: define Gtk::Widget#set_app_paintable.
Fri Jan 12 01:35:45 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* doc/rbbr.rb: new simple class browser.
Thu Jan 11 19:32:44 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgdkwindow.c: fix Gdk::Window#get_geometry (accessed
not-allocated memory area).
Wed Jan 10 17:40:46 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtkitemfactory.c: add new file.
* src/global.h, src/rbgtk.h, src/rbgtk.c, src/rbgtkobject.c:
add stuff about Gtk::ItemFactory.
Wed Jan 10 17:08:21 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtktoolbar.c: Gtk::Toolbar#{append,prepend,insert}_item
should return a item created newly in the toolbar.
Wed Jan 10 01:20:44 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtkclist.c: add missing methods in Gtk::CList.
Wed Jan 10 00:16:06 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtkctree.c:
fixed Gtk::CTree#set_indent to call a correct function.
Wed Jan 10 00:09:59 2001 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtkclist.c, rbgtkctree.c, src/rbgtkfilesel.c:
fixed to use them.
* src/rbgtk.h, src/rbgtk.c:
added functions to manage class info.
Sun Oct 22 20:18:25 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtkmain.c (exec_interval): proc was called twice.
Mon Oct 9 13:42:34 2000 MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
* src/rbgtkclist.c (clist_marker_mark): improve GC marking.
* src/rbgtkctree.c (ctree_marker_mark, ctree_node_mark_recursive):
ditto.
Fri Sep 22 19:30:58 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* extconf.rb: raise an exception if gdkcursors.h or gdkkeysyms.h
are not found.
Tue Sep 5 06:28:00 2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp>
* src/rbgtkitem.c:
Gtk::TreeItem#subtree, subtree=, expanded?, leaf?
* src/rbgtk.c:
gtk_object_list is a st_table.
* src/global.h:
now gtk_object_list is not extern.
* src/rbgtkctree.c:
uses get_value_from_gobject() instead of make_ctree_node().
checkes type of CTreeNode.
define Gtk::CTree#[]
Tue Sep 5 05:55:56 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgdkwindow.c: define Gdk::Window#{show,hide}.
Tue Sep 5 05:25:22 2000 Yasushi Shoji <yashi@yashi.com>
* src/rbgdk.c, src/rbgdkconst.c, src/rbgdkwindow.c, src/rbgtk.h,
src/rbgtkwindow.c: define Gdk::Geometry and
Gtk::Window#set_geometry_hints ([ruby-ext:01055]).
Tue Sep 5 04:54:55 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtkfilesel.c:
define Gtk::FileSelection#{dir_list,file_list}.
Sat Sep 2 19:06:04 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgdkevent.c: should map gdouble to Float on returning value.
Sat Sep 2 05:50:23 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtkmain.c (gtk_m_events_pending, gtk_m_main_iteration):
Gtk.events_pending, Gtk.main_iteration should return true/false.
* src/rbgtkmain.c (gtk_m_get_current_event):
define Gtk.get_current_event.
Sun Jun 25 10:39:50 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgdkcolor.c (gdkcolor_to_a, Init_gtk_gdk_color):
define Gdk::Color#to_a giving array [red, green ,blue].
Tue Jun 20 00:33:28 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* extconf.rb: define distclean target in topdir Makefile.
Wed Jun 07 16:28:16 2000 Masaki Fukushima <fukusima@goto.info.waseda.ac.jp>
* src/rbgtk.c: use g_main_set_poll_func() and rb_thread_select()
to improve the response. This is applied only for ruby 1.5.4 and later.
Mon Jun 05 16:13:05 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* extconf.rb: support target `site-install'.
Sat May 13 15:26:02 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtk.c (Init_gtk_gtk): restore calling Init_gtk_accel_group().
Thu May 11 13:30:25 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgdkcolor.c: define the missing methods in Gdk::Color.
Sun May 07 12:53:37 2000 Hiroyuki ARAKI <hiro@zob.ne.jp>
* src/rbgdkpixmap.c:
define Gdk::Pixmap#colormap_create_from_xpm(?:_d)?.
Sun May 07 11:59:25 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* doc/gtkbrows.rb: do not refer GdkImlib.
Sat May 06 22:27:19 2000 Hiroyuki ARAKI <hiro@zob.ne.jp>
* src/rbgdk.c: define some missing methods in Gdk::Font.
Sat Apr 22 19:26:25 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/init.c (Init_gtk): call Init_gtk_xxx() after calling gtk_init().
Sat Apr 22 19:10:34 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* sample/testgtk/testgtk.rb: display version of Ruby/GTK.
Thu Mar 30 22:53:41 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtkpaned.c (paned_child1, paned_child2):
use get_value_from_gobject to return correct objects.
Thu Mar 30 22:46:47 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtkconst.c, src/rbgtkclist.c (clist_row_is_visible):
change correspondence between C and Ruby in type GtkVisibility.
Thu Mar 30 22:39:36 2000 Yasushi Shoji <yashi@yashi.com>
* src/rbgtkwindow.c: define Gtk::Window#set_transient_for
Thu Mar 30 22:18:08 2000 WATANABE Hirofumi <watanabe@ase.ptg.sony.co.jp>
* gtk-config.cygwin: gtk-config for cygwin.
Thu Mar 30 21:53:37 2000 WATANABE Hirofumi <watanabe@ase.ptg.sony.co.jp>
* extconf.rb, src/rbgtk.c, src/rbgtk.h: modify to support cygwin.
Thu Mar 30 21:17:43 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtkwindow.c, src/rbgtkstyle.c, src/rbgtktable.c,
src/rbgtktext.c, src/rbgtktogglebutton.c, src/rbgtktoolbar.c,
src/rbgtktree.c, src/rbgtkvbox.c, src/rbgtkwidget.c, src/rbgtkpaned.c,
src/rbgtkpreview.c, src/rbgtkprogress.c, src/rbgtkscale.c,
src/rbgtkspinbutton.c, src/rbgtkeditable.c, src/rbgtkentry.c,
src/rbgtkhbox.c, src/rbgtklabel.c, src/rbgtkmain.c,
src/rbgtknotebook.c, src/rbgtkclist.c, src/rbgtkcolorsel.c,
src/rbgtkcombo.c, src/rbgtkctree.c, src/rbgdkcolor.c,
src/rbgdkdraw.c, src/rbgdkwindow.c, src/rbgtkaspectframe.c,
src/rbgtkbox.c, src/rbgtkcheckmenuitem.c:
replace `RTEST' with `RGTEST'.
Thu Mar 30 21:15:00 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtk.h: define a macro `RGTEST' returning gboolean value.
Thu Mar 30 20:50:46 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/global.h: declare Init_gtk_style().
Thu Mar 30 20:49:01 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtk.c (Init_gtk_gtk): call Init_gtk_style().
Thu Mar 30 20:01:17 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/init.c: move declarations of Init_gtk_xxx to `global.h'.
Thu Mar 30 19:59:42 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/global.h: declare functions Init_gtk_xxx.
Thu Mar 30 18:52:49 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* extconf.rb: fix typos.
Thu Mar 30 18:50:39 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* extconf.rb: add `rbgtk.h' to dependency.
Thu Mar 30 18:48:26 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/global.h: this file contains private objects for ruby-gtk.
Thu Mar 30 18:47:03 2000 Hiroshi IGARASHI <iga@ruby-lang.org>
* src/rbgtk.h: create a header file for public objects.
Wed Mar 29 20:07:41 2000 Hiroshi IGARASHI <igarashi@ueda.info.waseda.ac.jp>
* src/*.c: split files per class.
Wed Mar 29 20:02:47 2000 Hiroshi IGARASHI <igarashi@ueda.info.waseda.ac.jp>
* src/rbgdkimlib.c: gdkimlib is separated to other module.
Mon Mar 27 18:23:42 2000 Hiroshi IGARASHI <igarashi@ueda.info.waseda.ac.jp>
* sample/testgtk/statusbar.rb, sample/testgtk/clist.rb,
sample/testgtk/ctree.rb:
avoid syntax error.
Tue Feb 22 21:17:51 2000 YASUI Kentarow <kenyasui@alles.or.jp>
* src/rbgtkclist.c:
define method row_is_visible and modify moveto in class Gtk::CList.
-rw-r--r-- | x11/ruby-gtk/Makefile | 59 | ||||
-rw-r--r-- | x11/ruby-gtk/distinfo | 8 | ||||
-rw-r--r-- | x11/ruby-gtk/patches/patch-aa | 14 | ||||
-rw-r--r-- | x11/ruby-gtk/pkg/PLIST | 309 |
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 |