From owner-svn-ports-all@freebsd.org Fri Apr 17 16:33:47 2020 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 05FE02C0425; Fri, 17 Apr 2020 16:33:47 +0000 (UTC) (envelope-from tcberner@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 493hVf6l6Dz4DlM; Fri, 17 Apr 2020 16:33:46 +0000 (UTC) (envelope-from tcberner@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 E245B2567E; Fri, 17 Apr 2020 16:33:46 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03HGXkW4059646; Fri, 17 Apr 2020 16:33:46 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03HGXjgN059641; Fri, 17 Apr 2020 16:33:45 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202004171633.03HGXjgN059641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 17 Apr 2020 16:33:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531946 - in head/www: . luakit luakit-devel X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/www: . luakit luakit-devel X-SVN-Commit-Revision: 531946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Fri, 17 Apr 2020 16:33:47 -0000 Author: tcberner Date: Fri Apr 17 16:33:45 2020 New Revision: 531946 URL: https://svnweb.freebsd.org/changeset/ports/531946 Log: New port: www/luakit-devel -- development version of www/luakit PR: 245671 Submitted by: Marco Beishuizen Added: head/www/luakit-devel/ - copied from r531938, head/www/luakit/ Modified: head/www/Makefile head/www/luakit-devel/Makefile head/www/luakit-devel/distinfo head/www/luakit-devel/pkg-plist head/www/luakit/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Apr 17 16:02:48 2020 (r531945) +++ head/www/Makefile Fri Apr 17 16:33:45 2020 (r531946) @@ -318,6 +318,7 @@ SUBDIR += lua-resty-core SUBDIR += lua-resty-lrucache SUBDIR += luakit + SUBDIR += luakit-devel SUBDIR += lynx SUBDIR += lynx-current SUBDIR += madsonic Modified: head/www/luakit-devel/Makefile ============================================================================== --- head/www/luakit/Makefile Fri Apr 17 14:49:31 2020 (r531938) +++ head/www/luakit-devel/Makefile Fri Apr 17 16:33:45 2020 (r531946) @@ -1,9 +1,8 @@ -# Created by: Stefan Hagen # $FreeBSD$ -PORTNAME= luakit -PORTVERSION= 2.1 -PORTEPOCH= 1 +PORTNAME= luakit-devel +DISTVERSION= 2.1-33 +DISTVERSIONSUFFIX= -g0de4b1c CATEGORIES= www MAINTAINER= mbeis@xs4all.nl @@ -17,16 +16,19 @@ NOT_FOR_ARCHS_REASON_sparc64= Does not install on spar BUILD_DEPENDS= help2man:misc/help2man \ ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} +RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem@${LUA_FLAVOR} LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libsoup-2.4.so:devel/libsoup \ libfreetype.so:print/freetype2 \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libfontconfig.so:x11-fonts/fontconfig -RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem@${LUA_FLAVOR} + USES= compiler:c++11-lang desktop-file-utils gettext-runtime gmake \ gnome lua:51 pkgconfig sqlite USE_GITHUB= yes +GH_ACCOUNT= luakit +GH_PROJECT= luakit USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 OPTIONS_DEFINE= DOCS LUAJIT @@ -34,6 +36,8 @@ LUAJIT_DESC= Use the Just-In-Time compiler for lua LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_MAKE_ARGS= USE_LUAJIT=1 LUAJIT_MAKE_ARGS_OFF= USE_LUAJIT=0 + +CONFLICTS_INSTALL= luakit post-extract: @${REINPLACE_CMD} -e \ Modified: head/www/luakit-devel/distinfo ============================================================================== --- head/www/luakit/distinfo Fri Apr 17 14:49:31 2020 (r531938) +++ head/www/luakit-devel/distinfo Fri Apr 17 16:33:45 2020 (r531946) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542897991 -SHA256 (luakit-luakit-2.1_GH0.tar.gz) = ecbfa23316712f444714387b2ffd846626dab6e40b444d3def4475c145d56f26 -SIZE (luakit-luakit-2.1_GH0.tar.gz) = 485605 +TIMESTAMP = 1587038603 +SHA256 (luakit-luakit-2.1-33-g0de4b1c_GH0.tar.gz) = b221da13a003c775b81b6a5cfdc073c7b6c526bdb23e398322f9ee3e75f3a369 +SIZE (luakit-luakit-2.1-33-g0de4b1c_GH0.tar.gz) = 487143 Modified: head/www/luakit-devel/pkg-plist ============================================================================== --- head/www/luakit/pkg-plist Fri Apr 17 14:49:31 2020 (r531938) +++ head/www/luakit-devel/pkg-plist Fri Apr 17 16:33:45 2020 (r531946) @@ -2,223 +2,223 @@ bin/luakit etc/xdg/luakit/rc.lua etc/xdg/luakit/theme.lua %%LUA_LIBDIR%%/luakit/luakit.so -share/applications/luakit.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPLv3 -%%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTDOCS%%%%DOCSDIR%%/classes/dom_document.html -%%PORTDOCS%%%%DOCSDIR%%/classes/dom_element.html -%%PORTDOCS%%%%DOCSDIR%%/classes/download.html -%%PORTDOCS%%%%DOCSDIR%%/classes/page.html -%%PORTDOCS%%%%DOCSDIR%%/classes/regex.html -%%PORTDOCS%%%%DOCSDIR%%/classes/sqlite3.html -%%PORTDOCS%%%%DOCSDIR%%/classes/stylesheet.html -%%PORTDOCS%%%%DOCSDIR%%/classes/timer.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:box.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:drawing_area.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:entry.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:event_box.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:image.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:label.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:notebook.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:overlay.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:paned.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:scrolled.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:socket.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:spinner.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:webview.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:window.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/modules/adblock.html -%%PORTDOCS%%%%DOCSDIR%%/modules/adblock_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/binds.html -%%PORTDOCS%%%%DOCSDIR%%/modules/binds_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/bookmarks.html -%%PORTDOCS%%%%DOCSDIR%%/modules/bookmarks_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/cmdhist.html -%%PORTDOCS%%%%DOCSDIR%%/modules/completion.html -%%PORTDOCS%%%%DOCSDIR%%/modules/domain_props.html -%%PORTDOCS%%%%DOCSDIR%%/modules/downloads.html -%%PORTDOCS%%%%DOCSDIR%%/modules/downloads_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/editor.html -%%PORTDOCS%%%%DOCSDIR%%/modules/error_page.html -%%PORTDOCS%%%%DOCSDIR%%/modules/follow.html -%%PORTDOCS%%%%DOCSDIR%%/modules/follow_selected.html -%%PORTDOCS%%%%DOCSDIR%%/modules/formfiller.html -%%PORTDOCS%%%%DOCSDIR%%/modules/go_input.html -%%PORTDOCS%%%%DOCSDIR%%/modules/go_next_prev.html -%%PORTDOCS%%%%DOCSDIR%%/modules/go_up.html -%%PORTDOCS%%%%DOCSDIR%%/modules/help_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/hide_scrollbars.html -%%PORTDOCS%%%%DOCSDIR%%/modules/history.html -%%PORTDOCS%%%%DOCSDIR%%/modules/history_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/image_css.html -%%PORTDOCS%%%%DOCSDIR%%/modules/introspector_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/ipc.html -%%PORTDOCS%%%%DOCSDIR%%/modules/keysym.html -%%PORTDOCS%%%%DOCSDIR%%/modules/log_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.bind.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.load.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.mode.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.pickle.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.signal.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.theme.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.uri.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.util.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.buf.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.common.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.hist.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.menu.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.progress.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.scroll.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.ssl.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.tab.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.tabi.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.tablist.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.uri.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.zoom.html -%%PORTDOCS%%%%DOCSDIR%%/modules/luakit.html -%%PORTDOCS%%%%DOCSDIR%%/modules/luakit.unique.html -%%PORTDOCS%%%%DOCSDIR%%/modules/modes.html -%%PORTDOCS%%%%DOCSDIR%%/modules/msg.html -%%PORTDOCS%%%%DOCSDIR%%/modules/newtab_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/noscript.html -%%PORTDOCS%%%%DOCSDIR%%/modules/open_editor.html -%%PORTDOCS%%%%DOCSDIR%%/modules/proxy.html -%%PORTDOCS%%%%DOCSDIR%%/modules/quickmarks.html -%%PORTDOCS%%%%DOCSDIR%%/modules/readline.html -%%PORTDOCS%%%%DOCSDIR%%/modules/referer_control_wm.html -%%PORTDOCS%%%%DOCSDIR%%/modules/search.html -%%PORTDOCS%%%%DOCSDIR%%/modules/select.html -%%PORTDOCS%%%%DOCSDIR%%/modules/select_wm.html -%%PORTDOCS%%%%DOCSDIR%%/modules/session.html -%%PORTDOCS%%%%DOCSDIR%%/modules/settings.html -%%PORTDOCS%%%%DOCSDIR%%/modules/settings_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/soup.html -%%PORTDOCS%%%%DOCSDIR%%/modules/styles.html -%%PORTDOCS%%%%DOCSDIR%%/modules/tab_favicons.html -%%PORTDOCS%%%%DOCSDIR%%/modules/tabhistory.html -%%PORTDOCS%%%%DOCSDIR%%/modules/taborder.html -%%PORTDOCS%%%%DOCSDIR%%/modules/tests.%%LUA_LIBDIR%%.html -%%PORTDOCS%%%%DOCSDIR%%/modules/undoclose.html -%%PORTDOCS%%%%DOCSDIR%%/modules/unique_instance.html -%%PORTDOCS%%%%DOCSDIR%%/modules/userscripts.html -%%PORTDOCS%%%%DOCSDIR%%/modules/utf8.html -%%PORTDOCS%%%%DOCSDIR%%/modules/vertical_tabs.html -%%PORTDOCS%%%%DOCSDIR%%/modules/view_source.html -%%PORTDOCS%%%%DOCSDIR%%/modules/viewpdf.html -%%PORTDOCS%%%%DOCSDIR%%/modules/webinspector.html -%%PORTDOCS%%%%DOCSDIR%%/modules/webview.html -%%PORTDOCS%%%%DOCSDIR%%/modules/window.html -%%PORTDOCS%%%%DOCSDIR%%/modules/xdg.html -%%PORTDOCS%%%%DOCSDIR%%/pages/01-authors.html -%%PORTDOCS%%%%DOCSDIR%%/pages/02-faq.html -%%PORTDOCS%%%%DOCSDIR%%/pages/03-quick-start-guide.html -%%PORTDOCS%%%%DOCSDIR%%/pages/04-migration-guide.html -%%PORTDOCS%%%%DOCSDIR%%/pages/05-configuration.html -%%PORTDOCS%%%%DOCSDIR%%/pages/06-tests.html -%%PORTDOCS%%%%DOCSDIR%%/pages/07-build-debian-package.html -%%DATADIR%%/%%LUA_LIBDIR%%/adblock.lua -%%DATADIR%%/%%LUA_LIBDIR%%/adblock_chrome.lua -%%DATADIR%%/%%LUA_LIBDIR%%/adblock_wm.lua -%%DATADIR%%/%%LUA_LIBDIR%%/binds.lua -%%DATADIR%%/%%LUA_LIBDIR%%/binds_chrome.lua -%%DATADIR%%/%%LUA_LIBDIR%%/bookmarks.lua -%%DATADIR%%/%%LUA_LIBDIR%%/bookmarks_chrome.lua -%%DATADIR%%/%%LUA_LIBDIR%%/chrome.lua -%%DATADIR%%/%%LUA_LIBDIR%%/chrome_wm.lua -%%DATADIR%%/%%LUA_LIBDIR%%/cmdhist.lua -%%DATADIR%%/%%LUA_LIBDIR%%/completion.lua -%%DATADIR%%/%%LUA_LIBDIR%%/domain_props.lua -%%DATADIR%%/%%LUA_LIBDIR%%/downloads.lua -%%DATADIR%%/%%LUA_LIBDIR%%/downloads_chrome.lua -%%DATADIR%%/%%LUA_LIBDIR%%/editor.lua -%%DATADIR%%/%%LUA_LIBDIR%%/error_page.lua -%%DATADIR%%/%%LUA_LIBDIR%%/error_page_wm.lua -%%DATADIR%%/%%LUA_LIBDIR%%/follow.lua -%%DATADIR%%/%%LUA_LIBDIR%%/follow_selected.lua -%%DATADIR%%/%%LUA_LIBDIR%%/follow_selected_wm.lua -%%DATADIR%%/%%LUA_LIBDIR%%/follow_wm.lua -%%DATADIR%%/%%LUA_LIBDIR%%/formfiller.lua -%%DATADIR%%/%%LUA_LIBDIR%%/formfiller_wm.lua -%%DATADIR%%/%%LUA_LIBDIR%%/go_input.lua -%%DATADIR%%/%%LUA_LIBDIR%%/go_next_prev.lua -%%DATADIR%%/%%LUA_LIBDIR%%/go_up.lua -%%DATADIR%%/%%LUA_LIBDIR%%/help_chrome.lua -%%DATADIR%%/%%LUA_LIBDIR%%/hide_scrollbars.lua -%%DATADIR%%/%%LUA_LIBDIR%%/history.lua -%%DATADIR%%/%%LUA_LIBDIR%%/history_chrome.lua -%%DATADIR%%/%%LUA_LIBDIR%%/image_css.lua -%%DATADIR%%/%%LUA_LIBDIR%%/image_css_wm.lua -%%DATADIR%%/%%LUA_LIBDIR%%/introspector_chrome.lua -%%DATADIR%%/%%LUA_LIBDIR%%/keysym.lua -%%DATADIR%%/%%LUA_LIBDIR%%/log_chrome.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/bind.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/init.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/load.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/mode.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/pickle.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/signal.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/theme.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/uri.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/util.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/buf.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/common.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/hist.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/init.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/menu.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/progress.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/scroll.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/ssl.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/tab.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/tabi.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/tablist.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/uri.lua -%%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/zoom.lua -%%DATADIR%%/%%LUA_LIBDIR%%/markdown.lua -%%DATADIR%%/%%LUA_LIBDIR%%/modes.lua -%%DATADIR%%/%%LUA_LIBDIR%%/newtab_chrome.lua -%%DATADIR%%/%%LUA_LIBDIR%%/noscript.lua -%%DATADIR%%/%%LUA_LIBDIR%%/open_editor.lua -%%DATADIR%%/%%LUA_LIBDIR%%/proxy.lua -%%DATADIR%%/%%LUA_LIBDIR%%/quickmarks.lua -%%DATADIR%%/%%LUA_LIBDIR%%/readline.lua -%%DATADIR%%/%%LUA_LIBDIR%%/referer_control_wm.lua -%%DATADIR%%/%%LUA_LIBDIR%%/search.lua -%%DATADIR%%/%%LUA_LIBDIR%%/select.lua -%%DATADIR%%/%%LUA_LIBDIR%%/select_wm.lua -%%DATADIR%%/%%LUA_LIBDIR%%/session.lua -%%DATADIR%%/%%LUA_LIBDIR%%/settings.lua -%%DATADIR%%/%%LUA_LIBDIR%%/settings_chrome.lua -%%DATADIR%%/%%LUA_LIBDIR%%/styles.lua -%%DATADIR%%/%%LUA_LIBDIR%%/tab_favicons.lua -%%DATADIR%%/%%LUA_LIBDIR%%/tabhistory.lua -%%DATADIR%%/%%LUA_LIBDIR%%/taborder.lua -%%DATADIR%%/%%LUA_LIBDIR%%/undoclose.lua -%%DATADIR%%/%%LUA_LIBDIR%%/unique_instance.lua -%%DATADIR%%/%%LUA_LIBDIR%%/userscripts.lua -%%DATADIR%%/%%LUA_LIBDIR%%/vertical_tabs.lua -%%DATADIR%%/%%LUA_LIBDIR%%/view_source.lua -%%DATADIR%%/%%LUA_LIBDIR%%/viewpdf.lua -%%DATADIR%%/%%LUA_LIBDIR%%/webinspector.lua -%%DATADIR%%/%%LUA_LIBDIR%%/webview.lua -%%DATADIR%%/%%LUA_LIBDIR%%/webview_wm.lua -%%DATADIR%%/%%LUA_LIBDIR%%/window.lua -%%DATADIR%%/resources/icons/COPYING -%%DATADIR%%/resources/icons/tab-icon-chrome.png -%%DATADIR%%/resources/icons/tab-icon-chrome@2x.png -%%DATADIR%%/resources/icons/tab-icon-crash.png -%%DATADIR%%/resources/icons/tab-icon-crash@2x.png -%%DATADIR%%/resources/icons/tab-icon-error.png -%%DATADIR%%/resources/icons/tab-icon-error@2x.png -%%DATADIR%%/resources/icons/tab-icon-page.png -%%DATADIR%%/resources/icons/tab-icon-page@2x.png -%%DATADIR%%/resources/icons/tab-icon-private.png -%%DATADIR%%/resources/icons/tab-icon-private@2x.png -%%DATADIR%%/resources/icons/tab-icon-security-error.png -%%DATADIR%%/resources/icons/tab-icon-security-error@2x.png man/man1/luakit.1.gz +share/applications/luakit.desktop +share/doc/luakit/AUTHORS +share/doc/luakit/COPYING.GPLv3 +share/doc/luakit/README.md +share/doc/luakit/classes/dom_document.html +share/doc/luakit/classes/dom_element.html +share/doc/luakit/classes/download.html +share/doc/luakit/classes/page.html +share/doc/luakit/classes/regex.html +share/doc/luakit/classes/sqlite3.html +share/doc/luakit/classes/stylesheet.html +share/doc/luakit/classes/timer.html +share/doc/luakit/classes/widget.html +share/doc/luakit/classes/widget:box.html +share/doc/luakit/classes/widget:drawing_area.html +share/doc/luakit/classes/widget:entry.html +share/doc/luakit/classes/widget:event_box.html +share/doc/luakit/classes/widget:image.html +share/doc/luakit/classes/widget:label.html +share/doc/luakit/classes/widget:notebook.html +share/doc/luakit/classes/widget:overlay.html +share/doc/luakit/classes/widget:paned.html +share/doc/luakit/classes/widget:scrolled.html +share/doc/luakit/classes/widget:socket.html +share/doc/luakit/classes/widget:spinner.html +share/doc/luakit/classes/widget:webview.html +share/doc/luakit/classes/widget:window.html +share/doc/luakit/index.html +share/doc/luakit/modules/adblock.html +share/doc/luakit/modules/adblock_chrome.html +share/doc/luakit/modules/binds.html +share/doc/luakit/modules/binds_chrome.html +share/doc/luakit/modules/bookmarks.html +share/doc/luakit/modules/bookmarks_chrome.html +share/doc/luakit/modules/chrome.html +share/doc/luakit/modules/cmdhist.html +share/doc/luakit/modules/completion.html +share/doc/luakit/modules/domain_props.html +share/doc/luakit/modules/downloads.html +share/doc/luakit/modules/downloads_chrome.html +share/doc/luakit/modules/editor.html +share/doc/luakit/modules/error_page.html +share/doc/luakit/modules/follow.html +share/doc/luakit/modules/follow_selected.html +share/doc/luakit/modules/formfiller.html +share/doc/luakit/modules/go_input.html +share/doc/luakit/modules/go_next_prev.html +share/doc/luakit/modules/go_up.html +share/doc/luakit/modules/help_chrome.html +share/doc/luakit/modules/hide_scrollbars.html +share/doc/luakit/modules/history.html +share/doc/luakit/modules/history_chrome.html +share/doc/luakit/modules/image_css.html +share/doc/luakit/modules/introspector_chrome.html +share/doc/luakit/modules/ipc.html +share/doc/luakit/modules/keysym.html +share/doc/luakit/modules/log_chrome.html +share/doc/luakit/modules/lousy.bind.html +share/doc/luakit/modules/lousy.load.html +share/doc/luakit/modules/lousy.mode.html +share/doc/luakit/modules/lousy.pickle.html +share/doc/luakit/modules/lousy.signal.html +share/doc/luakit/modules/lousy.theme.html +share/doc/luakit/modules/lousy.uri.html +share/doc/luakit/modules/lousy.util.html +share/doc/luakit/modules/lousy.widget.buf.html +share/doc/luakit/modules/lousy.widget.common.html +share/doc/luakit/modules/lousy.widget.hist.html +share/doc/luakit/modules/lousy.widget.html +share/doc/luakit/modules/lousy.widget.menu.html +share/doc/luakit/modules/lousy.widget.progress.html +share/doc/luakit/modules/lousy.widget.scroll.html +share/doc/luakit/modules/lousy.widget.ssl.html +share/doc/luakit/modules/lousy.widget.tab.html +share/doc/luakit/modules/lousy.widget.tabi.html +share/doc/luakit/modules/lousy.widget.tablist.html +share/doc/luakit/modules/lousy.widget.uri.html +share/doc/luakit/modules/lousy.widget.zoom.html +share/doc/luakit/modules/luakit.html +share/doc/luakit/modules/luakit.unique.html +share/doc/luakit/modules/modes.html +share/doc/luakit/modules/msg.html +share/doc/luakit/modules/newtab_chrome.html +share/doc/luakit/modules/noscript.html +share/doc/luakit/modules/open_editor.html +share/doc/luakit/modules/proxy.html +share/doc/luakit/modules/quickmarks.html +share/doc/luakit/modules/readline.html +share/doc/luakit/modules/referer_control_wm.html +share/doc/luakit/modules/search.html +share/doc/luakit/modules/select.html +share/doc/luakit/modules/select_wm.html +share/doc/luakit/modules/session.html +share/doc/luakit/modules/settings.html +share/doc/luakit/modules/settings_chrome.html +share/doc/luakit/modules/soup.html +share/doc/luakit/modules/styles.html +share/doc/luakit/modules/tab_favicons.html +share/doc/luakit/modules/tabhistory.html +share/doc/luakit/modules/taborder.html +share/doc/luakit/modules/tests.%%LUA_LIBDIR%%.html +share/doc/luakit/modules/undoclose.html +share/doc/luakit/modules/unique_instance.html +share/doc/luakit/modules/userscripts.html +share/doc/luakit/modules/utf8.html +share/doc/luakit/modules/vertical_tabs.html +share/doc/luakit/modules/view_source.html +share/doc/luakit/modules/viewpdf.html +share/doc/luakit/modules/webinspector.html +share/doc/luakit/modules/webview.html +share/doc/luakit/modules/window.html +share/doc/luakit/modules/xdg.html +share/doc/luakit/pages/01-authors.html +share/doc/luakit/pages/02-faq.html +share/doc/luakit/pages/03-quick-start-guide.html +share/doc/luakit/pages/04-migration-guide.html +share/doc/luakit/pages/05-configuration.html +share/doc/luakit/pages/06-tests.html +share/doc/luakit/pages/07-build-debian-package.html +share/luakit/%%LUA_LIBDIR%%/adblock.lua +share/luakit/%%LUA_LIBDIR%%/adblock_chrome.lua +share/luakit/%%LUA_LIBDIR%%/adblock_wm.lua +share/luakit/%%LUA_LIBDIR%%/binds.lua +share/luakit/%%LUA_LIBDIR%%/binds_chrome.lua +share/luakit/%%LUA_LIBDIR%%/bookmarks.lua +share/luakit/%%LUA_LIBDIR%%/bookmarks_chrome.lua +share/luakit/%%LUA_LIBDIR%%/chrome.lua +share/luakit/%%LUA_LIBDIR%%/chrome_wm.lua +share/luakit/%%LUA_LIBDIR%%/cmdhist.lua +share/luakit/%%LUA_LIBDIR%%/completion.lua +share/luakit/%%LUA_LIBDIR%%/domain_props.lua +share/luakit/%%LUA_LIBDIR%%/downloads.lua +share/luakit/%%LUA_LIBDIR%%/downloads_chrome.lua +share/luakit/%%LUA_LIBDIR%%/editor.lua +share/luakit/%%LUA_LIBDIR%%/error_page.lua +share/luakit/%%LUA_LIBDIR%%/error_page_wm.lua +share/luakit/%%LUA_LIBDIR%%/follow.lua +share/luakit/%%LUA_LIBDIR%%/follow_selected.lua +share/luakit/%%LUA_LIBDIR%%/follow_selected_wm.lua +share/luakit/%%LUA_LIBDIR%%/follow_wm.lua +share/luakit/%%LUA_LIBDIR%%/formfiller.lua +share/luakit/%%LUA_LIBDIR%%/formfiller_wm.lua +share/luakit/%%LUA_LIBDIR%%/go_input.lua +share/luakit/%%LUA_LIBDIR%%/go_next_prev.lua +share/luakit/%%LUA_LIBDIR%%/go_up.lua +share/luakit/%%LUA_LIBDIR%%/help_chrome.lua +share/luakit/%%LUA_LIBDIR%%/hide_scrollbars.lua +share/luakit/%%LUA_LIBDIR%%/history.lua +share/luakit/%%LUA_LIBDIR%%/history_chrome.lua +share/luakit/%%LUA_LIBDIR%%/image_css.lua +share/luakit/%%LUA_LIBDIR%%/image_css_wm.lua +share/luakit/%%LUA_LIBDIR%%/introspector_chrome.lua +share/luakit/%%LUA_LIBDIR%%/keysym.lua +share/luakit/%%LUA_LIBDIR%%/log_chrome.lua +share/luakit/%%LUA_LIBDIR%%/lousy/bind.lua +share/luakit/%%LUA_LIBDIR%%/lousy/init.lua +share/luakit/%%LUA_LIBDIR%%/lousy/load.lua +share/luakit/%%LUA_LIBDIR%%/lousy/mode.lua +share/luakit/%%LUA_LIBDIR%%/lousy/pickle.lua +share/luakit/%%LUA_LIBDIR%%/lousy/signal.lua +share/luakit/%%LUA_LIBDIR%%/lousy/theme.lua +share/luakit/%%LUA_LIBDIR%%/lousy/uri.lua +share/luakit/%%LUA_LIBDIR%%/lousy/util.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/buf.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/common.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/hist.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/init.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/menu.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/progress.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/scroll.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/ssl.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/tab.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/tabi.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/tablist.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/uri.lua +share/luakit/%%LUA_LIBDIR%%/lousy/widget/zoom.lua +share/luakit/%%LUA_LIBDIR%%/markdown.lua +share/luakit/%%LUA_LIBDIR%%/modes.lua +share/luakit/%%LUA_LIBDIR%%/newtab_chrome.lua +share/luakit/%%LUA_LIBDIR%%/noscript.lua +share/luakit/%%LUA_LIBDIR%%/open_editor.lua +share/luakit/%%LUA_LIBDIR%%/proxy.lua +share/luakit/%%LUA_LIBDIR%%/quickmarks.lua +share/luakit/%%LUA_LIBDIR%%/readline.lua +share/luakit/%%LUA_LIBDIR%%/referer_control_wm.lua +share/luakit/%%LUA_LIBDIR%%/search.lua +share/luakit/%%LUA_LIBDIR%%/select.lua +share/luakit/%%LUA_LIBDIR%%/select_wm.lua +share/luakit/%%LUA_LIBDIR%%/session.lua +share/luakit/%%LUA_LIBDIR%%/settings.lua +share/luakit/%%LUA_LIBDIR%%/settings_chrome.lua +share/luakit/%%LUA_LIBDIR%%/styles.lua +share/luakit/%%LUA_LIBDIR%%/tab_favicons.lua +share/luakit/%%LUA_LIBDIR%%/tabhistory.lua +share/luakit/%%LUA_LIBDIR%%/taborder.lua +share/luakit/%%LUA_LIBDIR%%/undoclose.lua +share/luakit/%%LUA_LIBDIR%%/unique_instance.lua +share/luakit/%%LUA_LIBDIR%%/userscripts.lua +share/luakit/%%LUA_LIBDIR%%/vertical_tabs.lua +share/luakit/%%LUA_LIBDIR%%/view_source.lua +share/luakit/%%LUA_LIBDIR%%/viewpdf.lua +share/luakit/%%LUA_LIBDIR%%/webinspector.lua +share/luakit/%%LUA_LIBDIR%%/webview.lua +share/luakit/%%LUA_LIBDIR%%/webview_wm.lua +share/luakit/%%LUA_LIBDIR%%/window.lua +share/luakit/resources/icons/COPYING +share/luakit/resources/icons/tab-icon-chrome.png +share/luakit/resources/icons/tab-icon-chrome@2x.png +share/luakit/resources/icons/tab-icon-crash.png +share/luakit/resources/icons/tab-icon-crash@2x.png +share/luakit/resources/icons/tab-icon-error.png +share/luakit/resources/icons/tab-icon-error@2x.png +share/luakit/resources/icons/tab-icon-page.png +share/luakit/resources/icons/tab-icon-page@2x.png +share/luakit/resources/icons/tab-icon-private.png +share/luakit/resources/icons/tab-icon-private@2x.png +share/luakit/resources/icons/tab-icon-security-error.png +share/luakit/resources/icons/tab-icon-security-error@2x.png share/pixmaps/luakit.png Modified: head/www/luakit/Makefile ============================================================================== --- head/www/luakit/Makefile Fri Apr 17 16:02:48 2020 (r531945) +++ head/www/luakit/Makefile Fri Apr 17 16:33:45 2020 (r531946) @@ -35,6 +35,8 @@ LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_MAKE_ARGS= USE_LUAJIT=1 LUAJIT_MAKE_ARGS_OFF= USE_LUAJIT=0 +CONFLICTS_INSTALL= luakit-devel + post-extract: @${REINPLACE_CMD} -e \ 's|share/man|man| ; s|luakit/doc|doc/luakit| ; \