summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2001-07-05Add SSL settings to this Makefile and remove SSL settings fromjlam2-4/+22
buildlink.mk. Also add $(KDE_RPATH) to some Makefiles to properly compile when libqt.la isn't found. The USER_LDFLAGS setting is thus unnecessary.
2001-07-05Re-add checksum of KTerm-BGP-1.0.patch.gz.taca1-1/+3
2001-07-05Remove SSL-related settings -- these should be set in the individual KDE2jlam1-4/+1
packages that need them.
2001-07-05- Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Thejlam4-44/+111
conversion generally consisted of making sure that -L options passed to the compiler in the configure script didn't refer to any directories outside of ${BUILDLINK_DIR} and ${X11BASE}, and replacing dependencies with buildlink.mk file inclusions. - Add a buildlink.mk for use by other package Makefiles.
2001-07-05Add support for USE_BUILDLINK_ONLY packages. This has no effect on KDE2jlam1-1/+16
packages that don't define USE_BUILDLINK_ONLY.
2001-07-05USE_SSL and some minor whitespace changes.jlam1-3/+5
2001-07-05Whitespace changes only.jlam1-24/+23
2001-07-05upgrade KAME patch. ksc5601 and ksx1001 are looked up correctly.itojun2-7/+5
(are there any ESC & x for differentiating them?)
2001-07-03Add buildlink.mk file for use by other packageszuntum1-0/+36
2001-07-03First step in conversion to buildlink.mk -- use xpm's buildlink instead of ↵zuntum1-2/+2
USE_XPM
2001-07-03Move setting of USE_XPM and USE_MESA to before include bsd.prefs.mk - otherwiseabs1-12/+11
recent HAVE_BUILTIN_XPM changes break this Makefile.
2001-07-02Don't pass -L${X11BASE}/lib in MOTIFLIB if USE_BUILDLINK_X11 is defined.jlam1-1/+5
2001-07-02Don't add a line to include <Lesstif.def> in host.def. It doesn't workjlam3-28/+3
correctly, and it resets the ImakeCmd, which breaks other pkgsrc builds.
2001-07-02add dependency to libsigc++drochner1-1/+2
2001-07-02Move *_SED ahead of inclusion of buildlink.mk files.jlam1-6/+6
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam3-8/+13
USE_BUILDLINK_ONLY.
2001-07-02Add REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED settings.jlam1-1/+6
2001-07-02Make REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED be opposites.jlam1-6/+6
Also move these settings ahead of inclusion of other buildlink.mk files.
2001-07-02Move *_SED before inclusion of other buildlink.mk files to order sedjlam1-8/+8
expression properly.
2001-07-02REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED should do oppositejlam2-10/+10
substitutions, so make it so.
2001-07-02Change BUILDLINK_FIX_LIBTOOL_SED to REPLACE_BUILDLINK_SED.jlam1-3/+4
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam9-27/+27
2001-07-01Move inclusion of bsd.buildlink.mk to start of file and renamejlam1-4/+4
BUILDLINK_CONFIG_WRAPPER_SED.gtk to BUILDLINK_CONFIG_WRAPPER_SED.
2001-07-01Correct spelling of MOTIFLIB.jlam2-4/+4
2001-06-30Set USE_BUILDLINK_ONLYzuntum1-1/+2
2001-06-30Add buildlink.mk files for use by other package Makefiles.jlam2-0/+151
2001-06-30Update lesstif and lesstif12 to 0.92.32. Changes from version 0.92.26jlam45-491/+573
include: Small code fixes to help building on some systems Use new libtool version 1.4 and automake 1.4-p1 Install more machine-indepedent files in $(prefix)
2001-06-30Don't install the short names for section 3 manpages as the names arejlam2-285/+230
too generic. Approved by jwise@netbsd.org.
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-06-30s/${LOCALBASE}/${X11PREFIX}/g, noted by zuntum.jlam1-2/+2
2001-06-30Remove ruby-Tk since it was replaced by ruby-tk.taca4-97/+0
2001-06-30Delete ruby-Tk.taca1-2/+4
Add ruby-tcltk, ruby-tk and ruby14-tk. Enable ruby-tcltk and ruby-tk.
2001-06-30Importing Ruby 1.4 interface to the Tk widget set.taca5-0/+74
2001-06-30Importing Ruby interface to the Tk widget set.taca5-0/+75
This will be part of ruby meta-package. Moved ruby-Tk to ruby-Tk-mixedcase in the repository [schmonz 2007-06-07]
2001-06-30Importing Ruby interface to Tcl/Tk libraries.taca3-0/+78
This will be part of ruby meta-package.
2001-06-29Converted to use buildlink.mkzuntum3-12/+9
2001-06-29Add buildlink.mk file for use by other package Makefiles.jlam1-0/+63
2001-06-29regenjlam1-2/+2
2001-06-29Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-12/+24
Put locale files under ${PKGLOCALEDIR}.
2001-06-29Sort, and list locale files under ${PKGLOCALEDIR}.jlam1-133/+133
2001-06-29o convert to use buildlink.mkzuntum3-19/+4
o set USE_BUILDLINK_ONLY
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam2-15/+10
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-28Use BUILDLINK_CONFIG_WRAPPER_SED.gtk to replace:jlam1-1/+6
${X11PREFIX}/include/gtk-1.2 -> ${BUILDLINK_DIR}/include/gtk-1.2 for some buildlink protection for gtk packages installed in ${X11BASE}. Only helps with the include files, though, not the libraries.
2001-06-28Fix name for distfile size info.wiz1-2/+2
2001-06-26Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam7-26/+48
2001-06-26Also add ${QTDIR}/lib to the rpath setting in LDFLAGS.jlam1-1/+2
2001-06-26Define UIC in CONFIGURE_ENV and MAKE_ENV.jlam1-1/+4
2001-06-26Use automatic definitions for QTDIR from qt2-libs/buildlink.mk.jlam1-4/+1
2001-06-26Define BUILDLINK_QTDIR and QTDIR, and pass settings for QTDIR and MOC tojlam1-2/+9
CONFIGURE_ENV and MAKE_ENV.