Bug 254313 - x11/xpra HTML5 Client gone with 4.1.1
Summary: x11/xpra HTML5 Client gone with 4.1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gleb Popov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-15 17:36 UTC by Jürgen Weber
Modified: 2021-04-15 09:46 UTC (History)
0 users

See Also:
arrowd: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jürgen Weber 2021-03-15 17:36:19 UTC
After the recent xpra update to 4.1.1 the Xpra HTML5 Client was gone.

I manually installed it from

https://github.com/Xpra-org/xpra-html5

and  python3 ./setup.py install /usr/local/share/xpra/www


This should be included in the port, again.
Comment 1 Gleb Popov freebsd_committer freebsd_triage 2021-03-15 18:25:40 UTC
Right, HTML5 client is in its own repo now, so this would require creating another port. Right now xpra-html5 have no releases nor tags, so I bugged upstream with this problem.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-04-15 09:46:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e0c16587db9f64d435c65091fe8dc60e6c2b9862

commit e0c16587db9f64d435c65091fe8dc60e6c2b9862
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2021-04-15 09:42:58 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-04-15 09:44:49 +0000

    Create x11/xpra-html port - a HTML5 client for x11/xpra

    Previosly it was a part of x11/xpra.

    PR:             254313

 x11/Makefile                   |   1 +
 x11/xpra-html5/Makefile (new)  |  35 ++++++++
 x11/xpra-html5/distinfo (new)  |   3 +
 x11/xpra-html5/pkg-descr (new) |   6 ++
 x11/xpra-html5/pkg-plist (new) | 178 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 223 insertions(+)