diff --git a/devel/Makefile b/devel/Makefile index 59029e9ad670..a8c69f790ed9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4400,6 +4400,7 @@ SUBDIR += py-qt5-dbussupport SUBDIR += py-qt5-designer SUBDIR += py-qt5-designerplugin + SUBDIR += py-qt5-help SUBDIR += py-qt5-qscintilla2 SUBDIR += py-qt5-test SUBDIR += py-rauth diff --git a/devel/py-qt5-help/Makefile b/devel/py-qt5-help/Makefile new file mode 100644 index 000000000000..50c0438c74c1 --- /dev/null +++ b/devel/py-qt5-help/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= help +CATEGORIES= devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtHelp module + +CONFIGURE_ARGS= --enable QtHelp +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run widgets_run +USE_QT5= core gui widgets help network sql buildtools_build qmake_build xml + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtHelp API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include diff --git a/devel/py-qt5-help/pkg-descr b/devel/py-qt5-help/pkg-descr new file mode 100644 index 000000000000..fe0c82c23f01 --- /dev/null +++ b/devel/py-qt5-help/pkg-descr @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtHelp module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt5-help/pkg-plist b/devel/py-qt5-help/pkg-plist new file mode 100644 index 000000000000..cb5a6fc9609a --- /dev/null +++ b/devel/py-qt5-help/pkg-plist @@ -0,0 +1,10 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtHelp.so +%%PYQT_SIPDIR%%/QtHelp/QtHelpmod.sip +%%PYQT_SIPDIR%%/QtHelp/qhelpcontentwidget.sip +%%PYQT_SIPDIR%%/QtHelp/qhelpengine.sip +%%PYQT_SIPDIR%%/QtHelp/qhelpenginecore.sip +%%PYQT_SIPDIR%%/QtHelp/qhelpindexwidget.sip +%%PYQT_SIPDIR%%/QtHelp/qhelpsearchengine.sip +%%PYQT_SIPDIR%%/QtHelp/qhelpsearchquerywidget.sip +%%PYQT_SIPDIR%%/QtHelp/qhelpsearchresultwidget.sip +%%API%%share/qt5/qsci/api/python/QtHelp.api