[Midnightbsd-cvs] mports [21623] trunk/www: add webkit-qt5

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 13 17:12:56 EDT 2016


Revision: 21623
          http://svnweb.midnightbsd.org/mports/?rev=21623
Author:   laffer1
Date:     2016-08-13 17:12:56 -0400 (Sat, 13 Aug 2016)
Log Message:
-----------
add webkit-qt5

Modified Paths:
--------------
    trunk/www/Makefile

Added Paths:
-----------
    trunk/www/webkit-qt5/
    trunk/www/webkit-qt5/Makefile
    trunk/www/webkit-qt5/files/
    trunk/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h
    trunk/www/webkit-qt5/files/patch-Source__JavaScriptCore__runtime__JSCJSValueInlines.h
    trunk/www/webkit-qt5/files/patch-Source__QtWebKit.pro
    trunk/www/webkit-qt5/files/patch-Source__WebCore__page__NavigatorBase.cpp
    trunk/www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurface.h
    trunk/www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurfaceToken.h
    trunk/www/webkit-qt5/pkg-plist

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2016-08-13 20:55:45 UTC (rev 21622)
+++ trunk/www/Makefile	2016-08-13 21:12:56 UTC (rev 21623)
@@ -120,6 +120,7 @@
 SUBDIR += webkit-gtk2
 SUBDIR += webkit-gtk3
 SUBDIR += webkit-qt4
+SUBDIR += webkit-qt5
 SUBDIR += webkit2-gtk3
 SUBDIR += weblint
 SUBDIR += youtube_dl

Added: trunk/www/webkit-qt5/Makefile
===================================================================
--- trunk/www/webkit-qt5/Makefile	                        (rev 0)
+++ trunk/www/webkit-qt5/Makefile	2016-08-13 21:12:56 UTC (rev 21623)
@@ -0,0 +1,72 @@
+# $MidnightBSD$
+# $FreeBSD: head/www/webkit-qt5/Makefile 418153 2016-07-06 22:10:14Z mat $
+
+PORTNAME=	webkit
+DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	3
+CATEGORIES=	www
+PKGNAMEPREFIX=	qt5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Qt WebKit implementation
+
+LICENSE=	gpl3
+
+LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
+		libicui18n.so:${PORTSDIR}/devel/icu \
+		libpng.so:${PORTSDIR}/graphics/png \
+		libwebp.so:${PORTSDIR}/graphics/webp
+BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
+
+USE_GL=		gl
+USE_GNOME=	libxml2 libxslt
+USE_PERL5=	build
+USE_QT5=	core gui network opengl printsupport qml quick sql \
+		widgets buildtools_build
+QT_DIST=	${PORTNAME}
+USE_RUBY=	yes
+RUBY_NO_RUN_DEPENDS=	yes
+USE_XORG=	x11 xcomposite xrender
+USES=		bison gperf jpeg perl5 pkgconfig python:build qmake:outsource \
+		sqlite
+# Use flex(1) from ports.
+MAKE_ENV=	PATH="${LOCALBASE}/bin:${PATH}"
+# "all" builds many more targets. The default one is called "first" in
+# QtWebKit, and is invoked by default when make is called without arguments.
+ALL_TARGET=	first
+USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
+
+QT_DEFINES=	ACCESSIBILITY
+QT_CONFIG=	accessibility accessibility-atspi-bridge
+
+OPTIONS_DEFINE=	GSTREAMER
+OPTIONS_DEFAULT=GSTREAMER
+
+GSTREAMER_USE=	GNOME=glib20 GSTREAMER1=yes
+
+.include <bsd.port.pre.mk>
+
+post-patch:
+	${REINPLACE_CMD} -e 's,python,${PYTHON_VERSION},g' \
+		-e 's,$$$${PYTHON},${PYTHON_VERSION},g' \
+		${WRKSRC}/Source/WebCore/DerivedSources.make \
+		${WRKSRC}/Source/WebCore/DerivedSources.pri \
+		${WRKSRC}/Source/WebKit2/DerivedSources.make \
+		${WRKSRC}/Source/WebKit2/DerivedSources.pri \
+		${WRKSRC}/Source/JavaScriptCore/DerivedSources.make \
+		${WRKSRC}/Source/JavaScriptCore/DerivedSources.pri \
+		${WRKSRC}/Tools/qmake/mkspecs/features/configure.prf
+
+pre-configure:
+	@${REINPLACE_CMD} -Ee 's|linux-?\*|unix|g' \
+		${WRKSRC}/Source/JavaScriptCore/DerivedSources.pri \
+		${WRKSRC}/Source/JavaScriptCore/JavaScriptCore.pri \
+		${WRKSRC}/Source/JavaScriptCore/Target.pri \
+		${WRKSRC}/Source/WebCore/WebCore.pri \
+		${WRKSRC}/Tools/qmake/mkspecs/features/features.prf
+.if ! ${PORT_OPTIONS:MGSTREAMER}
+	@${REINPLACE_CMD} -e 's|packagesExist.*gstreamer.*|false {|' \
+		${WRKSRC}/Tools/qmake/mkspecs/features/features.prf
+.endif
+
+.include <bsd.port.post.mk>


Property changes on: trunk/www/webkit-qt5/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h
===================================================================
--- trunk/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h	                        (rev 0)
+++ trunk/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h	2016-08-13 21:12:56 UTC (rev 21623)
@@ -0,0 +1,11 @@
+--- Source/JavaScriptCore/assembler/ARMAssembler.h
++++ Source/JavaScriptCore/assembler/ARMAssembler.h
+@@ -1064,6 +1064,8 @@
+             linuxPageFlush(current, end);
+ #elif OS(WINCE)
+             CacheRangeFlush(code, size, CACHE_SYNC_ALL);
++#elif CPU(ARM_TRADITIONAL) && OS(FREEBSD) && COMPILER(CLANG)
++            __clear_cache(code, reinterpret_cast<char*>(code) + size);
+ #elif OS(QNX) && ENABLE(ASSEMBLER_WX_EXCLUSIVE)
+             UNUSED_PARAM(code);
+             UNUSED_PARAM(size);


Property changes on: trunk/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/webkit-qt5/files/patch-Source__JavaScriptCore__runtime__JSCJSValueInlines.h
===================================================================
--- trunk/www/webkit-qt5/files/patch-Source__JavaScriptCore__runtime__JSCJSValueInlines.h	                        (rev 0)
+++ trunk/www/webkit-qt5/files/patch-Source__JavaScriptCore__runtime__JSCJSValueInlines.h	2016-08-13 21:12:56 UTC (rev 21623)
@@ -0,0 +1,26 @@
+--- ./Source/JavaScriptCore/runtime/JSCJSValueInlines.h.orig	2013-10-22 01:49:45.000000000 -0700
++++ ./Source/JavaScriptCore/runtime/JSCJSValueInlines.h	2013-11-08 00:51:34.238960064 -0800
+@@ -198,7 +198,11 @@
+         u.asBits.tag = CellTag;
+     else
+         u.asBits.tag = EmptyValueTag;
++#if defined(__sparc64__)
++    u.asBits.payload = reinterpret_cast<int64_t>(ptr);
++#else
+     u.asBits.payload = reinterpret_cast<int32_t>(ptr);
++#endif
+ }
+ 
+ inline JSValue::JSValue(const JSCell* ptr)
+@@ -207,7 +211,11 @@
+         u.asBits.tag = CellTag;
+     else
+         u.asBits.tag = EmptyValueTag;
++#if defined(__sparc64__)
++    u.asBits.payload = reinterpret_cast<int64_t>(const_cast<JSCell*>(ptr));
++#else
+     u.asBits.payload = reinterpret_cast<int32_t>(const_cast<JSCell*>(ptr));
++#endif
+ }
+ 
+ inline JSValue::operator bool() const


Property changes on: trunk/www/webkit-qt5/files/patch-Source__JavaScriptCore__runtime__JSCJSValueInlines.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/webkit-qt5/files/patch-Source__QtWebKit.pro
===================================================================
--- trunk/www/webkit-qt5/files/patch-Source__QtWebKit.pro	                        (rev 0)
+++ trunk/www/webkit-qt5/files/patch-Source__QtWebKit.pro	2016-08-13 21:12:56 UTC (rev 21623)
@@ -0,0 +1,17 @@
+Do not go into the examples/ directory, which contains only platformplugin/.
+
+Even though it is not part of the default target, it is included in `make
+install', and platformplugin's .pro file has a DESTDIR setting that causes the
+file system to be touched even though there is nothing to build or install.
+--- Source/QtWebKit.pro
++++ Source/QtWebKit.pro
+@@ -38,9 +38,4 @@ build?(webkit1) {
+         tests.file = tests.pri
+         SUBDIRS += tests
+     }
+-
+-    examples.file = WebKit/qt/examples/examples.pro
+-    examples.CONFIG += no_default_target
+-    examples.makefile = Makefile
+-    SUBDIRS += examples
+ }


Property changes on: trunk/www/webkit-qt5/files/patch-Source__QtWebKit.pro
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/webkit-qt5/files/patch-Source__WebCore__page__NavigatorBase.cpp
===================================================================
--- trunk/www/webkit-qt5/files/patch-Source__WebCore__page__NavigatorBase.cpp	                        (rev 0)
+++ trunk/www/webkit-qt5/files/patch-Source__WebCore__page__NavigatorBase.cpp	2016-08-13 21:12:56 UTC (rev 21623)
@@ -0,0 +1,20 @@
+--- ./Source/WebCore/page/NavigatorBase.cpp.orig	2012-12-18 20:04:33.000000000 +0100
++++ ./Source/WebCore/page/NavigatorBase.cpp	2013-01-07 04:01:53.177339022 +0100
+@@ -30,7 +30,7 @@
+ #include "NetworkStateNotifier.h"
+ #include <wtf/text/WTFString.h>
+ 
+-#if OS(LINUX)
++#if OS(LINUX) || OS(FREEBSD)
+ #include "sys/utsname.h"
+ #include <wtf/StdLibExtras.h>
+ #endif
+@@ -86,7 +86,7 @@
+ 
+ String NavigatorBase::platform() const
+ {
+-#if OS(LINUX)
++#if OS(LINUX) || OS(FREEBSD)
+     if (!String(WEBCORE_NAVIGATOR_PLATFORM).isEmpty())
+         return WEBCORE_NAVIGATOR_PLATFORM;
+     struct utsname osname;


Property changes on: trunk/www/webkit-qt5/files/patch-Source__WebCore__page__NavigatorBase.cpp
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurface.h
===================================================================
--- trunk/www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurface.h	                        (rev 0)
+++ trunk/www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurface.h	2016-08-13 21:12:56 UTC (rev 21623)
@@ -0,0 +1,11 @@
+--- ./Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h.orig	2012-12-18 20:04:31.000000000 +0100
++++ ./Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h	2012-12-28 13:00:05.846909692 +0100
+@@ -36,7 +36,7 @@
+ typedef IOSurfaceRef PlatformGraphicsSurface;
+ #endif
+ 
+-#if OS(LINUX)
++#if OS(LINUX) || OS(FREEBSD)
+ typedef uint32_t PlatformGraphicsSurface;
+ #endif
+ 


Property changes on: trunk/www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurface.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurfaceToken.h
===================================================================
--- trunk/www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurfaceToken.h	                        (rev 0)
+++ trunk/www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurfaceToken.h	2016-08-13 21:12:56 UTC (rev 21623)
@@ -0,0 +1,11 @@
+--- ./Source/WebCore/platform/graphics/surfaces/GraphicsSurfaceToken.h.orig	2012-12-18 20:04:31.000000000 +0100
++++ ./Source/WebCore/platform/graphics/surfaces/GraphicsSurfaceToken.h	2012-12-28 13:02:03.566975217 +0100
+@@ -35,7 +35,7 @@
+ 
+ #if OS(DARWIN)
+     typedef mach_port_t BufferHandle;
+-#elif OS(LINUX)
++#elif OS(LINUX) || OS(FREEBSD)
+     typedef uint32_t BufferHandle;
+ #elif OS(WINDOWS)
+     typedef HANDLE BufferHandle;


Property changes on: trunk/www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurfaceToken.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/webkit-qt5/pkg-plist
===================================================================
--- trunk/www/webkit-qt5/pkg-plist	                        (rev 0)
+++ trunk/www/webkit-qt5/pkg-plist	2016-08-13 21:12:56 UTC (rev 21623)
@@ -0,0 +1,112 @@
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/bytearraytestdata.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qhttpheader_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquicknetworkreply_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquicknetworkrequest_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquickurlschemedelegate_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquickwebpage_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquickwebpage_p_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquickwebview_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquickwebview_p_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qrawwebview_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qrawwebview_p_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qtwebsecurityorigin_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebchannelwebkittransport_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebdatabase_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebdownloaditem_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebdownloaditem_p_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebelement_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebhistory_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebiconimageprovider_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebkittest_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebloadrequest_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebnavigationhistory_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebnavigationhistory_p_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebnavigationrequest_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebpermissionrequest_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebplugindatabase_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebpreferences_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebpreferences_p_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebscriptworld.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebscriptworld_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebsecurityorigin_p.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/testwindow.h
+%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/util.h
+%%QT_INCDIR%%/QtWebKit/QWebDatabase
+%%QT_INCDIR%%/QtWebKit/QWebElement
+%%QT_INCDIR%%/QtWebKit/QWebElementCollection
+%%QT_INCDIR%%/QtWebKit/QWebFullScreenVideoHandler
+%%QT_INCDIR%%/QtWebKit/QWebHapticFeedbackPlayer
+%%QT_INCDIR%%/QtWebKit/QWebHistory
+%%QT_INCDIR%%/QtWebKit/QWebHistoryInterface
+%%QT_INCDIR%%/QtWebKit/QWebHistoryItem
+%%QT_INCDIR%%/QtWebKit/QWebKitPlatformPlugin
+%%QT_INCDIR%%/QtWebKit/QWebNotificationData
+%%QT_INCDIR%%/QtWebKit/QWebNotificationPresenter
+%%QT_INCDIR%%/QtWebKit/QWebPluginFactory
+%%QT_INCDIR%%/QtWebKit/QWebSecurityOrigin
+%%QT_INCDIR%%/QtWebKit/QWebSelectData
+%%QT_INCDIR%%/QtWebKit/QWebSelectMethod
+%%QT_INCDIR%%/QtWebKit/QWebSettings
+%%QT_INCDIR%%/QtWebKit/QWebSpellChecker
+%%QT_INCDIR%%/QtWebKit/QWebTouchModifier
+%%QT_INCDIR%%/QtWebKit/QtWebKit
+%%QT_INCDIR%%/QtWebKit/QtWebKitDepends
+%%QT_INCDIR%%/QtWebKit/QtWebKitVersion
+%%QT_INCDIR%%/QtWebKit/qtwebkitversion.h
+%%QT_INCDIR%%/QtWebKit/qwebdatabase.h
+%%QT_INCDIR%%/QtWebKit/qwebelement.h
+%%QT_INCDIR%%/QtWebKit/qwebhistory.h
+%%QT_INCDIR%%/QtWebKit/qwebhistoryinterface.h
+%%QT_INCDIR%%/QtWebKit/qwebkitglobal.h
+%%QT_INCDIR%%/QtWebKit/qwebkitplatformplugin.h
+%%QT_INCDIR%%/QtWebKit/qwebpluginfactory.h
+%%QT_INCDIR%%/QtWebKit/qwebsecurityorigin.h
+%%QT_INCDIR%%/QtWebKit/qwebsettings.h
+%%QT_INCDIR%%/QtWebKitWidgets/%%FULLVER%%/QtWebKitWidgets/private/qwebframe_p.h
+%%QT_INCDIR%%/QtWebKitWidgets/%%FULLVER%%/QtWebKitWidgets/private/qwebinspector_p.h
+%%QT_INCDIR%%/QtWebKitWidgets/%%FULLVER%%/QtWebKitWidgets/private/qwebpage_p.h
+%%QT_INCDIR%%/QtWebKitWidgets/%%FULLVER%%/QtWebKitWidgets/private/qwebviewaccessible_p.h
+%%QT_INCDIR%%/QtWebKitWidgets/QGraphicsWebView
+%%QT_INCDIR%%/QtWebKitWidgets/QWebFrame
+%%QT_INCDIR%%/QtWebKitWidgets/QWebHitTestResult
+%%QT_INCDIR%%/QtWebKitWidgets/QWebInspector
+%%QT_INCDIR%%/QtWebKitWidgets/QWebPage
+%%QT_INCDIR%%/QtWebKitWidgets/QWebView
+%%QT_INCDIR%%/QtWebKitWidgets/QtWebKitWidgets
+%%QT_INCDIR%%/QtWebKitWidgets/QtWebKitWidgetsDepends
+%%QT_INCDIR%%/QtWebKitWidgets/QtWebKitWidgetsVersion
+%%QT_INCDIR%%/QtWebKitWidgets/qgraphicswebview.h
+%%QT_INCDIR%%/QtWebKitWidgets/qtwebkitwidgetsversion.h
+%%QT_INCDIR%%/QtWebKitWidgets/qwebframe.h
+%%QT_INCDIR%%/QtWebKitWidgets/qwebinspector.h
+%%QT_INCDIR%%/QtWebKitWidgets/qwebpage.h
+%%QT_INCDIR%%/QtWebKitWidgets/qwebview.h
+%%QT_LIBDIR%%/cmake/Qt5WebKit/Qt5WebKitConfig.cmake
+%%QT_LIBDIR%%/cmake/Qt5WebKit/Qt5WebKitConfigVersion.cmake
+%%QT_LIBDIR%%/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake
+%%QT_LIBDIR%%/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfigVersion.cmake
+%%QT_LIBDIR%%/libQt5WebKit.prl
+%%QT_LIBDIR%%/libQt5WebKit.so
+%%QT_LIBDIR%%/libQt5WebKit.so.5
+%%QT_LIBDIR%%/libQt5WebKit.so.%%SHORTVER%%
+%%QT_LIBDIR%%/libQt5WebKit.so.%%FULLVER%%
+%%DEBUG%%%%QT_LIBDIR%%/libQt5WebKit.so.%%FULLVER%%.debug
+%%QT_LIBDIR%%/libQt5WebKitWidgets.prl
+%%QT_LIBDIR%%/libQt5WebKitWidgets.so
+%%QT_LIBDIR%%/libQt5WebKitWidgets.so.5
+%%QT_LIBDIR%%/libQt5WebKitWidgets.so.%%SHORTVER%%
+%%QT_LIBDIR%%/libQt5WebKitWidgets.so.%%FULLVER%%
+%%DEBUG%%%%QT_LIBDIR%%/libQt5WebKitWidgets.so.%%FULLVER%%.debug
+%%QT_MKSPECDIR%%/modules/qt_lib_webkit.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_webkit_private.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_webkitwidgets.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_webkitwidgets_private.pri
+%%QT_QMLDIR%%/QtWebKit/experimental/libqmlwebkitexperimentalplugin.so
+%%QT_QMLDIR%%/QtWebKit/experimental/qmldir
+%%QT_QMLDIR%%/QtWebKit/libqmlwebkitplugin.so
+%%QT_QMLDIR%%/QtWebKit/plugins.qmltypes
+%%QT_QMLDIR%%/QtWebKit/qmldir
+libdata/pkgconfig/Qt5WebKit.pc
+libdata/pkgconfig/Qt5WebKitWidgets.pc
+%%QT_LIBEXECDIR%%/QtWebPluginProcess
+%%QT_LIBEXECDIR%%/QtWebProcess


Property changes on: trunk/www/webkit-qt5/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list