Date: Thu, 9 Sep 2021 19:20:01 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 65614cb11873 - main - x11/sdwmbar: add port: Simple statusbar for the dwm window manager Message-ID: <202109091920.189JK193019093@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=65614cb11873f57c90adb2bd14b1d815d1181446 commit 65614cb11873f57c90adb2bd14b1d815d1181446 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-09-07 17:13:49 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-09-09 19:13:43 +0000 x11/sdwmbar: add port: Simple statusbar for the dwm window manager A simple statusbar for x11-wm/dwm Shows load averages, date-time and battery life. WWW: https://github.com/sakhmatd/sdwmbar --- x11/Makefile | 1 + x11/sdwmbar/Makefile | 25 +++++++++++++++++++++++++ x11/sdwmbar/distinfo | 3 +++ x11/sdwmbar/pkg-descr | 5 +++++ 4 files changed, 34 insertions(+) diff --git a/x11/Makefile b/x11/Makefile index 7a964eade35f..72e0d3e5965c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -319,6 +319,7 @@ SUBDIR += screenkey SUBDIR += scripts SUBDIR += sddm + SUBDIR += sdwmbar SUBDIR += sessreg SUBDIR += setlayout SUBDIR += setxkbmap diff --git a/x11/sdwmbar/Makefile b/x11/sdwmbar/Makefile new file mode 100644 index 000000000000..c9dd690ba47a --- /dev/null +++ b/x11/sdwmbar/Makefile @@ -0,0 +1,25 @@ +PORTNAME= sdwmbar +PORTVERSION= 1.3 +CATEGORIES= x11-wm + +MAINTAINER= sakhmatd@darkn.space +COMMENT= Simple statusbar for the dwm window manager + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= dwm:x11-wm/dwm + +USES= xorg +USE_XORG= x11 +MAKE_ENV= XPREFIX=${LOCALBASE} + +USE_GITHUB= yes +GH_ACCOUNT= sakhmatd + +PLIST_FILES= bin/sdwmbar + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sdwmbar + +.include <bsd.port.mk> diff --git a/x11/sdwmbar/distinfo b/x11/sdwmbar/distinfo new file mode 100644 index 000000000000..9ce94cf3f673 --- /dev/null +++ b/x11/sdwmbar/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1619204444 +SHA256 (sakhmatd-sdwmbar-1.3_GH0.tar.gz) = 94f5c639673dc097c2bfcd05e73eb2229cc83ac6b1eb4b55277ef7ea5452bf4c +SIZE (sakhmatd-sdwmbar-1.3_GH0.tar.gz) = 6374 diff --git a/x11/sdwmbar/pkg-descr b/x11/sdwmbar/pkg-descr new file mode 100644 index 000000000000..99c0ff02260b --- /dev/null +++ b/x11/sdwmbar/pkg-descr @@ -0,0 +1,5 @@ +A simple statusbar for x11-wm/dwm + +Shows load averages, date-time and battery life. + +WWW: https://github.com/sakhmatd/sdwmbar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109091920.189JK193019093>