From owner-svn-ports-all@freebsd.org Wed Jul 17 18:46:17 2019 Return-Path: Delivered-To: svn-ports-all@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 7AB34B30B4; Wed, 17 Jul 2019 18:46:17 +0000 (UTC) (envelope-from swills@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 5CA3D8EA1A; Wed, 17 Jul 2019 18:46:17 +0000 (UTC) (envelope-from swills@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 393D722AF3; Wed, 17 Jul 2019 18:46:17 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6HIkHbA070134; Wed, 17 Jul 2019 18:46:17 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6HIkFGw070124; Wed, 17 Jul 2019 18:46:15 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201907171846.x6HIkFGw070124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 17 Jul 2019 18:46:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506811 - in head/www: . chrome-gnome-shell X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/www: . chrome-gnome-shell X-SVN-Commit-Revision: 506811 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5CA3D8EA1A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.947,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2019 18:46:17 -0000 Author: swills Date: Wed Jul 17 18:46:15 2019 New Revision: 506811 URL: https://svnweb.freebsd.org/changeset/ports/506811 Log: www/chrome-gnome-shell: create port Native host messaging connector that provides integration with GNOME Shell and the corresponding extensions repository https://extensions.gnome.org WWW: https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome PR: 232330 Submitted by: Daniel Shafer Added: head/www/chrome-gnome-shell/ head/www/chrome-gnome-shell/Makefile (contents, props changed) head/www/chrome-gnome-shell/distinfo (contents, props changed) head/www/chrome-gnome-shell/pkg-descr (contents, props changed) head/www/chrome-gnome-shell/pkg-message (contents, props changed) head/www/chrome-gnome-shell/pkg-plist (contents, props changed) Modified: head/www/Makefile (contents, props changed) Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Jul 17 17:36:45 2019 (r506810) +++ head/www/Makefile Wed Jul 17 18:46:15 2019 (r506811) @@ -79,6 +79,7 @@ SUBDIR += cherokee SUBDIR += choqok SUBDIR += chpasswd + SUBDIR += chrome-gnome-shell SUBDIR += chromium SUBDIR += ckeditor SUBDIR += cl-lml Added: head/www/chrome-gnome-shell/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chrome-gnome-shell/Makefile Wed Jul 17 18:46:15 2019 (r506811) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= chrome-gnome-shell +DISTVERSION= 10.1 +CATEGORIES= www gnome +MASTER_SITES= GNOME + +MAINTAINER= daniel@shafer.cc +COMMENT= GNOME Shell integration for Chrome + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= base64:converters/base64 \ + gnome-shell>=3.28:x11/gnome-shell \ + jq:textproc/jq + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ + gnome-shell>=3.28:x11/gnome-shell \ + unzip>=6.0:archivers/unzip + +USES= cmake gnome python tar:xz +USE_GNOME= pygobject3 + +CMAKE_OFF= BUILD_EXTENSION +CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR=lib + +INSTALL_TARGET= install + +NO_ARCH= yes +INSTALLS_ICONS= yes + +post-patch: + @${REINPLACE_CMD} -e '/find_program_ex/s|gsha256sum|gsha256sum sha256|g' ${WRKSRC}/CMakeLists.txt + +.include Added: head/www/chrome-gnome-shell/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chrome-gnome-shell/distinfo Wed Jul 17 18:46:15 2019 (r506811) @@ -0,0 +1,3 @@ +TIMESTAMP = 1545157534 +SHA256 (chrome-gnome-shell-10.1.tar.xz) = 56ad4fee9078ba62c43d2439f15a93d4b87881fab35900d7f5038d5a95efa438 +SIZE (chrome-gnome-shell-10.1.tar.xz) = 169088 Added: head/www/chrome-gnome-shell/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chrome-gnome-shell/pkg-descr Wed Jul 17 18:46:15 2019 (r506811) @@ -0,0 +1,5 @@ +Native host messaging connector that provides integration +with GNOME Shell and the corresponding extensions repository +https://extensions.gnome.org + +WWW: https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome Added: head/www/chrome-gnome-shell/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chrome-gnome-shell/pkg-message Wed Jul 17 18:46:15 2019 (r506811) @@ -0,0 +1,8 @@ +This only installs the native host connector. + +You will need to install a browser extension in order to use properly + +Chromium: https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep +Firefox: https://addons.mozilla.org/en-US/firefox/addon/gnome-shell-integration/ +Opera: https://addons.opera.com/en/extensions/details/gnome-shell-integration/ +Epiphany has built in support. Added: head/www/chrome-gnome-shell/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chrome-gnome-shell/pkg-plist Wed Jul 17 18:46:15 2019 (r506811) @@ -0,0 +1,9 @@ +bin/chrome-gnome-shell +etc/chrome/native-messaging-hosts/org.gnome.chrome_gnome_shell.json +lib/mozilla/native-messaging-hosts/org.gnome.chrome_gnome_shell.json +%%PYTHON_SITELIBDIR%%/chrome_gnome_shell-0.0.0-py%%PYTHON_VER%%.egg-info +share/applications/org.gnome.ChromeGnomeShell.desktop +share/dbus-1/services/org.gnome.ChromeGnomeShell.service +share/icons/gnome/128x128/apps/org.gnome.ChromeGnomeShell.png +share/icons/gnome/16x16/apps/org.gnome.ChromeGnomeShell.png +share/icons/gnome/48x48/apps/org.gnome.ChromeGnomeShell.png