Page MenuHomeFreeBSD

New port: www/browsh: Text-based browser supporting HTML5, CSS3, JS, video and WebGL
ClosedPublic

Authored by 0mp on Dec 17 2019, 3:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 9:46 AM
Unknown Object (File)
Mar 12 2024, 3:44 AM
Unknown Object (File)
Mar 6 2024, 12:08 PM
Unknown Object (File)
Mar 6 2024, 12:08 PM
Unknown Object (File)
Mar 6 2024, 12:08 PM
Unknown Object (File)
Mar 5 2024, 10:15 AM
Unknown Object (File)
Jan 31 2024, 5:58 AM
Unknown Object (File)
Jan 14 2024, 3:34 PM
Subscribers

Details

Summary
New port: www/browsh: Text-based browser supporting HTML5, CSS3, JS, video and WebGL

Browsh is a fully-modern text-based browser. It renders anything that a modern
browser can; HTML5, CSS3, JS, video and even WebGL. Its main purpose is to be
run on a remote server and accessed via SSH/Mosh or the in-browser HTML service
in order to significantly reduce bandwidth and thus both increase browsing
speeds and decrease bandwidth costs.

WWW: https://www.brow.sh/
  • At the moment I do not build Browsh and use the binaries prepared by the upstream
Test Plan
  • work fine

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 28198
Build 26324: arc lint + arc unit

Event Timeline

tobik added inline comments.
www/browsh/Makefile
38–39

No need for custom target. Normal makesum can be made to do the right thing here with

.if make(makesum)
DISTFILES:=	${_ALL_DISTFILES}
.endif
www/browsh/Makefile
38–39

Thanks!

This revision was not accepted when it landed; it landed in state Needs Review.Feb 1 2020, 4:48 PM
This revision was automatically updated to reflect the committed changes.