[Bug 258459] [new port] www/adjuster: Web Adjuster, Annotator Generator and TermLayout

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 18 May 2023 08:21:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258459

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit b8e9c28744bb86cbbc76a046f39bbd80834ed4ce
Author:     Silas S. Brown <ssb22@cam.ac.uk>
AuthorDate: 2023-05-15 08:08:11 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-05-18 08:19:41 +0000

    www/adjuster: Apply custom processing to web pages

    Web Adjuster, Annotator Generator and TermLayout

    These are tools for applying custom processing to Web pages,
    particularly useful for mobile browsers that do not support
    browser extensions.

    * Web Adjuster is a domain-rewriting proxy that can inject
      Javascript and/or CSS into every page, as well as running
      the text through an arbitrary filter command;

    * Annotator Generator is an examples-driven generator of fast
      text annotators (that add language-learning hints to text):
      these can be used as filters in Web Adjuster;

    * TermLayout displays complex Web layouts on text terminals.

    WWW: http://ssb22.user.srcf.net/adjuster/

    PR:             258459

 www/Makefile                 |  1 +
 www/adjuster/Makefile (new)  | 27 +++++++++++++++++++++++++++
 www/adjuster/distinfo (new)  |  3 +++
 www/adjuster/pkg-descr (new) | 15 +++++++++++++++
 4 files changed, 46 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.