Port details |
- py-ueberzug Draw images on terminals with X11 child windows
- 18.1.8_2 graphics
=2 18.1.8_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2021-04-17 15:18:19
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv3+
- WWW:
- https://github.com/ueber-devel/ueberzug
- Description:
- Überzug is a command line util which allows to draw images on terminals by
using child windows.
Advantages to w3mimgdisplay:
- no race conditions as a new window is created to display images
- expose events will be processed,
- so images will be redrawn on switch workspaces
- tmux support (excluding multi pane windows)
- terminals without the WINDOWID environment variable are supported
- chars are used as position - and size unit
- no memory leak (/ unlimited cache)
¦ ¦ ¦ ¦ 
- 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}ueberzug>0:graphics/py-ueberzug@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-ueberzug/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-ueberzug
- pkg install py311-ueberzug
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 py311-ueberzug listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-ueberzug
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1618660681
SHA256 (ueber-devel-ueberzug-18.1.8_GH0.tar.gz) = a9fbe22e2ad59f42b148f184af808d6106ae504d9b19797385f2714a6351dbcb
SIZE (ueber-devel-ueberzug-18.1.8_GH0.tar.gz) = 50646
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pillow>=7.0.0 : graphics/py-pillow@py311
- py311-attrs>=18.2.0 : devel/py-attrs@py311
- py311-docopt>=0 : devel/py-docopt@py311
- py311-psutil>=0 : sysutils/py-psutil@py311
- py311-python-xlib>=0 : x11-toolkits/py-python-xlib@py311
- python3.11 : lang/python311
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- This port is required by:
- for Run
-
- multimedia/ytfzf
Configuration Options:
- ===> The following configuration options are available for py311-ueberzug-18.1.8_2:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- graphics_py-ueberzug
- USES:
- localbase python shebangfix xorg
- 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 |
18.1.8_2 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
18.1.8_1 12 Jul 2023 09:56:37
    |
Jan Beich (jbeich)  |
graphics/py-ueberzug: move to new upstream
https://github.com/seebye/ueberzug/commit/5995be053c0e
Reported by: Repology
Inspired by: Arch, Gentoo |
18.1.8_1 12 Jul 2023 09:01:31
    |
Mateusz Piotrowski (0mp)  |
graphics/py-ueberzug: Return to pool
The next maintainer should consider updating the port
to follow the new upstream:
https://github.com/ueber-devel/ueberzug |
18.1.8_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
18.1.8_1 29 Oct 2022 15:27:27
    |
Li-Wen Hsu (lwhsu)  |
Chase x11-toolkits/py-python-xlib package rename
PR: 267326 |
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) |
18.1.8 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 ) |
18.1.8 21 Jun 2022 12:01:51
    |
Lorenzo Salvadore (salvadore)  |
x11-toolkits/py-xlib: Rename as py-python-xlib
Requested by: koobs
Approved by: koobs (python ports compliance) |
18.1.8 23 Apr 2021 06:04:22
    |
Kai Knoblich (kai)  |
graphics/py-ueberzug: Fix packaging with Python 3.8+
* Apply the same fix as in 9cb5898561b302d952fec8e2fac66a945a2c4915 by
stripping libraries by wildcard paths.
* Also use PYTHONPREFIX_SITELIBDIR instead PYTHON_SITELIBDIR to make
the port PREFIX safe while I'm here.
PR: 253815
Approved by: python (with hat) |
18.1.8 19 Apr 2021 10:42:36
    |
Mark Linimon (linimon)  |
graphics/py-ueberzug: add USE_CSTD=c99 to fix build on GCC-based systems:
Xshm/Xshm.c:209: error: 'for' loop initial declaration used outside C99 mode |
18.1.8 17 Apr 2021 15:17:21
    |
Mateusz Piotrowski (0mp)  |
graphics/py-ueberzug: Add a new port |