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, Sep 26, 12:52 AM
Unknown Object (File)
Wed, Sep 24, 6:56 AM
Unknown Object (File)
Wed, Sep 24, 3:00 AM
Unknown Object (File)
Tue, Sep 23, 11:55 PM
Unknown Object (File)
Mon, Sep 15, 8:18 AM
Unknown Object (File)
Sep 8 2025, 8:00 PM
Unknown Object (File)
Jul 27 2025, 10:32 AM
Unknown Object (File)
Jul 27 2025, 6:33 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.