Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.3_16 20 Jan 2025 11:06:50 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.84.0
PR: 283962 |
1.1.3_15 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
1.1.3_14 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
1.1.3_13 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
1.1.3_12 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
1.1.3_11 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
1.1.3_10 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
1.1.3_9 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
1.1.3_8 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
1.1.3_7 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
1.1.3_6 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
1.1.3_5 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
1.1.3_4 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
1.1.3_3 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
1.1.3_2 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
1.1.3_1 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
1.1.3 06 Apr 2023 03:41:08 |
Jan Beich (jbeich) |
x11/wayout: add new port
Simple tool to manage output modes
https://git.sr.ht/~shinyzenith/wayout |
0.1.4 06 Apr 2023 03:41:07 |
Jan Beich (jbeich) |
x11/wayout-sxmo: rename to x11/sxmo-wayout |
0.1.4 30 Mar 2023 00:34:35 |
Jan Beich (jbeich) |
x11/wayout: unbreak fetch due to Git upgrade
=> Fetched file size mismatch (expected 32793, actual 32809)
See also: https://github.com/git/git/commit/4f4be00d302b |
0.1.4 12 Feb 2023 00:51:00 |
Jan Beich (jbeich) |
x11/wayout: unbreak build with clang 15
../src/output.c:22:18: error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
static void noop () {}
^
void
Reported by: pkg-fallout |
0.1.4 20 Nov 2022 00:34:20 |
Jan Beich (jbeich) |
x11/wayout: update to 0.1.4
Changes: https://git.sr.ht/~proycon/wayout/log/0.1.4 |
0.1.3 21 Oct 2022 13:41:18 |
Jan Beich (jbeich) |
x11/wayout: update to 0.1.3
Changes: https://git.sr.ht/~proycon/wayout/log/0.1.3 |
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) |
0.1.2 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 ) |
0.1.2 01 Jul 2022 08:01:22 |
Baptiste Daroussin (bapt) |
wayland: add wayland virtual category |
0.1.2 21 Feb 2022 16:10:14 |
Jan Beich (jbeich) |
x11/wayout: add new port
Wayout takes text from standard input and outputs it to a desktop-widget
on Wayland desktops. Periodic updates are supported; e.g. newline-separated
input or any other delimiter of choice. We call this a feed. The desktop
widget can be shown either on top (OSD-like functionality) or below other
windows.
A Wayland compositor must implement the Layer-Shell and XDG-Output for wayout
to work.
Features:
- Allow updating from standard input at a regular interval; custom delimiters
- Configurable colours/border/position/fonts
- Supports the pango markup language for text markup/colours.
https://git.sr.ht/~proycon/wayout |