diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-14 22:58:55 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-14 22:58:55 +0000 |
commit | 2d8b5de9c8741fee001355c270847ea6edebd952 (patch) | |
tree | 94cebcca98b96f7b4488709cf970696ac272c0e6 /devel/py-qt4-help | |
parent | de086ca81bb97192fb9cd50dba868f783132c321 (diff) | |
download | ports-2d8b5de9c8741fee001355c270847ea6edebd952.tar.gz ports-2d8b5de9c8741fee001355c270847ea6edebd952.zip |
Notes
Diffstat (limited to 'devel/py-qt4-help')
-rw-r--r-- | devel/py-qt4-help/Makefile | 79 | ||||
-rw-r--r-- | devel/py-qt4-help/distinfo | 3 | ||||
-rw-r--r-- | devel/py-qt4-help/pkg-descr | 4 | ||||
-rw-r--r-- | devel/py-qt4-help/pkg-plist | 12 |
4 files changed, 98 insertions, 0 deletions
diff --git a/devel/py-qt4-help/Makefile b/devel/py-qt4-help/Makefile new file mode 100644 index 000000000000..38270599f225 --- /dev/null +++ b/devel/py-qt4-help/Makefile @@ -0,0 +1,79 @@ +# New ports collection makefile for: py-qt4-help +# Date created: 2009-02-13 +# Whom: Max Brazhnikov <makc@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= help +PORTVERSION= ${PYQT4_VERSION} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITES_PYQT4} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- +DISTNAME= ${PYQT4_DISTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt4 toolkit, QtHelp module + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip +RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui + +HAS_CONFIGURE= yes +USE_PYTHON= 2.5+ +USE_QT_VER= 4 +QT_COMPONENTS= help qmake_build + +OPTIONS= API "Install QtHelp API for QScintilla2" on \ + DEBUG "Enable debugging in generated code" off \ + SIPFILES "Install the QtHelp SIP files" on \ + TRACING "Enable tracing in generated code" off + +PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +OPTIONSFILE= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options +SIPDIR= ${PREFIX}/share/py-sip +QSCIDIR= ${PREFIX}/share/qt4/qsci +CONFIGURE_ENV+= PYQT4_COMPONENT="${PORTNAME}" +ARGS= -b ${PREFIX}/bin\ + -d ${PYTHONPREFIX_SITELIBDIR}\ + -p ${PREFIX}/${QT_PLUGINDIR_REL}\ + -q ${QMAKE}\ + --confirm-license\ + --enable QtHelp + +.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include <bsd.port.pre.mk> + +.if defined(WITH_DEBUG) +ARGS+= --debug +.endif +.if defined(WITHOUT_API) +ARGS+= --no-qsci-api +PLIST_SUB+= API="@comment " +.else +LIB_DEPENDS+= qscintilla2.5:${PORTSDIR}/devel/qscintilla2 +ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} +PLIST_SUB+= API="" +.endif +.if defined(WITHOUT_SIPFILES) +ARGS+= --no-sip-files +PLIST_SUB+= SIP="@comment " +.else +ARGS+= --sipdir ${SIPDIR} +PLIST_SUB+= SIP="" +.endif +.if defined(WITH_TRACING) +ARGS+= --trace +.endif + +do-configure: + cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ + ${PYTHON_CMD} configure.py ${ARGS} + +post-configure: + ${REINPLACE_CMD} -e 's|mkspecs/freebsd-g++|share/qt4/mkspecs/freebsd-g++|'\ + -e 's|CC = cc|CC = ${CC}|'\ + -e 's|CXX = c++|CXX = ${CXX}|'\ + -e 's|LINK = c++|LINK = ${CXX}|'\ + ${WRKSRC}/QtHelp/Makefile + +.include <bsd.port.post.mk> diff --git a/devel/py-qt4-help/distinfo b/devel/py-qt4-help/distinfo new file mode 100644 index 000000000000..886226b81fb2 --- /dev/null +++ b/devel/py-qt4-help/distinfo @@ -0,0 +1,3 @@ +MD5 (PyQt-x11-gpl-4.4.4.tar.gz) = 4bd346d56d10452e47ac71e2cbe04229 +SHA256 (PyQt-x11-gpl-4.4.4.tar.gz) = fc09c13b340078c7995fb2b6450c5b7de8ef9411962d311a1213e773c936509a +SIZE (PyQt-x11-gpl-4.4.4.tar.gz) = 6982063 diff --git a/devel/py-qt4-help/pkg-descr b/devel/py-qt4-help/pkg-descr new file mode 100644 index 000000000000..8ab0c05e518e --- /dev/null +++ b/devel/py-qt4-help/pkg-descr @@ -0,0 +1,4 @@ +PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +This package provides the QtHelp module. + +WWW: http://www.riverbankcomputing.co.uk/pyqt/ diff --git a/devel/py-qt4-help/pkg-plist b/devel/py-qt4-help/pkg-plist new file mode 100644 index 000000000000..308c7d9abf14 --- /dev/null +++ b/devel/py-qt4-help/pkg-plist @@ -0,0 +1,12 @@ +%%PYTHON_SITELIBDIR%%/PyQt4/QtHelp.so +%%SIP%%share/py-sip/QtHelp/QtHelpmod.sip +%%SIP%%share/py-sip/QtHelp/qhelpcontentwidget.sip +%%SIP%%share/py-sip/QtHelp/qhelpengine.sip +%%SIP%%share/py-sip/QtHelp/qhelpenginecore.sip +%%SIP%%share/py-sip/QtHelp/qhelpindexwidget.sip +%%SIP%%share/py-sip/QtHelp/qhelpsearchengine.sip +%%SIP%%share/py-sip/QtHelp/qhelpsearchquerywidget.sip +%%SIP%%share/py-sip/QtHelp/qhelpsearchresultwidget.sip +%%API%%share/qt4/qsci/api/python/QtHelp.api +@dirrm %%SIP%%share/py-sip/QtHelp +@dirrm %%PYTHON_SITELIBDIR%%/PyQt4 |