Bug 248231 - [NEW PORT] x11/xob: Lightweight overlay volume (or anything) bar for the X Window System
Summary: [NEW PORT] x11/xob: Lightweight overlay volume (or anything) bar for the X Wi...
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: freebsd-ports-bugs (Nobody)
URL: https://github.com/florentc/xob
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-23 23:19 UTC by Lewis Cook
Modified: 2020-09-04 01:22 UTC (History)
0 users

See Also:


Attachments
xob-0.2.diff (4.82 KB, patch)
2020-07-23 23:19 UTC, Lewis Cook
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-07-23 23:19:45 UTC
Created attachment 216732 [details]
xob-0.2.diff

Lightweight configurable overlay (volume/backlight/
progress/anything) bar for the X Window System (and
Wayland compositors with XWayland).

Each time a new value is read on the standard input,
it is displayed as a tv-like bar over other windows.
It then vanishes after a configurable amount of
time. A value followed by a bang '!' is displayed
using an alternate color to account for special states
(e.g. muted audio). There is also support for overflows
(when the value exceeds the maximum).

WWW: https://github.com/florentc/xob

QA:

 * portlint: OK (looks fine).
 * testport: OK (poudriere: 12.1-RELEASE-p7, amd64).
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-09-04 01:20:42 UTC
A commit references this bug:

Author: swills
Date: Fri Sep  4 01:19:54 UTC 2020
New revision: 547493
URL: https://svnweb.freebsd.org/changeset/ports/547493

Log:
  x11/xob: create port

  Lightweight configurable overlay (volume/backlight/ progress/anything) bar for
  the X Window System (and Wayland compositors with XWayland).

  Each time a new value is read on the standard input, it is displayed as a
  tv-like bar over other windows. It then vanishes after a configurable amount
  of time. A value followed by a bang '!' is displayed using an alternate color
  to account for special states (e.g. muted audio). There is also support for
  overflows (when the value exceeds the maximum).

  WWW: https://github.com/florentc/xob

  PR:		248231
  Submitted by:	Lewis Cook <vulcan@wired.sh>

Changes:
  head/x11/Makefile
  head/x11/xob/
  head/x11/xob/Makefile
  head/x11/xob/distinfo
  head/x11/xob/files/
  head/x11/xob/files/patch-Makefile
  head/x11/xob/pkg-descr
Comment 2 Steve Wills freebsd_committer freebsd_triage 2020-09-04 01:22:15 UTC
Committed, thanks!