Index: www/luakit-devel/Makefile =================================================================== --- www/luakit-devel/Makefile (nonexistent) +++ www/luakit-devel/Makefile (working copy) @@ -0,0 +1,55 @@ +# Created by: Stefan Hagen +# $FreeBSD$ + +PORTNAME= luakit-devel +DISTVERSION= 2.1-33 +DISTVERSIONSUFFIX= -g0de4b1c +PORTEPOCH= 1 +CATEGORIES= www + +MAINTAINER= mbeis@xs4all.nl +COMMENT= Fast, small, webkit2 based browser framework extensible with Lua + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING.GPLv3 + +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON_sparc64= Does not install on sparc64 + +BUILD_DEPENDS= help2man:misc/help2man \ + ${LUA_MODLIBDIR}/lfs.so: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 +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 \ + 's|share/man|man| ; s|luakit/doc|doc/luakit| ; \ + s|/etc/xdg|${PREFIX}/etc/xdg| ; /MANPREFIX */s|?=|=| ; \ + s|gnu99|gnu11| ; s|-ggdb||' \ + ${WRKSRC}/config.mk + @${REINPLACE_CMD} -e 's|bin/env lua|&${LUA_VER_STR}|' \ + ${WRKSRC}/build-utils/gentokens.lua + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/luakit + +.include Property changes on: www/luakit-devel/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/luakit-devel/distinfo =================================================================== --- www/luakit-devel/distinfo (nonexistent) +++ www/luakit-devel/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587038603 +SHA256 (luakit-luakit-2.1-33-g0de4b1c_GH0.tar.gz) = b221da13a003c775b81b6a5cfdc073c7b6c526bdb23e398322f9ee3e75f3a369 +SIZE (luakit-luakit-2.1-33-g0de4b1c_GH0.tar.gz) = 487143 Property changes on: www/luakit-devel/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/luakit-devel/pkg-descr =================================================================== --- www/luakit-devel/pkg-descr (nonexistent) +++ www/luakit-devel/pkg-descr (working copy) @@ -0,0 +1,9 @@ +Luakit is a highly configurable browser framework based on the +WebKit web content engine and the GTK+ toolkit. + +It is very fast, extensible with Lua, and licensed under the GNU +GPLv3 license. It is primarily targeted at power users, developers +and anyone who wants to have fine-grained control over their web +browser's behaviour and interface. + +WWW: https://luakit.github.io Property changes on: www/luakit-devel/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/luakit-devel/pkg-plist =================================================================== --- www/luakit-devel/pkg-plist (nonexistent) +++ www/luakit-devel/pkg-plist (working copy) @@ -0,0 +1,224 @@ +bin/luakit +etc/xdg/luakit/rc.lua +etc/xdg/luakit/theme.lua +%%LUA_LIBDIR%%/luakit/luakit.so +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 Property changes on: www/luakit-devel/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