From owner-svn-ports-head@freebsd.org Tue Aug 4 21:37:54 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 1F3963A119F; Tue, 4 Aug 2020 21:37:54 +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 4BLp5F6y4jz3fN9; Tue, 4 Aug 2020 21:37:53 +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 D2614BE51; Tue, 4 Aug 2020 21:37:53 +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 074Lbrlj072142; Tue, 4 Aug 2020 21:37:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 074LbrgJ072138; Tue, 4 Aug 2020 21:37:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008042137.074LbrgJ072138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Aug 2020 21:37:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544186 - head/x11-wm/wayfire-plugins-extra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-wm/wayfire-plugins-extra X-SVN-Commit-Revision: 544186 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: Tue, 04 Aug 2020 21:37:54 -0000 Author: jbeich Date: Tue Aug 4 21:37:52 2020 New Revision: 544186 URL: https://svnweb.freebsd.org/changeset/ports/544186 Log: x11-wm/wayfire-plugins-extra: add new port Plugins that have external dependencies, debugging purposes or otherwise will not be included with Wayfire core. https://wayfire.org/ Added: head/x11-wm/wayfire-plugins-extra/ head/x11-wm/wayfire-plugins-extra/Makefile (contents, props changed) head/x11-wm/wayfire-plugins-extra/distinfo (contents, props changed) head/x11-wm/wayfire-plugins-extra/pkg-descr (contents, props changed) head/x11-wm/wayfire-plugins-extra/pkg-plist (contents, props changed) Added: head/x11-wm/wayfire-plugins-extra/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/wayfire-plugins-extra/Makefile Tue Aug 4 21:37:52 2020 (r544186) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= wayfire-plugins-extra +DISTVERSIONPREFIX= v +DISTVERSION= 0.5.0 +CATEGORIES= x11-wm + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Additional plugins for Wayfire + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= wayland-scanner:graphics/wayland \ + wayland-protocols>0:graphics/wayland-protocols \ + wayfire>0:x11-wm/wayfire +LIB_DEPENDS= libwf-config.so:devel/wf-config \ + libwlroots.so:x11-toolkits/wlroots + +USES= compiler:c++17-lang gnome meson pkgconfig +USE_GITHUB= yes +USE_GNOME= cairo glibmm +GH_ACCOUNT= WayfireWM + +.include Added: head/x11-wm/wayfire-plugins-extra/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/wayfire-plugins-extra/distinfo Tue Aug 4 21:37:52 2020 (r544186) @@ -0,0 +1,3 @@ +TIMESTAMP = 1596571785 +SHA256 (WayfireWM-wayfire-plugins-extra-v0.5.0_GH0.tar.gz) = 64c56ffa66df26a7cbee1af41c34ae123abe8252deeaf02687237688a8281a9e +SIZE (WayfireWM-wayfire-plugins-extra-v0.5.0_GH0.tar.gz) = 45062 Added: head/x11-wm/wayfire-plugins-extra/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/wayfire-plugins-extra/pkg-descr Tue Aug 4 21:37:52 2020 (r544186) @@ -0,0 +1,4 @@ +Plugins that have external dependencies, debugging purposes or +otherwise will not be included with Wayfire core. + +WWW: https://wayfire.org/ Added: head/x11-wm/wayfire-plugins-extra/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/wayfire-plugins-extra/pkg-plist Tue Aug 4 21:37:52 2020 (r544186) @@ -0,0 +1,22 @@ +lib/wayfire/libannotate.so +lib/wayfire/libautorotate-iio.so +lib/wayfire/libbackground-view.so +lib/wayfire/libbench.so +lib/wayfire/libforce-fullscreen.so +lib/wayfire/libjoin-views.so +lib/wayfire/libkeycolor.so +lib/wayfire/libmag.so +lib/wayfire/libshowrepaint.so +lib/wayfire/libwater.so +lib/wayfire/libworkspace-names.so +share/wayfire/metadata/annotate.xml +share/wayfire/metadata/autorotate-iio.xml +share/wayfire/metadata/background-view.xml +share/wayfire/metadata/bench.xml +share/wayfire/metadata/force-fullscreen.xml +share/wayfire/metadata/join-views.xml +share/wayfire/metadata/keycolor.xml +share/wayfire/metadata/mag.xml +share/wayfire/metadata/showrepaint.xml +share/wayfire/metadata/water.xml +share/wayfire/metadata/workspace-names.xml