From owner-svn-ports-head@freebsd.org Sun Oct 6 04:28:13 2019 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 3BA39FAE9A; Sun, 6 Oct 2019 04:28:13 +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) server-signature RSA-PSS (4096 bits) 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 46m9b10ZSHz4ZDd; Sun, 6 Oct 2019 04:28:13 +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 EBD0C1FC2E; Sun, 6 Oct 2019 04:28:12 +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 x964SCmO054191; Sun, 6 Oct 2019 04:28:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x964SBdu054187; Sun, 6 Oct 2019 04:28:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201910060428.x964SBdu054187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 6 Oct 2019 04:28:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513866 - in head/x11: . wcm X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11: . wcm X-SVN-Commit-Revision: 513866 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.29 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: Sun, 06 Oct 2019 04:28:13 -0000 Author: jbeich Date: Sun Oct 6 04:28:11 2019 New Revision: 513866 URL: https://svnweb.freebsd.org/changeset/ports/513866 Log: x11/wcm: add new port Wayfire Config Manager https://wayfire.org/ Added: head/x11/wcm/ head/x11/wcm/Makefile (contents, props changed) head/x11/wcm/distinfo (contents, props changed) head/x11/wcm/pkg-descr (contents, props changed) head/x11/wcm/pkg-plist (contents, props changed) Modified: head/x11/Makefile (contents, props changed) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sun Oct 6 04:24:58 2019 (r513865) +++ head/x11/Makefile Sun Oct 6 04:28:11 2019 (r513866) @@ -336,6 +336,7 @@ SUBDIR += waybar SUBDIR += wbar SUBDIR += wbarconf + SUBDIR += wcm SUBDIR += wdisplays SUBDIR += wdm SUBDIR += wev Added: head/x11/wcm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wcm/Makefile Sun Oct 6 04:28:11 2019 (r513866) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= wcm +DISTVERSION= s20191003 +CATEGORIES= x11 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Wayfire Config Manager + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libwf-config.so:devel/wf-config + +USES= compiler:c++11-lib meson pkgconfig +USE_GITHUB= yes +USE_GNOME= gtkmm30 libxml2 +GH_ACCOUNT= WayfireWM +GH_TAGNAME= 0251264 +DATADIR= ${PREFIX}/share/wayfire +INSTALLS_ICONS= yes + +.include Added: head/x11/wcm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wcm/distinfo Sun Oct 6 04:28:11 2019 (r513866) @@ -0,0 +1,3 @@ +TIMESTAMP = 1570123506 +SHA256 (WayfireWM-wcm-s20191003-0251264_GH0.tar.gz) = 1b7d4b4723fc70b1b53e034ba3ffd59c59ff5799fb1da25b5e82f849d08d7787 +SIZE (WayfireWM-wcm-s20191003-0251264_GH0.tar.gz) = 168485 Added: head/x11/wcm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wcm/pkg-descr Sun Oct 6 04:28:11 2019 (r513866) @@ -0,0 +1,3 @@ +Wayfire Config Manager + +WWW: https://wayfire.org/ Added: head/x11/wcm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wcm/pkg-plist Sun Oct 6 04:28:11 2019 (r513866) @@ -0,0 +1,65 @@ +bin/wcm +share/applications/wayfire-config-manager.desktop +share/icons/hicolor/128x128/apps/wcm.png +share/icons/hicolor/160x160/apps/wcm.png +share/icons/hicolor/192x192/apps/wcm.png +share/icons/hicolor/48x48/apps/wcm.png +share/icons/hicolor/64x64/apps/wcm.png +share/icons/hicolor/72x72/apps/wcm.png +share/icons/hicolor/96x96/apps/wcm.png +%%DATADIR%%/icons/plugin-alpha.svg +%%DATADIR%%/icons/plugin-animate.svg +%%DATADIR%%/icons/plugin-autostart.svg +%%DATADIR%%/icons/plugin-blur.svg +%%DATADIR%%/icons/plugin-command.svg +%%DATADIR%%/icons/plugin-core.svg +%%DATADIR%%/icons/plugin-cube.svg +%%DATADIR%%/icons/plugin-decoration.svg +%%DATADIR%%/icons/plugin-example.svg +%%DATADIR%%/icons/plugin-expo.svg +%%DATADIR%%/icons/plugin-fast-switcher.svg +%%DATADIR%%/icons/plugin-fisheye.svg +%%DATADIR%%/icons/plugin-grid.svg +%%DATADIR%%/icons/plugin-idle.svg +%%DATADIR%%/icons/plugin-input.svg +%%DATADIR%%/icons/plugin-invert.svg +%%DATADIR%%/icons/plugin-matcher.svg +%%DATADIR%%/icons/plugin-move.svg +%%DATADIR%%/icons/plugin-oswitch.svg +%%DATADIR%%/icons/plugin-place.svg +%%DATADIR%%/icons/plugin-resize.svg +%%DATADIR%%/icons/plugin-switcher.svg +%%DATADIR%%/icons/plugin-tile.svg +%%DATADIR%%/icons/plugin-vswitch.svg +%%DATADIR%%/icons/plugin-wobbly.svg +%%DATADIR%%/icons/plugin-wrot.svg +%%DATADIR%%/icons/plugin-zoom.svg +%%DATADIR%%/icons/wcm.png +%%DATADIR%%/metadata/alpha.xml +%%DATADIR%%/metadata/animate.xml +%%DATADIR%%/metadata/autorotate-iio.xml +%%DATADIR%%/metadata/autostart.xml +%%DATADIR%%/metadata/blur.xml +%%DATADIR%%/metadata/command.xml +%%DATADIR%%/metadata/core.xml +%%DATADIR%%/metadata/cube.xml +%%DATADIR%%/metadata/decoration.xml +%%DATADIR%%/metadata/expo.xml +%%DATADIR%%/metadata/fast-switcher.xml +%%DATADIR%%/metadata/fisheye.xml +%%DATADIR%%/metadata/grid.xml +%%DATADIR%%/metadata/idle.xml +%%DATADIR%%/metadata/input.xml +%%DATADIR%%/metadata/invert.xml +%%DATADIR%%/metadata/matcher.xml +%%DATADIR%%/metadata/move.xml +%%DATADIR%%/metadata/oswitch.xml +%%DATADIR%%/metadata/place.xml +%%DATADIR%%/metadata/resize.xml +%%DATADIR%%/metadata/switcher.xml +%%DATADIR%%/metadata/tile.xml +%%DATADIR%%/metadata/vswipe.xml +%%DATADIR%%/metadata/vswitch.xml +%%DATADIR%%/metadata/wobbly.xml +%%DATADIR%%/metadata/wrot.xml +%%DATADIR%%/metadata/zoom.xml