Port details |
- py-powerline-status Statusline plugin for vim, zsh, bash, and more
- 2.8.4 misc =5 2.8.4Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2015-12-20 15:33:01
- Last Update: 2024-08-30 08:10:47
- Commit Hash: c7dd546
- People watching this port, also watch:: htop, smartmontools, wget, lsof, sudo
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/powerline/powerline
- Description:
- Powerline is a statusline plugin for vim, and provides statuslines and prompts
for several other applications, including zsh, bash, tmux, IPython, Awesome, i3
and Qtile.
- ¦ ¦ ¦ ¦
- 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}powerline-status>0:misc/py-powerline-status@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-powerline-status/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-powerline-status
- pkg install py311-powerline-status
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-powerline-status listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-powerline-status
- Package flavors (<flavor>: <package>)
- py311: py311-powerline-status
- distinfo:
- TIMESTAMP = 1725002694
SHA256 (powerline-powerline-2.8.4_GH0.tar.gz) = 9e846af9379b57e410efe264cff3a6b98eb78dd9526e83016776ae5ffc5798f4
SIZE (powerline-powerline-2.8.4_GH0.tar.gz) = 369057
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-sphinx>=0,1 : textproc/py-sphinx@py311
- py311-sphinx_rtd_theme>=0 : textproc/py-sphinx_rtd_theme@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-psutil>=3.2.0 : sysutils/py-psutil@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-powerline-status-2.8.4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- misc_py-powerline-status
- USES:
- python shebangfix
- pkg-message:
- For install:
- A comprehensive documentation can be found at
https://powerline.readthedocs.io/en/latest/index.html
For shell configuration see "Usage - Plugins - Shell prompts".
To display powerline-status accurately in X Window System
terminal emulators make sure the following requirements are met:
- A font from port x11-fonts/powerline-fonts must be specified
in the X Window Systems X resource file ~/.Xdefaults or the
terminals preferences
- Locale must be set UTF-8 to the login shell in the user's
~/.login_conf, or the shells startup file, or system wide from
/etc/login.conf:
default:\
...
:umask=022:\
:charset=UTF-8:\
:lang=C.UTF-8:
Execute "cap_mkdb /etc/login.conf" to update the login class
capability database.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.4 30 Aug 2024 08:10:47 |
Muhammad Moinur Rahman (bofh) |
misc/py-powerline-status: Update version 2.8.3=>2.8.4
Changelog: https://github.com/powerline/powerline/releases/tag/2.8.4 |
2.8.3_2 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
2.8.3_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> |
2.8.3_1 15 Apr 2023 13:14:58 |
Muhammad Moinur Rahman (bofh) |
misc/py-powerline-status: Add python311 compatibility
Changelog: https://github.com/powerline/powerline/pull/2212
PR: 270758
Reported by: fluffy tremere@cainites.net |
2.8.3 14 Apr 2023 20:56:54 |
Muhammad Moinur Rahman (bofh) |
misc/py-powerline-status: Update version 2.8.2=>2.8.3
- Pet portclippy
Changelog: https://github.com/powerline/powerline/releases/tag/2.8.3 |
2.8.2 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
2.8.2 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
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) |
2.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 ) |
2.8.2 28 Aug 2021 01:52:56 |
Steve Wills (swills) |
misc/py-powerline-status: update to 2.8.2
While here:
* Fix docs build with non-default python versions
* Add missing dependency on psutil [1]
PR: 255563 [1]
Reported by: stephan@lichtenauer.co.za [1] |
2.8.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.8.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8.1_1 16 Mar 2021 21:10:08 |
dbaio |
textproc/py-sphinx: Update to 3.5.2
Add patches to fix Sphinx consumers; The most common issues are related with
pkg-plist, the output files for Sphinx changes between versions, keep this
dynamically is the better approach and will save time in future Sphinx updates.
Changelog: https://github.com/sphinx-doc/sphinx/blob/v3.5.2/CHANGES
PR: 254185
Approved by: python (with hat)
Exp-run by: antoine |
2.8.1 17 Jan 2021 15:15:35 |
swills |
misc/py-powerline-status: Update to 2.8.1 [1]
While here, add docs
PR: 252544 [1]
Submitted by: Newton Terry <newton.ja.terry@gmail.com> [1] |
2.7 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.7 21 Sep 2018 22:41:09 |
swills |
misc/py-powerline-status: update to 2.7 |
2.6 22 Mar 2018 00:35:15 |
swills |
misc/py-powerline-status: update to 2.6 |
2.5.2_1 21 Apr 2017 14:50:05 |
miwi |
- Fix shebangs |
2.5.2 07 Mar 2017 02:23:50 |
swills |
misc/py-powerline-status: update to 2.5.2 |
2.4 28 May 2016 12:29:22 |
swills |
misc/py-powerline-status: update to 2.4 |
2.3 20 Dec 2015 15:32:54 |
swills |
misc/py-powerline-status: create port
Powerline is a statusline plugin for vim, and provides statuslines and prompts
for several other applications, including zsh, bash, tmux, IPython, Awesome, i3
and Qtile.
WWW: https://github.com/powerline/powerline |