aboutsummaryrefslogtreecommitdiff
path: root/graphics/waylandpp
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* graphics/waylandpp: Adopt port / Update to 1.0.0Nuno Teixeira2022-06-233-10/+31
| | | | | | - take maintainership ChangeLog: https://github.com/NilsBrause/waylandpp/releases
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* 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
|
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* graphics/waylandpp: Update to 0.2.8Tobias Kortkamp2020-06-302-4/+4
| | | | | | | Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.8 Notes: svn path=/head/; revision=540876
* Add missing USES to my portsTobias Kortkamp2019-10-311-1/+1
| | | | Notes: svn path=/head/; revision=516140
* graphics/waylandpp: Update to 0.2.7Tobias Kortkamp2019-10-153-9/+13
| | | | | | | | Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.6 Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.7 Notes: svn path=/head/; revision=514517
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* graphics/waylandpp: Update to 0.2.5Tobias Kortkamp2019-02-254-24/+12
| | | | | | | Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.5 Notes: svn path=/head/; revision=493837
* graphics/waylandpp: Use system pugixml after r490645Tobias Kortkamp2019-01-181-2/+4
| | | | Notes: svn path=/head/; revision=490647
* graphics/waylandpp: Update to 0.2.4Tobias Kortkamp2019-01-094-6/+42
| | | | | | | | | | - Mark the port as needing C++11 - Add missing USE_LDCONFIG Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.4 Notes: svn path=/head/; revision=489764
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* graphics/wayland: update to 1.16.0Jan Beich2018-10-151-8/+3
| | | | | | | | | | | | | - New libwayland-egl home for consumers as Mesa 18.2 dropped it Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html PR: 227423 Submitted by: Greg V <greg@unrelenting.technology> Approved by: maintainer timeout (5 months) Notes: svn path=/head/; revision=482189
* graphics/waylandpp: Update to 0.2.3Tobias Kortkamp2018-07-192-4/+4
| | | | | | | Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.3 Notes: svn path=/head/; revision=474980
* New port: graphics/waylandppTobias Kortkamp2018-03-254-0/+66
Wayland is an object oriented display protocol, which features request and events. Requests can be seen as method calls on certain objects, whereas events can be seen as signals of an object. This makes the Wayland protocol a perfect candidate for a C++ binding. The goal of this library is to create such a C++ binding for Wayland using the most modern C++ technology currently available, providing an easy to use C++ API to Wayland. WWW: https://github.com/NilsBrause/waylandpp This port is ignored by default because it requires a build of graphics/mesa-libs with WAYLAND=on which is off by default. Notes: svn path=/head/; revision=465523