Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.0 01 Jul 2022 08:01:22 |
Baptiste Daroussin (bapt) |
wayland: add wayland virtual category |
1.0 20 Feb 2022 18:30:49 |
Jan Beich (jbeich) |
x11/wshowkeys: update to 1.0 (nop)
Changes: https://git.sr.ht/~sircmpwn/wshowkeys/log/1.0 |
s20200330_2 20 Feb 2022 18:30:49 |
Jan Beich (jbeich) |
x11/wshowkeys: restrict setuid bit like 341770e8679d |
s20200330_1 01 Aug 2021 10:06:34 |
Jan Beich (jbeich) |
x11/wshowkeys: unbreak runtime after d81a61abe465
$ WAYLAND_DEBUG=1 wshowkeys
[...]
[0.182] -> wl_compositor@5.create_surface(new id wl_surface@3)
[0.185] -> zwlr_layer_shell_v1@7.get_layer_surface(new id
zwlr_layer_surface_v1@11, wl_surface@3, nil, 2, "showkeys")
[0.192] -> zwlr_layer_surface_v1@11.set_anchor(0)
[0.194] -> zwlr_layer_surface_v1@11.set_margin(32, 32, 32, 32)
[0.198] -> zwlr_layer_surface_v1@11.set_exclusive_zone(-1)
[0.200] -> wl_surface@3.commit()
[0.296] -> wl_surface@3.attach(nil, 0, 0)
[0.302] -> wl_surface@3.commit()
[0.313] wl_display@1.error(zwlr_layer_surface_v1@11, 1, "width 0 requested
without setting left and right anchors")
zwlr_layer_surface_v1@11: error 1: width 0 requested without setting left and
right anchors
wl_display_dispatch: Protocol error |
s20200330 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
s20200330 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
s20200330 17 Feb 2021 23:39:05 |
jbeich |
Unbreak fetch from git.sr.ht
GZIP compression ratio and Git footer have changed e.g.,
method crc date time compressed uncompressed ratio uncompressed_name
-defla 944caee6 Dec 7 21:15 12482 71680 82.5% scdoc-1.11.1.tar
+defla 944caee6 Feb 17 23:20 12510 71680 82.5% scdoc-1.11.1.tar
---
-2.26.2
+2.30.0 |
s20200330 31 Mar 2020 00:56:00 |
jbeich |
x11/wshowkeys: update to s20200330
Changes: https://git.sr.ht/~sircmpwn/wshowkeys/commit/6388a49e0f43 |
s20190925 29 Mar 2020 15:14:03 |
jbeich |
x11/wshowkeys: clarify COMMENT it may not work on Mutter, Kwin, etc |
s20190925 29 Mar 2020 15:00:21 |
jbeich |
x11/wshowkeys: add new port
Displays keypresses on screen on supported Wayland compositors
(requires wlr_layer_shell_v1 support).
https://git.sr.ht/~sircmpwn/wshowkeys |