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
py-autotiling Automatically switch the window split orientation in sway and i3
1.9.1 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 1.8Version of this port present on the latest quarterly branch.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-11 20:27:07
Last Update: 2024-03-02 20:18:02
Commit Hash: 746af1f
License: GPLv3+
WWW:
https://github.com/nwg-piotr/autotiling
Description:
This script uses the i3ipc-python library to switch the layout splith/splitv depending on the currently focused window dimensions. It works on both sway and i3 window managers. The script does one thing: it checks the window height / width ratio, and executes the equivalent of either swaymsg splitv or swaymsg splith. Nothing less, nothing more. Yes, it may make stacking and tabbed layouts behave oddly. No, nothing can be done about it. If you like stacking/tabbed layouts, you may use them on workspaces with autotiling turned off (--workspaces argument). Do not submit issues about it. For instance, you may configure autotiling to work on odd workspaces, but not on even: ### Autostart exec autotiling -w 1 3 5 7 9
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
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}autotiling>0:x11/py-autotiling@${PY_FLAVOR}
To install the port:
cd /usr/ports/x11/py-autotiling/ && make install clean
To add the package, run one of these commands:
  • pkg install x11/py-autotiling
  • pkg install py39-autotiling
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-autotiling listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-autotiling
Package flavors (<flavor>: <package>)
  • py39: py39-autotiling
distinfo:
TIMESTAMP = 1709080266 SHA256 (autotiling-1.9.1.tar.gz) = d640bbaaf18693ab87161d134b6ac4806e55d4246d336aa6283798f2bdf9afcd SIZE (autotiling-1.9.1.tar.gz) = 18084

Packages (timestamps in pop-ups are UTC):
py39-autotiling
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.9.11.9.1-1.9.11.9.1---
FreeBSD:13:quarterly1.81.81.81.81.81.81.81.8
FreeBSD:14:latest1.9.11.9.11.81.9.11.9.11.8-1.8
FreeBSD:14:quarterly1.81.8-1.81.81.81.81.8
FreeBSD:15:latest1.9.11.9.1n/a1.8n/a1.81.81.8
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. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-i3ipc>0 : x11/py-i3ipc@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
x11_py-autotiling
USES:
python
pkg-message:
To use x11/py-autotiling, add exec_always autotiling or exec_always --no-startup-id autotiling to the ~/.config/sway/config or ~/.config/i3/config file.

Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/a/autotiling/
  2. https://pypi.org/packages/source/a/autotiling/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.9.1
02 Mar 2024 20:18:02
commit hash: 746af1f6826d93b317efa8d71c341bc7adcd0132commit hash: 746af1f6826d93b317efa8d71c341bc7adcd0132commit hash: 746af1f6826d93b317efa8d71c341bc7adcd0132commit hash: 746af1f6826d93b317efa8d71c341bc7adcd0132 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
x11/py-autotiling: update to 1.9.1

Changelog: https://github.com/nwg-piotr/autotiling/releases/tag/v1.9
Changelog: https://github.com/nwg-piotr/autotiling/releases/tag/v1.9.1
1.8
08 Feb 2023 23:24:25
commit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2e files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
*/*: Update fuz@fuz.su to fuz@FreeBSD.org

www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit.  I did intentionally not
touch the entry in UPDATING.

Reviewed by:	eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435
1.8
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
1.8
14 Nov 2022 00:37:34
commit hash: 67e315a513a46623090dbb8e176884e2c2ae33c9commit hash: 67e315a513a46623090dbb8e176884e2c2ae33c9commit hash: 67e315a513a46623090dbb8e176884e2c2ae33c9commit hash: 67e315a513a46623090dbb8e176884e2c2ae33c9 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Robert Clausecker
x11/py-autotiling: Update to 1.8

ChangeLog:	https://github.com/nwg-piotr/autotiling/releases/tag/v1.8
PR:		267725
1.7
11 Nov 2022 20:25:24
commit hash: 29ffad78e36c430d4f01dc482a6e5282c92171d8commit hash: 29ffad78e36c430d4f01dc482a6e5282c92171d8commit hash: 29ffad78e36c430d4f01dc482a6e5282c92171d8commit hash: 29ffad78e36c430d4f01dc482a6e5282c92171d8 files touched by this commit
Juraj Lutter (otis) search for other commits by this committer
Author: Robert Clausecker
x11/py-autotiling: Add new port

Automatically switch the window split orientation in sway and i3.

This script uses the i3ipc-python library to switch the layout
splith/splitv depending on the currently focused window dimensions.  It
works on both sway and i3 window managers.

PR:		267408

Number of commits found: 5