summaryrefslogtreecommitdiff
path: root/x11/ruby-gtk
AgeCommit message (Collapse)AuthorFilesLines
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-2/+2
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-1/+3
Bump PKG_REVISION.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
2004-11-28Migrate ruby-gtk to use new framework for Ruby packages.taca4-37/+24
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-24Convert to buildlink3.snj1-4/+4
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-15Update MASTER_SITES and HOMEPAGE.taca1-3/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-03Convert to buildlink2.wiz1-4/+5
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-3/+3
dependency bumps.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-03-21Correct a paste-o in the last commit.fredb1-2/+2
2002-03-21Bump PKGREVISION of ruby to reflect the fact that the recent fix tofredb1-2/+4
${MACHINE_GNU_PLATFORM} moved ${RUBY_SITEARCHLIBDIR} on some ports, and also bump the dependency and PKGREVISION in ruby-gtk, which is the only package that seems to use that.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-12-16Typo. Put @ back on configure linejmc1-2/+2
2001-12-16Fix patch so it doesn't try and treat x11-links as -linksjmc3-7/+6
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-06-30Correct version in PKGNAME.taca1-2/+2
2001-06-30Switch to new Ruby frame work.taca4-256/+134
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.
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-3/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-07-08s/MACHINE_ARCH/MACHINE_GNU_ARCH/sakamoto1-2/+2
2000-04-18Update ruby-gtk to 0.23sakamoto3-14/+212
Changes: documents and gdk/gtk functions added. Several bug fixes.
1999-12-14Update ruby-gtk to 0.22sakamoto5-48/+23
Changes 0.22 from 0.21 some bugfix add more method for gtk/imlib.
1999-11-29Make dependency on imlib a wildcard dependency. This fixes PR 8911 byrh1-2/+2
wiz@danbala.ifoer.tuwien.ac.at.
1999-10-23Use wildcard dependence for "gtk+" package.tron1-2/+2
1999-09-17Fix typo.sakamoto2-5/+6
1999-09-17Adapt this package to NetBSD.sakamoto6-36/+26
1999-09-17Import FreeBSD's "ruby-gtk" port:sakamoto6-0/+116
Ruby interface to Gtk+ toolkits