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
F105290615: D22853.id65748.diff
Sat, Dec 14, 1:31 PM
Unknown Object (File)
Tue, Dec 3, 5:01 PM
Unknown Object (File)
Mon, Dec 2, 12:40 PM
Unknown Object (File)
Sun, Nov 24, 10:31 AM
Unknown Object (File)
Sat, Nov 23, 9:37 AM
Unknown Object (File)
Fri, Nov 22, 4:18 PM
Unknown Object (File)
Wed, Nov 20, 9:23 PM
Unknown Object (File)
Tue, Nov 19, 3:45 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tobik added inline comments.
www/browsh/Makefile
38–39 ↗(On Diff #65748)

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 ↗(On Diff #65748)

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.