View | Details | Raw Unified | Return to bug 252544 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 1-14 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	powerline-status
3
PORTNAME=	powerline-status
4
PORTVERSION=	2.7
4
PORTVERSION=	2.8.1
5
CATEGORIES=	misc python
5
CATEGORIES=	misc python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
7
9
MAINTAINER=	swills@FreeBSD.org
8
MAINTAINER=	swills@FreeBSD.org
10
COMMENT=	Statusline plugin for vim, zsh, bash, and more
9
COMMENT=	Statusline plugin for vim, zsh, bash, and more
11
10
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/docs/source/license-and-credits.rst
13
12
USES=		python:3.6+ shebangfix
14
USES=		python:3.6+ shebangfix
13
USE_PYTHON=	distutils autoplist
15
USE_PYTHON=	distutils autoplist
14
SHEBANG_FILES=	powerline/bindings/i3/powerline-i3.py \
16
SHEBANG_FILES=	powerline/bindings/i3/powerline-i3.py \
Lines 16-21 Link Here
16
		powerline/bindings/lemonbar/powerline-lemonbar.py \
18
		powerline/bindings/lemonbar/powerline-lemonbar.py \
17
		powerline/bindings/awesome/powerline-awesome.py
19
		powerline/bindings/awesome/powerline-awesome.py
18
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	powerline
23
GH_PROJECT=	powerline
24
19
post-install:
25
post-install:
20
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/powerline
26
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/powerline
21
27
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1537569483
1
TIMESTAMP = 1609304473
2
SHA256 (powerline-status-2.7.tar.gz) = 8c7e7da45beb2332bc8226b166b732ef70db2cb0a1f3f0fdc3c539115522ecb6
2
SHA256 (powerline-powerline-2.8.1_GH0.tar.gz) = a4f36ad9d88a6c90b82427d574c8b5518b3c8b11b6eaf38acf2336064c63565d
3
SIZE (powerline-status-2.7.tar.gz) = 233726
3
SIZE (powerline-powerline-2.8.1_GH0.tar.gz) = 363814
(-)pkg-message (+32 lines)
Line 0 Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
A   comprehensive  documentation  can  be  found  at
5
6
https://powerline.readthedocs.io/en/latest/index.html
7
8
For shell configuration see  "Usage - Plugins - Shell prompts".
9
10
11
To  display  powerline-status  accurately  in  X Window  System
12
terminal emulators make sure the following requirements are met:
13
14
- A  font  from port x11-fonts/powerline-fonts must be specified
15
  in  the    X Window  Systems   X resource file    ~/.Xdefaults
16
  or  the terminals preferences
17
18
- Locale  must  be  set UTF-8  to  the login shell in the user's
19
  ~/.login_conf, or the shells startup file, or system wide from
20
  /etc/login.conf:
21
22
  	default:\
23
		...
24
		:umask=022:\
25
		:charset=UTF-8:\
26
		:lang=C.UTF-8:
27
28
  Execute  "cap_mkdb /etc/login.conf"  to  update the login class
29
  capability database. 
30
EOM
31
}
32
]

Return to bug 252544