[Midnightbsd-cvs] mports [21621] trunk/devel: add qt5-help

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 13 16:54:50 EDT 2016


Revision: 21621
          http://svnweb.midnightbsd.org/mports/?rev=21621
Author:   laffer1
Date:     2016-08-13 16:54:50 -0400 (Sat, 13 Aug 2016)
Log Message:
-----------
add qt5-help

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/qt5-help/
    trunk/devel/qt5-help/Makefile
    trunk/devel/qt5-help/files/
    trunk/devel/qt5-help/files/patch-src__assistant__assistant.pro
    trunk/devel/qt5-help/files/patch-src__src.pro
    trunk/devel/qt5-help/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-08-13 20:52:16 UTC (rev 21620)
+++ trunk/devel/Makefile	2016-08-13 20:54:50 UTC (rev 21621)
@@ -479,8 +479,10 @@
 SUBDIR += qt4-testlib
 SUBDIR += qt4-uic
 SUBDIR += qt4-uic3
+SUBDIR += qt5
 SUBDIR += qt5-buildtools
 SUBDIR += qt5-core
+SUBDIR += qt5-help
 SUBDIR += qtcreator
 SUBDIR += rclint
 SUBDIR += rcs57

Added: trunk/devel/qt5-help/Makefile
===================================================================
--- trunk/devel/qt5-help/Makefile	                        (rev 0)
+++ trunk/devel/qt5-help/Makefile	2016-08-13 20:54:50 UTC (rev 21621)
@@ -0,0 +1,23 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/qt5-help/Makefile 411831 2016-03-25 10:33:07Z rakuco $
+
+PORTNAME=	help
+DISTVERSION=	${QT5_VERSION}
+CATEGORIES=	devel
+PKGNAMEPREFIX=	qt5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Qt online help integration module
+
+LICENSE=	gpl3
+
+USE_QT5=	clucene core gui network sql widgets \
+		buildtools_build sql-sqlite3_run
+QT_DIST=	tools
+USES=		qmake
+USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
+
+BUILD_WRKSRC=	${WRKSRC}/src/assistant
+INSTALL_WRKSRC=	${WRKSRC}/src/assistant
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/qt5-help/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/devel/qt5-help/files/patch-src__assistant__assistant.pro
===================================================================
--- trunk/devel/qt5-help/files/patch-src__assistant__assistant.pro	                        (rev 0)
+++ trunk/devel/qt5-help/files/patch-src__assistant__assistant.pro	2016-08-13 20:54:50 UTC (rev 21621)
@@ -0,0 +1,30 @@
+Only enter the directories we want to build, otherwise we might fail due to
+missing dependencies.
+
+clucene/ is built in textproc/clucene-qt5, assistant/ is built in
+devel/qt5-assistant.
+
+--- src/assistant/assistant.pro
++++ src/assistant/assistant.pro
+@@ -1,20 +1,15 @@
+ TEMPLATE = subdirs
+ 
+-SUBDIRS += clucene \
+-           help \
+-           assistant \
++SUBDIRS += help \
+            qhelpgenerator \
+            qcollectiongenerator \
+            qhelpconverter
+ 
+-help.depends = clucene
+-assistant.depends = help
+ qhelpgenerator.depends = help
+ qcollectiongenerator.depends = help
+ qhelpconverter.depends = help
+ 
+ qtNomakeTools( \
+-    assistant \
+     qhelpgenerator \
+     qcollectiongenerator \
+     qhelpconverter \


Property changes on: trunk/devel/qt5-help/files/patch-src__assistant__assistant.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/devel/qt5-help/files/patch-src__src.pro
===================================================================
--- trunk/devel/qt5-help/files/patch-src__src.pro	                        (rev 0)
+++ trunk/devel/qt5-help/files/patch-src__src.pro	2016-08-13 20:54:50 UTC (rev 21621)
@@ -0,0 +1,44 @@
+Only enter the directories we want to build, otherwise we might fail due to
+missing dependencies.
+
+--- src/src.pro
++++ src/src.pro
+@@ -1,37 +1,2 @@
+ TEMPLATE = subdirs
+-
+-qtHaveModule(widgets) {
+-    no-png {
+-        message("Some graphics-related tools are unavailable without PNG support")
+-    } else {
+-        SUBDIRS = assistant \
+-                  pixeltool \
+-                  qtestlib \
+-                  designer
+-
+-        linguist.depends = designer
+-    }
+-}
+-
+-SUBDIRS += linguist \
+-    qtplugininfo
+-if(!android|android_app):!ios: SUBDIRS += qtpaths
+-
+-mac {
+-    SUBDIRS += macdeployqt
+-}
+-
+-android {
+-    SUBDIRS += androiddeployqt
+-}
+-
+-qtHaveModule(dbus): SUBDIRS += qdbus
+-
+-win32|winrt:SUBDIRS += windeployqt
+-winrt:SUBDIRS += winrtrunner
+-qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag
+-
+-qtNomakeTools( \
+-    pixeltool \
+-    macdeployqt \
+-)
++SUBDIRS = assistant


Property changes on: trunk/devel/qt5-help/files/patch-src__src.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/devel/qt5-help/pkg-plist
===================================================================
--- trunk/devel/qt5-help/pkg-plist	                        (rev 0)
+++ trunk/devel/qt5-help/pkg-plist	2016-08-13 20:54:50 UTC (rev 21621)
@@ -0,0 +1,52 @@
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qclucenefieldnames_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpcollectionhandler_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpdatainterface_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpdbreader_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpengine_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpgenerator_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpprojectdata_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindex_default_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindexreader_clucene_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindexreader_default_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindexreader_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindexwriter_clucene_p.h
+%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindexwriter_default_p.h
+%%QT_INCDIR%%/QtHelp/QHelpContentItem
+%%QT_INCDIR%%/QtHelp/QHelpContentModel
+%%QT_INCDIR%%/QtHelp/QHelpContentWidget
+%%QT_INCDIR%%/QtHelp/QHelpEngine
+%%QT_INCDIR%%/QtHelp/QHelpEngineCore
+%%QT_INCDIR%%/QtHelp/QHelpGlobal
+%%QT_INCDIR%%/QtHelp/QHelpIndexModel
+%%QT_INCDIR%%/QtHelp/QHelpIndexWidget
+%%QT_INCDIR%%/QtHelp/QHelpSearchEngine
+%%QT_INCDIR%%/QtHelp/QHelpSearchQuery
+%%QT_INCDIR%%/QtHelp/QHelpSearchQueryWidget
+%%QT_INCDIR%%/QtHelp/QHelpSearchResultWidget
+%%QT_INCDIR%%/QtHelp/QtHelp
+%%QT_INCDIR%%/QtHelp/QtHelpDepends
+%%QT_INCDIR%%/QtHelp/QtHelpVersion
+%%QT_INCDIR%%/QtHelp/qhelp_global.h
+%%QT_INCDIR%%/QtHelp/qhelpcontentwidget.h
+%%QT_INCDIR%%/QtHelp/qhelpengine.h
+%%QT_INCDIR%%/QtHelp/qhelpenginecore.h
+%%QT_INCDIR%%/QtHelp/qhelpindexwidget.h
+%%QT_INCDIR%%/QtHelp/qhelpsearchengine.h
+%%QT_INCDIR%%/QtHelp/qhelpsearchquerywidget.h
+%%QT_INCDIR%%/QtHelp/qhelpsearchresultwidget.h
+%%QT_INCDIR%%/QtHelp/qthelpversion.h
+%%QT_LIBDIR%%/cmake/Qt5Help/Qt5HelpConfig.cmake
+%%QT_LIBDIR%%/cmake/Qt5Help/Qt5HelpConfigExtras.cmake
+%%QT_LIBDIR%%/cmake/Qt5Help/Qt5HelpConfigVersion.cmake
+%%QT_LIBDIR%%/libQt5Help.prl
+%%QT_LIBDIR%%/libQt5Help.so
+%%QT_LIBDIR%%/libQt5Help.so.5
+%%QT_LIBDIR%%/libQt5Help.so.%%SHORTVER%%
+%%QT_LIBDIR%%/libQt5Help.so.%%FULLVER%%
+%%DEBUG%%%%QT_LIBDIR%%/libQt5Help.so.%%FULLVER%%.debug
+%%QT_BINDIR%%/qcollectiongenerator
+%%QT_BINDIR%%/qhelpconverter
+%%QT_BINDIR%%/qhelpgenerator
+%%QT_MKSPECDIR%%/modules/qt_lib_help.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_help_private.pri
+libdata/pkgconfig/Qt5Help.pc


Property changes on: trunk/devel/qt5-help/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