aboutsummaryrefslogtreecommitdiff
path: root/x11/yad
Commit message (Collapse)AuthorAgeFilesLines
* x11/yad: Update to 14.2Danilo Egea Gondolfo2025-11-292-9/+8
| | | | | | | | | - Update the version of dependencies used by the HTML support - Drop intltool from USE_GNOME as it's not required anymore (see changelog) Changelog: https://github.com/v1cont/yad/blob/master/NEWS
* gspell: chase soname changeBaptiste Daroussin2025-06-101-0/+1
|
* www/webkit2-gtk: update to 2.46.5Charlie Li2025-01-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/WebKit/WebKit/blob/webkitgtk-2.46.5/Source/WebKit/gtk/NEWS Now consolidated into one port with flavours since the codebase is the same, just linked with different libraries resulting in different SONAMEs and APIs. SONAMEs/flavours: * GTK3 + libsoup = libwebkit2gtk-4.0 (40) * GTK3 + libsoup3 = libwebkit2gtk-4.1 (41) * GTK4 + libsoup3 = libwebkitgtk-6.0 (60) Despite upstream's recommendation to use clang for better skia optimisation, this port now USE_GCC due to extensive std::pair copy constructor use that is not trivial to continue patching to stay working with our libc++ version 1 ABI. See review D35327 for some details. Reported by: eduardo PR: 275914 Differential Revision: https://reviews.freebsd.org/D45878
* x11/yad: Update to 14.1Danilo Egea Gondolfo2024-07-072-4/+4
|
* x11/yad: Update to 14.0Danilo Egea Gondolfo2024-06-262-6/+4
|
* */*: remove GNU_CONFIGURE_MANPREFIX after move man pages to share/manVladimir Druzenko2024-04-131-1/+0
| | | | Approved by: portmgr (blanket)
* x11/yad: Move man pages to share/manVladimir Druzenko2024-03-052-2/+4
| | | | Approved by: portmgr (blanket)
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-231-0/+1
| | | | New version of gtk3 in tree
* x11/yad: Update to 13.0Danilo Egea Gondolfo2023-07-103-12/+13
| | | | | | - Add new TOOLS option - Remove PFD option. This functionality was consolidated in yad-tools (enabled with the new TOOLS option).
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-1/+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 ---
* 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: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Adam Weinberger <adam@vectors.cx> * Adam Weinberger <adamw@FreeBSD.org> * Alex Dupre <ale@FreeBSD.org> * Alexander Matey <matey@cis.ohio-state.edu> * Alexander Nedotsukov <bland@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Alexey Mikhailov <karma@ez.pereslavl.ru> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Anton Berezin <tobez@FreeBSD.org> * Anton Toernqvist <antont@inbox.lv> * Anton Tornqvist <antont@inbox.lv> * Ashish Shukla <wahjava@gmail.com> * Ben Woods <woodsb02@FreeBSD.org> * Bert Burgemeister <trebbu@googlemail.com> * Bruce A. Mah <bmah@ca.sandia.gov> * Bruce M Simpson <bms@FreeBSD.org> * Chris Hutchinson <portmaster@BSDforge.com> * Cy SChubert <cy@FreeBSD.org> * Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> * Cy Schubert <cy@FreeBSD.org> * DaJoob * Daniel Roethlisberger <daniel@roe.ch> * Daniel Walter <sahne@0x90.at> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * Dave Grochowski * David Mackay <davidjx8p@gmail.com> * David Yeske <dyeske@gmail.com> * Dejan Lesjak <lesi@FreeBSD.org> * Denis Shaposhnikov <dsh@vlink.ru> * Dennis Herrmann <dhn@FreeBSD.org> * Dmitri Goutnik <dg@syrec.org> * Dominik Rothert <dr@domix.de> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Eric Anholt <anholt@FreeBSD.org> * Eric Blood <eblood@cs.unr.edu> * Eric L. Hernes <erich@rrnet.com> * Eric Turgeon <ericbsd@FreeBSD.org> * Eric Turgeon <ericturgeon.bsd@gmail.com> * Evgeni Dimitrov <evgeni.dimitrov@gmail.com> * FURUSAWA,Kazuhisa <kazu@jp.freebsd.org> * Florent Thoumie <flz@xbsd.org> * Foxfair Hu <foxfair@FreeBSD.org> * Francis Bacque <idroxid01@yahoo.fr> * Franz Klammer <klammer@webonaut.com> * Gerrit Beine <tux@pinguru.net> * Grzegorz Blach <gblach@FreeBSD.org> * Gustau Perez i Querol <gustau.perez@gmail.com> * Gvozdikov Veniamin <g.veniamin@googlemail.com> * Hendrik Scholz <hendrik@scholz.net> * Jacob House <jacob@jwfh.ca> * James Earl <jdearl@telus.net> * Jean-Baptiste Quenot <jb.quenot@caraldi.com> * Jeroen Schot <schot@a-eskwadraat.nl> * Jim Mock <jim@FreeBSD.org> * Joe Marcus Clarke <marcus@FreeBSD.org> * Julien Laffaye <kimelto@gmail.com> * KIMURA Yasuhiro <yasu@utahime.org> * Ka Ho Ng <khng300@gmail.com> * Kelly Yancey <kbyanc@posi.net> * Ken Moore <ken@pcbsd.org> * Koop Mast <einekoai@chello.nl> * Koop Mast <kwm@FreeBSD.org> * Kris Kennaway <kris@FreeBSD.org> * Kris Moore <kmoore@FreeBSD.org> * Lars Engels <lars.engels@0x20.net> * Lin, Cheng-Tao <b89605222@ntu.edu.tw> * MANTANI Nobutaka <nobutaka@nobutaka.com> * Markus Brueffer <markus@FreeBSD.org> * Martin Ranne <gasp@ridcully.dnsalias.org> * Martin Tournoij <carpetsmoker@xs4all.nl> * Martin Wilke (miwi@FreeBSD.org) * Martin Wilke <miwi@FreeBSD.org> * Matt Lancereau * Matt Lancereau <matt@rimasec.net> * Matt Peterson <matt@peterson.org> * Matthew Donovan <kitchetech@gmail.com> * Matthew Fuller <fullermd@futuresouth.com> * Matthew Hunt <mph@pobox.com> * Matthew West <mwest@uct.ac.za> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Johnson <ahze@FreeBSD.org> * Michiel Overtoom <motoom@xs4all.nl> * Mikhail Teterin <mi@aldan.algebra.com> * Morten Slot Kristensen * Murray Stokely <murray@FreeBSD.org> * NAKATA, Maho <maho@FreeBSD.org> * Nicola Vitale <nivit@FreeBSD.org> * Nikos Ntarmos <ntarmos@ceid.upatras.gr> * Nikos Ntarmos <ntarmos@cs.uoi.gr> * Oleg Pudeyev <oleg@bsdpower.com> * Oliver Breuninger <ob@breuninger.org> * Oliver Breuninger <ob@seicom.NET> * Oliver Lehmann <oliver@FreeBSD.org> * Olivier Cochard-Labbe <olivier@FreeBSD.org> * Olivier Duchateau * Patrick Li <pat@databits.net> * Pawel Worach <pawel.worach@gmail.com> * Pedro Giffuni * Per Otterstr=F6m <pelle@fukt.bth.se> * Petr Holub <hopet@ics.muni.cz> * Pietro Cerutti <gahr@FreeBSD.org> * Piotr Kubaj <pkubaj@anongoth.pl> * Roman Bogorodskiy <novel@FreeBSD.org> * Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp> * Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp> * Samy Al Bahra <samy@kerneled.org> * Samy Al Bahra <sbahra@kerneled.org> * Sascha Holzleiter <sascha@root-login.org> * Satoshi Asami <asami@FreeBSD.org> * Satoshi TAOKA * Scott Mace <smace@FreeBSD.org> * Sean Farley <sean-freebsd@farley.org> * Sebastian Yepes <esn@x123.info> * Serge Gagnon <gagnon__s@videotron.ca> * Sergei Kolobov <sergei@kolobov.com> * Sofian Brabez <sbz@FreeBSD.org> * Stanislav Sedov <stas@FreeBSD.org> * Stepan Zastupov [RedChrom] <redchrom@gmail.com> * Stephen Montgomery-Smith <stephen@math.missouri.edu> * Stijn Hoop <stijn@win.tue.nl> * Tatsumi Hosokawa * Theron Tarigo <theron.tarigo@gmail.com> * Thomas Gellekum <tg@FreeBSD.org> * Thomas Hurst <tom@hur.st> * Tim Bishop <tim@bishnet.net> * Timothy Beyer <beyert@cs.ucr.edu> * Tobias Roth <ports@fsck.ch> * UMENO Takashi <umeno@rr.iij4u.or.jp> * Vincent Tantardini <vinc@freebsd-fr.org> * Volker Stolz <stolz@i2.informatik.rwth-aachen.de> * Winston Weinert <winstonw@lavabit.com> * Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> * Yinghong Liu <relaxbsd@gmail.com> * Yoshiro MIHIRA <sanpei@sanpei.org> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Zane C. Bowers * Zhihao Yuan <lichray@gmail.com> * asami * chinsan * dirk.meyer@dinoex.sub.org * dom@myrddin.demon.co.uk * eimar.koort * gpalmer * gpalmer@FreeBSD.org * grog * gurkan@phys.ethz.ch * hemi@puresimplicity.net * ijliao * incabulos@mac.com * jacs * janek * jhb * jkh * jkh@FreeBSD.org * jmz * joerg * johalun0@gmail.com * jonny * jsellens * krion * matt@bdd.net * michael johnson <ahze@ahze.net> * nkazushi@highway.or.jp * od <od@iclub.nsu.ru> * oleg@bsdpower.com * roam@FreeBSD.org * trevor * will With hat: portmgr
* cleanup: remove wrong usage of INSTALLS_OMFBaptiste Daroussin2022-03-151-1/+1
|
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11/yad: Update to 7.3Danilo Egea Gondolfo2020-10-272-4/+4
| | | | Notes: svn path=/head/; revision=553473
* - Update to 6.0Danilo Egea Gondolfo2020-05-253-23/+24
| | | | | | | | | - Remove gtk2 support, just gtk3 is supported now - Add options for the new features - Update WWW Notes: svn path=/head/; revision=536529
* - Update to 0.42.0Danilo Egea Gondolfo2019-03-023-8/+18
| | | | | | | | - Use github - Add PFD fontnames transformation utility to options Notes: svn path=/head/; revision=494459
* - Update to 0.40.0Danilo Egea Gondolfo2017-12-262-4/+4
| | | | Notes: svn path=/head/; revision=457316
* - Update to 0.39.0Danilo Egea Gondolfo2017-05-072-4/+4
| | | | Notes: svn path=/head/; revision=440361
* - Update to 0.38.2Danilo Egea Gondolfo2017-01-242-4/+4
| | | | Notes: svn path=/head/; revision=432407
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* - Update to 0.38.1Danilo Egea Gondolfo2017-01-152-4/+4
| | | | Notes: svn path=/head/; revision=431553
* - Update to 0.38.0Danilo Egea Gondolfo2016-12-132-4/+4
| | | | Notes: svn path=/head/; revision=428456
* - Fix build. Build uses gettext independently of NLS.Danilo Egea Gondolfo2016-08-211-4/+4
| | | | Notes: svn path=/head/; revision=420536
* - Update to 0.37.0Danilo Egea Gondolfo2016-08-202-6/+9
| | | | | | | - Adjust dependencies to make QA happy Notes: svn path=/head/; revision=420513
* - Update to 0.36.3Danilo Egea Gondolfo2016-05-152-3/+4
| | | | Notes: svn path=/head/; revision=415284
* - Update to 0.36.2Danilo Egea Gondolfo2016-05-012-3/+3
| | | | Notes: svn path=/head/; revision=414409
* - Update to 0.36.1Danilo Egea Gondolfo2016-05-012-3/+3
| | | | Notes: svn path=/head/; revision=414373
* - Update to 0.35.0Danilo Egea Gondolfo2016-04-092-3/+3
| | | | Notes: svn path=/head/; revision=412855
* - Update to 0.34.2Danilo Egea Gondolfo2016-03-012-3/+3
| | | | Notes: svn path=/head/; revision=409897
* - Update to 0.34.1Danilo Egea Gondolfo2016-02-272-3/+3
| | | | Notes: svn path=/head/; revision=409642
* - Update to 0.34.0Danilo Egea Gondolfo2016-02-232-3/+3
| | | | Notes: svn path=/head/; revision=409377
* - Update to 0.33.1Danilo Egea Gondolfo2016-01-122-3/+3
| | | | Notes: svn path=/head/; revision=405823
* - Update to 0.33.0Danilo Egea Gondolfo2016-01-022-3/+3
| | | | Notes: svn path=/head/; revision=405072
* - Update to 0.32.0Danilo Egea Gondolfo2015-11-222-3/+3
| | | | Notes: svn path=/head/; revision=402239
* - Update to 0.31.3Danilo Egea Gondolfo2015-11-032-3/+3
| | | | Notes: svn path=/head/; revision=400681
* - Update to 0.31.2Danilo Egea Gondolfo2015-10-092-3/+3
| | | | Notes: svn path=/head/; revision=398909
* - Update to 0.31.1Danilo Egea Gondolfo2015-10-012-3/+3
| | | | Notes: svn path=/head/; revision=398396
* - Update to 0.31.0Danilo Egea Gondolfo2015-09-133-21/+3
| | | | Notes: svn path=/head/; revision=396846
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-021-2/+2
| | | | | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ Notes: svn path=/head/; revision=393444
* - Fix buildDanilo Egea Gondolfo2015-07-182-0/+19
| | | | | | | - Disable HTML support for now Notes: svn path=/head/; revision=392427
* - Update to 0.29.0Danilo Egea Gondolfo2015-07-162-3/+3
| | | | Notes: svn path=/head/; revision=392298
* - Update to 0.28.1Danilo Egea Gondolfo2015-03-132-3/+3
| | | | Notes: svn path=/head/; revision=381211
* - Update to 0.28.0Danilo Egea Gondolfo2015-03-062-3/+3
| | | | | | | | PR: 198373 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Notes: svn path=/head/; revision=380624
* Cleanup plistBaptiste Daroussin2014-12-081-14/+0
| | | | Notes: svn path=/head/; revision=374311
* - Update from 0.26.1 to 0.27.0Danilo Egea Gondolfo2014-08-022-3/+3
| | | | Notes: svn path=/head/; revision=363831
* - Update WWWDanilo Egea Gondolfo2014-04-251-1/+1
| | | | Notes: svn path=/head/; revision=352125
* - Project moved to SFDanilo Egea Gondolfo2014-04-122-6/+7
| | | | | | | | | - Update from 0.25.1 to 0.26.1 - Convert USE_XZ to USES - Add LICENSE Notes: svn path=/head/; revision=351110