aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/rubygem-gtk3
Commit message (Collapse)AuthorAgeFilesLines
* x11-toolkits/rubygem-gtk3: Update to 4.2.2Po-Chuan Hsieh2024-04-052-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Update to 4.2.1Po-Chuan Hsieh2024-03-092-5/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-231-0/+1
| | | | New version of gtk3 in tree
* x11-toolkits/rubygem-gtk3: Update to 4.2.0Po-Chuan Hsieh2023-08-263-15/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Update to 4.1.9Po-Chuan Hsieh2023-08-213-6/+6
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Update to 4.1.8Po-Chuan Hsieh2023-07-092-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Fix build with Clang 16 and remove the workaroundPo-Chuan Hsieh2023-06-302-6/+11
| | | | | | | | | | | | rb-gtk3-spin-button.c:70:15: error: incompatible function pointer types passing 'VALUE (VALUE)' (aka 'unsigned long (unsigned long)') to parameter of type 'VALUE (*)(VALUE, VALUE)' (aka 'unsigned long (*)(unsigned long, unsigned long)') [-Wincompatible-function-pointer-types] rb_gtk3_spin_button_input_rescue, (VALUE)&input_data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/ruby-3.1/ruby/internal/iterator.h:364:62: note: passing argument to parameter 'r_proc' here VALUE rb_rescue(VALUE (*b_proc)(VALUE), VALUE data1, VALUE (*r_proc)(VALUE, VALUE), VALUE data2); ^ 1 error generated. Reference: https://github.com/ruby/ruby/commit/5c7c2d9951f2512ca10ea38fecc48d8ac67502e6
* x11-toolkits/rubygem-gtk3: Fix build with llvm16Muhammad Moinur Rahman2023-06-241-0/+6
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* x11-toolkits/rubygem-gtk3: Update to 4.1.7Po-Chuan Hsieh2023-06-052-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Update to 4.1.6Po-Chuan Hsieh2023-05-272-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Update to 4.1.5Po-Chuan Hsieh2023-05-272-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Update to 4.1.4Po-Chuan Hsieh2023-05-072-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Update to 4.1.3Po-Chuan Hsieh2023-05-022-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Update to 4.1.2Po-Chuan Hsieh2023-03-212-5/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* x11-toolkits/rubygem-gtk3: Update to 4.0.8Po-Chuan Hsieh2023-01-303-9/+8
| | | | | | | - Update version requirement of RUN_DEPENDS - Update WWW and clean up pkg-descr Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman2023-01-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk Notable changes are. - Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk. - USE_RUBY=yes is replaced with USES=ruby. - USE_RUBY_EXTCONF is replaced with USES=ruby:extconf. - USE_RUBY_RDOC is replaced with USES=ruby:rdoc. - USE_RUBY_SETUP is replaces with USES=ruby:setup. - RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with USES=ruby:{build,none,run}. - RUBY_REQUIRE isn't used anywhere, so removed. - USES=gem now implies USES=ruby. This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863 I have just made some cosmetic changes and ran exp-run to test that the tree is not in a BROKEN state. Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D37925
* x11-toolkits/rubygem-gtk3: Update to 4.0.3Po-Chuan Hsieh2022-10-032-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Update to 4.0.2Po-Chuan Hsieh2022-09-103-4/+6
| | | | | | - Update pkg-descr Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* x11-toolkits/rubygem-gtk3: Update to 4.0.1Po-Chuan Hsieh2022-09-042-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Update to 4.0.0Po-Chuan Hsieh2022-09-043-9/+6
| | | | | | - Update WWW Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtk3: Update to 3.5.1Po-Chuan Hsieh2022-01-252-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtk3: Update to 3.5.0Po-Chuan Hsieh2022-01-232-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtk3: Update to 3.4.9Po-Chuan Hsieh2021-09-212-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtk3: Update to 3.4.7Po-Chuan Hsieh2021-08-082-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtk3: Update to 3.4.6Po-Chuan Hsieh2021-07-182-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtk3: Update to 3.4.5Po-Chuan Hsieh2021-07-152-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtk3: Update to 3.4.4Po-Chuan Hsieh2021-04-253-14/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtk3: Update COMMENTPo-Chuan Hsieh2021-04-181-1/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 3.4.3Sunpoet Po-Chuan Hsieh2020-05-122-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS Notes: svn path=/head/; revision=535058
* Update to 3.4.2Sunpoet Po-Chuan Hsieh2020-05-032-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS Notes: svn path=/head/; revision=533864
* Update to 3.4.1Sunpoet Po-Chuan Hsieh2019-10-292-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS Notes: svn path=/head/; revision=516001
* Update to 3.3.8Sunpoet Po-Chuan Hsieh2019-09-292-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS Notes: svn path=/head/; revision=513230
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2019-09-041-0/+1
| | | | Notes: svn path=/head/; revision=511134
* Update to 3.3.7Sunpoet Po-Chuan Hsieh2019-08-192-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS Notes: svn path=/head/; revision=509369
* Update to 3.3.6Sunpoet Po-Chuan Hsieh2019-03-292-5/+5
| | | | | | | | | - Take maintainership Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=497098
* Update to 3.3.5Sunpoet Po-Chuan Hsieh2019-03-132-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=495642
* Update to 3.3.4Sunpoet Po-Chuan Hsieh2019-03-122-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=495509
* Update to 3.3.3Sunpoet Po-Chuan Hsieh2019-03-102-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=495276
* Update to 3.3.2Sunpoet Po-Chuan Hsieh2019-02-182-5/+5
| | | | | | | | | - Sort RUN_DEPENDS Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=493300
* Update to 3.3.1Sunpoet Po-Chuan Hsieh2019-01-142-6/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=490289
* Update to 3.3.0Sunpoet Po-Chuan Hsieh2018-11-282-5/+5
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=486135
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=476776
* - Update to 3.2.7Martin Wilke2018-07-082-4/+4
| | | | | | | | | Changes: https://ruby-gnome2.osdn.jp/?News_20180607_1#Changes Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=474173
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2018-05-042-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=469062
* Update to 3.2.4Sunpoet Po-Chuan Hsieh2018-04-112-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=467069