notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
swayr Urgent-first/LRU window switcher for sway
0.27.3_2 x11 on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.27.3Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-07-01 13:24:16
Last Update: 2024-03-23 09:41:46
Commit Hash: d632fbe
License: GPLv3+
WWW:
https://sr.ht/~tsdh/swayr/
Description:
Swayr consists of a demon, and a client. The demon swayrd records window/workspace creations, deletions, and focus changes using sway's JSON IPC interface. The client swayr offers subcommands, see swayr --help, and sends them to the demon which executes them. Right now, there are these subcommands: * switch-window displays all windows in the order urgent first, then last-recently-used, focused last and focuses the selected. * quit-window displays all windows and quits the selected one. * switch-to-urgent-or-lru-window switches to the next window with urgency hint (if any) or to the last recently used window. * switch-workspace displays all workspaces in LRU order and switches to the selected one. * switch-workspace-or-window displays all workspaces and their windows and switches to the selected workspace or window. * quit-workspace-or-window displays all workspaces and their windows and allows to quit either the selected workspace (all its windows) or the selected window. * next-window (all-workspaces|current-workspace) & prev-window (all-workspaces|current-workspace) focus the next/previous window in depth-first iteration order of the tree. The argument all-workspaces or current-workspace define if all windows of all workspaces or only those of the current workspace are considered. * next-tiled-window & prev-tiled-window do the same as next-window & prev-window but switch only between windows contained in a tiled container. * next-tabbed-or-stacked-window & prev-tabbed-or-stacked-window do the same as next-window & prev-window but switch only between windows contained in a tabbed or stacked container. * next-floating-window & prev-floating-window do the same as next-window & prev-window but switch only between floating windows. * next-window-of-same-layout & prev-window-of-same-layout is like next-floating-window / prev-floating-window if the current window is floating, it is like next-tabbed-or-stacked-window / prev-tabbed-or-stacked-window if the current window is in a tabbed, or stacked container, it is like next-tiled-window / prev-tiled-window if the current windows is in a tiled container, and is like next-window / prev-window otherwise. * execute-swaymsg-command displays most swaymsg which don't require additional input and executes the selected one. That's handy especially for less often used commands not bound to a key. Non-matching input will be executed executed as-is with swaymsg. * execute-swayr-command displays all commands above and executes the selected one. (This is useful for accessing swayr commands which are not bound to a key.) * tile-workspace exclude-floating|include-floating tiles all windows on the current workspace (excluding or including floating ones). That's done by moving all windows away to some special workspace, setting the current workspace to splith layout, and then moving the windows back. If the auto_tile feature is used, see the Configuration section below, it'll change from splitting horizontally to vertically during re-insertion. * shuffle-tile-workspace exclude-floating|include-floating shuffles & tiles all windows on the current workspace. The shuffle part means that (a) the windows are shuffled before re-insertion, and (b) a randomly chosen already re-inserted window is focused before re-inserting another window. So while tile-workspace on a typical horizontally oriented screen and 5 windows will usually result in a layout with one window on the left and all four others tiled vertially on the right, shuffle-tile-workspace in combination with auto_tile usually results in a more balanced layout, i.e., 2 windows tiled vertically on the right and the other 4 tiled vertially on the left. If you have less than a handful of windows, just repeat shuffle-tile-workspace a few times until happenstance creates the layout you wanted. * tab-workspace exclude-floating|include-floating puts all windows of the current workspace into a tabbed container. * toggle-tab-shuffle-tile-workspace exclude-floating|include-floating toggles between a tabbed and tiled layout, i.e., it calls shuffle-tile-workspace if it is currently tabbed, and calls shuffle-tile-workspace if it is currently tiled. * move-focused-to-workspace moves the currently focused window or container to another workspace selected with the menu program. Non-matching input of the form #w:<workspace> where the hash and w: shortcut are optional can be used to move it to a new workspace.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/swayr
  2. bin/swayrd
  3. /usr/local/share/licenses/swayr-0.27.3_2/catalog.mk
  4. /usr/local/share/licenses/swayr-0.27.3_2/LICENSE
  5. /usr/local/share/licenses/swayr-0.27.3_2/GPLv3+
Collapse this list.
Dependency lines:
  • swayr>0:x11/swayr
To install the port:
cd /usr/ports/x11/swayr/ && make install clean
To add the package, run one of these commands:
  • pkg install x11/swayr
  • pkg install swayr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: swayr
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1706194868 SHA256 (rust/crates/swayr-0.27.3.crate) = 8abd313e630a45c3b86a784a61770dabaa071b38b9f2878fed12eda170c075aa SIZE (rust/crates/swayr-0.27.3.crate) = 55730

Expand this list (166 items)

Collapse this list.

SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 SHA256 (rust/crates/anstream-0.6.4.crate) = 2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44 SIZE (rust/crates/anstream-0.6.4.crate) = 20593 SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87 SIZE (rust/crates/anstyle-1.0.4.crate) = 13998 SHA256 (rust/crates/anstyle-parse-0.2.2.crate) = 317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140 SIZE (rust/crates/anstyle-parse-0.2.2.crate) = 24696 SHA256 (rust/crates/anstyle-query-1.0.0.crate) = 5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b SIZE (rust/crates/anstyle-query-1.0.0.crate) = 8620 SHA256 (rust/crates/anstyle-wincon-3.0.1.crate) = f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628 SIZE (rust/crates/anstyle-wincon-3.0.1.crate) = 11279 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/clap-4.4.8.crate) = 2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64 SIZE (rust/crates/clap-4.4.8.crate) = 54609 SHA256 (rust/crates/clap_builder-4.4.8.crate) = 07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc SIZE (rust/crates/clap_builder-4.4.8.crate) = 163164 SHA256 (rust/crates/clap_derive-4.4.7.crate) = cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442 SIZE (rust/crates/clap_derive-4.4.7.crate) = 29046 SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 SHA256 (rust/crates/directories-5.0.1.crate) = 9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35 SIZE (rust/crates/directories-5.0.1.crate) = 15833 SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719 SHA256 (rust/crates/env_logger-0.10.1.crate) = 95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece SIZE (rust/crates/env_logger-0.10.1.crate) = 36524 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 SHA256 (rust/crates/errno-0.3.7.crate) = f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8 SIZE (rust/crates/errno-0.3.7.crate) = 10712 SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 SHA256 (rust/crates/hashbrown-0.14.2.crate) = f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156 SIZE (rust/crates/hashbrown-0.14.2.crate) = 140080 SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 SIZE (rust/crates/heck-0.4.1.crate) = 11567 SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 SIZE (rust/crates/humantime-2.1.0.crate) = 16749 SHA256 (rust/crates/indexmap-2.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 SHA256 (rust/crates/is-terminal-0.4.9.crate) = cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b SIZE (rust/crates/is-terminal-0.4.9.crate) = 8109 SHA256 (rust/crates/itoa-1.0.9.crate) = af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38 SIZE (rust/crates/itoa-1.0.9.crate) = 10492 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/libc-0.2.150.crate) = 89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c SIZE (rust/crates/libc-0.2.150.crate) = 719359 SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 SIZE (rust/crates/libredox-0.0.1.crate) = 4212 SHA256 (rust/crates/linux-raw-sys-0.4.11.crate) = 969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829 SIZE (rust/crates/linux-raw-sys-0.4.11.crate) = 1413981 SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f SIZE (rust/crates/log-0.4.20.crate) = 38307 SHA256 (rust/crates/memchr-2.6.4.crate) = f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167 SIZE (rust/crates/memchr-2.6.4.crate) = 94439 SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/peg-0.8.2.crate) = 400bcab7d219c38abf8bd7cc2054eb9bbbd4312d66f6a5557d572a203f646f61 SIZE (rust/crates/peg-0.8.2.crate) = 18531 SHA256 (rust/crates/peg-macros-0.8.2.crate) = 46e61cce859b76d19090f62da50a9fe92bab7c2a5f09e183763559a2ac392c90 SIZE (rust/crates/peg-macros-0.8.2.crate) = 27870 SHA256 (rust/crates/peg-runtime-0.8.2.crate) = 36bae92c60fa2398ce4678b98b2c4b5a7c61099961ca1fa305aec04a9ad28922 SIZE (rust/crates/peg-runtime-0.8.2.crate) = 4150 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 SHA256 (rust/crates/proc-macro2-1.0.69.crate) = 134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da SIZE (rust/crates/proc-macro2-1.0.69.crate) = 44271 SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae SIZE (rust/crates/quote-1.0.33.crate) = 28090 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 SHA256 (rust/crates/redox_users-0.4.4.crate) = a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4 SIZE (rust/crates/redox_users-0.4.4.crate) = 15438 SHA256 (rust/crates/regex-1.10.2.crate) = 380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343 SIZE (rust/crates/regex-1.10.2.crate) = 252839 SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011 SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 SHA256 (rust/crates/rt-format-0.3.1.crate) = 45087cee619d316fa4bd1675494acff4a5eaa0892fa53bc364bd246f13e452e2 SIZE (rust/crates/rt-format-0.3.1.crate) = 14267 SHA256 (rust/crates/rustix-0.38.25.crate) = dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e SIZE (rust/crates/rustix-0.38.25.crate) = 362735 SHA256 (rust/crates/ryu-1.0.15.crate) = 1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741 SIZE (rust/crates/ryu-1.0.15.crate) = 46906 SHA256 (rust/crates/serde-1.0.193.crate) = 25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89 SIZE (rust/crates/serde-1.0.193.crate) = 76863 SHA256 (rust/crates/serde_derive-1.0.193.crate) = 43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3 SIZE (rust/crates/serde_derive-1.0.193.crate) = 55692 SHA256 (rust/crates/serde_json-1.0.108.crate) = 3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b SIZE (rust/crates/serde_json-1.0.108.crate) = 146476 SHA256 (rust/crates/serde_spanned-0.6.4.crate) = 12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80 SIZE (rust/crates/serde_spanned-0.6.4.crate) = 7756 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 SHA256 (rust/crates/swayipc-3.0.1.crate) = ab1dcff328b223d85d7ca767b2e4aadbc13dad550d36b4c6b929b9ad4d26ee9a SIZE (rust/crates/swayipc-3.0.1.crate) = 4021 SHA256 (rust/crates/swayipc-types-1.3.0.crate) = 44b43b4059d825ccc04adf9726f944d0e3aa20938f4cff3b5c6b53198afcd6b3 SIZE (rust/crates/swayipc-types-1.3.0.crate) = 9446 SHA256 (rust/crates/syn-2.0.39.crate) = 23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a SIZE (rust/crates/syn-2.0.39.crate) = 244129 SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449 SIZE (rust/crates/termcolor-1.4.0.crate) = 18765 SHA256 (rust/crates/thiserror-1.0.50.crate) = f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2 SIZE (rust/crates/thiserror-1.0.50.crate) = 19414 SHA256 (rust/crates/thiserror-impl-1.0.50.crate) = 266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8 SIZE (rust/crates/thiserror-impl-1.0.50.crate) = 15357 SHA256 (rust/crates/toml-0.8.8.crate) = a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35 SIZE (rust/crates/toml-0.8.8.crate) = 50451 SHA256 (rust/crates/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 SIZE (rust/crates/toml_datetime-0.6.5.crate) = 10910 SHA256 (rust/crates/toml_edit-0.21.0.crate) = d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03 SIZE (rust/crates/toml_edit-0.21.0.crate) = 101265 SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 SHA256 (rust/crates/winnow-0.5.19.crate) = 829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b SIZE (rust/crates/winnow-0.5.19.crate) = 147982

Collapse this list.


Packages (timestamps in pop-ups are UTC):
swayr
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.27.3_10.27.3_1-0.27.3_10.27.3_1---
FreeBSD:13:quarterly0.27.30.27.3-0.27.30.27.3-0.27.1_20.27.3
FreeBSD:14:latest0.27.3_10.27.3_1-0.27.3_10.27.3_1--0.26.1_1
FreeBSD:14:quarterly0.27.30.27.3-0.27.30.27.3-0.27.1_20.27.3
FreeBSD:15:latest0.27.3_10.27.3_1n/a0.27.3n/a-0.27.1_3-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. rust>=1.77.0 : lang/rust
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
x11_swayr
USES:
cargo
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://crates.io/api/v1/crates/swayr/0.27.3/download?dummy=/
Collapse this list.

Number of commits found: 75

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.27.3_2
23 Mar 2024 09:41:46
commit hash: d632fbe55e45559d03a0bef7211913964aeba45acommit hash: d632fbe55e45559d03a0bef7211913964aeba45acommit hash: d632fbe55e45559d03a0bef7211913964aeba45acommit hash: d632fbe55e45559d03a0bef7211913964aeba45a files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.77.0

PR:		277786
0.27.3_1
19 Feb 2024 11:59:23
commit hash: 7f5a7b0e524c8d32727681a4324905e350dc433ccommit hash: 7f5a7b0e524c8d32727681a4324905e350dc433ccommit hash: 7f5a7b0e524c8d32727681a4324905e350dc433ccommit hash: 7f5a7b0e524c8d32727681a4324905e350dc433c files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.76.0

PR:		276920
0.27.3
08 Feb 2024 00:12:55
commit hash: 25a004f90f4115fd1205e605446e2632e377b153commit hash: 25a004f90f4115fd1205e605446e2632e377b153commit hash: 25a004f90f4115fd1205e605446e2632e377b153commit hash: 25a004f90f4115fd1205e605446e2632e377b153 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.27.3

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.27.3
Reported by:	Repology
0.27.1_3
09 Jan 2024 12:15:54
commit hash: 109c3d4629b84972e660b689d169ac0761c1a519commit hash: 109c3d4629b84972e660b689d169ac0761c1a519commit hash: 109c3d4629b84972e660b689d169ac0761c1a519commit hash: 109c3d4629b84972e660b689d169ac0761c1a519 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.75.0

PR:		276033
0.27.1_2
08 Dec 2023 15:04:09
commit hash: b2afd89fb26437c5d9810b131370525352e63f71commit hash: b2afd89fb26437c5d9810b131370525352e63f71commit hash: b2afd89fb26437c5d9810b131370525352e63f71commit hash: b2afd89fb26437c5d9810b131370525352e63f71 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.74.1

PR:		275243
0.27.1_1
24 Oct 2023 10:22:32
commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.73.0

PR:		274499
0.27.1
19 Oct 2023 00:32:38
commit hash: cb6674538b00bd175694ff3af890a64fa64d46a8commit hash: cb6674538b00bd175694ff3af890a64fa64d46a8commit hash: cb6674538b00bd175694ff3af890a64fa64d46a8commit hash: cb6674538b00bd175694ff3af890a64fa64d46a8 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.27.1

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.27.1
Reported by:	Repology
0.27.0_2
08 Sep 2023 09:06:24
commit hash: aba8da2be191461126505c67726fa87345ae63f8commit hash: aba8da2be191461126505c67726fa87345ae63f8commit hash: aba8da2be191461126505c67726fa87345ae63f8commit hash: aba8da2be191461126505c67726fa87345ae63f8 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.72.0

PR:		273331
0.27.0_1
17 Jul 2023 15:58:38
commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.71.0

PR:		272449
0.27.0
27 Jun 2023 00:54:13
commit hash: 612be64530c5ca5093e53ad2e9d4262537ab6f19commit hash: 612be64530c5ca5093e53ad2e9d4262537ab6f19commit hash: 612be64530c5ca5093e53ad2e9d4262537ab6f19commit hash: 612be64530c5ca5093e53ad2e9d4262537ab6f19 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.27.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.27.0
Reported by:	Repology
0.26.1_1
09 Jun 2023 11:38:16
commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.70.0

PR:		271797
0.26.1
07 May 2023 23:33:26
commit hash: d31a0237a3e3427a8624b1a901ca7b8de86521d5commit hash: d31a0237a3e3427a8624b1a901ca7b8de86521d5commit hash: d31a0237a3e3427a8624b1a901ca7b8de86521d5commit hash: d31a0237a3e3427a8624b1a901ca7b8de86521d5 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.26.1

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.26.1
Reported by:	Repology
0.26.0
06 May 2023 23:08:51
commit hash: 4a56afe9e928b7ddbdf4cf1f2a05c090088ee595commit hash: 4a56afe9e928b7ddbdf4cf1f2a05c090088ee595commit hash: 4a56afe9e928b7ddbdf4cf1f2a05c090088ee595commit hash: 4a56afe9e928b7ddbdf4cf1f2a05c090088ee595 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.26.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.26.0
Reported by:	Repology
0.25.0_1
23 Apr 2023 13:14:05
commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.69.0

PR:		270953
0.25.0
07 Apr 2023 20:59:43
commit hash: a4758b9882a416597447649385c49369e5865217commit hash: a4758b9882a416597447649385c49369e5865217commit hash: a4758b9882a416597447649385c49369e5865217commit hash: a4758b9882a416597447649385c49369e5865217 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.25.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.25.0
Reported by:	Repology
0.24.1_1
16 Mar 2023 11:11:52
commit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371fcommit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371fcommit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371fcommit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371f files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.68.0

PR:		270080
0.24.1
09 Mar 2023 00:57:40
commit hash: 18832182f98263cbff8e5af9106b00788adfedc8commit hash: 18832182f98263cbff8e5af9106b00788adfedc8commit hash: 18832182f98263cbff8e5af9106b00788adfedc8commit hash: 18832182f98263cbff8e5af9106b00788adfedc8 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.24.1

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.24.1
Reported by:	Repology
0.24.0_2
13 Feb 2023 14:52:59
commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.67.1

PR:		269336
0.24.0_1
07 Jan 2023 19:24:18
commit hash: 12f1c627d4a26e8098339900303640f7520b6673commit hash: 12f1c627d4a26e8098339900303640f7520b6673commit hash: 12f1c627d4a26e8098339900303640f7520b6673commit hash: 12f1c627d4a26e8098339900303640f7520b6673 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump rust (cargo) ports to reflect on WITH_LTO

Bump ports in tree so they get rebuilt with new default settings
for cargo ports
0.24.0
30 Dec 2022 17:15:08
commit hash: 57de4b992b3a6d821ce62cd36143ba5cef54758ecommit hash: 57de4b992b3a6d821ce62cd36143ba5cef54758ecommit hash: 57de4b992b3a6d821ce62cd36143ba5cef54758ecommit hash: 57de4b992b3a6d821ce62cd36143ba5cef54758e files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.24.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.24.0
Reported by:	Repology
0.23.0_2
20 Dec 2022 17:37:15
commit hash: ba14e01a5249ee9d2f51183587dde36067be000fcommit hash: ba14e01a5249ee9d2f51183587dde36067be000fcommit hash: ba14e01a5249ee9d2f51183587dde36067be000fcommit hash: ba14e01a5249ee9d2f51183587dde36067be000f files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.66.0

PR:		268415
0.23.0_1
17 Nov 2022 07:06:14
commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.65.0

PR:		267622
0.23.0
12 Nov 2022 20:21:01
commit hash: bf66f2cc823d573ac04b87071f2269fd05719901commit hash: bf66f2cc823d573ac04b87071f2269fd05719901commit hash: bf66f2cc823d573ac04b87071f2269fd05719901commit hash: bf66f2cc823d573ac04b87071f2269fd05719901 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.23.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.23.0
Reported by:	Repology
0.22.0_1
03 Nov 2022 14:10:55
commit hash: c818b3c58ab646cbee75abfadcd04337c3a0ecc0commit hash: c818b3c58ab646cbee75abfadcd04337c3a0ecc0commit hash: c818b3c58ab646cbee75abfadcd04337c3a0ecc0commit hash: c818b3c58ab646cbee75abfadcd04337c3a0ecc0 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
*/*: move CARGO_CRATES to Makefile.crates in my ports
0.22.0_1
30 Oct 2022 12:07:09
commit hash: afe651cf62deb08500a44cde90296a818effe5aecommit hash: afe651cf62deb08500a44cde90296a818effe5aecommit hash: afe651cf62deb08500a44cde90296a818effe5aecommit hash: afe651cf62deb08500a44cde90296a818effe5ae files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.64.0

PR:		267173
0.22.0
30 Sep 2022 14:29:25
commit hash: b2ee56a6083ccdfc13c8e0844d6cdb67b4c56973commit hash: b2ee56a6083ccdfc13c8e0844d6cdb67b4c56973commit hash: b2ee56a6083ccdfc13c8e0844d6cdb67b4c56973commit hash: b2ee56a6083ccdfc13c8e0844d6cdb67b4c56973 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: restore LICENSE_FILE after 2a6906acc969
0.22.0
30 Sep 2022 14:24:30
commit hash: fe39455a34404ee19c4b1459f6f4cc7955bcc73ecommit hash: fe39455a34404ee19c4b1459f6f4cc7955bcc73ecommit hash: fe39455a34404ee19c4b1459f6f4cc7955bcc73ecommit hash: fe39455a34404ee19c4b1459f6f4cc7955bcc73e files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: distinguish homepage from x11/swayrbar
0.22.0
30 Sep 2022 14:24:29
commit hash: 2a6906acc9695c3f5c5f17f0a3064a2108cf3856commit hash: 2a6906acc9695c3f5c5f17f0a3064a2108cf3856commit hash: 2a6906acc9695c3f5c5f17f0a3064a2108cf3856commit hash: 2a6906acc9695c3f5c5f17f0a3064a2108cf3856 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: switch to crates.io for main distfile

Simplifies updates due to no shared Cargo.lock (from workspace).
0.22.0
28 Sep 2022 07:50:18
commit hash: 5369837d69dea8c28af3feb05e4ed3a3ffab6b1ecommit hash: 5369837d69dea8c28af3feb05e4ed3a3ffab6b1ecommit hash: 5369837d69dea8c28af3feb05e4ed3a3ffab6b1ecommit hash: 5369837d69dea8c28af3feb05e4ed3a3ffab6b1e files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.22.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.22.0
Reported by:	Repology
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.21.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.21.0
02 Sep 2022 17:20:22
commit hash: ed516c5975ebfee211df3c236d1cbaa6bd1c4f21commit hash: ed516c5975ebfee211df3c236d1cbaa6bd1c4f21commit hash: ed516c5975ebfee211df3c236d1cbaa6bd1c4f21commit hash: ed516c5975ebfee211df3c236d1cbaa6bd1c4f21 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.21.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.21.0
Reported by:	Repology
0.20.1_1
25 Aug 2022 14:49:50
commit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16cacommit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16cacommit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16cacommit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16ca files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
rust: bring back update to 1.63

Revert back the revert of the update of rust and related commits

This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers

This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.

With hat:	portmgr
0.20.1
25 Aug 2022 10:49:39
commit hash: 783c056d7d681d66e2c5c59251c275d65274028ecommit hash: 783c056d7d681d66e2c5c59251c275d65274028ecommit hash: 783c056d7d681d66e2c5c59251c275d65274028ecommit hash: 783c056d7d681d66e2c5c59251c275d65274028e files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
Revert "lang/rust: Bump revisions after 1.63.0"

This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.

PR:	265915
0.20.1_1
25 Aug 2022 08:51:32
commit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82dcommit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82dcommit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82dcommit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82d files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.63.0
0.20.1
16 Aug 2022 00:51:47
commit hash: 959c12d84d758e2f92dad42171c03f86f97236a0commit hash: 959c12d84d758e2f92dad42171c03f86f97236a0commit hash: 959c12d84d758e2f92dad42171c03f86f97236a0commit hash: 959c12d84d758e2f92dad42171c03f86f97236a0 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.20.1

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.20.1
Reported by:	Repology
0.20.0
23 Jul 2022 04:42:42
commit hash: 5426840f727fd3c9fa397d8100e0fba5ce1e5927commit hash: 5426840f727fd3c9fa397d8100e0fba5ce1e5927commit hash: 5426840f727fd3c9fa397d8100e0fba5ce1e5927commit hash: 5426840f727fd3c9fa397d8100e0fba5ce1e5927 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.20.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.20.0
Reported by:	Repology
0.19.0_1
02 Jul 2022 13:47:05
commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.62.0
0.19.0
02 Jun 2022 23:05:12
commit hash: a9e0721fcf0f04a10979224750aa692cfa8f43a1commit hash: a9e0721fcf0f04a10979224750aa692cfa8f43a1commit hash: a9e0721fcf0f04a10979224750aa692cfa8f43a1commit hash: a9e0721fcf0f04a10979224750aa692cfa8f43a1 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.19.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.19.0
Reported by:	Repology
0.18.0_1
31 May 2022 13:06:17
commit hash: e9a35a1c5016dde2e50c722753b048dfeb7093becommit hash: e9a35a1c5016dde2e50c722753b048dfeb7093becommit hash: e9a35a1c5016dde2e50c722753b048dfeb7093becommit hash: e9a35a1c5016dde2e50c722753b048dfeb7093be files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.61.0
0.18.0
08 May 2022 00:58:27
commit hash: bfaf18f4525b85684acea444ca3901eae79932d8commit hash: bfaf18f4525b85684acea444ca3901eae79932d8commit hash: bfaf18f4525b85684acea444ca3901eae79932d8commit hash: bfaf18f4525b85684acea444ca3901eae79932d8 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.18.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.18.0
Reported by:	Repology
0.17.0_2
08 May 2022 00:58:27
commit hash: 131a168c9a20a3f62e6cb9a8cc62094a5892bfaccommit hash: 131a168c9a20a3f62e6cb9a8cc62094a5892bfaccommit hash: 131a168c9a20a3f62e6cb9a8cc62094a5892bfaccommit hash: 131a168c9a20a3f62e6cb9a8cc62094a5892bfac files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: unbreak system-wide config after 28f0fc0687d1
0.17.0_1
03 May 2022 08:00:34
commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Relink ports after the Rust 1.60.0 update
0.17.0
17 Apr 2022 00:30:26
commit hash: 28f0fc0687d1a417274b36311b366d02f170aea7commit hash: 28f0fc0687d1a417274b36311b366d02f170aea7commit hash: 28f0fc0687d1a417274b36311b366d02f170aea7commit hash: 28f0fc0687d1a417274b36311b366d02f170aea7 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.17.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.17.0
Reported by:	Repology
0.16.1
03 Apr 2022 17:14:29
commit hash: 55e3359358dd6a3e65be13103a21e3a105f66b42commit hash: 55e3359358dd6a3e65be13103a21e3a105f66b42commit hash: 55e3359358dd6a3e65be13103a21e3a105f66b42commit hash: 55e3359358dd6a3e65be13103a21e3a105f66b42 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: unbreak fetch after bb262a7ecbab

=> rust/crates/clap-3.1.8.crate is not in /usr/ports/x11/swayr/distinfo.
=> Either /usr/ports/x11/swayr/distinfo is out of date, or
=> rust/crates/clap-3.1.8.crate is spelled incorrectly.
*** Error code 1
0.16.1
03 Apr 2022 17:10:48
commit hash: bb262a7ecbab9ce226ea17b41cd0f0ee4223d858commit hash: bb262a7ecbab9ce226ea17b41cd0f0ee4223d858commit hash: bb262a7ecbab9ce226ea17b41cd0f0ee4223d858commit hash: bb262a7ecbab9ce226ea17b41cd0f0ee4223d858 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.16.1

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.16.1
Reported by:	Repology
0.16.0
26 Mar 2022 00:47:56
commit hash: 2e9ae6d7295577ab1b8fae98ef4c62e0dba82c73commit hash: 2e9ae6d7295577ab1b8fae98ef4c62e0dba82c73commit hash: 2e9ae6d7295577ab1b8fae98ef4c62e0dba82c73commit hash: 2e9ae6d7295577ab1b8fae98ef4c62e0dba82c73 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.16.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.16.0
Reported by:	Repology
0.15.0
16 Mar 2022 11:35:13
commit hash: 9176d2244fe9fd585a2c51380a8780a5310ce67dcommit hash: 9176d2244fe9fd585a2c51380a8780a5310ce67dcommit hash: 9176d2244fe9fd585a2c51380a8780a5310ce67dcommit hash: 9176d2244fe9fd585a2c51380a8780a5310ce67d files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.15.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.15.0
Reported by:	Repology
0.14.0_1
15 Mar 2022 09:51:58
commit hash: e255ac5487b4968237729e953a156c2be8914617commit hash: e255ac5487b4968237729e953a156c2be8914617commit hash: e255ac5487b4968237729e953a156c2be8914617commit hash: e255ac5487b4968237729e953a156c2be8914617 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.59.0
0.14.0
27 Feb 2022 18:35:17
commit hash: 22b2779a13d6741f8b424fa4584da284dd261697commit hash: 22b2779a13d6741f8b424fa4584da284dd261697commit hash: 22b2779a13d6741f8b424fa4584da284dd261697commit hash: 22b2779a13d6741f8b424fa4584da284dd261697 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.14.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.14.0
Reported by:	Repology
0.13.0
04 Feb 2022 18:36:46
commit hash: 6d353fa7ab7772a010d00edc5a2dc1c89d0fe1dacommit hash: 6d353fa7ab7772a010d00edc5a2dc1c89d0fe1dacommit hash: 6d353fa7ab7772a010d00edc5a2dc1c89d0fe1dacommit hash: 6d353fa7ab7772a010d00edc5a2dc1c89d0fe1da files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.13.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.13.0
Reported by:	Repology
0.12.2_1
03 Feb 2022 14:02:32
commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Relink consumers

PR:		261449
Security:	ee26f513-826e-11ec-8be6-d4c9ef517024
0.12.2
02 Feb 2022 19:57:59
commit hash: 544bc35af3849258fc7a751e31163c655ff3582fcommit hash: 544bc35af3849258fc7a751e31163c655ff3582fcommit hash: 544bc35af3849258fc7a751e31163c655ff3582fcommit hash: 544bc35af3849258fc7a751e31163c655ff3582f files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.12.2

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.12.2
Reported by:	Repology
0.12.1
30 Jan 2022 00:36:58
commit hash: 5d4454473938e899fa8c349d1d2fed98093fb7d6commit hash: 5d4454473938e899fa8c349d1d2fed98093fb7d6commit hash: 5d4454473938e899fa8c349d1d2fed98093fb7d6commit hash: 5d4454473938e899fa8c349d1d2fed98093fb7d6 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.12.1

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.12.1
Reported by:	Repology
0.12.0
21 Jan 2022 18:42:40
commit hash: 03182b1189af05dbc8ccaddb949c1ff21101c4a0commit hash: 03182b1189af05dbc8ccaddb949c1ff21101c4a0commit hash: 03182b1189af05dbc8ccaddb949c1ff21101c4a0commit hash: 03182b1189af05dbc8ccaddb949c1ff21101c4a0 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.12.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.12.0
0.11.2_1
17 Jan 2022 11:57:45
commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Bump revisions after 1.58.0
0.11.2
19 Dec 2021 08:14:45
commit hash: 7b3f60e38ab9b4174271af2b55c4aa7078da5640commit hash: 7b3f60e38ab9b4174271af2b55c4aa7078da5640commit hash: 7b3f60e38ab9b4174271af2b55c4aa7078da5640commit hash: 7b3f60e38ab9b4174271af2b55c4aa7078da5640 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.11.2

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.11.2
0.11.1
13 Dec 2021 00:50:54
commit hash: cae456d0d08941f4f7e1a7058f5e6bedcaf9a2bacommit hash: cae456d0d08941f4f7e1a7058f5e6bedcaf9a2bacommit hash: cae456d0d08941f4f7e1a7058f5e6bedcaf9a2bacommit hash: cae456d0d08941f4f7e1a7058f5e6bedcaf9a2ba files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.11.1

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.11.1
0.10.1_1
05 Dec 2021 12:35:42
commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Rebuild consumers for Rust 1.57.0
0.10.1
27 Nov 2021 00:48:51
commit hash: 10207bd568d52e537d3c1ffc136cc6eee6652a01commit hash: 10207bd568d52e537d3c1ffc136cc6eee6652a01commit hash: 10207bd568d52e537d3c1ffc136cc6eee6652a01commit hash: 10207bd568d52e537d3c1ffc136cc6eee6652a01 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.10.1

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.10.1
0.10.0
20 Nov 2021 00:57:38
commit hash: 420387d9788682aeef8f0c6a3482979681432771commit hash: 420387d9788682aeef8f0c6a3482979681432771commit hash: 420387d9788682aeef8f0c6a3482979681432771commit hash: 420387d9788682aeef8f0c6a3482979681432771 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.10.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.10.0
Reported by:	/r/swaywm
0.9.1
11 Nov 2021 16:37:05
commit hash: fffdb276539ace0d93e89bb1688fedc7487d3b55commit hash: fffdb276539ace0d93e89bb1688fedc7487d3b55commit hash: fffdb276539ace0d93e89bb1688fedc7487d3b55commit hash: fffdb276539ace0d93e89bb1688fedc7487d3b55 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.9.1

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.9.1
Reported by:	/r/swaywm
0.9.0
08 Nov 2021 13:01:07
commit hash: 080c15f53ea905f6d2e13450c292b57f66c053dccommit hash: 080c15f53ea905f6d2e13450c292b57f66c053dccommit hash: 080c15f53ea905f6d2e13450c292b57f66c053dccommit hash: 080c15f53ea905f6d2e13450c292b57f66c053dc files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.9.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.9.0
Reported by:	/r/swaywm
0.8.0
30 Oct 2021 06:20:51
commit hash: ff18a02e7d987009050b5efe8d6fab208fe179e4commit hash: ff18a02e7d987009050b5efe8d6fab208fe179e4commit hash: ff18a02e7d987009050b5efe8d6fab208fe179e4commit hash: ff18a02e7d987009050b5efe8d6fab208fe179e4 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.8.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.8.0
Reported by:	/r/swaywm
0.7.0_1
25 Oct 2021 08:55:19
commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: Rebuild for Rust 1.56.0
0.7.0
28 Sep 2021 01:32:15
commit hash: 59b32cf9df34fc04b30df835b982cc60375a1e49commit hash: 59b32cf9df34fc04b30df835b982cc60375a1e49commit hash: 59b32cf9df34fc04b30df835b982cc60375a1e49commit hash: 59b32cf9df34fc04b30df835b982cc60375a1e49 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.7.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.7.0
Reported by:	/r/swaywm
0.6.2_2
19 Sep 2021 09:03:23
commit hash: 7059b437276adb3724a01c87aa54da081f71c94bcommit hash: 7059b437276adb3724a01c87aa54da081f71c94bcommit hash: 7059b437276adb3724a01c87aa54da081f71c94bcommit hash: 7059b437276adb3724a01c87aa54da081f71c94b files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: Rebuild lang/rust consumers after the 1.55.0 update
0.6.2_1
28 Aug 2021 13:42:06
commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Rebuild consumers for 1.54.0
0.6.2
03 Aug 2021 00:58:16
commit hash: 55c8c5ac7db5b90ce2090f17c005726e4dfd2540commit hash: 55c8c5ac7db5b90ce2090f17c005726e4dfd2540commit hash: 55c8c5ac7db5b90ce2090f17c005726e4dfd2540commit hash: 55c8c5ac7db5b90ce2090f17c005726e4dfd2540 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.6.2

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.6.2
0.6.1
16 Jul 2021 00:55:40
commit hash: 6031679b6c39661337f3bcc40ab48ebeb6b255f7commit hash: 6031679b6c39661337f3bcc40ab48ebeb6b255f7commit hash: 6031679b6c39661337f3bcc40ab48ebeb6b255f7commit hash: 6031679b6c39661337f3bcc40ab48ebeb6b255f7 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.6.1

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.6.1
Reported by:	/r/swaywm
0.6.0
14 Jul 2021 21:12:08
commit hash: 623b1d058adc5ccd0ccde85e752a86760792c96bcommit hash: 623b1d058adc5ccd0ccde85e752a86760792c96bcommit hash: 623b1d058adc5ccd0ccde85e752a86760792c96bcommit hash: 623b1d058adc5ccd0ccde85e752a86760792c96b files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.6.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.6.0
Reported by:	/r/swaywm
0.5.1
13 Jul 2021 09:27:02
commit hash: 4937d841edf23e3fec0fe4ef8a7cad6ff2c88058commit hash: 4937d841edf23e3fec0fe4ef8a7cad6ff2c88058commit hash: 4937d841edf23e3fec0fe4ef8a7cad6ff2c88058commit hash: 4937d841edf23e3fec0fe4ef8a7cad6ff2c88058 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
x11/swayr: fix build on powerpc
0.5.1
07 Jul 2021 13:22:17
commit hash: 86ec567ae87efb74b5bc2ea9b46336d4c6a7e17bcommit hash: 86ec567ae87efb74b5bc2ea9b46336d4c6a7e17bcommit hash: 86ec567ae87efb74b5bc2ea9b46336d4c6a7e17bcommit hash: 86ec567ae87efb74b5bc2ea9b46336d4c6a7e17b files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.5.1

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.5.1
Reported by:	Repology
0.5.0
05 Jul 2021 08:00:08
commit hash: 763feed78fdd5b2054eb158a7234a5f878932c15commit hash: 763feed78fdd5b2054eb158a7234a5f878932c15commit hash: 763feed78fdd5b2054eb158a7234a5f878932c15commit hash: 763feed78fdd5b2054eb158a7234a5f878932c15 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: update to 0.5.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.5.0
0.4.4
01 Jul 2021 13:21:59
commit hash: 123b1571faa645e3e06e74c27e5bd92ec5b6bda0commit hash: 123b1571faa645e3e06e74c27e5bd92ec5b6bda0commit hash: 123b1571faa645e3e06e74c27e5bd92ec5b6bda0commit hash: 123b1571faa645e3e06e74c27e5bd92ec5b6bda0 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11/swayr: add new port

Swayr consists of a demon, and a client. The demon swayrd records
window/workspace creations, deletions, and focus changes using sway's
JSON IPC interface. The client swayr offers subcommands, see swayr
--help, and sends them to the demon which executes them.

Right now, there are these subcommands:
* next-window focuses the next window in depth-first iteration order of the
  tree.
* prev-window focuses the previous window in depth-first iteration order of
  the tree.
* switch-window displays all windows in the order urgent first, then
  last-recently-used, focused last and focuses the selected.
* quit-window displays all windows and quits the selected one.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 75