Date: Mon, 16 Nov 2020 10:35:59 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555462 - in head/x11: . wlr-randr Message-ID: <202011161035.0AGAZxKk047624@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Nov 16 10:35:59 2020 New Revision: 555462 URL: https://svnweb.freebsd.org/changeset/ports/555462 Log: x11/wlr-randr: add new port Utility to manage outputs of a Wayland compositor. https://github.com/emersion/wlr-randr Added: head/x11/wlr-randr/ head/x11/wlr-randr/Makefile (contents, props changed) head/x11/wlr-randr/distinfo (contents, props changed) head/x11/wlr-randr/pkg-descr (contents, props changed) Modified: head/x11/Makefile (contents, props changed) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon Nov 16 10:33:52 2020 (r555461) +++ head/x11/Makefile Mon Nov 16 10:35:59 2020 (r555462) @@ -347,6 +347,7 @@ SUBDIR += wf-shell SUBDIR += wl-clipboard SUBDIR += wlogout + SUBDIR += wlr-randr SUBDIR += wlrctl SUBDIR += wmappl SUBDIR += wmblob Added: head/x11/wlr-randr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wlr-randr/Makefile Mon Nov 16 10:35:59 2020 (r555462) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= wlr-randr +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.0 +CATEGORIES= x11 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= xrandr clone for wlroots compositors + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libwayland-client.so:graphics/wayland + +USES= meson pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= emersion +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> Added: head/x11/wlr-randr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wlr-randr/distinfo Mon Nov 16 10:35:59 2020 (r555462) @@ -0,0 +1,3 @@ +TIMESTAMP = 1595860405 +SHA256 (emersion-wlr-randr-v0.1.0_GH0.tar.gz) = dbf2f02aa4d4f48dc9cef1edd1137a8ee68daa85f3c824a28c92376fd1591844 +SIZE (emersion-wlr-randr-v0.1.0_GH0.tar.gz) = 10836 Added: head/x11/wlr-randr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wlr-randr/pkg-descr Mon Nov 16 10:35:59 2020 (r555462) @@ -0,0 +1,3 @@ +Utility to manage outputs of a Wayland compositor. + +WWW: https://github.com/emersion/wlr-randr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011161035.0AGAZxKk047624>