Port details |
- arandr Another XRandR GUI
- 0.1.10_1 x11
=4 0.1.10_1Version of this port present on the latest quarterly branch. - Maintainer: sbz@FreeBSD.org
 - Port Added: 2013-06-21 10:10:20
- Last Update: 2021-04-09 18:44:23
- Commit Hash: 911f042
- People watching this port, also watch:: webcamd, git, tmux, pkg, powerdxx
- Also Listed In: deskutils
- License: GPLv3
- Description:
- ARandR is designed to provide a simple visual front end for XRandR. Relative
monitor positions are shown graphically and can be changed in a drag-and-drop
way.
WWW: https://christian.amsuess.com/tools/arandr/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/arandr/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/arandr
- pkg install arandr
- PKGNAME: arandr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617892664
SHA256 (arandr-arandr-43faec00c0feca3f00b0acbae048de14f02c6d21_GL0.tar.gz) = e8711d00d34f56a0e252517f1ba75f63c74479ad5ae33d81f6d2a594cf210ce3
SIZE (arandr-arandr-43faec00c0feca3f00b0acbae048de14f02c6d21_GL0.tar.gz) = 101402
- 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:
-
- py38-docutils>0.6 : textproc/py-docutils@py38
- msgfmt : devel/gettext-tools
- py38-gobject3>=0 : devel/py-gobject3@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- xrandr>0 : x11/xrandr
- py38-gobject3>=0 : devel/py-gobject3@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for arandr-0.1.10_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11_arandr
- USES:
- gettext gnome python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Apr 2021 18:44:23 0.1.10_1
|
Matthias Fechner (mfechner)  |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
06 Apr 2021 14:31:07 0.1.10_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Sep 2020 07:14:20
0.1.10_1
|
danfe  |
Add missing dependency on GTK, otherwise installed package fails to run:
Traceback (most recent call last):
File "/usr/local/bin/arandr", line 41, in <module>
from screenlayout.gui import main
File "/usr/local/lib/python3.7/site-packages/screenlayout/gui.py",
line 28, in <module>
gi.require_version('Gtk', '3.0')
File "/usr/local/lib/python3.7/site-packages/gi/__init__.py",
line 130, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available
Reported by: Zeus Panchenko |
29 Feb 2020 19:56:42
0.1.10
|
antoine  |
Fix plist
With hat: portmgr |
29 Feb 2020 16:34:34
0.1.10
|
0mp  |
x11/arandr: Update to 0.1.10
This version introduces support for Python 3.
Changelog:
https://gitlab.com/arandr/arandr/-/commit/43faec00c0feca3f00b0acbae048de14f02c6d21
Also:
- Remove deprecation notices.
- Switch to GitLab.
- Order variables.
- Install manpages into the new standard directory.
- Use INSTALL_MAN instead of INSTALL_DATA for documentation.
- Update WWW to use HTTPS.
PR: 244324
Approved by: sbz (maintainer)
Differential Revision: https://reviews.freebsd.org/D23799 |
27 Feb 2020 13:21:50
0.1.9
|
0mp  |
Postpone the expiration date of x11/arandr by 2 weeks
There is already a patch upgrading x11/arandr to a version supporting
Python 3. We need a litle bit more time in case the patch has to be
approved by maintainer timeout.
PR: 244324
Approved by: portmgr blanket |
28 Jan 2020 21:57:19
0.1.9
|
antoine  |
Deprecate some pygtk2 ports
With hat: portmgr |
20 Jun 2018 17:05:44
0.1.9
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
30 Nov 2017 15:50:34
0.1.9 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
16 Jan 2017 22:16:25
0.1.9
|
bapt  |
Update to 0.1.9
Approved by: sbz (maintainer) |
01 Apr 2016 14:33:58
0.1.7.1_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
14 May 2015 10:15:09
0.1.7.1_2
|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
24 Nov 2014 20:22:00
0.1.7.1_2
|
antoine  |
Cleanup plist |
19 Oct 2014 18:16:16
0.1.7.1_2
|
mva  |
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit) |
19 Apr 2014 06:11:22
0.1.7.1_2
|
bdrewery  |
- Stop removing directories from BSD.local.dist.
This fixes false-positive leftover (files removed) warnings
in Redports/QAT/Tinderbox.
Note that some of these ports still have Orphans which I did not
address.
With hat: portmgr
Spotted by: new 'check-plist' |
06 Jan 2014 08:30:53
0.1.7.1_1
|
bapt  |
Support stage
Fix broken dependency on py-gtk2 |
20 Sep 2013 23:43:20
0.1.7.1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
21 Jun 2013 10:10:08
0.1.7.1
|
sbz  |
ARandR is designed to provide a simple visual front end for XRandR. Relative
monitor positions are shown graphically and can be changed in a drag-and-drop
way.
WWW: http://christian.amsuess.com/tools/arandr/ |