git: 65614cb11873 - main - x11/sdwmbar: add port: Simple statusbar for the dwm window manager
Joseph Mingrone
jrm at FreeBSD.org
Fri Sep 10 12:08:04 UTC 2021
On Thu, 2021-09-09 at 19:20, Dmitry Marakasov <amdmi3 at FreeBSD.org> wrote:
> The branch main has been updated by amdmi3:
> URL: https://cgit.FreeBSD.org/ports/commit/?id=65614cb11873f57c90adb2bd14b1d815d1181446
> commit 65614cb11873f57c90adb2bd14b1d815d1181446
> Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
> AuthorDate: 2021-09-07 17:13:49 +0000
> Commit: Dmitry Marakasov <amdmi3 at 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 at 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
Hello Dmitry,
dvl@ pointed out that the port is under x11/ but CATEGORIES=x11-wm.
Joe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 987 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/dev-commits-ports-all/attachments/20210910/2fc29123/attachment.sig>
More information about the dev-commits-ports-all
mailing list