Page MenuHomeFreeBSD

D59517.diff
No OneTemporary

D59517.diff

diff --git a/misc/Makefile b/misc/Makefile
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -38,6 +38,7 @@
SUBDIR += birthday
SUBDIR += blogwatcher
SUBDIR += bogosort
+ SUBDIR += bosd
SUBDIR += bottlerocket
SUBDIR += box2d
SUBDIR += boxes
diff --git a/misc/bosd/Makefile b/misc/bosd/Makefile
new file mode 100644
--- /dev/null
+++ b/misc/bosd/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= bosd
+DISTVERSION= 3.0
+CATEGORIES= misc
+
+MAINTAINER= dteske@FreeBSD.org
+COMMENT= X11 on-screen display engine
+WWW= https://github.com/FrauBSD/bosd
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libpng16.so:graphics/png
+
+USES= localbase pkgconfig xorg
+USE_GITHUB= yes
+GH_ACCOUNT= FrauBSD
+USE_XORG= x11 xext xft xrandr xrender
+
+PLIST_DIRS= share/bosd
+PLIST_FILES= bin/bosd \
+ share/man/man1/bosd.1.gz
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bosd
+
+.include <bsd.port.mk>
diff --git a/misc/bosd/distinfo b/misc/bosd/distinfo
new file mode 100644
--- /dev/null
+++ b/misc/bosd/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1788932397
+SHA256 (FrauBSD-bosd-3.0_GH0.tar.gz) = ea6d8dcae883d359a77524980ad6cc47d40be9158d48046366b736b28fd8349e
+SIZE (FrauBSD-bosd-3.0_GH0.tar.gz) = 31228
diff --git a/misc/bosd/pkg-descr b/misc/bosd/pkg-descr
new file mode 100644
--- /dev/null
+++ b/misc/bosd/pkg-descr
@@ -0,0 +1,6 @@
+bosd flashes transient, click-through feedback over the desktop: a
+PNG glyph, countdown digits, large or small outlined text, or a
+gauge bar. A warm daemon per channel repaints in place so rapid
+key repeats never flash.
+
+WWW: https://github.com/FrauBSD/bosd

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 10, 4:37 PM (4 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38637877
Default Alt Text
D59517.diff (1 KB)

Event Timeline