summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/epiphany-extensions/Makefile57
-rw-r--r--www/epiphany-extensions/distinfo2
-rw-r--r--www/epiphany-extensions/files/patch-configure11
-rw-r--r--www/epiphany-extensions/pkg-descr12
-rw-r--r--www/epiphany-extensions/pkg-plist311
-rw-r--r--www/epiphany/Makefile34
-rw-r--r--www/epiphany/distinfo4
-rw-r--r--www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c10
-rw-r--r--www/epiphany/files/patch-embed_ephy-embed-prefs.c15
-rw-r--r--www/epiphany/pkg-plist340
-rw-r--r--www/gnome-user-share/Makefile41
-rw-r--r--www/gnome-user-share/distinfo2
-rw-r--r--www/gnome-user-share/pkg-descr11
-rw-r--r--www/gnome-user-share/pkg-message4
-rw-r--r--www/gnome-user-share/pkg-plist92
-rw-r--r--www/gtkhtml4/Makefile12
-rw-r--r--www/gtkhtml4/distinfo4
-rw-r--r--www/gtkhtml4/pkg-plist3
-rw-r--r--www/libsocialweb/Makefile16
-rw-r--r--www/libsocialweb/distinfo4
-rw-r--r--www/libsocialweb/pkg-plist3
-rw-r--r--www/webkit-gtk3/Makefile44
-rw-r--r--www/webkit-gtk3/distinfo4
-rw-r--r--www/webkit-gtk3/files/patch-GNUmakefile.in11
-rw-r--r--www/webkit-gtk3/files/patch-Source_JavaScriptCore_runtime_JSCell.h12
-rw-r--r--www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h10
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebCore_editing_Editor.h11
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp14
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebKit2_PluginProcess_unix_PluginProcessMainUnix.cpp13
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Launcher_gtk_ProcessLauncherGtk.cpp10
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix.cpp26
-rw-r--r--www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp10
-rw-r--r--www/webkit-gtk3/files/patch-configure76
-rw-r--r--www/webkit-gtk3/pkg-plist730
34 files changed, 732 insertions, 1227 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
deleted file mode 100644
index 9909b5fb5..000000000
--- a/www/epiphany-extensions/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-#
-
-PORTNAME= epiphany-extensions
-PORTVERSION= 3.6.0
-CATEGORIES= www gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome3
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Set of add-ons for the Epiphany web browser
-
-BUILD_DEPENDS= epiphany>=3.6.0:${PORTSDIR}/www/epiphany
-LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
-RUN_DEPENDS= epiphany>=3.6.0:${PORTSDIR}/www/epiphany
-
-USES= gettext gmake pathfix pkgconfig
-USE_XZ= yes
-USE_GNOME= gnomeprefix intlhack
-INSTALLS_OMF= yes
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-GLIB_SCHEMAS= org.gnome.epiphanyextensions.gschema.xml
-
-EPHY_EXTENSIONS=really-all
-EPHY_VERSION= 3.6
-
-PLIST_SUB= VERSION=${EPHY_VERSION} EPHY_VERSION=${EPHY_VERSION}
-
-OPTIONS_DEFINE= OPENSP
-OPENSP_DESC= OpenSP SGML support
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MOPENSP}
-CONFIGURE_ARGS+= --enable-opensp=yes
-LIB_DEPENDS+= osp:${PORTSDIR}/textproc/opensp
-.else
-CONFIGURE_ARGS+= --disable-opensp
-.endif
-
-CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$$($$PKG_CONFIG --variable=extensionsdir epiphany-$$_epiphany_api_version)|${PREFIX}/lib/epiphany/${PORTVERSION:R}/extensions|g' \
- -e 's|$$($$PKG_CONFIG --variable=icondir epiphany-$$EPIPHANY_API_VERSION)|${PREFIX}/share/epiphany/icons|g' \
- ${WRKSRC}/configure
-# temp disable until autoscroller and permissions gets updated to new API.
- @${REINPLACE_CMD} -e 's|auto-scroller||g' -e 's|permissions||g' \
- ${WRKSRC}/configure
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/epiphany/${EPHY_VERSION}/extensions/lib*.so
-
-.include <bsd.port.mk>
diff --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo
deleted file mode 100644
index 44ced64f6..000000000
--- a/www/epiphany-extensions/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome3/epiphany-extensions-3.6.0.tar.xz) = 3a1cc21b44a7b00cfe055b87c23f20f16c9fbd2b5a30380338885a5ae0847f7a
-SIZE (gnome3/epiphany-extensions-3.6.0.tar.xz) = 1383912
diff --git a/www/epiphany-extensions/files/patch-configure b/www/epiphany-extensions/files/patch-configure
deleted file mode 100644
index e237181c4..000000000
--- a/www/epiphany-extensions/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2013-12-09 23:17:35.774093849 +0000
-+++ configure 2013-12-09 23:17:47.694092513 +0000
-@@ -16071,7 +16071,7 @@
- $as_echo "#define MAINTAINER_MODE 1" >>confdefs.h
-
- enable_debug=yes
-- DEPRECATION_FLAGS="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES"
-+ DEPRECATION_FLAGS=""
- MOZILLA_WARN_CXXFLAGS="-Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth $MOZILLA_WARN_CXXFLAGS"
- fi
-
diff --git a/www/epiphany-extensions/pkg-descr b/www/epiphany-extensions/pkg-descr
deleted file mode 100644
index 309ccdfa8..000000000
--- a/www/epiphany-extensions/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Epiphany-extensions is a set of plugins for the Epiphany web browser that
-extend its base functionality. Some of those extensions include:
-
-* Actions
-* Ad Blocker
-* Certificate Viewer
-* Greasemonkey
-* Mouse Gestures
-* Newsfeed extractor
-* and more...
-
-WWW: http://www.gnome.org/projects/epiphany/extensions
diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist
deleted file mode 100644
index bc07bc436..000000000
--- a/www/epiphany-extensions/pkg-plist
+++ /dev/null
@@ -1,311 +0,0 @@
-lib/epiphany/%%VERSION%%/extensions/actions.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/adblock.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/auto-reload.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/extensions-manager-ui.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/gestures.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/greasemonkey.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/html5tube.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/libactionsextension.la
-lib/epiphany/%%VERSION%%/extensions/libactionsextension.so
-lib/epiphany/%%VERSION%%/extensions/libadblockextension.la
-lib/epiphany/%%VERSION%%/extensions/libadblockextension.so
-lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.la
-lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.so
-lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.la
-lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.so
-lib/epiphany/%%VERSION%%/extensions/libgesturesextension.la
-lib/epiphany/%%VERSION%%/extensions/libgesturesextension.so
-lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.la
-lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.so
-lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.la
-lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.so
-lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.la
-lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.so
-lib/epiphany/%%VERSION%%/extensions/librssextension.la
-lib/epiphany/%%VERSION%%/extensions/librssextension.so
-lib/epiphany/%%VERSION%%/extensions/libsampleextension.la
-lib/epiphany/%%VERSION%%/extensions/libsampleextension.so
-lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.la
-lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.so
-lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.la
-lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.so
-lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.la
-lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.so
-lib/epiphany/%%VERSION%%/extensions/push-scroller.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/rss.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/sample.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/soup-fly.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/tab-key-tab-navigate.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/tab-states.ephy-extension
-%%DATADIR%%/ephy-gestures.xml
-%%DATADIR%%/ui/action-properties.ui
-%%DATADIR%%/ui/actions-editor.ui
-%%DATADIR%%/ui/adblock.ui
-%%DATADIR%%/ui/extensions-manager-ui.ui
-%%DATADIR%%/ui/rss-ui.ui
-share/epiphany/icons/hicolor/16x16/status/ad-blocked.png
-share/epiphany/icons/hicolor/16x16/status/feed-presence.png
-share/epiphany/icons/hicolor/22x22/status/ad-blocked.png
-share/epiphany/icons/hicolor/22x22/status/feed-presence.png
-share/epiphany/icons/hicolor/24x24/status/ad-blocked.png
-share/epiphany/icons/hicolor/24x24/status/feed-presence.png
-share/epiphany/icons/hicolor/32x32/status/feed-presence.png
-share/epiphany/icons/hicolor/scalable/status/feed-presence.svg
-share/gnome/help/epiphany-extensions/C/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/C/legal.xml
-share/gnome/help/epiphany-extensions/de/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/es/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/fr/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/oc/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/sl/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/sv/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-tabgroups.png
-share/locale/ar/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/as/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/bg/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/bn_IN/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ca/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ca@valencia/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/cs/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/da/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/de/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/dz/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/el/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/en_CA/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/es/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/eu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/fi/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/fr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/gl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/gu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/he/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/hr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/hu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/it/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ja/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/kn/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ko/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/lt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/lv/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ml/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/mr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/nb/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ne/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/nl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/oc/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/or/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pt_BR/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ro/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ru/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/rw/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sq/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sr@Latn/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sv/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ta/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/te/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/th/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/tr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/uk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/vi/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/wa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/zh_CN/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/zh_HK/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/zh_TW/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/omf/epiphany-extensions/epiphany-extensions-C.omf
-share/omf/epiphany-extensions/epiphany-extensions-de.omf
-share/omf/epiphany-extensions/epiphany-extensions-es.omf
-share/omf/epiphany-extensions/epiphany-extensions-fr.omf
-share/omf/epiphany-extensions/epiphany-extensions-oc.omf
-share/omf/epiphany-extensions/epiphany-extensions-sl.omf
-share/omf/epiphany-extensions/epiphany-extensions-sv.omf
-@dirrm share/omf/epiphany-extensions
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
-@dirrm share/gnome/help/epiphany-extensions/sv/figures
-@dirrm share/gnome/help/epiphany-extensions/sv
-@dirrm share/gnome/help/epiphany-extensions/sl/figures
-@dirrm share/gnome/help/epiphany-extensions/sl
-@dirrm share/gnome/help/epiphany-extensions/oc/figures
-@dirrm share/gnome/help/epiphany-extensions/oc
-@dirrm share/gnome/help/epiphany-extensions/fr/figures
-@dirrm share/gnome/help/epiphany-extensions/fr
-@dirrm share/gnome/help/epiphany-extensions/es/figures
-@dirrm share/gnome/help/epiphany-extensions/es
-@dirrm share/gnome/help/epiphany-extensions/de/figures
-@dirrm share/gnome/help/epiphany-extensions/de
-@dirrm share/gnome/help/epiphany-extensions/C/figures
-@dirrm share/gnome/help/epiphany-extensions/C
-@dirrm share/gnome/help/epiphany-extensions
-@dirrmtry share/epiphany/icons/hicolor/scalable/status
-@dirrmtry share/epiphany/icons/hicolor/scalable
-@dirrmtry share/epiphany/icons/hicolor/32x32/status
-@dirrmtry share/epiphany/icons/hicolor/32x32
-@dirrmtry share/epiphany/icons/hicolor/24x24/status
-@dirrmtry share/epiphany/icons/hicolor/24x24
-@dirrmtry share/epiphany/icons/hicolor/22x22/status
-@dirrmtry share/epiphany/icons/hicolor/22x22
-@dirrmtry share/epiphany/icons/hicolor/16x16/status
-@dirrmtry share/epiphany/icons/hicolor/16x16
-@dirrmtry share/epiphany/icons/hicolor
-@dirrmtry share/epiphany/icons
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%
-@dirrmtry share/epiphany
-@dirrmtry lib/epiphany/%%VERSION%%/extensions
-@dirrmtry lib/epiphany/%%VERSION%%
-@dirrmtry lib/epiphany
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 73b93ff4b..cbd5ad9bb 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -1,17 +1,19 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/www/epiphany3/Makefile 18610 2013-06-30 16:33:05Z marcus $
+# $MCom: ports-experimental/trunk/www/epiphany/Makefile 19437 2014-04-01 13:07:17Z gusi $
PORTNAME= epiphany
-PORTVERSION= 3.6.1
+PORTVERSION= 3.12.0
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
-COMMENT?= Extremely lightweight and simple web browser for GNOME 3
+COMMENT= Extremely lightweight and simple web browser for GNOME 3
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
+ itstool:${PORTSDIR}/textproc/itstool \
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \
@@ -25,14 +27,14 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co
gnome-icon-theme-symbolic>=0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-USE_LDCONFIG= yes
+USES= desktop-file-utils gettext gmake pathfix \
+ pkgconfig tar:xz
+USE_GNOME= gnomedesktop3 gnomeprefix intlhack libwnck3 libxml2 libxslt
+USE_XORG= ice x11 sm
INSTALLS_ICONS= yes
-USE_XZ= yes
-USE_PYTHON= yes
+USE_PYTHON= 3
USE_SQLITE= 3
-USES= desktop-file-utils gettext gmake pathfix pkgconfig
-USE_GNOME= gnomedesktop3 gnomedocutils gnomeprefix intlhack libxml2
-USE_XORG= ice x11 sm
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-introspection \
--with-distributor-name="FreeBSD GNOME Project"
@@ -43,11 +45,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.Epiphany.enums.xml \
org.gnome.epiphany.gschema.xml
-PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}"
+PLIST_SUB+= EPHY_VERSION=${PORTVERSION:R}
-OPTIONS_DEFINE= AVAHI SPELLCHECK
-OPTIONS_DEFAULT=AVAHI SPELLCHECK
-SPELLCHECK_DESC=Enable spell checking by default
+OPTIONS_DEFINE= AVAHI
+OPTIONS_DEFAULT=AVAHI
.include <bsd.port.options.mk>
@@ -59,10 +60,6 @@ LIB_DEPENDS+= libavahi-gobject.so:${PORTSDIR}/net/avahi-app
CONFIGURE_ARGS+=--disable-zeroconf
.endif
-.if ${PORT_OPTIONS:MSPELLCHECK}
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-embed_ephy-embed-prefs.c
-.endif
-
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'
@@ -70,4 +67,7 @@ post-patch:
s|-ldl"$$|"|g' \
${WRKSRC}/configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/epiphany/3.12/web-extensions/libephywebextension.so
+
.include <bsd.port.mk>
diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo
index 666b2cddb..313fb7422 100644
--- a/www/epiphany/distinfo
+++ b/www/epiphany/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/epiphany-3.6.1.tar.xz) = 1b4e33e02f7653489be9c49d182be84da13348b4ad3cb4c09c643898586a6008
-SIZE (gnome3/epiphany-3.6.1.tar.xz) = 2479828
+SHA256 (gnome3/epiphany-3.12.0.tar.xz) = c1872e38854b01320d5b8fc17179ebd0ae5ee247c92d3d3cdb7f2b9f54c90d25
+SIZE (gnome3/epiphany-3.12.0.tar.xz) = 3023172
diff --git a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c b/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c
deleted file mode 100644
index ba4557bac..000000000
--- a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- embed/ephy-embed-prefs.c.orig 2011-04-26 00:08:02.000000000 +0200
-+++ embed/ephy-embed-prefs.c 2011-04-28 08:59:55.000000000 +0200
-@@ -482,6 +482,7 @@ ephy_embed_prefs_init (void)
- /* Hardcoded settings */
- g_object_set (webkit_settings,
- "enable-default-context-menu", FALSE,
-+ "enable-spell-checking", TRUE,
- "enable-site-specific-quirks", TRUE,
- "enable-page-cache", TRUE,
- "enable-developer-extras", TRUE,
diff --git a/www/epiphany/files/patch-embed_ephy-embed-prefs.c b/www/epiphany/files/patch-embed_ephy-embed-prefs.c
deleted file mode 100644
index c3b8340a7..000000000
--- a/www/epiphany/files/patch-embed_ephy-embed-prefs.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- embed/ephy-embed-prefs.c.orig 2010-02-20 04:42:51.000000000 -0500
-+++ embed/ephy-embed-prefs.c 2010-05-08 20:03:20.000000000 -0400
-@@ -322,8 +322,10 @@ webkit_pref_callback_accept_languages (G
- langs_str = g_strjoinv (", ", langs);
-
- /* Update Soup session */
-- session = webkit_get_default_session ();
-- g_object_set (G_OBJECT (session), webkit_pref, langs_str, NULL);
-+ if (langs_str != NULL && strlen (langs_str) > 0) {
-+ session = webkit_get_default_session ();
-+ g_object_set (G_OBJECT (session), webkit_pref, langs_str, NULL);
-+ }
-
- g_strfreev (languages);
- g_free (langs_str);
diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist
index 77027fa0f..ec639d6f0 100644
--- a/www/epiphany/pkg-plist
+++ b/www/epiphany/pkg-plist
@@ -1,55 +1,280 @@
bin/ephy-profile-migrator
bin/epiphany
-include/epiphany/%%EPHY_VERSION%%/epiphany/epiphany.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock-manager.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks-type-builtins.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-dialog.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-download.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-container.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-event.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-prefs.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-shell.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-single.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-type-builtins.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-utils.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-extension.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-extensions-manager.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-lib-type-builtins.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-link.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-loader.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-node-db.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-node.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-notebook.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-overview.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-permission-manager.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-session.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-settings.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-shell.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-state.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-type-builtins.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-web-view.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-window.h
-lib/girepository-1.0/Epiphany-%%EPHY_VERSION%%.typelib
-libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc
+lib/epiphany/%%EPHY_VERSION%%/web-extensions/libephywebextension.la
+lib/epiphany/%%EPHY_VERSION%%/web-extensions/libephywebextension.so
+libexec/epiphany-search-provider
man/man1/epiphany.1.gz
share/GConf/gsettings/epiphany.convert
-share/aclocal/epiphany.m4
+share/appdata/epiphany.appdata.xml
share/applications/epiphany.desktop
share/dbus-1/services/org.gnome.Epiphany.service
-share/gir-1.0/Epiphany-%%EPHY_VERSION%%.gir
share/epiphany/about.ini
share/epiphany/default-bookmarks.rdf
share/epiphany/epiphany-bookmarks-html.xsl
-share/epiphany/epiphany.xhtml
share/epiphany/mime-types-permissions.xml
-share/epiphany/pages/about.css
-share/epiphany/pages/error.html
-share/epiphany/pages/recovery.html
-share/epiphany/icons/missing-thumbnail.png
-share/epiphany/icons/thumbnail-frame.png
+share/epiphany/pages/error.css
+share/gnome-shell/search-providers/epiphany-search-provider.ini
+share/help/C/epiphany/bookmark-add.page
+share/help/C/epiphany/bookmark-delete.page
+share/help/C/epiphany/bookmark-edit.page
+share/help/C/epiphany/bookmark-smart.page
+share/help/C/epiphany/bookmark-topic.page
+share/help/C/epiphany/bookmark.page
+share/help/C/epiphany/browse-local.page
+share/help/C/epiphany/browse-private.page
+share/help/C/epiphany/browse-web.page
+share/help/C/epiphany/browse-webapps.page
+share/help/C/epiphany/cookies.xml
+share/help/C/epiphany/data-cookies.page
+share/help/C/epiphany/data-passwords.page
+share/help/C/epiphany/history-delete.page
+share/help/C/epiphany/history.page
+share/help/C/epiphany/index.page
+share/help/C/epiphany/introduction.page
+share/help/C/epiphany/legal.xml
+share/help/C/epiphany/pref-cookies.page
+share/help/C/epiphany/pref-css.page
+share/help/C/epiphany/pref-do-not-track.page
+share/help/C/epiphany/pref-downloads.page
+share/help/C/epiphany/pref-font.page
+share/help/C/epiphany/pref-passwords.page
+share/help/C/epiphany/pref.page
+share/help/C/epiphany/prob-restore-closed-page.page
+share/help/C/epiphany/media/epiphany-3-12.png
+share/help/C/epiphany/media/private-browsing-3-12.png
+share/help/C/epiphany/media/web-browser.png
+share/help/cs/epiphany/bookmark-add.page
+share/help/cs/epiphany/bookmark-delete.page
+share/help/cs/epiphany/bookmark-edit.page
+share/help/cs/epiphany/bookmark-smart.page
+share/help/cs/epiphany/bookmark-topic.page
+share/help/cs/epiphany/bookmark.page
+share/help/cs/epiphany/browse-local.page
+share/help/cs/epiphany/browse-private.page
+share/help/cs/epiphany/browse-web.page
+share/help/cs/epiphany/browse-webapps.page
+share/help/cs/epiphany/cookies.xml
+share/help/cs/epiphany/data-cookies.page
+share/help/cs/epiphany/data-passwords.page
+share/help/cs/epiphany/history-delete.page
+share/help/cs/epiphany/history.page
+share/help/cs/epiphany/index.page
+share/help/cs/epiphany/introduction.page
+share/help/cs/epiphany/legal.xml
+share/help/cs/epiphany/pref-cookies.page
+share/help/cs/epiphany/pref-css.page
+share/help/cs/epiphany/pref-do-not-track.page
+share/help/cs/epiphany/pref-downloads.page
+share/help/cs/epiphany/pref-font.page
+share/help/cs/epiphany/pref-passwords.page
+share/help/cs/epiphany/pref.page
+share/help/cs/epiphany/prob-restore-closed-page.page
+share/help/cs/epiphany/media/epiphany-3-12.png
+share/help/cs/epiphany/media/private-browsing-3-12.png
+share/help/cs/epiphany/media/web-browser.png
+share/help/de/epiphany/bookmark-add.page
+share/help/de/epiphany/bookmark-delete.page
+share/help/de/epiphany/bookmark-edit.page
+share/help/de/epiphany/bookmark-smart.page
+share/help/de/epiphany/bookmark-topic.page
+share/help/de/epiphany/bookmark.page
+share/help/de/epiphany/browse-local.page
+share/help/de/epiphany/browse-private.page
+share/help/de/epiphany/browse-web.page
+share/help/de/epiphany/browse-webapps.page
+share/help/de/epiphany/cookies.xml
+share/help/de/epiphany/data-cookies.page
+share/help/de/epiphany/data-passwords.page
+share/help/de/epiphany/history-delete.page
+share/help/de/epiphany/history.page
+share/help/de/epiphany/index.page
+share/help/de/epiphany/introduction.page
+share/help/de/epiphany/legal.xml
+share/help/de/epiphany/pref-cookies.page
+share/help/de/epiphany/pref-css.page
+share/help/de/epiphany/pref-do-not-track.page
+share/help/de/epiphany/pref-downloads.page
+share/help/de/epiphany/pref-font.page
+share/help/de/epiphany/pref-passwords.page
+share/help/de/epiphany/pref.page
+share/help/de/epiphany/prob-restore-closed-page.page
+share/help/de/epiphany/media/epiphany-3-12.png
+share/help/de/epiphany/media/private-browsing-3-12.png
+share/help/de/epiphany/media/web-browser.png
+share/help/el/epiphany/bookmark-add.page
+share/help/el/epiphany/bookmark-delete.page
+share/help/el/epiphany/bookmark-edit.page
+share/help/el/epiphany/bookmark-smart.page
+share/help/el/epiphany/bookmark-topic.page
+share/help/el/epiphany/bookmark.page
+share/help/el/epiphany/browse-local.page
+share/help/el/epiphany/browse-private.page
+share/help/el/epiphany/browse-web.page
+share/help/el/epiphany/browse-webapps.page
+share/help/el/epiphany/cookies.xml
+share/help/el/epiphany/data-cookies.page
+share/help/el/epiphany/data-passwords.page
+share/help/el/epiphany/history-delete.page
+share/help/el/epiphany/history.page
+share/help/el/epiphany/index.page
+share/help/el/epiphany/introduction.page
+share/help/el/epiphany/legal.xml
+share/help/el/epiphany/pref-cookies.page
+share/help/el/epiphany/pref-css.page
+share/help/el/epiphany/pref-do-not-track.page
+share/help/el/epiphany/pref-downloads.page
+share/help/el/epiphany/pref-font.page
+share/help/el/epiphany/pref-passwords.page
+share/help/el/epiphany/pref.page
+share/help/el/epiphany/prob-restore-closed-page.page
+share/help/el/epiphany/media/epiphany-3-12.png
+share/help/el/epiphany/media/private-browsing-3-12.png
+share/help/el/epiphany/media/web-browser.png
+share/help/es/epiphany/bookmark-add.page
+share/help/es/epiphany/bookmark-delete.page
+share/help/es/epiphany/bookmark-edit.page
+share/help/es/epiphany/bookmark-smart.page
+share/help/es/epiphany/bookmark-topic.page
+share/help/es/epiphany/bookmark.page
+share/help/es/epiphany/browse-local.page
+share/help/es/epiphany/browse-private.page
+share/help/es/epiphany/browse-web.page
+share/help/es/epiphany/browse-webapps.page
+share/help/es/epiphany/cookies.xml
+share/help/es/epiphany/data-cookies.page
+share/help/es/epiphany/data-passwords.page
+share/help/es/epiphany/history-delete.page
+share/help/es/epiphany/history.page
+share/help/es/epiphany/index.page
+share/help/es/epiphany/introduction.page
+share/help/es/epiphany/legal.xml
+share/help/es/epiphany/pref-cookies.page
+share/help/es/epiphany/pref-css.page
+share/help/es/epiphany/pref-do-not-track.page
+share/help/es/epiphany/pref-downloads.page
+share/help/es/epiphany/pref-font.page
+share/help/es/epiphany/pref-passwords.page
+share/help/es/epiphany/pref.page
+share/help/es/epiphany/prob-restore-closed-page.page
+share/help/es/epiphany/media/epiphany-3-12.png
+share/help/es/epiphany/media/private-browsing-3-12.png
+share/help/es/epiphany/media/web-browser.png
+share/help/fr/epiphany/bookmark-add.page
+share/help/fr/epiphany/bookmark-delete.page
+share/help/fr/epiphany/bookmark-edit.page
+share/help/fr/epiphany/bookmark-smart.page
+share/help/fr/epiphany/bookmark-topic.page
+share/help/fr/epiphany/bookmark.page
+share/help/fr/epiphany/browse-local.page
+share/help/fr/epiphany/browse-private.page
+share/help/fr/epiphany/browse-web.page
+share/help/fr/epiphany/browse-webapps.page
+share/help/fr/epiphany/cookies.xml
+share/help/fr/epiphany/data-cookies.page
+share/help/fr/epiphany/data-passwords.page
+share/help/fr/epiphany/history-delete.page
+share/help/fr/epiphany/history.page
+share/help/fr/epiphany/index.page
+share/help/fr/epiphany/introduction.page
+share/help/fr/epiphany/legal.xml
+share/help/fr/epiphany/pref-cookies.page
+share/help/fr/epiphany/pref-css.page
+share/help/fr/epiphany/pref-do-not-track.page
+share/help/fr/epiphany/pref-downloads.page
+share/help/fr/epiphany/pref-font.page
+share/help/fr/epiphany/pref-passwords.page
+share/help/fr/epiphany/pref.page
+share/help/fr/epiphany/prob-restore-closed-page.page
+share/help/fr/epiphany/media/epiphany-3-12.png
+share/help/fr/epiphany/media/private-browsing-3-12.png
+share/help/fr/epiphany/media/web-browser.png
+share/help/hu/epiphany/bookmark-add.page
+share/help/hu/epiphany/bookmark-delete.page
+share/help/hu/epiphany/bookmark-edit.page
+share/help/hu/epiphany/bookmark-smart.page
+share/help/hu/epiphany/bookmark-topic.page
+share/help/hu/epiphany/bookmark.page
+share/help/hu/epiphany/browse-local.page
+share/help/hu/epiphany/browse-private.page
+share/help/hu/epiphany/browse-web.page
+share/help/hu/epiphany/browse-webapps.page
+share/help/hu/epiphany/cookies.xml
+share/help/hu/epiphany/data-cookies.page
+share/help/hu/epiphany/data-passwords.page
+share/help/hu/epiphany/history-delete.page
+share/help/hu/epiphany/history.page
+share/help/hu/epiphany/index.page
+share/help/hu/epiphany/introduction.page
+share/help/hu/epiphany/legal.xml
+share/help/hu/epiphany/pref-cookies.page
+share/help/hu/epiphany/pref-css.page
+share/help/hu/epiphany/pref-do-not-track.page
+share/help/hu/epiphany/pref-downloads.page
+share/help/hu/epiphany/pref-font.page
+share/help/hu/epiphany/pref-passwords.page
+share/help/hu/epiphany/pref.page
+share/help/hu/epiphany/prob-restore-closed-page.page
+share/help/hu/epiphany/media/epiphany-3-12.png
+share/help/hu/epiphany/media/private-browsing-3-12.png
+share/help/hu/epiphany/media/web-browser.png
+share/help/pt_BR/epiphany/bookmark-add.page
+share/help/pt_BR/epiphany/bookmark-delete.page
+share/help/pt_BR/epiphany/bookmark-edit.page
+share/help/pt_BR/epiphany/bookmark-smart.page
+share/help/pt_BR/epiphany/bookmark-topic.page
+share/help/pt_BR/epiphany/bookmark.page
+share/help/pt_BR/epiphany/browse-local.page
+share/help/pt_BR/epiphany/browse-private.page
+share/help/pt_BR/epiphany/browse-web.page
+share/help/pt_BR/epiphany/browse-webapps.page
+share/help/pt_BR/epiphany/cookies.xml
+share/help/pt_BR/epiphany/data-cookies.page
+share/help/pt_BR/epiphany/data-passwords.page
+share/help/pt_BR/epiphany/history-delete.page
+share/help/pt_BR/epiphany/history.page
+share/help/pt_BR/epiphany/index.page
+share/help/pt_BR/epiphany/introduction.page
+share/help/pt_BR/epiphany/legal.xml
+share/help/pt_BR/epiphany/pref-cookies.page
+share/help/pt_BR/epiphany/pref-css.page
+share/help/pt_BR/epiphany/pref-do-not-track.page
+share/help/pt_BR/epiphany/pref-downloads.page
+share/help/pt_BR/epiphany/pref-font.page
+share/help/pt_BR/epiphany/pref-passwords.page
+share/help/pt_BR/epiphany/pref.page
+share/help/pt_BR/epiphany/prob-restore-closed-page.page
+share/help/pt_BR/epiphany/media/epiphany-3-12.png
+share/help/pt_BR/epiphany/media/private-browsing-3-12.png
+share/help/pt_BR/epiphany/media/web-browser.png
+share/help/ru/epiphany/bookmark-add.page
+share/help/ru/epiphany/bookmark-delete.page
+share/help/ru/epiphany/bookmark-edit.page
+share/help/ru/epiphany/bookmark-smart.page
+share/help/ru/epiphany/bookmark-topic.page
+share/help/ru/epiphany/bookmark.page
+share/help/ru/epiphany/browse-local.page
+share/help/ru/epiphany/browse-private.page
+share/help/ru/epiphany/browse-web.page
+share/help/ru/epiphany/browse-webapps.page
+share/help/ru/epiphany/cookies.xml
+share/help/ru/epiphany/data-cookies.page
+share/help/ru/epiphany/data-passwords.page
+share/help/ru/epiphany/history-delete.page
+share/help/ru/epiphany/history.page
+share/help/ru/epiphany/index.page
+share/help/ru/epiphany/introduction.page
+share/help/ru/epiphany/legal.xml
+share/help/ru/epiphany/pref-cookies.page
+share/help/ru/epiphany/pref-css.page
+share/help/ru/epiphany/pref-do-not-track.page
+share/help/ru/epiphany/pref-downloads.page
+share/help/ru/epiphany/pref-font.page
+share/help/ru/epiphany/pref-passwords.page
+share/help/ru/epiphany/pref.page
+share/help/ru/epiphany/prob-restore-closed-page.page
+share/help/ru/epiphany/media/epiphany-3-12.png
+share/help/ru/epiphany/media/private-browsing-3-12.png
+share/help/ru/epiphany/media/web-browser.png
share/locale/am/LC_MESSAGES/epiphany.mo
share/locale/an/LC_MESSAGES/epiphany.mo
share/locale/ar/LC_MESSAGES/epiphany.mo
@@ -135,6 +360,7 @@ share/locale/sr@latin/LC_MESSAGES/epiphany.mo
share/locale/sv/LC_MESSAGES/epiphany.mo
share/locale/ta/LC_MESSAGES/epiphany.mo
share/locale/te/LC_MESSAGES/epiphany.mo
+share/locale/tg/LC_MESSAGES/epiphany.mo
share/locale/th/LC_MESSAGES/epiphany.mo
share/locale/tk/LC_MESSAGES/epiphany.mo
share/locale/tr/LC_MESSAGES/epiphany.mo
@@ -204,10 +430,30 @@ share/locale/zh_TW/LC_MESSAGES/epiphany.mo
@dirrmtry share/locale/as
@dirrmtry share/locale/an/LC_MESSAGES
@dirrmtry share/locale/an
-@dirrm %%DOCSDIR%%
+@dirrm share/help/ru/epiphany/media
+@dirrm share/help/ru/epiphany
+@dirrm share/help/ru
+@dirrm share/help/pt_BR/epiphany/media
+@dirrm share/help/pt_BR/epiphany
+@dirrm share/help/hu/epiphany/media
+@dirrm share/help/hu/epiphany
+@dirrm share/help/fr/epiphany/media
+@dirrm share/help/fr/epiphany
+@dirrm share/help/es/epiphany/media
+@dirrm share/help/es/epiphany
+@dirrm share/help/el/epiphany/media
+@dirrm share/help/el/epiphany
+@dirrm share/help/de/epiphany/media
+@dirrm share/help/de/epiphany
+@dirrm share/help/cs/epiphany/media
+@dirrm share/help/cs/epiphany
+@dirrm share/help/C/epiphany/media
+@dirrm share/help/C/epiphany
+@dirrmtry share/gnome-shell/search-providers
+@dirrmtry share/gnome-shell
+@dirrmtry share/appdata
@dirrm %%DATADIR%%/pages
-@dirrm %%DATADIR%%/icons
@dirrmtry %%DATADIR%%
-@dirrm include/epiphany/%%EPHY_VERSION%%/epiphany
-@dirrm include/epiphany/%%EPHY_VERSION%%
-@dirrm include/epiphany
+@dirrm lib/epiphany/%%EPHY_VERSION%%/web-extensions
+@dirrm lib/epiphany/%%EPHY_VERSION%%
+@dirrm lib/epiphany
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile
new file mode 100644
index 000000000..86b03aa67
--- /dev/null
+++ b/www/gnome-user-share/Makefile
@@ -0,0 +1,41 @@
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gnome-user-share
+PORTVERSION= 3.10.1
+PORTREVISION= 2
+CATEGORIES= www deskutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Personal file-sharing service for the GNOME Desktop
+
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
+LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app \
+ libnotify.so:${PORTSDIR}/devel/libnotify \
+ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
+ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
+RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd \
+ console-kit-daemon:${PORTSDIR}/sysutils/consolekit
+
+USES= gettext gmake pkgconfig tar:xz
+USE_APACHE= 22
+USE_XORG= sm
+USE_GNOME= gnomeprefix gtk30 intlhack nautilus3
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} \
+ --disable-bluetooth
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \
+ ${WRKSRC}/data/dav_user_*.conf
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/nautilus/extensions-3.0/libnautilus-share-extension.so
+
+.include <bsd.port.mk>
diff --git a/www/gnome-user-share/distinfo b/www/gnome-user-share/distinfo
new file mode 100644
index 000000000..8839e9b25
--- /dev/null
+++ b/www/gnome-user-share/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome2/gnome-user-share-3.10.1.tar.xz) = d76f9537180db1708f164bf7bfd4b37aee4610c46e7c3aa17fd0e56cf8b51458
+SIZE (gnome2/gnome-user-share-3.10.1.tar.xz) = 381772
diff --git a/www/gnome-user-share/pkg-descr b/www/gnome-user-share/pkg-descr
new file mode 100644
index 000000000..0c6244b1b
--- /dev/null
+++ b/www/gnome-user-share/pkg-descr
@@ -0,0 +1,11 @@
+gnome-user-share is a small package that binds together various free
+software projects to bring easy to use user-level file sharing to the
+masses.
+
+The program is meant to run in the background when the user is logged
+in, and when file sharing is enabled a webdav server is started that
+shares the $HOME/Public folder. The share is then published to all
+computers on the local network using mDNS/bonjour, so that it shows
+up in the Network location in Gnome.
+
+-- gnome-user-share README
diff --git a/www/gnome-user-share/pkg-message b/www/gnome-user-share/pkg-message
new file mode 100644
index 000000000..84e472507
--- /dev/null
+++ b/www/gnome-user-share/pkg-message
@@ -0,0 +1,4 @@
+Run gnome-file-share-properties as the user with which you want
+to use gnome-user-share, then logout and log back into GNOME. Now everything
+under ~/Public should be shared. You can view this by opening Nautilus, and
+clicking on the Network icon under Computer.
diff --git a/www/gnome-user-share/pkg-plist b/www/gnome-user-share/pkg-plist
new file mode 100644
index 000000000..92e0a39c5
--- /dev/null
+++ b/www/gnome-user-share/pkg-plist
@@ -0,0 +1,92 @@
+etc/xdg/autostart/gnome-user-share-obexpush.desktop
+etc/xdg/autostart/gnome-user-share-webdav.desktop
+lib/nautilus/extensions-3.0/libnautilus-share-extension.la
+lib/nautilus/extensions-3.0/libnautilus-share-extension.so
+libexec/gnome-user-share
+share/GConf/gsettings/gnome-user-share.convert
+share/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
+share/gnome-user-share/dav_groupfile
+share/gnome-user-share/dav_user_2.0.conf
+share/gnome-user-share/dav_user_2.2.conf
+share/gnome-user-share/dav_user_2.4.conf
+share/icons/hicolor/16x16/apps/gnome-obex-server.png
+share/icons/hicolor/22x22/apps/gnome-obex-server.png
+share/icons/hicolor/32x32/apps/gnome-obex-server.png
+share/icons/hicolor/48x48/apps/gnome-obex-server.png
+share/locale/af/LC_MESSAGES/gnome-user-share.mo
+share/locale/an/LC_MESSAGES/gnome-user-share.mo
+share/locale/ar/LC_MESSAGES/gnome-user-share.mo
+share/locale/as/LC_MESSAGES/gnome-user-share.mo
+share/locale/ast/LC_MESSAGES/gnome-user-share.mo
+share/locale/be/LC_MESSAGES/gnome-user-share.mo
+share/locale/bg/LC_MESSAGES/gnome-user-share.mo
+share/locale/bn/LC_MESSAGES/gnome-user-share.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-user-share.mo
+share/locale/br/LC_MESSAGES/gnome-user-share.mo
+share/locale/ca/LC_MESSAGES/gnome-user-share.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-user-share.mo
+share/locale/cs/LC_MESSAGES/gnome-user-share.mo
+share/locale/da/LC_MESSAGES/gnome-user-share.mo
+share/locale/de/LC_MESSAGES/gnome-user-share.mo
+share/locale/dz/LC_MESSAGES/gnome-user-share.mo
+share/locale/el/LC_MESSAGES/gnome-user-share.mo
+share/locale/en@shaw/LC_MESSAGES/gnome-user-share.mo
+share/locale/en_CA/LC_MESSAGES/gnome-user-share.mo
+share/locale/en_GB/LC_MESSAGES/gnome-user-share.mo
+share/locale/eo/LC_MESSAGES/gnome-user-share.mo
+share/locale/es/LC_MESSAGES/gnome-user-share.mo
+share/locale/et/LC_MESSAGES/gnome-user-share.mo
+share/locale/eu/LC_MESSAGES/gnome-user-share.mo
+share/locale/fa/LC_MESSAGES/gnome-user-share.mo
+share/locale/fi/LC_MESSAGES/gnome-user-share.mo
+share/locale/fr/LC_MESSAGES/gnome-user-share.mo
+share/locale/fur/LC_MESSAGES/gnome-user-share.mo
+share/locale/ga/LC_MESSAGES/gnome-user-share.mo
+share/locale/gl/LC_MESSAGES/gnome-user-share.mo
+share/locale/gu/LC_MESSAGES/gnome-user-share.mo
+share/locale/he/LC_MESSAGES/gnome-user-share.mo
+share/locale/hi/LC_MESSAGES/gnome-user-share.mo
+share/locale/hu/LC_MESSAGES/gnome-user-share.mo
+share/locale/id/LC_MESSAGES/gnome-user-share.mo
+share/locale/it/LC_MESSAGES/gnome-user-share.mo
+share/locale/ja/LC_MESSAGES/gnome-user-share.mo
+share/locale/km/LC_MESSAGES/gnome-user-share.mo
+share/locale/kn/LC_MESSAGES/gnome-user-share.mo
+share/locale/ko/LC_MESSAGES/gnome-user-share.mo
+share/locale/lt/LC_MESSAGES/gnome-user-share.mo
+share/locale/lv/LC_MESSAGES/gnome-user-share.mo
+share/locale/mai/LC_MESSAGES/gnome-user-share.mo
+share/locale/mk/LC_MESSAGES/gnome-user-share.mo
+share/locale/ml/LC_MESSAGES/gnome-user-share.mo
+share/locale/mr/LC_MESSAGES/gnome-user-share.mo
+share/locale/nb/LC_MESSAGES/gnome-user-share.mo
+share/locale/ne/LC_MESSAGES/gnome-user-share.mo
+share/locale/nl/LC_MESSAGES/gnome-user-share.mo
+share/locale/nn/LC_MESSAGES/gnome-user-share.mo
+share/locale/oc/LC_MESSAGES/gnome-user-share.mo
+share/locale/or/LC_MESSAGES/gnome-user-share.mo
+share/locale/pa/LC_MESSAGES/gnome-user-share.mo
+share/locale/pl/LC_MESSAGES/gnome-user-share.mo
+share/locale/pt/LC_MESSAGES/gnome-user-share.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-user-share.mo
+share/locale/ro/LC_MESSAGES/gnome-user-share.mo
+share/locale/ru/LC_MESSAGES/gnome-user-share.mo
+share/locale/rw/LC_MESSAGES/gnome-user-share.mo
+share/locale/sk/LC_MESSAGES/gnome-user-share.mo
+share/locale/sl/LC_MESSAGES/gnome-user-share.mo
+share/locale/sq/LC_MESSAGES/gnome-user-share.mo
+share/locale/sr/LC_MESSAGES/gnome-user-share.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-user-share.mo
+share/locale/sv/LC_MESSAGES/gnome-user-share.mo
+share/locale/ta/LC_MESSAGES/gnome-user-share.mo
+share/locale/te/LC_MESSAGES/gnome-user-share.mo
+share/locale/tg/LC_MESSAGES/gnome-user-share.mo
+share/locale/th/LC_MESSAGES/gnome-user-share.mo
+share/locale/tr/LC_MESSAGES/gnome-user-share.mo
+share/locale/ug/LC_MESSAGES/gnome-user-share.mo
+share/locale/uk/LC_MESSAGES/gnome-user-share.mo
+share/locale/vi/LC_MESSAGES/gnome-user-share.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-user-share.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-user-share.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-user-share.mo
+@dirrm share/gnome-user-share
diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile
index b898bf2f1..76eaab07a 100644
--- a/www/gtkhtml4/Makefile
+++ b/www/gtkhtml4/Makefile
@@ -3,7 +3,8 @@
# $MCom$
PORTNAME= gtkhtml
-PORTVERSION= 4.6.6
+PORTVERSION= 4.8.0
+PORTERVISION= 1
CATEGORIES= www gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX= 4
@@ -19,10 +20,9 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-USES= gettext gmake pathfix pkgconfig
-USE_XZ= yes
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xproto
-USE_GNOME= gnomeprefix intlhack gtk30 ltverhack
+USE_GNOME= gnomeprefix intlhack gtk30
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -36,4 +36,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
${WRKSRC}/configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtkhtml-4.0.so.0
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtkhtml-editor-4.0.so.0
+
.include <bsd.port.mk>
diff --git a/www/gtkhtml4/distinfo b/www/gtkhtml4/distinfo
index 28d05e47d..ae56e7c40 100644
--- a/www/gtkhtml4/distinfo
+++ b/www/gtkhtml4/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/gtkhtml-4.6.6.tar.xz) = 145d23bbe729ff4ee7e7027bb5ff405b34822271327fdd81fe913134831374cd
-SIZE (gnome3/gtkhtml-4.6.6.tar.xz) = 1060284
+SHA256 (gnome3/gtkhtml-4.8.0.tar.xz) = a660b63bc6b771f6aa8bd846d79664da1ca08f023fcc2e4e4a53dc20224dea9b
+SIZE (gnome3/gtkhtml-4.8.0.tar.xz) = 1049288
diff --git a/www/gtkhtml4/pkg-plist b/www/gtkhtml4/pkg-plist
index e2807f14f..277a0db76 100644
--- a/www/gtkhtml4/pkg-plist
+++ b/www/gtkhtml4/pkg-plist
@@ -18,9 +18,11 @@ include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h
lib/libgtkhtml-%%VERSION%%.la
lib/libgtkhtml-%%VERSION%%.so
lib/libgtkhtml-%%VERSION%%.so.0
+lib/libgtkhtml-%%VERSION%%.so.0.0.0
lib/libgtkhtml-editor-%%VERSION%%.la
lib/libgtkhtml-editor-%%VERSION%%.so
lib/libgtkhtml-editor-%%VERSION%%.so.0
+lib/libgtkhtml-editor-%%VERSION%%.so.0.0.0
libdata/pkgconfig/gtkhtml-editor-%%VERSION%%.pc
libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc
share/gtkhtml-%%VERSION%%/gtkhtml-editor-builder.ui
@@ -119,6 +121,7 @@ share/locale/sr@latin/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
share/locale/sv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
share/locale/ta/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
share/locale/te/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
+share/locale/tg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
share/locale/th/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
share/locale/tr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
share/locale/ug/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile
index aeb3949db..0dfb0792b 100644
--- a/www/libsocialweb/Makefile
+++ b/www/libsocialweb/Makefile
@@ -1,30 +1,32 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/www/libsocialweb/Makefile 18610 2013-06-30 16:33:05Z marcus $
+# $MCom: ports-experimental/trunk/www/libsocialweb/Makefile 19207 2014-03-20 08:36:54Z gusi $
PORTNAME= libsocialweb
-PORTVERSION= 0.25.20
-PORTREVISION= 1
+PORTVERSION= 0.25.21
CATEGORIES= www gnome
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= Personal social data server.
-BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
- vapigen:${PORTSDIR}/lang/vala-vapigen
+BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen
LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
USE_GNOME= gconf2 glib20 gnomehier intlhack introspection:build \
libxslt:build
-USE_XZ= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= gettext gmake pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig tar:xz
CONFIGURE_ARGS= --enable-vala-bindings
# review if we want all the services enabled, because of not completely
# safe public API security wise?
CONFIGURE_ARGS+=--enable-all-services
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsocialweb.so.*
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsocialweb-*.so.*
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsocialweb/services/lib*so*
+
.include <bsd.port.mk>
diff --git a/www/libsocialweb/distinfo b/www/libsocialweb/distinfo
index 01cbd366b..02eaa84f4 100644
--- a/www/libsocialweb/distinfo
+++ b/www/libsocialweb/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libsocialweb-0.25.20.tar.xz) = eb0078f44eb5fc4570fcee26c5670a433ca1bb83be0cead421a4a03e7d838ff5
-SIZE (libsocialweb-0.25.20.tar.xz) = 471464
+SHA256 (libsocialweb-0.25.21.tar.xz) = f676567640cede66b6ff62f440c968943c2f3a164dd5f26155b6154ab93bf687
+SIZE (libsocialweb-0.25.21.tar.xz) = 472152
diff --git a/www/libsocialweb/pkg-plist b/www/libsocialweb/pkg-plist
index 6e2568776..9103f6306 100644
--- a/www/libsocialweb/pkg-plist
+++ b/www/libsocialweb/pkg-plist
@@ -87,7 +87,6 @@ share/gtk-doc/html/libsocialweb-client/index.html
share/gtk-doc/html/libsocialweb-client/index.sgml
share/gtk-doc/html/libsocialweb-client/left.png
share/gtk-doc/html/libsocialweb-client/libsocialweb-client-sw-item.html
-share/gtk-doc/html/libsocialweb-client/libsocialweb-client.devhelp
share/gtk-doc/html/libsocialweb-client/libsocialweb-client.devhelp2
share/gtk-doc/html/libsocialweb-client/object-tree.html
share/gtk-doc/html/libsocialweb-client/right.png
@@ -110,7 +109,6 @@ share/gtk-doc/html/libsocialweb-dbus/home.png
share/gtk-doc/html/libsocialweb-dbus/index.html
share/gtk-doc/html/libsocialweb-dbus/index.sgml
share/gtk-doc/html/libsocialweb-dbus/left.png
-share/gtk-doc/html/libsocialweb-dbus/libsocialweb-dbus.devhelp
share/gtk-doc/html/libsocialweb-dbus/libsocialweb-dbus.devhelp2
share/gtk-doc/html/libsocialweb-dbus/libsocialweb.html
share/gtk-doc/html/libsocialweb-dbus/right.png
@@ -142,7 +140,6 @@ share/gtk-doc/html/libsocialweb/libsocialweb-sw-module.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-online.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-utils.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-web.html
-share/gtk-doc/html/libsocialweb/libsocialweb.devhelp
share/gtk-doc/html/libsocialweb/libsocialweb.devhelp2
share/gtk-doc/html/libsocialweb/object-tree.html
share/gtk-doc/html/libsocialweb/right.png
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile
index 6120ab14a..7bab1722c 100644
--- a/www/webkit-gtk3/Makefile
+++ b/www/webkit-gtk3/Makefile
@@ -3,7 +3,7 @@
# $MCom$
PORTNAME= webkit
-PORTVERSION= 2.0.3
+PORTVERSION= 2.4.1
CATEGORIES= www
MASTER_SITES= http://webkitgtk.org/releases/
PKGNAMESUFFIX= -gtk3
@@ -12,9 +12,9 @@ DISTNAME= ${PORTNAME}gtk-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Opensource browser engine using the GTK+ 3 toolkit
-BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
- ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
- gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc
+BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
+ gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc \
+ geoclue>=0:${PORTSDIR}/net/geoclue
LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
libsecret-1.so:${PORTSDIR}/security/libsecret \
libicutu.so:${PORTSDIR}/devel/icu \
@@ -22,13 +22,11 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
libwebp.so:${PORTSDIR}/graphics/webp \
libcurl.so:${PORTSDIR}/ftp/curl \
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
+RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue
-LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
-
-USE_XZ= yes
USE_GSTREAMER1= yes
USE_XORG= xt xdamage xcomposite
-USES= bison gettext gmake perl5 pkgconfig shebangfix
+USES= bison gettext gmake libtool perl5 pkgconfig shebangfix tar:xz
USE_RUBY= yes
RUBY_NO_RUN_DEPENDS=yes
USE_GNOME= cairo gnomehier gtk20 gtk30 introspection:build \
@@ -37,17 +35,15 @@ USE_SQLITE= 3
USE_PERL5= build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \
- ZLIB_CFLAGS="-I/usr/include" \
- ZLIB_LIBS="-L/usr/lib -lz" \
- ac_cv_path_DOLT_BASH=""
+CONFIGURE_ENV= ac_cv_path_DOLT_BASH=""
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-gtk=3.0 \
--enable-svg-fonts \
- --disable-geolocation \
+ --enable-geolocation \
--enable-introspection
MAKEFILE= GNUmakefile
+MAKE_ENV= XDG_CACHE_HOME=${WRKDIR}
#CONFIGURE_ARGS+=--disable-silent-rules
CONFIGURE_ARGS+=--disable-egl \
@@ -57,22 +53,21 @@ CONFIGURE_ARGS+=--disable-egl \
SHEBANG_FILES= \
Source/JavaScriptCore/create_hash_table \
+ Source/JavaScriptCore/inspector/scripts/xxd.pl \
Source/WebCore/css/*.pl \
Source/WebCore/dom/*.pl \
- Source/WebCore/inspector/xxd.pl \
Source/WebCore/make-hash-tools.pl \
Source/WebCore/page/make_settings.pl \
Source/WebCore/platform/text/mac/make-charset-table.pl \
Source/WebKit2/Scripts/generate-forwarding-headers.pl \
Source/WebCore/bindings/scripts/*.p[lm] \
- Source/JavaScriptCore/create_hash_table \
- Tools/Scripts/webkit-build-directory
+ Source/JavaScriptCore/create_hash_table
BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3
#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}",
OPTIONS_DEFINE= WEBGL WEBAUDIO DEBUG FULLDEBUG WEBKIT2
-OPTIONS_DEFAULT=WEBGL WEBAUDIO
+OPTIONS_DEFAULT=WEBGL WEBAUDIO WEBKIT2
WEBKIT2_DESC= Build WebKit2 API library
WEBAUDIO_DESC= Web audio support
WEBGL_DESC= Enable Web GL support
@@ -148,15 +143,16 @@ CFLAGS+= -mminimal-toc
BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch
.endif
+.if ${OSVERSION} < 1000033
+BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
+CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \
${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp
@${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
- @${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \
- ${WRKSRC}/Source/WebCore/dom/make_names.pl \
- ${WRKSRC}/Source/WebCore/css/make-css-file-arrays.pl \
- ${WRKSRC}/Source/WebCore/bindings/scripts/IDLParser.pm
@${REINPLACE_CMD} -e 's|"gperf|"${LOCALBASE}/bin/gperf|g' \
${WRKSRC}/Source/WebCore/css/makevalues.pl \
${WRKSRC}/Source/WebCore/css/makeprop.pl \
@@ -165,5 +161,11 @@ post-patch:
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/Programs/GtkLauncher \
${STAGEDIR}${PREFIX}/bin/GtkLauncher-3
+.if ${PORT_OPTIONS:MWEBKIT2}
+ ${INSTALL_PROGRAM} ${WRKSRC}/Programs/MiniBrowser \
+ ${STAGEDIR}${PREFIX}/bin/
+.endif
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.*
.include <bsd.port.post.mk>
diff --git a/www/webkit-gtk3/distinfo b/www/webkit-gtk3/distinfo
index ae894484b..a1cf18056 100644
--- a/www/webkit-gtk3/distinfo
+++ b/www/webkit-gtk3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (webkitgtk-2.0.3.tar.xz) = 9bf8a32afbf087c4fc2c652b193a52c44b180735ba9c7c8db88137904d458e1b
-SIZE (webkitgtk-2.0.3.tar.xz) = 9845948
+SHA256 (webkitgtk-2.4.1.tar.xz) = 6eed5d41ecdcfbafe3c2fbb0f0b79b9cda87a5ea0e7d0938afb6c6c82996e2f7
+SIZE (webkitgtk-2.4.1.tar.xz) = 9836352
diff --git a/www/webkit-gtk3/files/patch-GNUmakefile.in b/www/webkit-gtk3/files/patch-GNUmakefile.in
deleted file mode 100644
index 2ed208f59..000000000
--- a/www/webkit-gtk3/files/patch-GNUmakefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- GNUmakefile.in.orig 2013-06-23 21:08:29.000000000 +0200
-+++ GNUmakefile.in 2013-06-23 22:17:15.000000000 +0200
-@@ -20548,7 +20548,7 @@
- -fno-exceptions -DBUILDING_CAIRO__ -DBUILDING_GTK__ \
- $(am__append_1) $(am__append_2)
- global_cflags :=
--global_cxxflags := -fno-rtti
-+global_cxxflags :=
- JSCORE_GIRSOURCES := $(am__append_39)
- WEBKIT_GIRSOURCES := $(am__append_40)
- typelibsdir := $(am__append_41)
diff --git a/www/webkit-gtk3/files/patch-Source_JavaScriptCore_runtime_JSCell.h b/www/webkit-gtk3/files/patch-Source_JavaScriptCore_runtime_JSCell.h
deleted file mode 100644
index 40e8cbf58..000000000
--- a/www/webkit-gtk3/files/patch-Source_JavaScriptCore_runtime_JSCell.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- Source/JavaScriptCore/runtime/JSCell.h.orig 2014-03-06 00:47:38.620499335 +0000
-+++ Source/JavaScriptCore/runtime/JSCell.h 2014-03-06 00:48:03.250498156 +0000
-@@ -49,6 +49,9 @@
- IncludeDontEnumProperties
- };
-
-+template<typename T> void* allocateCell(Heap&);
-+template<typename T> void* allocateCell(Heap&, size_t);
-+
- class JSCell {
- friend class JSValue;
- friend class MarkedBlock;
diff --git a/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h b/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h
deleted file mode 100644
index d02ccf9ec..000000000
--- a/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h.orig 2013-06-10 07:06:02.000000000 +0000
-+++ Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h 2013-06-10 07:51:20.000000000 +0000
-@@ -172,6 +172,7 @@
- #include <stddef.h> // For ptrdiff_t
- #include <stdlib.h>
- #include <stdio.h>
-+#include <unistd.h>
- #include <string.h>
- #ifndef _WIN32_WCE
- #include <sys/stat.h>
diff --git a/www/webkit-gtk3/files/patch-Source_WebCore_editing_Editor.h b/www/webkit-gtk3/files/patch-Source_WebCore_editing_Editor.h
deleted file mode 100644
index 61bbe6586..000000000
--- a/www/webkit-gtk3/files/patch-Source_WebCore_editing_Editor.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./Source/WebCore/editing/Editor.h.orig 2012-08-04 16:33:45.000000000 +0200
-+++ ./Source/WebCore/editing/Editor.h 2012-08-04 16:34:06.000000000 +0200
-@@ -385,7 +385,7 @@
- void deviceScaleFactorChanged();
-
- private:
-- virtual void willDetachPage() OVERRIDE;
-+ virtual void willDetachPage();
-
- OwnPtr<DeleteButtonController> m_deleteButtonController;
- RefPtr<CompositeEditCommand> m_lastEditCommand;
diff --git a/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp b/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp
deleted file mode 100644
index 36eacde43..000000000
--- a/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp.orig 2013-12-08 21:05:19.000000000 +0100
-+++ Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp 2013-12-08 21:06:51.000000000 +0100
-@@ -39,8 +39,9 @@
- #include "TextEncoding.h"
- #include <cairo-ft.h>
- #include <cairo.h>
--#include <freetype/freetype.h>
--#include <freetype/tttables.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
-+#include FT_TRUETYPE_TABLES_H
- #include <hb.h>
- #include <wtf/text/CString.h>
-
diff --git a/www/webkit-gtk3/files/patch-Source_WebKit2_PluginProcess_unix_PluginProcessMainUnix.cpp b/www/webkit-gtk3/files/patch-Source_WebKit2_PluginProcess_unix_PluginProcessMainUnix.cpp
deleted file mode 100644
index 872726025..000000000
--- a/www/webkit-gtk3/files/patch-Source_WebKit2_PluginProcess_unix_PluginProcessMainUnix.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-man 3 basename
-
---- Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp.orig 2013-06-11 20:02:23.000000000 +0000
-+++ Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp 2013-06-11 20:04:31.000000000 +0000
-@@ -48,6 +48,8 @@
-
- #ifdef XP_UNIX
-
-+#include <libgen.h>
-+
- #if !LOG_DISABLED
- static const char xErrorString[] = "The program '%s' received an X Window System error.\n"
- "This probably reflects a bug in a browser plugin.\n"
diff --git a/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Launcher_gtk_ProcessLauncherGtk.cpp b/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Launcher_gtk_ProcessLauncherGtk.cpp
deleted file mode 100644
index b2ed9b7aa..000000000
--- a/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Launcher_gtk_ProcessLauncherGtk.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp.orig 2012-09-24 16:48:12.000000000 +0000
-+++ Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp 2012-09-24 16:48:41.000000000 +0000
-@@ -27,6 +27,7 @@
- #include "config.h"
- #include "ProcessLauncher.h"
-
-+#include <sys/wait.h>
- #include "Connection.h"
- #include "ProcessExecutablePath.h"
- #include <WebCore/FileSystem.h>
diff --git a/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix.cpp b/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix.cpp
deleted file mode 100644
index 19d754496..000000000
--- a/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
---- Source/WebKit2/UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp.orig 2013-06-10 07:21:09.000000000 +0000
-+++ Source/WebKit2/UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp 2013-06-10 07:29:32.000000000 +0000
-@@ -78,19 +78,23 @@ bool PluginProcessProxy::scanPlugin(cons
- // As a consequence, we make sure that the disposition is set to
- // SIG_DFL before calling g_spawn_sync().
- struct sigaction action;
-+#if defined(SIGCLD)
- sigaction(SIGCLD, 0, &action);
- if (action.sa_handler == SIG_IGN) {
- action.sa_handler = SIG_DFL;
- sigaction(SIGCLD, &action, 0);
- }
-+#endif
-
- if (!g_spawn_sync(0, argv, 0, G_SPAWN_STDERR_TO_DEV_NULL, 0, 0, &stdOut, 0, &status, 0))
- return false;
-
-+#if defined(WEXITSTATUS)
- if (!WIFEXITED(status) || WEXITSTATUS(status) != EXIT_SUCCESS || !stdOut) {
- free(stdOut);
- return false;
- }
-+#endif
-
- String stdOutString(reinterpret_cast<const UChar*>(stdOut));
- free(stdOut);
diff --git a/www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp b/www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp
deleted file mode 100644
index 0c47c03ee..000000000
--- a/www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- Tools/ImageDiff/gtk/ImageDiff.cpp.orig 2013-06-14 11:11:41.000000000 +0000
-+++ Tools/ImageDiff/gtk/ImageDiff.cpp 2013-06-14 11:27:33.000000000 +0000
-@@ -31,6 +31,7 @@
- #include <cmath>
- #include <cstdio>
- #include <cstring>
-+#include <stdlib.h>
- #include <gdk/gdk.h>
-
- using namespace std;
diff --git a/www/webkit-gtk3/files/patch-configure b/www/webkit-gtk3/files/patch-configure
deleted file mode 100644
index c326f9b82..000000000
--- a/www/webkit-gtk3/files/patch-configure
+++ /dev/null
@@ -1,76 +0,0 @@
---- configure.orig 2013-06-11 12:47:07.000000000 +0200
-+++ configure 2013-06-22 10:50:41.000000000 +0200
-@@ -17508,8 +17508,8 @@
- .SECONDARY: $(gsettings_SCHEMAS)
-
- gsettings__base_list = \
-- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
-- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
-+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \
-+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\''
-
- install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
- @$(NORMAL_INSTALL)
-@@ -17518,7 +17518,7 @@
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
-- done | $(gsettings__base_list) | \
-+ done | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '\''$(DESTDIR)$(gsettingsschemadir)'\''"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(gsettingsschemadir)" || exit $$?; \
-@@ -19538,8 +19538,8 @@
- $as_echo "yes" >&6; }
-
- fi
-- FREETYPE_CFLAGS+=" $HARFBUZZ_ICU_CFLAGS"
-- FREETYPE_LIBS+=" $HARFBUZZ_ICU_LIBS"
-+ FREETYPE_CFLAGS="${FREETYPE_CFLAGS} $HARFBUZZ_ICU_CFLAGS"
-+ FREETYPE_LIBS="${FREETYPE_LIBS} $HARFBUZZ_ICU_LIBS"
- fi
-
-
-@@ -20144,7 +20144,7 @@
-
- fi
-
--acceleration_backend_description=$with_acceleration_backend
-+acceleration_backend_description=${with_acceleration_backend}
- if test "$with_acceleration_backend" = "clutter"; then
-
- pkg_failed=no
-@@ -20341,18 +20341,18 @@
-
- if test "$with_acceleration_backend" = "opengl"; then
- if test "$enable_gles2" = "yes"; then
-- acceleration_backend_description+= "(gles2"
-+ acceleration_backend_description="${acceleration_backend_description} (gles2"
- OPENGL_LIBS="-lGLESv2"
- else
-- acceleration_backend_description+="(gl"
-+ acceleration_backend_description="${acceleration_backend_description} (gl"
- OPENGL_LIBS="-lGL"
- fi
- if test "$enable_egl" = "yes"; then
-- acceleration_backend_description+=", egl"
-+ acceleration_backend_description="${acceleration_backend_description}, egl"
- OPENGL_LIBS+=" -lEGL"
- fi
- if test "$enable_glx" = "yes"; then
-- acceleration_backend_description+=", glx"
-+ acceleration_backend_description="${acceleration_backend_description}, glx"
- fi
-
- # Check whether dlopen() is in the core libc like on FreeBSD, or in a separate
-@@ -20405,8 +20405,8 @@
-
-
-
-- OPENGL_LIBS+=" $DLOPEN_LIBS"
-- acceleration_backend_description+=")"
-+ OPENGL_LIBS="${OPENGL_LIBS} $DLOPEN_LIBS"
-+ acceleration_backend_description="${acceleration_backend_description})"
- fi
-
-
diff --git a/www/webkit-gtk3/pkg-plist b/www/webkit-gtk3/pkg-plist
index 34461f78e..46d4af39c 100644
--- a/www/webkit-gtk3/pkg-plist
+++ b/www/webkit-gtk3/pkg-plist
@@ -1,4 +1,5 @@
bin/GtkLauncher-3
+%%WEBKIT2%%bin/MiniBrowser
bin/jsc-3
include/webkitgtk-3.0/JavaScriptCore/JSBase.h
include/webkitgtk-3.0/JavaScriptCore/JSContextRef.h
@@ -41,104 +42,15 @@ include/webkitgtk-3.0/webkit/webkitwebresource.h
include/webkitgtk-3.0/webkit/webkitwebsettings.h
include/webkitgtk-3.0/webkit/webkitwebview.h
include/webkitgtk-3.0/webkit/webkitwebwindowfeatures.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKAPICast.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKAPICastGtk.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKAPICastSoup.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKApplicationCacheManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKArray.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKAuthenticationChallenge.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKAuthenticationDecisionListener.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKBackForwardList.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKBackForwardListItem.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKBase.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKBaseGtk.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKBaseSoup.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKBatteryManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKBatteryStatus.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKCertificateInfo.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKColorPickerResultListener.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKConnectionRef.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKContext.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKContextMenuItem.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKContextMenuItemTypes.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKContextPrivate.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKContextSoup.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKCookieManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKCredential.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKCredentialTypes.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKData.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKDatabaseManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKDictionary.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKDownload.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKError.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKEvent.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKFindOptions.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKFormSubmissionListener.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKFrame.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKFramePolicyListener.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKFullScreenClientGtk.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationPermissionRequest.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationPosition.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGeometry.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGrammarDetail.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGraphicsContext.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGraphicsContextGtk.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKHitTestResult.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKImage.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKInspector.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKInspectorClientGtk.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKKeyValueStorageManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKMediaCacheManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKMutableArray.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKMutableDictionary.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNativeEvent.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNavigationData.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNetworkInfo.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNetworkInfoManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNotification.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationPermissionRequest.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationProvider.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNumber.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKOpenPanelParameters.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKOpenPanelResultListener.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPage.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPageGroup.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPageLoadTypes.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPagePrivate.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPageVisibilityTypes.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPluginSiteDataManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPreferences.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPreferencesPrivate.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKProtectionSpace.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKProtectionSpaceTypes.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKRenderLayer.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKRenderObject.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKResourceCacheManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKRetainPtr.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKSecurityOrigin.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKSerializedScriptValue.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKSerializedScriptValuePrivate.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKSharedAPICast.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKSoupRequestManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKString.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKStringPrivate.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKTextChecker.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKType.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKURL.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKURLRequest.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKURLResponse.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKUserContentURLPattern.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKVibration.cpp
-include/webkitgtk-3.0/webkit2/WebKit2/WKView.h
-include/webkitgtk-3.0/webkit2/WebKit2/WebKit2_C.h
+include/webkitgtk-3.0/webkit2/WebKitAuthenticationRequest.h
include/webkitgtk-3.0/webkit2/WebKitBackForwardList.h
include/webkitgtk-3.0/webkit2/WebKitBackForwardListItem.h
+include/webkitgtk-3.0/webkit2/WebKitCertificateInfo.h
include/webkitgtk-3.0/webkit2/WebKitContextMenu.h
include/webkitgtk-3.0/webkit2/WebKitContextMenuActions.h
include/webkitgtk-3.0/webkit2/WebKitContextMenuItem.h
include/webkitgtk-3.0/webkit2/WebKitCookieManager.h
+include/webkitgtk-3.0/webkit2/WebKitCredential.h
include/webkitgtk-3.0/webkit2/WebKitDefines.h
include/webkitgtk-3.0/webkit2/WebKitDownload.h
include/webkitgtk-3.0/webkit2/WebKitEditingCommands.h
@@ -149,6 +61,7 @@ include/webkitgtk-3.0/webkit2/WebKitFileChooserRequest.h
include/webkitgtk-3.0/webkit2/WebKitFindController.h
include/webkitgtk-3.0/webkit2/WebKitFormSubmissionRequest.h
include/webkitgtk-3.0/webkit2/WebKitForwardDeclarations.h
+include/webkitgtk-3.0/webkit2/WebKitFrame.h
include/webkitgtk-3.0/webkit2/WebKitGeolocationPermissionRequest.h
include/webkitgtk-3.0/webkit2/WebKitHitTestResult.h
include/webkitgtk-3.0/webkit2/WebKitJavascriptResult.h
@@ -160,6 +73,7 @@ include/webkitgtk-3.0/webkit2/WebKitPolicyDecision.h
include/webkitgtk-3.0/webkit2/WebKitPrintOperation.h
include/webkitgtk-3.0/webkit2/WebKitResponsePolicyDecision.h
include/webkitgtk-3.0/webkit2/WebKitScriptDialog.h
+include/webkitgtk-3.0/webkit2/WebKitScriptWorld.h
include/webkitgtk-3.0/webkit2/WebKitSecurityManager.h
include/webkitgtk-3.0/webkit2/WebKitSettings.h
include/webkitgtk-3.0/webkit2/WebKitURIRequest.h
@@ -178,7 +92,10 @@ include/webkitgtk-3.0/webkit2/WebKitWindowProperties.h
include/webkitgtk-3.0/webkit2/webkit-web-extension.h
include/webkitgtk-3.0/webkit2/webkit2.h
include/webkitgtk-3.0/webkitdom/WebKitDOMAttr.h
-include/webkitgtk-3.0/webkitdom/WebKitDOMBarInfo.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrack.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrackList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMBarProp.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMBatteryManager.h
include/webkitgtk-3.0/webkitdom/WebKitDOMBlob.h
include/webkitgtk-3.0/webkitdom/WebKitDOMCDATASection.h
include/webkitgtk-3.0/webkitdom/WebKitDOMCSSRule.h
@@ -206,6 +123,7 @@ include/webkitgtk-3.0/webkitdom/WebKitDOMDOMTokenList.h
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindow.h
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindowCSS.h
include/webkitgtk-3.0/webkitdom/WebKitDOMDatabase.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDeprecated.h
include/webkitgtk-3.0/webkitdom/WebKitDOMDocument.h
include/webkitgtk-3.0/webkitdom/WebKitDOMDocumentFragment.h
include/webkitgtk-3.0/webkitdom/WebKitDOMDocumentType.h
@@ -267,7 +185,6 @@ include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptionsCollection.h
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParagraphElement.h
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParamElement.h
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLPreElement.h
-include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLPropertiesCollection.h
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLQuoteElement.h
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLScriptElement.h
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLSelectElement.h
@@ -283,13 +200,13 @@ include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTitleElement.h
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLUListElement.h
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLVideoElement.h
include/webkitgtk-3.0/webkitdom/WebKitDOMHistory.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMKeyboardEvent.h
include/webkitgtk-3.0/webkitdom/WebKitDOMLocation.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMMediaController.h
include/webkitgtk-3.0/webkitdom/WebKitDOMMediaError.h
include/webkitgtk-3.0/webkitdom/WebKitDOMMediaList.h
include/webkitgtk-3.0/webkitdom/WebKitDOMMediaQueryList.h
-include/webkitgtk-3.0/webkitdom/WebKitDOMMemoryInfo.h
include/webkitgtk-3.0/webkitdom/WebKitDOMMessagePort.h
-include/webkitgtk-3.0/webkitdom/WebKitDOMMicroDataItemValue.h
include/webkitgtk-3.0/webkitdom/WebKitDOMMouseEvent.h
include/webkitgtk-3.0/webkitdom/WebKitDOMNamedNodeMap.h
include/webkitgtk-3.0/webkitdom/WebKitDOMNavigator.h
@@ -304,12 +221,12 @@ include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceEntryList.h
include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceNavigation.h
include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceTiming.h
include/webkitgtk-3.0/webkitdom/WebKitDOMProcessingInstruction.h
-include/webkitgtk-3.0/webkitdom/WebKitDOMPropertyNodeList.h
include/webkitgtk-3.0/webkitdom/WebKitDOMRange.h
include/webkitgtk-3.0/webkitdom/WebKitDOMScreen.h
include/webkitgtk-3.0/webkitdom/WebKitDOMShadowRoot.h
include/webkitgtk-3.0/webkitdom/WebKitDOMStorage.h
include/webkitgtk-3.0/webkitdom/WebKitDOMStorageInfo.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMStorageQuota.h
include/webkitgtk-3.0/webkitdom/WebKitDOMStyleMedia.h
include/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheet.h
include/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheetList.h
@@ -319,41 +236,55 @@ include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCue.h
include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCueList.h
include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackList.h
include/webkitgtk-3.0/webkitdom/WebKitDOMTimeRanges.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMTouch.h
include/webkitgtk-3.0/webkitdom/WebKitDOMTrackEvent.h
include/webkitgtk-3.0/webkitdom/WebKitDOMTreeWalker.h
include/webkitgtk-3.0/webkitdom/WebKitDOMUIEvent.h
include/webkitgtk-3.0/webkitdom/WebKitDOMValidityState.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMVideoPlaybackQuality.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrack.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrackList.h
include/webkitgtk-3.0/webkitdom/WebKitDOMWebKitNamedFlow.h
include/webkitgtk-3.0/webkitdom/WebKitDOMWebKitPoint.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMWheelEvent.h
include/webkitgtk-3.0/webkitdom/WebKitDOMXPathExpression.h
include/webkitgtk-3.0/webkitdom/WebKitDOMXPathNSResolver.h
include/webkitgtk-3.0/webkitdom/WebKitDOMXPathResult.h
include/webkitgtk-3.0/webkitdom/webkitdom.h
include/webkitgtk-3.0/webkitdom/webkitdomdefines.h
-lib/girepository-1.0/JSCore-3.0.typelib
+lib/girepository-1.0/JavaScriptCore-3.0.typelib
lib/girepository-1.0/WebKit-3.0.typelib
%%WEBKIT2%%lib/girepository-1.0/WebKit2-3.0.typelib
+%%WEBKIT2%%lib/girepository-1.0/WebKit2WebExtension-3.0.typelib
lib/libjavascriptcoregtk-3.0.la
lib/libjavascriptcoregtk-3.0.so
-lib/libjavascriptcoregtk-3.0.so.13
+lib/libjavascriptcoregtk-3.0.so.0
+lib/libjavascriptcoregtk-3.0.so.0.16.9
%%WEBKIT2%%lib/libwebkit2gtk-3.0.la
%%WEBKIT2%%lib/libwebkit2gtk-3.0.so
%%WEBKIT2%%lib/libwebkit2gtk-3.0.so.25
+%%WEBKIT2%%lib/libwebkit2gtk-3.0.so.25.10.4
lib/libwebkitgtk-3.0.la
lib/libwebkitgtk-3.0.so
-lib/libwebkitgtk-3.0.so.18
+lib/libwebkitgtk-3.0.so.0
+lib/libwebkitgtk-3.0.so.0.22.7
%%WEBKIT2%%lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.la
%%WEBKIT2%%lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so
libdata/pkgconfig/javascriptcoregtk-3.0.pc
%%WEBKIT2%%libdata/pkgconfig/webkit2gtk-3.0.pc
+%%WEBKIT2%%libdata/pkgconfig/webkit2gtk-web-extension-3.0.pc
libdata/pkgconfig/webkitgtk-3.0.pc
%%WEBKIT2%%libexec/WebKitPluginProcess
+%%WEBKIT2%%libexec/WebKitNetworkProcess
%%WEBKIT2%%libexec/WebKitWebProcess
-share/gir-1.0/JSCore-3.0.gir
+share/gir-1.0/JavaScriptCore-3.0.gir
share/gir-1.0/WebKit-3.0.gir
+%%WEBKIT2%%share/gir-1.0/WebKit2WebExtension-3.0.gir
%%WEBKIT2%%share/gir-1.0/WebKit2-3.0.gir
+%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitAuthenticationRequest.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitBackForwardList.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitBackForwardListItem.html
+%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitCertificateInfo.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitContextMenu.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitContextMenuItem.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitCookieManager.html
@@ -361,6 +292,7 @@ share/gir-1.0/WebKit-3.0.gir
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitFaviconDatabase.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitFileChooserRequest.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitFindController.html
+%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitFrame.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitFormSubmissionRequest.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitGeolocationPermissionRequest.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitHitTestResult.html
@@ -372,6 +304,7 @@ share/gir-1.0/WebKit-3.0.gir
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitResponsePolicyDecision.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitSecurityManager.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitSettings.html
+%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitScriptWorld.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitURIRequest.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitURIResponse.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitURISchemeRequest.html
@@ -384,19 +317,202 @@ share/gir-1.0/WebKit-3.0.gir
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitWebViewGroup.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/WebKitWindowProperties.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/annotation-glossary.html
+%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/api-index-2-2.html
+%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/api-index-2-4.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/ch01.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/ch02.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/home.png
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/index-all.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/index.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/index.sgml
+%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/left-insensitive.png
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/left.png
+%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/right-insensitive.png
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/right.png
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/style.css
+%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/up-insensitive.png
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/up.png
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitError.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitVersion.html
%%WEBKIT2%%share/gtk-doc/html/webkit2gtk/webkit2gtk.devhelp2
+share/gtk-doc/html/webkitdomgtk/WebKitDOMAttr.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrack.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrackList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMBarProp.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMBatteryManager.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMBlob.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCDATASection.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRule.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRuleList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleDeclaration.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleSheet.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSValue.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCharacterData.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMComment.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMConsole.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMApplicationCache.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMImplementation.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeType.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeTypeArray.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMNamedFlowCollection.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPlugin.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPluginArray.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSecurityPolicy.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSelection.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSettableTokenList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringMap.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMTokenList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindow.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindowCSS.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDatabase.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDocument.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentFragment.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentType.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMEntityReference.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMEventTarget.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMFile.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMFileList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepad.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepadList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMGeolocation.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAnchorElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAppletElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAreaElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAudioElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBRElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseFontElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBodyElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLButtonElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCanvasElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCollection.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDListElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDetailsElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDirectoryElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDivElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDocument.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLEmbedElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFieldSetElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFontElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFormElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameSetElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHRElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadingElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHtmlElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLIFrameElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLImageElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLInputElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLKeygenElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLIElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLabelElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLegendElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLinkElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMapElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMarqueeElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMediaElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMenuElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMetaElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLModElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOListElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLObjectElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptGroupElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionsCollection.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParagraphElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParamElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLPreElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLQuoteElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLScriptElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLSelectElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLStyleElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCaptionElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCellElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableColElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableRowElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableSectionElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTextAreaElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTitleElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLUListElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLVideoElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHistory.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMKeyboardEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMLocation.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaController.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaError.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaQueryList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMessagePort.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMouseEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNamedNodeMap.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNavigator.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNode.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeFilter.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeIterator.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMObject.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformance.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntry.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntryList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceNavigation.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceTiming.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMProcessingInstruction.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMRange.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMScreen.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMShadowRoot.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStorage.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageInfo.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageQuota.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleMedia.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheet.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheetList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMText.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrack.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCue.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCueList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTimeRanges.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTouch.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTrackEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTreeWalker.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMUIEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMValidityState.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoPlaybackQuality.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrack.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrackList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitNamedFlow.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitPoint.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMWheelEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathExpression.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathNSResolver.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathResult.html
+share/gtk-doc/html/webkitdomgtk/annotation-glossary.html
+share/gtk-doc/html/webkitdomgtk/api-index-deprecated.html
+share/gtk-doc/html/webkitdomgtk/ch01.html
+share/gtk-doc/html/webkitdomgtk/home.png
+share/gtk-doc/html/webkitdomgtk/index-all.html
+share/gtk-doc/html/webkitdomgtk/index.html
+share/gtk-doc/html/webkitdomgtk/index.sgml
+share/gtk-doc/html/webkitdomgtk/left-insensitive.png
+share/gtk-doc/html/webkitdomgtk/left.png
+share/gtk-doc/html/webkitdomgtk/right-insensitive.png
+share/gtk-doc/html/webkitdomgtk/right.png
+share/gtk-doc/html/webkitdomgtk/style.css
+share/gtk-doc/html/webkitdomgtk/up-insensitive.png
+share/gtk-doc/html/webkitdomgtk/up.png
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMBarInfo.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMCustom.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMHTMLPropertiesCollection.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMemoryInfo.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMicroDataItemValue.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMPropertyNodeList.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk.devhelp2
share/gtk-doc/html/webkitgtk/WebKitFaviconDatabase.html
share/gtk-doc/html/webkitgtk/WebKitFileChooserRequest.html
share/gtk-doc/html/webkitgtk/WebKitGeolocationPolicyDecision.html
@@ -456,9 +572,12 @@ share/gtk-doc/html/webkitgtk/index-all.html
share/gtk-doc/html/webkitgtk/index-deprecated.html
share/gtk-doc/html/webkitgtk/index.html
share/gtk-doc/html/webkitgtk/index.sgml
+share/gtk-doc/html/webkitgtk/left-insensitive.png
share/gtk-doc/html/webkitgtk/left.png
+share/gtk-doc/html/webkitgtk/right-insensitive.png
share/gtk-doc/html/webkitgtk/right.png
share/gtk-doc/html/webkitgtk/style.css
+share/gtk-doc/html/webkitgtk/up-insensitive.png
share/gtk-doc/html/webkitgtk/up.png
share/gtk-doc/html/webkitgtk/webkit-environment.html
share/gtk-doc/html/webkitgtk/webkitgtk-Global-functions.html
@@ -518,429 +637,22 @@ share/webkitgtk-3.0/images/textAreaResizeCorner.png
share/webkitgtk-3.0/images/urlIcon.png
share/webkitgtk-3.0/resources/audio/Composite.wav
share/webkitgtk-3.0/resources/error.html
-share/webkitgtk-3.0/webinspector/AdvancedSearchController.js
-share/webkitgtk-3.0/webinspector/ApplicationCacheItemsView.js
-share/webkitgtk-3.0/webinspector/ApplicationCacheModel.js
-share/webkitgtk-3.0/webinspector/AuditCategories.js
-share/webkitgtk-3.0/webinspector/AuditFormatters.js
-share/webkitgtk-3.0/webinspector/AuditLauncherView.js
-share/webkitgtk-3.0/webinspector/AuditResultView.js
-share/webkitgtk-3.0/webinspector/AuditRules.js
-share/webkitgtk-3.0/webinspector/AuditsPanel.js
-share/webkitgtk-3.0/webinspector/BottomUpProfileDataGridTree.js
-share/webkitgtk-3.0/webinspector/BreakpointManager.js
-share/webkitgtk-3.0/webinspector/BreakpointsSidebarPane.js
-share/webkitgtk-3.0/webinspector/CPUProfileView.js
-share/webkitgtk-3.0/webinspector/CSSMetadata.js
-share/webkitgtk-3.0/webinspector/CSSNamedFlowCollectionsView.js
-share/webkitgtk-3.0/webinspector/CSSNamedFlowView.js
-share/webkitgtk-3.0/webinspector/CSSSelectorProfileView.js
-share/webkitgtk-3.0/webinspector/CSSStyleModel.js
-share/webkitgtk-3.0/webinspector/CallStackSidebarPane.js
-share/webkitgtk-3.0/webinspector/CanvasProfileView.js
-share/webkitgtk-3.0/webinspector/Checkbox.js
-share/webkitgtk-3.0/webinspector/CodeMirrorTextEditor.js
-share/webkitgtk-3.0/webinspector/Color.js
-share/webkitgtk-3.0/webinspector/CompilerScriptMapping.js
-share/webkitgtk-3.0/webinspector/ConsoleMessage.js
-share/webkitgtk-3.0/webinspector/ConsoleModel.js
-share/webkitgtk-3.0/webinspector/ConsolePanel.js
-share/webkitgtk-3.0/webinspector/ConsoleView.js
-share/webkitgtk-3.0/webinspector/ContentProvider.js
-share/webkitgtk-3.0/webinspector/ContentProviders.js
-share/webkitgtk-3.0/webinspector/ContextMenu.js
-share/webkitgtk-3.0/webinspector/CookieItemsView.js
-share/webkitgtk-3.0/webinspector/CookieParser.js
-share/webkitgtk-3.0/webinspector/CookiesTable.js
-share/webkitgtk-3.0/webinspector/DOMAgent.js
-share/webkitgtk-3.0/webinspector/DOMBreakpointsSidebarPane.js
-share/webkitgtk-3.0/webinspector/DOMCountersGraph.js
-share/webkitgtk-3.0/webinspector/DOMExtension.js
-share/webkitgtk-3.0/webinspector/DOMPresentationUtils.js
-share/webkitgtk-3.0/webinspector/DOMStorage.js
-share/webkitgtk-3.0/webinspector/DOMStorageItemsView.js
-share/webkitgtk-3.0/webinspector/DOMSyntaxHighlighter.js
-share/webkitgtk-3.0/webinspector/DataGrid.js
-share/webkitgtk-3.0/webinspector/Database.js
-share/webkitgtk-3.0/webinspector/DatabaseQueryView.js
-share/webkitgtk-3.0/webinspector/DatabaseTableView.js
-share/webkitgtk-3.0/webinspector/DebuggerModel.js
-share/webkitgtk-3.0/webinspector/DebuggerScriptMapping.js
-share/webkitgtk-3.0/webinspector/DefaultScriptMapping.js
-share/webkitgtk-3.0/webinspector/DefaultTextEditor.js
-share/webkitgtk-3.0/webinspector/Dialog.js
-share/webkitgtk-3.0/webinspector/DirectoryContentView.js
-share/webkitgtk-3.0/webinspector/DockController.js
-share/webkitgtk-3.0/webinspector/Drawer.js
-share/webkitgtk-3.0/webinspector/ElementsPanel.js
-share/webkitgtk-3.0/webinspector/ElementsPanelDescriptor.js
-share/webkitgtk-3.0/webinspector/ElementsTreeOutline.js
-share/webkitgtk-3.0/webinspector/EmptyView.js
-share/webkitgtk-3.0/webinspector/EventListenersSidebarPane.js
-share/webkitgtk-3.0/webinspector/ExtensionAPI.js
-share/webkitgtk-3.0/webinspector/ExtensionAuditCategory.js
-share/webkitgtk-3.0/webinspector/ExtensionPanel.js
-share/webkitgtk-3.0/webinspector/ExtensionRegistryStub.js
-share/webkitgtk-3.0/webinspector/ExtensionServer.js
-share/webkitgtk-3.0/webinspector/ExtensionView.js
-share/webkitgtk-3.0/webinspector/FileContentView.js
-share/webkitgtk-3.0/webinspector/FileManager.js
-share/webkitgtk-3.0/webinspector/FileMapping.js
-share/webkitgtk-3.0/webinspector/FileSystemMapping.js
-share/webkitgtk-3.0/webinspector/FileSystemModel.js
-share/webkitgtk-3.0/webinspector/FileSystemProjectDelegate.js
-share/webkitgtk-3.0/webinspector/FileSystemView.js
-share/webkitgtk-3.0/webinspector/FileUtils.js
-share/webkitgtk-3.0/webinspector/FilteredItemSelectionDialog.js
-share/webkitgtk-3.0/webinspector/FontView.js
-share/webkitgtk-3.0/webinspector/GoToLineDialog.js
-share/webkitgtk-3.0/webinspector/HAREntry.js
-share/webkitgtk-3.0/webinspector/HandlerRegistry.js
-share/webkitgtk-3.0/webinspector/HeapSnapshot.js
-share/webkitgtk-3.0/webinspector/HeapSnapshotDataGrids.js
-share/webkitgtk-3.0/webinspector/HeapSnapshotGridNodes.js
-share/webkitgtk-3.0/webinspector/HeapSnapshotLoader.js
-share/webkitgtk-3.0/webinspector/HeapSnapshotProxy.js
-share/webkitgtk-3.0/webinspector/HeapSnapshotView.js
-share/webkitgtk-3.0/webinspector/HeapSnapshotWorker.js
-share/webkitgtk-3.0/webinspector/HeapSnapshotWorkerDispatcher.js
-share/webkitgtk-3.0/webinspector/HelpScreen.js
-share/webkitgtk-3.0/webinspector/ImageView.js
-share/webkitgtk-3.0/webinspector/Images/addIcon.png
-share/webkitgtk-3.0/webinspector/Images/applicationCache.png
-share/webkitgtk-3.0/webinspector/Images/back.png
-share/webkitgtk-3.0/webinspector/Images/breakpointBorder.png
-share/webkitgtk-3.0/webinspector/Images/breakpointConditionalBorder.png
-share/webkitgtk-3.0/webinspector/Images/breakpointConditionalCounterBorder.png
-share/webkitgtk-3.0/webinspector/Images/breakpointCounterBorder.png
-share/webkitgtk-3.0/webinspector/Images/checker.png
-share/webkitgtk-3.0/webinspector/Images/closeButtons.png
-share/webkitgtk-3.0/webinspector/Images/cookie.png
-share/webkitgtk-3.0/webinspector/Images/database.png
-share/webkitgtk-3.0/webinspector/Images/databaseTable.png
-share/webkitgtk-3.0/webinspector/Images/debuggerContinue.png
-share/webkitgtk-3.0/webinspector/Images/debuggerPause.png
-share/webkitgtk-3.0/webinspector/Images/debuggerStepInto.png
-share/webkitgtk-3.0/webinspector/Images/debuggerStepOut.png
-share/webkitgtk-3.0/webinspector/Images/debuggerStepOver.png
-share/webkitgtk-3.0/webinspector/Images/deleteIcon.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDown.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDownBlack.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDownWhite.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRight.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightBlack.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDown.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightWhite.png
-share/webkitgtk-3.0/webinspector/Images/domain.png
-share/webkitgtk-3.0/webinspector/Images/errorIcon.png
-share/webkitgtk-3.0/webinspector/Images/errorMediumIcon.png
-share/webkitgtk-3.0/webinspector/Images/errorRedDot.png
-share/webkitgtk-3.0/webinspector/Images/fileSystem.png
-share/webkitgtk-3.0/webinspector/Images/forward.png
-share/webkitgtk-3.0/webinspector/Images/frame.png
-share/webkitgtk-3.0/webinspector/Images/glossyHeader.png
-share/webkitgtk-3.0/webinspector/Images/glossyHeaderPressed.png
-share/webkitgtk-3.0/webinspector/Images/glossyHeaderSelected.png
-share/webkitgtk-3.0/webinspector/Images/glossyHeaderSelectedPressed.png
-share/webkitgtk-3.0/webinspector/Images/goArrow.png
-share/webkitgtk-3.0/webinspector/Images/graphLabelCalloutLeft.png
-share/webkitgtk-3.0/webinspector/Images/graphLabelCalloutRight.png
-share/webkitgtk-3.0/webinspector/Images/indexedDB.png
-share/webkitgtk-3.0/webinspector/Images/indexedDBIndex.png
-share/webkitgtk-3.0/webinspector/Images/indexedDBObjectStore.png
-share/webkitgtk-3.0/webinspector/Images/localStorage.png
-share/webkitgtk-3.0/webinspector/Images/namedFlowOverflow.png
-share/webkitgtk-3.0/webinspector/Images/navigatorShowHideButton.png
-share/webkitgtk-3.0/webinspector/Images/paneAddButtons.png
-share/webkitgtk-3.0/webinspector/Images/paneBottomGrow.png
-share/webkitgtk-3.0/webinspector/Images/paneBottomGrowActive.png
-share/webkitgtk-3.0/webinspector/Images/paneElementStateButtons.png
-share/webkitgtk-3.0/webinspector/Images/paneFilterButtons.png
-share/webkitgtk-3.0/webinspector/Images/paneGrowHandleLine.png
-share/webkitgtk-3.0/webinspector/Images/paneRefreshButtons.png
-share/webkitgtk-3.0/webinspector/Images/paneSettingsButtons.png
-share/webkitgtk-3.0/webinspector/Images/popoverArrows.png
-share/webkitgtk-3.0/webinspector/Images/popoverBackground.png
-share/webkitgtk-3.0/webinspector/Images/profileGroupIcon.png
-share/webkitgtk-3.0/webinspector/Images/profileIcon.png
-share/webkitgtk-3.0/webinspector/Images/profileSmallIcon.png
-share/webkitgtk-3.0/webinspector/Images/profilesSilhouette.png
-share/webkitgtk-3.0/webinspector/Images/programCounterBorder.png
-share/webkitgtk-3.0/webinspector/Images/radioDot.png
-share/webkitgtk-3.0/webinspector/Images/regionEmpty.png
-share/webkitgtk-3.0/webinspector/Images/regionFit.png
-share/webkitgtk-3.0/webinspector/Images/regionOverset.png
-share/webkitgtk-3.0/webinspector/Images/resourceCSSIcon.png
-share/webkitgtk-3.0/webinspector/Images/resourceDocumentIcon.png
-share/webkitgtk-3.0/webinspector/Images/resourceDocumentIconSmall.png
-share/webkitgtk-3.0/webinspector/Images/resourceJSIcon.png
-share/webkitgtk-3.0/webinspector/Images/resourcePlainIcon.png
-share/webkitgtk-3.0/webinspector/Images/resourcePlainIconSmall.png
-share/webkitgtk-3.0/webinspector/Images/resourcesSizeGraphIcon.png
-share/webkitgtk-3.0/webinspector/Images/resourcesTimeGraphIcon.png
-share/webkitgtk-3.0/webinspector/Images/scriptsSilhouette.png
-share/webkitgtk-3.0/webinspector/Images/searchNext.png
-share/webkitgtk-3.0/webinspector/Images/searchPrev.png
-share/webkitgtk-3.0/webinspector/Images/searchSmallBlue.png
-share/webkitgtk-3.0/webinspector/Images/searchSmallBrightBlue.png
-share/webkitgtk-3.0/webinspector/Images/searchSmallGray.png
-share/webkitgtk-3.0/webinspector/Images/searchSmallWhite.png
-share/webkitgtk-3.0/webinspector/Images/segment.png
-share/webkitgtk-3.0/webinspector/Images/segmentEnd.png
-share/webkitgtk-3.0/webinspector/Images/segmentHover.png
-share/webkitgtk-3.0/webinspector/Images/segmentHoverEnd.png
-share/webkitgtk-3.0/webinspector/Images/segmentSelected.png
-share/webkitgtk-3.0/webinspector/Images/segmentSelectedEnd.png
-share/webkitgtk-3.0/webinspector/Images/sessionStorage.png
-share/webkitgtk-3.0/webinspector/Images/spinner.gif
-share/webkitgtk-3.0/webinspector/Images/spinnerActive.gif
-share/webkitgtk-3.0/webinspector/Images/spinnerActiveSelected.gif
-share/webkitgtk-3.0/webinspector/Images/spinnerInactive.gif
-share/webkitgtk-3.0/webinspector/Images/spinnerInactiveSelected.gif
-share/webkitgtk-3.0/webinspector/Images/splitviewDimple.png
-share/webkitgtk-3.0/webinspector/Images/splitviewDividerBackground.png
-share/webkitgtk-3.0/webinspector/Images/statusbarButtonGlyphs.png
-share/webkitgtk-3.0/webinspector/Images/statusbarButtonGlyphs2x.png
-share/webkitgtk-3.0/webinspector/Images/statusbarResizerHorizontal.png
-share/webkitgtk-3.0/webinspector/Images/statusbarResizerVertical.png
-share/webkitgtk-3.0/webinspector/Images/successGreenDot.png
-share/webkitgtk-3.0/webinspector/Images/thumbActiveHoriz.png
-share/webkitgtk-3.0/webinspector/Images/thumbActiveVert.png
-share/webkitgtk-3.0/webinspector/Images/thumbHoriz.png
-share/webkitgtk-3.0/webinspector/Images/thumbHoverHoriz.png
-share/webkitgtk-3.0/webinspector/Images/thumbHoverVert.png
-share/webkitgtk-3.0/webinspector/Images/thumbVert.png
-share/webkitgtk-3.0/webinspector/Images/tickMark.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillBlue.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillGray.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillGreen.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillOrange.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillPurple.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillRed.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillYellow.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillBlue.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillGray.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillGreen.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillOrange.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillPurple.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillRed.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillYellow.png
-share/webkitgtk-3.0/webinspector/Images/toolbarIcons.png
-share/webkitgtk-3.0/webinspector/Images/toolbarIconsSmall.png
-share/webkitgtk-3.0/webinspector/Images/toolbarItemSelected.png
-share/webkitgtk-3.0/webinspector/Images/trackHoriz.png
-share/webkitgtk-3.0/webinspector/Images/trackVert.png
-share/webkitgtk-3.0/webinspector/Images/treeDownTriangleBlack.png
-share/webkitgtk-3.0/webinspector/Images/treeDownTriangleWhite.png
-share/webkitgtk-3.0/webinspector/Images/treeRightTriangleBlack.png
-share/webkitgtk-3.0/webinspector/Images/treeRightTriangleWhite.png
-share/webkitgtk-3.0/webinspector/Images/treeUpTriangleBlack.png
-share/webkitgtk-3.0/webinspector/Images/treeUpTriangleWhite.png
-share/webkitgtk-3.0/webinspector/Images/userInputIcon.png
-share/webkitgtk-3.0/webinspector/Images/userInputPreviousIcon.png
-share/webkitgtk-3.0/webinspector/Images/userInputResultIcon.png
-share/webkitgtk-3.0/webinspector/Images/warningIcon.png
-share/webkitgtk-3.0/webinspector/Images/warningMediumIcon.png
-share/webkitgtk-3.0/webinspector/Images/warningOrangeDot.png
-share/webkitgtk-3.0/webinspector/Images/warningsErrors.png
-share/webkitgtk-3.0/webinspector/IndexedDBModel.js
-share/webkitgtk-3.0/webinspector/IndexedDBViews.js
-share/webkitgtk-3.0/webinspector/InspectorBackend.js
-share/webkitgtk-3.0/webinspector/InspectorBackendCommands.js
-share/webkitgtk-3.0/webinspector/InspectorFrontendAPI.js
-share/webkitgtk-3.0/webinspector/InspectorFrontendHostStub.js
-share/webkitgtk-3.0/webinspector/InspectorView.js
-share/webkitgtk-3.0/webinspector/IsolatedFileSystem.js
-share/webkitgtk-3.0/webinspector/IsolatedFileSystemManager.js
-share/webkitgtk-3.0/webinspector/JSHeapSnapshot.js
-share/webkitgtk-3.0/webinspector/JavaScriptFormatter.js
-share/webkitgtk-3.0/webinspector/JavaScriptSourceFrame.js
-share/webkitgtk-3.0/webinspector/KeyboardShortcut.js
-share/webkitgtk-3.0/webinspector/Linkifier.js
-share/webkitgtk-3.0/webinspector/LiveEditSupport.js
-share/webkitgtk-3.0/webinspector/MemoryStatistics.js
-share/webkitgtk-3.0/webinspector/MetricsSidebarPane.js
-share/webkitgtk-3.0/webinspector/NativeBreakpointsSidebarPane.js
-share/webkitgtk-3.0/webinspector/NativeHeapSnapshot.js
-share/webkitgtk-3.0/webinspector/NativeMemoryGraph.js
-share/webkitgtk-3.0/webinspector/NativeMemorySnapshotView.js
-share/webkitgtk-3.0/webinspector/NavigatorOverlayController.js
-share/webkitgtk-3.0/webinspector/NavigatorView.js
-share/webkitgtk-3.0/webinspector/NetworkItemView.js
-share/webkitgtk-3.0/webinspector/NetworkLog.js
-share/webkitgtk-3.0/webinspector/NetworkManager.js
-share/webkitgtk-3.0/webinspector/NetworkPanel.js
-share/webkitgtk-3.0/webinspector/NetworkPanelDescriptor.js
-share/webkitgtk-3.0/webinspector/NetworkRequest.js
-share/webkitgtk-3.0/webinspector/NetworkUISourceCodeProvider.js
-share/webkitgtk-3.0/webinspector/Object.js
-share/webkitgtk-3.0/webinspector/ObjectPopoverHelper.js
-share/webkitgtk-3.0/webinspector/ObjectPropertiesSection.js
-share/webkitgtk-3.0/webinspector/OverridesView.js
-share/webkitgtk-3.0/webinspector/Panel.js
-share/webkitgtk-3.0/webinspector/PanelEnablerView.js
-share/webkitgtk-3.0/webinspector/ParsedURL.js
-share/webkitgtk-3.0/webinspector/Placard.js
-share/webkitgtk-3.0/webinspector/Popover.js
-share/webkitgtk-3.0/webinspector/PresentationConsoleMessageHelper.js
-share/webkitgtk-3.0/webinspector/ProfileDataGridTree.js
-share/webkitgtk-3.0/webinspector/ProfileLauncherView.js
-share/webkitgtk-3.0/webinspector/ProfilesPanel.js
-share/webkitgtk-3.0/webinspector/ProfilesPanelDescriptor.js
-share/webkitgtk-3.0/webinspector/Progress.js
-share/webkitgtk-3.0/webinspector/ProgressIndicator.js
-share/webkitgtk-3.0/webinspector/PropertiesSection.js
-share/webkitgtk-3.0/webinspector/PropertiesSidebarPane.js
-share/webkitgtk-3.0/webinspector/RawSourceCode.js
-share/webkitgtk-3.0/webinspector/RemoteObject.js
-share/webkitgtk-3.0/webinspector/RequestCookiesView.js
-share/webkitgtk-3.0/webinspector/RequestHTMLView.js
-share/webkitgtk-3.0/webinspector/RequestHeadersView.js
-share/webkitgtk-3.0/webinspector/RequestJSONView.js
-share/webkitgtk-3.0/webinspector/RequestPreviewView.js
-share/webkitgtk-3.0/webinspector/RequestResponseView.js
-share/webkitgtk-3.0/webinspector/RequestTimingView.js
-share/webkitgtk-3.0/webinspector/RequestView.js
-share/webkitgtk-3.0/webinspector/Resource.js
-share/webkitgtk-3.0/webinspector/ResourceScriptMapping.js
-share/webkitgtk-3.0/webinspector/ResourceTreeModel.js
-share/webkitgtk-3.0/webinspector/ResourceType.js
-share/webkitgtk-3.0/webinspector/ResourceUtils.js
-share/webkitgtk-3.0/webinspector/ResourceView.js
-share/webkitgtk-3.0/webinspector/ResourceWebSocketFrameView.js
-share/webkitgtk-3.0/webinspector/ResourcesPanel.js
-share/webkitgtk-3.0/webinspector/RevisionHistoryView.js
-share/webkitgtk-3.0/webinspector/RuntimeModel.js
-share/webkitgtk-3.0/webinspector/SASSSourceMapping.js
-share/webkitgtk-3.0/webinspector/ScopeChainSidebarPane.js
-share/webkitgtk-3.0/webinspector/Script.js
-share/webkitgtk-3.0/webinspector/ScriptFormatter.js
-share/webkitgtk-3.0/webinspector/ScriptFormatterWorker.js
-share/webkitgtk-3.0/webinspector/ScriptSnippetModel.js
-share/webkitgtk-3.0/webinspector/ScriptsNavigator.js
-share/webkitgtk-3.0/webinspector/ScriptsPanel.js
-share/webkitgtk-3.0/webinspector/ScriptsPanelDescriptor.js
-share/webkitgtk-3.0/webinspector/ScriptsSearchScope.js
-share/webkitgtk-3.0/webinspector/SearchController.js
-share/webkitgtk-3.0/webinspector/Section.js
-share/webkitgtk-3.0/webinspector/Settings.js
-share/webkitgtk-3.0/webinspector/SettingsScreen.js
-share/webkitgtk-3.0/webinspector/ShortcutsScreen.js
-share/webkitgtk-3.0/webinspector/ShowMoreDataGridNode.js
-share/webkitgtk-3.0/webinspector/SidebarOverlay.js
-share/webkitgtk-3.0/webinspector/SidebarPane.js
-share/webkitgtk-3.0/webinspector/SidebarTreeElement.js
-share/webkitgtk-3.0/webinspector/SidebarView.js
-share/webkitgtk-3.0/webinspector/SimpleWorkspaceProvider.js
-share/webkitgtk-3.0/webinspector/SnippetJavaScriptSourceFrame.js
-share/webkitgtk-3.0/webinspector/SnippetStorage.js
-share/webkitgtk-3.0/webinspector/SoftContextMenu.js
-share/webkitgtk-3.0/webinspector/SourceCSSTokenizer.js
-share/webkitgtk-3.0/webinspector/SourceFrame.js
-share/webkitgtk-3.0/webinspector/SourceHTMLTokenizer.js
-share/webkitgtk-3.0/webinspector/SourceJavaScriptTokenizer.js
-share/webkitgtk-3.0/webinspector/SourceMap.js
-share/webkitgtk-3.0/webinspector/SourceMapping.js
-share/webkitgtk-3.0/webinspector/SourceTokenizer.js
-share/webkitgtk-3.0/webinspector/Spectrum.js
-share/webkitgtk-3.0/webinspector/SplitView.js
-share/webkitgtk-3.0/webinspector/StatusBarButton.js
-share/webkitgtk-3.0/webinspector/StyleSheetOutlineDialog.js
-share/webkitgtk-3.0/webinspector/StylesSidebarPane.js
-share/webkitgtk-3.0/webinspector/StylesSourceMapping.js
-share/webkitgtk-3.0/webinspector/SuggestBox.js
-share/webkitgtk-3.0/webinspector/TabbedEditorContainer.js
-share/webkitgtk-3.0/webinspector/TabbedPane.js
-share/webkitgtk-3.0/webinspector/TestController.js
-share/webkitgtk-3.0/webinspector/TextEditor.js
-share/webkitgtk-3.0/webinspector/TextEditorHighlighter.js
-share/webkitgtk-3.0/webinspector/TextEditorModel.js
-share/webkitgtk-3.0/webinspector/TextPrompt.js
-share/webkitgtk-3.0/webinspector/TextUtils.js
-share/webkitgtk-3.0/webinspector/TimelineFrameController.js
-share/webkitgtk-3.0/webinspector/TimelineGrid.js
-share/webkitgtk-3.0/webinspector/TimelineManager.js
-share/webkitgtk-3.0/webinspector/TimelineModel.js
-share/webkitgtk-3.0/webinspector/TimelineOverviewPane.js
-share/webkitgtk-3.0/webinspector/TimelinePanel.js
-share/webkitgtk-3.0/webinspector/TimelinePanelDescriptor.js
-share/webkitgtk-3.0/webinspector/TimelinePresentationModel.js
-share/webkitgtk-3.0/webinspector/Toolbar.js
-share/webkitgtk-3.0/webinspector/TopDownProfileDataGridTree.js
-share/webkitgtk-3.0/webinspector/UISourceCode.js
-share/webkitgtk-3.0/webinspector/UISourceCodeFrame.js
-share/webkitgtk-3.0/webinspector/UIString.js
-share/webkitgtk-3.0/webinspector/UIUtils.js
-share/webkitgtk-3.0/webinspector/UglifyJS/parse-js.js
-share/webkitgtk-3.0/webinspector/UserAgentSupport.js
-share/webkitgtk-3.0/webinspector/UserMetrics.js
-share/webkitgtk-3.0/webinspector/View.js
-share/webkitgtk-3.0/webinspector/ViewportControl.js
-share/webkitgtk-3.0/webinspector/WatchExpressionsSidebarPane.js
-share/webkitgtk-3.0/webinspector/WorkerManager.js
-share/webkitgtk-3.0/webinspector/WorkersSidebarPane.js
-share/webkitgtk-3.0/webinspector/Workspace.js
-share/webkitgtk-3.0/webinspector/auditsPanel.css
-share/webkitgtk-3.0/webinspector/breadcrumbList.css
-share/webkitgtk-3.0/webinspector/canvasProfiler.css
-share/webkitgtk-3.0/webinspector/cssNamedFlows.css
-share/webkitgtk-3.0/webinspector/dataGrid.css
-share/webkitgtk-3.0/webinspector/dialog.css
-share/webkitgtk-3.0/webinspector/elementsPanel.css
-share/webkitgtk-3.0/webinspector/externs.js
-share/webkitgtk-3.0/webinspector/filteredItemSelectionDialog.css
-share/webkitgtk-3.0/webinspector/heapProfiler.css
-share/webkitgtk-3.0/webinspector/helpScreen.css
-share/webkitgtk-3.0/webinspector/indexedDBViews.css
-share/webkitgtk-3.0/webinspector/inspector.css
-share/webkitgtk-3.0/webinspector/inspector.html
-share/webkitgtk-3.0/webinspector/inspector.js
-share/webkitgtk-3.0/webinspector/inspectorCommon.css
-share/webkitgtk-3.0/webinspector/inspectorPageIndex.html
-share/webkitgtk-3.0/webinspector/inspectorSyntaxHighlight.css
-share/webkitgtk-3.0/webinspector/jsdifflib.js
-share/webkitgtk-3.0/webinspector/localizedStrings.js
-share/webkitgtk-3.0/webinspector/nativeMemoryProfiler.css
-share/webkitgtk-3.0/webinspector/navigatorView.css
-share/webkitgtk-3.0/webinspector/networkLogView.css
-share/webkitgtk-3.0/webinspector/networkPanel.css
-share/webkitgtk-3.0/webinspector/panelEnablerView.css
-share/webkitgtk-3.0/webinspector/popover.css
-share/webkitgtk-3.0/webinspector/profilesPanel.css
-share/webkitgtk-3.0/webinspector/resourceView.css
-share/webkitgtk-3.0/webinspector/resourcesPanel.css
-share/webkitgtk-3.0/webinspector/revisionHistory.css
-share/webkitgtk-3.0/webinspector/scriptsPanel.css
-share/webkitgtk-3.0/webinspector/spectrum.css
-share/webkitgtk-3.0/webinspector/splitView.css
-share/webkitgtk-3.0/webinspector/tabbedPane.css
-share/webkitgtk-3.0/webinspector/test-runner.html
-share/webkitgtk-3.0/webinspector/textEditor.css
-share/webkitgtk-3.0/webinspector/textPrompt.css
-share/webkitgtk-3.0/webinspector/timelinePanel.css
-share/webkitgtk-3.0/webinspector/treeoutline.js
-share/webkitgtk-3.0/webinspector/utilities.js
@dirrmtry share/locale/sr@latin/LC_MESSAGES
@dirrmtry share/locale/sr@latin
@dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr
-@dirrm share/webkitgtk-3.0/webinspector/UglifyJS
-@dirrm share/webkitgtk-3.0/webinspector/Images
-@dirrm share/webkitgtk-3.0/webinspector
@dirrm share/webkitgtk-3.0/resources/audio
@dirrm share/webkitgtk-3.0/resources
@dirrm share/webkitgtk-3.0/images
@dirrm share/webkitgtk-3.0
@dirrm share/gtk-doc/html/webkitgtk
+@dirrm share/gtk-doc/html/webkitdomgtk
%%WEBKIT2%%@dirrm share/gtk-doc/html/webkit2gtk
@dirrmtry share/gtk-doc/html
@dirrmtry share/gtk-doc
%%WEBKIT2%%@dirrm lib/webkit2gtk-3.0/injected-bundle
%%WEBKIT2%%@dirrm lib/webkit2gtk-3.0
@dirrm include/webkitgtk-3.0/webkitdom
-%%WEBKIT2%%@dirrm include/webkitgtk-3.0/webkit2/WebKit2
%%WEBKIT2%%@dirrm include/webkitgtk-3.0/webkit2
@dirrm include/webkitgtk-3.0/webkit
@dirrm include/webkitgtk-3.0/JavaScriptCore