aboutsummaryrefslogtreecommitdiff
path: root/graphics/waylandpp
Commit message (Collapse)AuthorAgeFilesLines
* 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