From owner-svn-ports-head@freebsd.org Wed Feb 10 16:14:53 2021 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 1F18454B3AF; Wed, 10 Feb 2021 16:14:53 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DbPws02PSz4gX7; Wed, 10 Feb 2021 16:14: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 E842820C29; Wed, 10 Feb 2021 16:14:52 +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 11AGEq81013196; Wed, 10 Feb 2021 16:14:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11AGEpeH013192; Wed, 10 Feb 2021 16:14:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102101614.11AGEpeH013192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 10 Feb 2021 16:14:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564866 - in head/x11: . gromit-mpx X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11: . gromit-mpx X-SVN-Commit-Revision: 564866 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.34 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: Wed, 10 Feb 2021 16:14:53 -0000 Author: jbeich Date: Wed Feb 10 16:14:51 2021 New Revision: 564866 URL: https://svnweb.freebsd.org/changeset/ports/564866 Log: x11/gromit-mpx: add new port Gromit-MPX is an on-screen annotation tool that works with any Unix desktop environment under X11 as well as Wayland. https://github.com/bk138/gromit-mpx Added: head/x11/gromit-mpx/ head/x11/gromit-mpx/Makefile (contents, props changed) head/x11/gromit-mpx/distinfo (contents, props changed) head/x11/gromit-mpx/pkg-descr (contents, props changed) head/x11/gromit-mpx/pkg-plist (contents, props changed) Modified: head/x11/Makefile (contents, props changed) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Wed Feb 10 15:39:56 2021 (r564865) +++ head/x11/Makefile Wed Feb 10 16:14:51 2021 (r564866) @@ -90,6 +90,7 @@ SUBDIR += grabc SUBDIR += grim SUBDIR += gromit + SUBDIR += gromit-mpx SUBDIR += gskrab SUBDIR += gstreamer1-plugins-x SUBDIR += gstreamer1-plugins-ximagesrc Added: head/x11/gromit-mpx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/gromit-mpx/Makefile Wed Feb 10 16:14:51 2021 (r564866) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= gromit-mpx +DISTVERSION= 1.4 +CATEGORIES= x11 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= On-screen annotation tool + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libappindicator3.so:devel/libappindicator + +USES= cmake gnome pkgconfig xorg +USE_CSTD= gnu99 +USE_GITHUB= yes +USE_GNOME= cairo gdkpixbuf2 gtk30 +USE_XORG= x11 xi +GH_ACCOUNT= bk138 +LDFLAGS+= -Wl,--as-needed # atk, dbusmenu, pango + +post-patch: +# Let @sample handle default files under etc/ + @${REINPLACE_CMD} -e '/data.*cfg/s/)/ RENAME ${PORTNAME}.cfg.sample)/' \ + ${WRKSRC}/CMakeLists.txt + +.include Added: head/x11/gromit-mpx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/gromit-mpx/distinfo Wed Feb 10 16:14:51 2021 (r564866) @@ -0,0 +1,3 @@ +TIMESTAMP = 1607006933 +SHA256 (bk138-gromit-mpx-1.4_GH0.tar.gz) = 6cdce7a459a05c3ab1ec8747a5eadbfc9b4bbc74db4a305c2f6f83b3233f98c4 +SIZE (bk138-gromit-mpx-1.4_GH0.tar.gz) = 1858578 Added: head/x11/gromit-mpx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/gromit-mpx/pkg-descr Wed Feb 10 16:14:51 2021 (r564866) @@ -0,0 +1,27 @@ +Gromit-MPX is an on-screen annotation tool that works with any Unix +desktop environment under X11 as well as Wayland. + +Its main use is for making presentations of some application. +Normally, you would have to move the mouse pointer around the point of +interest until hopefully everybody noticed it. With Gromit-MPX, you +can draw everywhere onto the screen, highlighting some button or area. + +Key features include: +- [Desktop-independent] Gromit-MPX works with GNOME, KDE, XFCE, ... + under X11 as well as with a Wayland session. +- [Hotkey-based] The fundamental philosophy is that Gromit-MPX does not + get into your way of doing things by sticking some UI widget on your + desktop, potentially obscuring more important contents. It does + provide a UI, but only in form of a tray icon. +- [Configurable] While Gromit-MPX comes with a default config, you are + free to change key bindings as well as drawing tool configuration. +- [Multi-Pointer] Under X11, it enables graphical annotations with + several pointers at once or a dedicated annotation device setup where + you can use a second pair of input devices to annotate while + simultaneously continuing to work normally with the first pair. +- [Fast] Where available, Gromit-MPX makes use of Compositing. This + should be the case on any contemporary desktop environment + making use of the XCOMPOSITE extension under X11 and with + every Wayland-based session. + +WWW: https://github.com/bk138/gromit-mpx Added: head/x11/gromit-mpx/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/gromit-mpx/pkg-plist Wed Feb 10 16:14:51 2021 (r564866) @@ -0,0 +1,11 @@ +bin/gromit-mpx +@sample %%ETCDIR%%/gromit-mpx.cfg.sample +man/man1/gromit-mpx.1.gz +share/applications/net.christianbeier.Gromit-MPX.desktop +share/icons/hicolor/scalable/apps/gromit-mpx.svg +share/icons/hicolor/scalable/apps/gromit-mpx_active.svg +share/icons/hicolor/scalable/apps/net.christianbeier.Gromit-MPX.svg +share/metainfo/net.christianbeier.Gromit-MPX.appdata.xml +share/pixmaps/gromit-mpx.png +share/pixmaps/gromit-mpx.xpm +share/pixmaps/gromit-mpx_active.png