summaryrefslogtreecommitdiff
path: root/accessibility (follow)
Commit message (Collapse)AuthorAgeFilesLines
* accessibility/rubygem-atk: Update to 4.1.2Po-Chuan Hsieh2023-03-222-5/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* lang/rust: Bump revisions after 1.68.0Mikael Urankar2023-03-162-2/+2
| | | | PR: 270080
* all: Bump PORTREVISION after Go ports updateDmitri Goutnik2023-03-091-1/+1
|
* KDE: Update KDE Gear to 22.12.3Tobias C. Berner2023-03-043-9/+9
| | | | | | | | | | | | | | | | | Thursday, 2 March 2023 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * ark: Properly check if there is sufficient free space available before extracting (fixes bug #459418) * kate: Activate the view of viewspace which made the request (fixes bug #465811) * kdenlive: Fix crash and offset when moving a group with subtitle Announcement: https://kde.org/announcements/gear/22.12.3/
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-0217-216/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ---
* accessibility/feedbackd: update to 0.1.0Jan Beich2023-03-013-35/+127
| | | | | | | Changes: https://source.puri.sm/Librem5/feedbackd/-/releases/v0.0.2 Changes: https://source.puri.sm/Librem5/feedbackd/-/releases/v0.0.3 Changes: https://source.puri.sm/Librem5/feedbackd/-/releases/v0.1.0 Reported by: GitLab (notify releases)
* accessibility/linux-c7-at-spi2-core: decouple from accessibility/at-spi2-coreTobias C. Berner2023-03-012-2/+8
| | | | PR: 269704
* accessibility/linux-c7-at-spi2-atk: decouple from accesibility/at-spi2-atkTobias C. Berner2023-03-012-2/+7
| | | | PR: 269704
* accessibility/linux-c7-atk: decouple from accessibility/atkTobias C. Berner2023-03-012-1/+3
| | | | PR: 269704
* accessibility/wlsunset: unbreak fetch due to Git upgradeJan Beich2023-02-281-1/+1
| | | | | | | => SHA256 Checksum mismatch for 601dfc87ff6e.patch. -2.34.5 +2.34.7
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-02-151-1/+1
|
* accessibility/orca: Update to 43.1Neel Chauhan2023-02-133-4/+6
|
* lang/rust: Bump revisions after 1.67.1Mikael Urankar2023-02-132-2/+2
| | | | PR: 269336
* all: Bump PORTREVISION after GO_DEFAULT update.Dmitri Goutnik2023-02-091-0/+1
|
* KDE: Update KDE Gear to 22.12.2Tobias C. Berner2023-02-023-9/+9
| | | | | | | | | | | | | | | | | Thursday, 2 February 2023 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * dolphin: Don't recurse into symlinks when counting directory contents (Commit, fixes bug #434125) * kdeconnect: Fix ssh authentication using pubkey on recent openssh versions (Commit, fixes bug #443155) * libkdegames: Fix finding knewstuff themes (Commit, fixes bug #464288) Announcement: https://kde.org/announcements/gear/22.12.2/
* accessibility/rubygem-atk: Update to 4.0.8Po-Chuan Hsieh2023-01-303-8/+7
| | | | | | | - Update version requirement of RUN_DEPENDS - Update WWW and clean up pkg-descr Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* accessibility/qt6-speech: new port - interface to speech synthesizersTobias C. Berner2023-01-305-0/+116
| | | | | | | | | | | | | As with the Qt 5 version, Qt Speech provides application developers with a QObject subclass, QTextToSpeech, that provides an interface to the platform's speech synthesizer engine; and a value type QVoice that encapsulates voice characteristics. With those classes, applications can make themselves more accessible to users, and go beyond the screen-reader functionality of assistive technologies. Using non-visual channels to inform users about changes or events can be very useful in hands-free situations, such as turn-by-turn navigation systems. Content-focused applications like ebook readers could benefit from text-to-speech synthesis without depending on assistive technology.
* */*: Update maintainer e-mailNuno Teixeira2023-01-301-1/+1
| | | | PR: 268228
* accessibility/darkman: update to 1.5.4Jan Beich2023-01-182-5/+5
| | | | | Changes: https://gitlab.com/WhyNotHugo/darkman/-/compare/v1.5.2...v1.5.4 Reported by: Repology
* accessibility/darkman: update to 1.5.0Jan Beich2023-01-173-18/+7
| | | | Changes: https://gitlab.com/WhyNotHugo/darkman/-/compare/v1.5.0...v1.5.2
* 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
* Qt: Update Qt 5 to 5.15.8Tobias C. Berner2023-01-141-3/+3
| | | | | | | - update distfiles to be rebased on the Qt 5.15.8 branch PR: 268773 Exp-run by: antoine
* all: Bump PORTVERSION after lang/go{118,119} updateDmitri Goutnik2023-01-141-0/+1
|
* */*: Bump rust (cargo) ports to reflect on WITH_LTODaniel Engberg2023-01-072-2/+2
| | | | | Bump ports in tree so they get rebuilt with new default settings for cargo ports
* KDE: Update KDE Gear to 22.12.1Tobias C. Berner2023-01-053-9/+9
|
* Qt5: Update Qt 5 to 5.15.7Tobias C. Berner2022-12-291-3/+3
| | | | | | | | * rebase the KDE patched Qt5 ontop of the 5.15.7 branch * update qt5-script to 5.15.11 Exp-run by: antoine PR: 268533
* accessibility/redshift: limit wayland category to WAYLAND optionJan Beich2022-12-211-1/+2
|
* lang/rust: Bump revisions after 1.66.0Mikael Urankar2022-12-202-2/+2
| | | | PR: 268415
* x11/darkman: move to accessibility/ categoryJan Beich2022-12-145-0/+107
|
* KDE: Update KDE Gear to 22.12Tobias C. Berner2022-12-106-10/+49
| | | | | | | | | | | | | | KDE Gear 22.12 is Here! Thursday, 8 December 2022 KDE Gear ⚙️ is back with exciting new features, performance boosts, and bugfixes for all your favorite KDE apps! In this release: Kate extends a warm welcome, Dolphin offers you more choices, and a lot of apps serve up hamburgers galore! Announcement: https://kde.org/announcements/gear/22.12.0/
* lang/rust: Bump revisions after 1.65.0Mikael Urankar2022-11-172-2/+2
| | | | PR: 267622
* accessibility/feedbackd: update to 0.0.1Jan Beich2022-11-112-5/+6
| | | | | | Changes: https://source.puri.sm/Librem5/feedbackd/-/compare/2e08160...v0.0.1 Changes: https://source.puri.sm/Librem5/feedbackd/-/releases/v0.0.1 Reported by: GitLab (notify releases)
* KDE: Update KDE Gear to 22.08.3Tobias C. Berner2022-11-043-9/+9
| | | | | | | | | | | | | | | | | | Thursday, 3 November 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * dolphin: Fix opening unnecessary new windows (Commit, fixes bug #440663) * konsole: Fix a crash when extending the selection (Commit, fixes bug #398320 and bug #458822) Announcement: https://kde.org/announcements/gear/22.08.3/ Changelog: https://kde.org/announcements/changelogs/gear/22.08.3/
* */*: move CARGO_CRATES to Makefile.crates in my portsJan Beich2022-11-032-124/+123
|
* lang/rust: Bump revisions after 1.64.0Mikael Urankar2022-10-302-1/+2
| | | | PR: 267173
* accessibility/wlsunset: unbreak fetch due to Git upgradeJan Beich2022-10-211-1/+1
| | | | | | | | | => SHA256 Checksum mismatch for 601dfc87ff6e.patch. -2.34.4 +2.34.5 PR: 267257
* KDE: Update KDE Gear to 22.08.2Tobias C. Berner2022-10-143-9/+9
| | | | | | | | | | | | | | | | | | | | KDE Gear 22.08.2 Thursday, 13 October 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * ark: Fix incompatibility with original 7-Zip (Commit, fixes bug #456797) * kdeconnect: Prevent a crash if there’s no audio devices (Commit, fixes bug #454917) * kio-extras: Compatibility with Samba >= 4.16 (Commit, fixes bug #453090) Announcement: https://kde.org/announcements/gear/22.08.2/
* accessibility/rubygem-atk: Update to 4.0.3Po-Chuan Hsieh2022-10-032-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* accessibility/wl-gammarelay-rs: update to 0.3.0Jan Beich2022-09-132-89/+88
| | | | | Changes: https://github.com/MaxVerevkin/wl-gammarelay-rs/releases/tag/v0.3.0 Reported by: GitHub (watch releases)
* Add missing WWW entriesStefan Eßer2022-09-123-0/+3
| | | | | | | These ports reference the pkg-descr file of some other port and used to get the WWW entry from that other port's file. Reported by: dan@langille.org (Dan Langille)
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-116-9/+9
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* accessibility/rubygem-atk: Update to 4.0.2Po-Chuan Hsieh2022-09-103-4/+6
| | | | | | - Update pkg-descr Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* accessibility/qt5-speech: allow to build with both backend enabledDmitry Marakasov2022-09-081-2/+2
| | | | | | | | | | Followup to ca95a67 which introduced a regression of being unable to build with both backends enabled. This commit allows all backends combinations including each individual backend, both and none. PR: 262640 Reported by: lantw44@gmail.com Approved by: portmgr blanket, maintainer timeout (kde, 6 months)
* KDE: Update KDE Gear to 22.08.1Tobias C. Berner2022-09-084-10/+9
| | | | | | | | | | | | | | | | | | Thursday, 8 September 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * kmail: Searching for messages does work again (Commit, fixes bugs #458202 and #458245). * kate: Fix a crash when there are no search results (Commit) * krdc: Access dates are displayed properly now (Commit, fixes bug #458587) Announcement: https://kde.org/announcements/gear/22.08.1/
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-0724-48/+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-0724-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* accessibility/speech-dispatcher: add upstream crash-fixTobias C. Berner2022-09-072-1/+7
| | | | | | | | A bug in speed-dispatcher lead to a crash in okular (as speech-dispatcher was segfaulting). Upstream PR: https://bugs.kde.org/show_bug.cgi?id=458762 Upstream PR: https://github.com/brailcom/speechd/issues/762
* accessibility/kmouth: pet stage-qaDima Panov2022-09-051-1/+3
|
* accessibility/rubygem-atk: Update to 4.0.1Po-Chuan Hsieh2022-09-042-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* accessibility/rubygem-atk: Update to 4.0.0Po-Chuan Hsieh2022-09-043-5/+5
| | | | | | - Update WWW Changes: https://github.com/ruby-gnome/ruby-gnome/releases