View | Details | Raw Unified | Return to bug 279394
Collapse All | Expand All

(-)b/x11/xpra-html5/Makefile (-14 / +11 lines)
Lines 1-5 Link Here
1
PORTNAME=	xpra-html5
1
PORTNAME=	xpra-html5
2
PORTVERSION=	12
2
PORTVERSION=	13
3
DISTVERSIONPREFIX=	v
3
DISTVERSIONPREFIX=	v
4
CATEGORIES=	x11
4
CATEGORIES=	x11
5
5
Lines 13-42 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
13
BUILD_DEPENDS=	brotli:archivers/brotli
13
BUILD_DEPENDS=	brotli:archivers/brotli
14
14
15
USES=		python:build
15
USES=		python:build
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	Xpra-org
18
USE_PYTHON=	noflavors
19
20
ETCDIR=		${PREFIX}/etc/xpra/html5-client
21
NO_ARCH=	yes
22
NO_BUILD=	yes
16
23
17
OPTIONS_DEFAULT=	YUICOMPRESSOR
24
OPTIONS_DEFAULT=	YUICOMPRESSOR
18
25
19
OPTIONS_RADIO=		MINIFIER
26
OPTIONS_RADIO=		MINIFIER
20
OPTIONS_RADIO_MINIFIER=	HJSMIN YUICOMPRESSOR
27
OPTIONS_RADIO_MINIFIER=	HJSMIN YUICOMPRESSOR
21
28
29
HJSMIN_DESC=		Minify JavaScript with hjsmin (Haskell)
22
MINIFIER_DESC=		JavaScript sources minification
30
MINIFIER_DESC=		JavaScript sources minification
23
YUICOMPRESSOR_DESC=	Minify JavaScript with yuicompressor (Java)
31
YUICOMPRESSOR_DESC=	Minify JavaScript with yuicompressor (Java)
24
HJSMIN_DESC=		Minify JavaScript with hjsmin (Haskell)
25
26
YUICOMPRESSOR_BUILD_DEPENDS=	yuicompressor:www/yuicompressor
27
YUICOMPRESSOR_VARS=		minifier=yuicompressor
28
32
29
HJSMIN_BUILD_DEPENDS=	hjsmin:www/hs-hjsmin
33
HJSMIN_BUILD_DEPENDS=	hjsmin:www/hs-hjsmin
30
HJSMIN_VARS=		minifier=hjsmin
34
HJSMIN_VARS=		minifier=hjsmin
31
35
YUICOMPRESSOR_BUILD_DEPENDS=	yuicompressor:www/yuicompressor
32
USE_PYTHON=	noflavors
36
YUICOMPRESSOR_VARS=		minifier=yuicompressor
33
34
USE_GITHUB=	yes
35
GH_ACCOUNT=	Xpra-org
36
37
NO_ARCH=	yes
38
NO_BUILD=	yes
39
ETCDIR=		${PREFIX}/etc/xpra/html5-client
40
37
41
.include <bsd.port.options.mk>
38
.include <bsd.port.options.mk>
42
39
(-)b/x11/xpra-html5/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1711788993
1
TIMESTAMP = 1717048176
2
SHA256 (Xpra-org-xpra-html5-v12_GH0.tar.gz) = 09c82238b920951ba2cdde7102e2a28b7786137a09659ca1c3feac08c3794a18
2
SHA256 (Xpra-org-xpra-html5-v13_GH0.tar.gz) = f189d98ac411b8ba87805174e10ed9f33e561e3c908a109305eab4e21db32afa
3
SIZE (Xpra-org-xpra-html5-v12_GH0.tar.gz) = 2354981
3
SIZE (Xpra-org-xpra-html5-v13_GH0.tar.gz) = 2360764
(-)b/x11/xpra-html5/pkg-descr (-2 / +2 lines)
Lines 1-4 Link Here
1
Xpra gives you persistent remote applications for X. So basically it is a
1
Xpra gives you persistent remote applications for X.
2
screen for remote X apps.
2
So basically it is a screen for remote X apps.
3
3
4
This package contains Xpra HTML5 client that runs in the browser window.
4
This package contains Xpra HTML5 client that runs in the browser window.
(-)b/x11/xpra-html5/pkg-plist (-1 / +4 lines)
Lines 1-4 Link Here
1
%%ETCDIR%%/default-settings.txt
1
%%ETCDIR%%/default-settings.txt
2
share/xpra/www/clipboard.html
3
share/xpra/www/clipboard.html.br
4
share/xpra/www/clipboard.html.gz
2
share/xpra/www/connect.html
5
share/xpra/www/connect.html
3
share/xpra/www/connect.html.br
6
share/xpra/www/connect.html.br
4
share/xpra/www/connect.html.gz
7
share/xpra/www/connect.html.gz
Lines 38-43 share/xpra/www/favicon.ico.br Link Here
38
share/xpra/www/favicon.ico.gz
41
share/xpra/www/favicon.ico.gz
39
share/xpra/www/favicon.png
42
share/xpra/www/favicon.png
40
share/xpra/www/icons/authentication.png
43
share/xpra/www/icons/authentication.png
44
share/xpra/www/icons/clipboard.png
41
share/xpra/www/icons/close.png
45
share/xpra/www/icons/close.png
42
share/xpra/www/icons/default_cursor.png
46
share/xpra/www/icons/default_cursor.png
43
share/xpra/www/icons/empty.png
47
share/xpra/www/icons/empty.png
44
- 

Return to bug 279394