Port details |
- mons POSIX shell script to quickly manage displays using XRandR
- 0.8.2_1 x11 =2 0.8.2_1Version of this port present on the latest quarterly branch.
- Maintainer: rob@sarcasticadmin.com
- Port Added: 2019-09-10 11:44:47
- Last Update: 2024-03-19 22:44:58
- Commit Hash: ac97a6e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/Ventto/mons
- Description:
- Mons is a shell script to quickly manage 2-monitors display using XRandR.
Perks:
- No requirement: POSIX-compliant (minimal: xorg-xrandr)
- Useful: Perfectly fit for laptops, quick and daily use
- Well known: Laptop mode, projector mode, duplicate, mirror and extend
- More: Select one or two monitors over several others
- Extra: Cycle through every mode with only one shortcut
- Auto: Daemon mode to automatically reset display
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/mons/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/mons
- pkg install mons
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mons
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1568112339
SHA256 (Ventto-mons-v0.8.2_GH0.tar.gz) = 73cf0e21c32206acec128c050c5905ee48412234f77c72fc4c1640cb53861160
SIZE (Ventto-mons-v0.8.2_GH0.tar.gz) = 19517
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- help2man : misc/help2man
- Runtime dependencies:
-
- xrandr : x11/xrandr
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mons-0.8.2_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11_mons
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.2_1 19 Mar 2024 22:44:58 |
Christian Weisgerber (naddy) |
x11/mons: Move man pages to share/man
Approved by: portmgr (blanket) |
0.8.2 12 May 2023 08:21:46 |
Alexey Dokuchaev (danfe) |
x11/mons: the port had been improved (+)
Patch the Makefile the right way and remove MAKE_ARGS: let our
framework deal with the LICENSE file, pass correct DESTDIR and
PREFIX values, and create the symlink to `liblist.sh' where it
is expected. |
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.8.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.8.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.2 10 Sep 2019 11:44:40 |
0mp |
New port: x11/mons: POSIX shell script to quickly manage displays using XRandR
PR: 222206
Submitted by: Robert James Hernandez <rob@sarcasticadmin.com>
Differential Revision: https://reviews.freebsd.org/D18437 |