Commit Graph

77 Commits

Author SHA1 Message Date
Po-Chuan Hsieh
d9964b3dc9 accessibility/rubygem-atk: Update to 4.3.3
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
		https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
2025-09-08 07:07:10 +08:00
Po-Chuan Hsieh
727467181b accessibility/rubygem-atk: Update to 4.3.0
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
		https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
2025-07-23 15:23:25 +08:00
Po-Chuan Hsieh
aea97cd37d accessibility/rubygem-atk: Update to 4.2.9
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
		https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
2025-04-18 13:38:32 +08:00
Po-Chuan Hsieh
54e9f735c3 accessibility/rubygem-atk: Update to 4.2.7
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
		https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
2025-02-08 05:16:32 +08:00
Po-Chuan Hsieh
a5e574f392 accessibility/rubygem-atk: Update to 4.2.6
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
		https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
2025-02-03 23:53:59 +08:00
Po-Chuan Hsieh
5c4551e8eb accessibility/rubygem-atk: Update to 4.2.5
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
		https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
2024-12-31 23:54:59 +08:00
Po-Chuan Hsieh
743439b60f accessibility/rubygem-atk: Update to 4.2.4
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
		https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
2024-09-30 21:38:36 +08:00
Po-Chuan Hsieh
ce02a9dfbc accessibility/rubygem-atk: Update to 4.2.2
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2024-04-05 08:42:34 +08:00
Po-Chuan Hsieh
e061e2e262 accessibility/rubygem-atk: Update to 4.2.1
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2024-03-09 22:07:04 +08:00
Po-Chuan Hsieh
ac51c4a423 accessibility/rubygem-atk: Update to 4.2.0
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-08-26 17:29:00 +08:00
Po-Chuan Hsieh
917424b820 accessibility/rubygem-atk: Update to 4.1.9
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-08-22 01:07:54 +08:00
Po-Chuan Hsieh
f9265a1868 accessibility/rubygem-atk: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:27:46 +08:00
Po-Chuan Hsieh
32416d071d accessibility/rubygem-atk: Update to 4.1.7
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-06-06 02:49:02 +08:00
Po-Chuan Hsieh
33078539aa accessibility/rubygem-atk: Update to 4.1.6
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-05-28 07:44:33 +08:00
Po-Chuan Hsieh
26dca29832 accessibility/rubygem-atk: Update to 4.1.5
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-05-27 12:23:55 +08:00
Po-Chuan Hsieh
da42a5ad72 accessibility/rubygem-atk: Update to 4.1.4
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-05-08 00:05:00 +08:00
Po-Chuan Hsieh
f068c4f608 accessibility/rubygem-atk: Update to 4.1.3
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-05-03 00:20:53 +08:00
Po-Chuan Hsieh
07a9a22794 accessibility/rubygem-atk: Update to 4.1.2
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-03-22 03:22:13 +08:00
Tobias C. Berner
fa81a4f5f8 accessibility/at-spi2-core: update to 2.46.0
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
---
2023-03-02 06:23:10 +01:00
Po-Chuan Hsieh
3aaf43c52c accessibility/rubygem-atk: Update to 4.0.8
- Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr

Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-01-30 21:01:48 +08:00
Muhammad Moinur Rahman
18c6e18276 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
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
2023-01-14 17:08:33 -06:00
Po-Chuan Hsieh
60dba395e0 accessibility/rubygem-atk: Update to 4.0.3
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-10-03 10:17:17 +08:00
Po-Chuan Hsieh
97b097d61e accessibility/rubygem-atk: Update to 4.0.2
- Update pkg-descr

Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-09-10 21:02:52 +08:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
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)
2022-09-07 23:10:59 +02:00
Po-Chuan Hsieh
fca6311157 accessibility/rubygem-atk: Update to 4.0.1
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-09-04 23:25:16 +08:00
Po-Chuan Hsieh
4359cc262d accessibility/rubygem-atk: Update to 4.0.0
- Update WWW

Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-09-04 11:47:48 +08:00
Po-Chuan Hsieh
7f8811dc5c accessibility/rubygem-atk: Update to 3.5.1
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2022-01-26 03:51:07 +08:00
Po-Chuan Hsieh
695805130c accessibility/rubygem-atk: Update to 3.5.0
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2022-01-24 03:09:36 +08:00
Po-Chuan Hsieh
8f00a6128e accessibility/rubygem-atk: Update to 3.4.9
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2021-09-21 11:47:18 +08:00
Po-Chuan Hsieh
2c35a10a9c accessibility/rubygem-atk: Update to 3.4.7
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2021-08-08 22:55:24 +08:00
Po-Chuan Hsieh
b1e73af13e accessibility/rubygem-atk: Update to 3.4.6
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2021-07-19 01:47:47 +08:00
Po-Chuan Hsieh
d14f06e176 accessibility/rubygem-atk: Update to 3.4.5
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2021-07-16 04:47:36 +08:00
Po-Chuan Hsieh
beabb358f7 accessibility/rubygem-atk: Update to 3.4.4
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2021-04-26 04:36:25 +08:00
Po-Chuan Hsieh
a970d77e73 accessibility/rubygem-atk: Update COMMENT 2021-04-18 13:48:52 +08:00
Mathieu Arnold
cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh
fbea5d5d29 Update to 3.4.3
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2020-05-12 22:28:26 +00:00
Sunpoet Po-Chuan Hsieh
1f114a01f4 Update to 3.4.2
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2020-05-03 20:50:24 +00:00
Sunpoet Po-Chuan Hsieh
acf3f5b744 Update to 3.4.1
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2019-10-29 15:12:35 +00:00
Sunpoet Po-Chuan Hsieh
f1135cf1cf Update to 3.3.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2019-09-29 10:23:32 +00:00
Sunpoet Po-Chuan Hsieh
cd7b4f679b Add LICENSE_FILE 2019-09-04 17:20:20 +00:00
Sunpoet Po-Chuan Hsieh
4096646f8d Update to 3.3.7
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2019-08-19 20:53:06 +00:00
Sunpoet Po-Chuan Hsieh
5ce23d0b43 Update to 3.3.6
- Take maintainership

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-29 11:18:10 +00:00
Sunpoet Po-Chuan Hsieh
08260b2348 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:01 +00:00
Sunpoet Po-Chuan Hsieh
d82bc33306 Update to 3.3.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-12 18:11:01 +00:00
Sunpoet Po-Chuan Hsieh
129e7fd4f1 Update to 3.3.3
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-10 10:58:43 +00:00
Sunpoet Po-Chuan Hsieh
1faa27b538 Update to 3.3.2
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-02-18 18:20:16 +00:00
Sunpoet Po-Chuan Hsieh
20c5389d0c Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:45:08 +00:00
Sunpoet Po-Chuan Hsieh
afdbeeb650 Update to 3.3.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-11-28 19:19:45 +00:00