Index: www/chrome-gnome-shell/Makefile =================================================================== --- www/chrome-gnome-shell/Makefile (nonexistent) +++ www/chrome-gnome-shell/Makefile (working copy) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= chrome-gnome-shell +PORTVERSION= 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 \ + jq:textproc/jq + +RUN_DEPENDS= gnome-shell>=3.28:x11/gnome-shell \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ + unzip>=6.0:archivers/unzip + +USES= cmake:outsource gnome python:2.7+ tar:xz +USE_GNOME= pygobject3 + +CMAKE_OFF= BUILD_EXTENSION +CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR=lib + +INSTALL_TARGET= install + +NO_ARCH= yes + +.include Property changes on: www/chrome-gnome-shell/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/chrome-gnome-shell/distinfo =================================================================== --- www/chrome-gnome-shell/distinfo (nonexistent) +++ www/chrome-gnome-shell/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1539798917 +SHA256 (chrome-gnome-shell-10.1.tar.xz) = 56ad4fee9078ba62c43d2439f15a93d4b87881fab35900d7f5038d5a95efa438 +SIZE (chrome-gnome-shell-10.1.tar.xz) = 169088 Property changes on: www/chrome-gnome-shell/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/chrome-gnome-shell/files/patch-CMakeLists.txt =================================================================== --- www/chrome-gnome-shell/files/patch-CMakeLists.txt (nonexistent) +++ www/chrome-gnome-shell/files/patch-CMakeLists.txt (working copy) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2018-10-16 17:17:20 UTC ++++ CMakeLists.txt +@@ -89,7 +89,7 @@ endif(BUILD_MESSAGES AND NOT DEFINED GET + + if(BUILD_EXTENSION OR BUILD_CONNECTOR) + find_program_ex(base64 gbase64 FATAL_ERROR) +- find_program_ex(sha256sum gsha256sum FATAL_ERROR) ++ find_program_ex(sha256sum gsha256sum sha256 FATAL_ERROR) + find_program_ex(head ghead FATAL_ERROR) + find_program_ex(tr gtr FATAL_ERROR) + find_program_ex(jq FATAL_ERROR) Property changes on: www/chrome-gnome-shell/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/chrome-gnome-shell/pkg-descr =================================================================== --- www/chrome-gnome-shell/pkg-descr (nonexistent) +++ www/chrome-gnome-shell/pkg-descr (working copy) @@ -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 Property changes on: www/chrome-gnome-shell/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/chrome-gnome-shell/pkg-message =================================================================== --- www/chrome-gnome-shell/pkg-message (nonexistent) +++ www/chrome-gnome-shell/pkg-message (working copy) @@ -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. Property changes on: www/chrome-gnome-shell/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/chrome-gnome-shell/pkg-plist =================================================================== --- www/chrome-gnome-shell/pkg-plist (nonexistent) +++ www/chrome-gnome-shell/pkg-plist (working copy) @@ -0,0 +1,10 @@ +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 + Property changes on: www/chrome-gnome-shell/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property