From owner-svn-ports-head@freebsd.org Mon Oct 26 06:12:15 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C84743B45D; Mon, 26 Oct 2020 06:12:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CKPct6yMrz3Wn0; Mon, 26 Oct 2020 06:12:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2A3F16332; Mon, 26 Oct 2020 06:12:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09Q6CELK000833; Mon, 26 Oct 2020 06:12:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09Q6CDYC000829; Mon, 26 Oct 2020 06:12:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202010260612.09Q6CDYC000829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 26 Oct 2020 06:12:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553319 - in head/x11: . wlrctl X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11: . wlrctl X-SVN-Commit-Revision: 553319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2020 06:12:15 -0000 Author: jbeich Date: Mon Oct 26 06:12:13 2020 New Revision: 553319 URL: https://svnweb.freebsd.org/changeset/ports/553319 Log: x11/wlrctl: add new port wlrctl is a command line utility for miscellaneous wlroots Wayland extensions. At this time, wlrctl supports the foreign-toplevel-mangement (window/toplevel command), virtual-keyboard (keyboard command), and virtual-pointer (pointer command) protocols. https://git.sr.ht/~brocellous/wlrctl Added: head/x11/wlrctl/ head/x11/wlrctl/Makefile (contents, props changed) head/x11/wlrctl/distinfo (contents, props changed) head/x11/wlrctl/pkg-descr (contents, props changed) Modified: head/x11/Makefile (contents, props changed) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon Oct 26 05:53:32 2020 (r553318) +++ head/x11/Makefile Mon Oct 26 06:12:13 2020 (r553319) @@ -346,6 +346,7 @@ SUBDIR += wf-shell SUBDIR += wl-clipboard SUBDIR += wlogout + SUBDIR += wlrctl SUBDIR += wmappl SUBDIR += wmblob SUBDIR += wmbutton Added: head/x11/wlrctl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wlrctl/Makefile Mon Oct 26 06:12:13 2020 (r553319) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= wlrctl +DISTVERSIONPREFIX= v +DISTVERSION= 0.2.1 +CATEGORIES= x11 +MASTER_SITES= https://git.sr.ht/~brocellous/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ + +PATCH_SITES= https://git.sr.ht/~brocellous/${PORTNAME}/commit/ +PATCHFILES+= a9f5699256c9.patch:-p1 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Utility for miscellaneous wlroots extensions + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto +LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libxkbcommon.so:x11/libxkbcommon + +USES= compiler:c11 meson pkgconfig +PLIST_FILES= bin/${PORTNAME} \ + share/zsh/site-functions/_${PORTNAME} + +OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFAULT=MANPAGES + +MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc +MANPAGES_MESON_ENABLED= man-pages +MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz + +.include Added: head/x11/wlrctl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wlrctl/distinfo Mon Oct 26 06:12:13 2020 (r553319) @@ -0,0 +1,5 @@ +TIMESTAMP = 1596702887 +SHA256 (wlrctl-v0.2.1.tar.gz) = 844ac533134efa4dd6a0e1c284a264113b9a469c4542fef5f5007cb43afb106b +SIZE (wlrctl-v0.2.1.tar.gz) = 18413 +SHA256 (a9f5699256c9.patch) = 269fc826096ba3817b7fe457f513e9f081ec0318f5970ef03e35942c29073b6c +SIZE (a9f5699256c9.patch) = 1487 Added: head/x11/wlrctl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wlrctl/pkg-descr Mon Oct 26 06:12:13 2020 (r553319) @@ -0,0 +1,6 @@ +wlrctl is a command line utility for miscellaneous wlroots Wayland extensions. + +At this time, wlrctl supports the foreign-toplevel-mangement (window/toplevel command), +virtual-keyboard (keyboard command), and virtual-pointer (pointer command) protocols. + +WWW: https://git.sr.ht/~brocellous/wlrctl