diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 18:16:07 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 18:16:07 +0000 |
commit | 481aa3dd688d918ecac2e31c8e854a0d91ded73e (patch) | |
tree | 2cb4abebbb7836188618ba34b415099af9acc1de | |
parent | The webserver reports every version as existing with a redirect to 0.1. (diff) |
KDE/FreeBSD team presents:
SIP 4.14.3
QScintilla 2.7
PyQt 4.9.6
The area51 repository features commits by jhale and myself.
Changes:
- Trim Makefile header
- Convert to new option framework
Notes
Notes:
svn path=/head/; revision=311475
68 files changed, 577 insertions, 3016 deletions
diff --git a/databases/py-qt4-sql/Makefile b/databases/py-qt4-sql/Makefile index 83ee6923a1e5..f45a9eb214af 100644 --- a/databases/py-qt4-sql/Makefile +++ b/databases/py-qt4-sql/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-sql -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= sql PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -24,46 +20,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= sql qmake_build -OPTIONS= API "Install QtSql API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtSql API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../../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 \ --sipdir ${SIPDIR} \ - --enable QtSql + --enable QtSql \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtSql/Makefile - .include <bsd.port.mk> diff --git a/databases/py-qt4-sql/pkg-descr b/databases/py-qt4-sql/pkg-descr index d4849c1b15ef..aa8d345faa9a 100644 --- a/databases/py-qt4-sql/pkg-descr +++ b/databases/py-qt4-sql/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtSql module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/Makefile b/devel/Makefile index 8d0b6448e6f5..d49beb32c56c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3565,6 +3565,7 @@ SUBDIR += py-qt4-assistant SUBDIR += py-qt4-core SUBDIR += py-qt4-dbus + SUBDIR += py-qt4-dbussupport SUBDIR += py-qt4-declarative SUBDIR += py-qt4-designer SUBDIR += py-qt4-designerplugin diff --git a/devel/py-qt4-assistant/Makefile b/devel/py-qt4-assistant/Makefile index 22dd20b51b13..7c07532a6ff9 100644 --- a/devel/py-qt4-assistant/Makefile +++ b/devel/py-qt4-assistant/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-assistant -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= assistant PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -25,46 +21,43 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= assistantclient qmake_build -OPTIONS= API "Install QtAssistant API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtAssistant API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../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 \ --sipdir ${SIPDIR} \ - --enable QtAssistant + --enable QtAssistant \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) + +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtAssistant/Makefile - .include <bsd.port.mk> diff --git a/devel/py-qt4-assistant/pkg-descr b/devel/py-qt4-assistant/pkg-descr index 0671520bdfb9..7274296f886a 100644 --- a/devel/py-qt4-assistant/pkg-descr +++ b/devel/py-qt4-assistant/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. -This package provides the QAssistant module. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +This package provides the QtAssistant module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4-core/Makefile b/devel/py-qt4-core/Makefile index c2ea0248681e..3de8ea83efa0 100644 --- a/devel/py-qt4-core/Makefile +++ b/devel/py-qt4-core/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-core -# Date created: 2007-02-19 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= core PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -24,49 +20,52 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= corelib qmake_build moc_build -OPTIONS= API "Install QtCore API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtCore API for QScintilla2 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 \ --sipdir ${SIPDIR} \ - --enable QtCore + --enable QtCore \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif -post-extract: - rm -rf ${WRKSRC}/pyuic/uic/port_v3 +.if defined(WITH_DEBUG) +ARGS+= --debug --trace +.endif + +post-patch: + ${RM} -rf ${WRKSRC}/pyuic/uic/port_v3 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}/QtCore/Makefile + ${REINPLACE_CMD} -e 's|^CC.*|CC = ${CC}|' \ + -e 's|^CXX.*|CXX = ${CXX}|' \ + -e 's|^LINK.*|LINK = ${CXX}|' \ + -e 's|^CFLAGS|CXXFLAGS|' \ + ${WRKSRC}/qpy/QtCore/Makefile post-install: ${INSTALL_DATA} ${FILESDIR}/Qt.py ${PYTHONPREFIX_SITELIBDIR}/PyQt4 &&\ diff --git a/devel/py-qt4-core/files/patch-configure.py b/devel/py-qt4-core/files/patch-configure.py index 64b06e6be9df..f5621226151d 100644 --- a/devel/py-qt4-core/files/patch-configure.py +++ b/devel/py-qt4-core/files/patch-configure.py @@ -1,6 +1,6 @@ ---- ./configure.py.orig 2011-08-02 06:18:51.000000000 -0300 -+++ ./configure.py 2011-09-11 16:22:52.000000000 -0300 -@@ -352,7 +352,7 @@ +--- ./configure.py.orig 2012-06-26 09:09:24.000000000 -0400 ++++ ./configure.py 2012-08-30 22:06:19.000000000 -0400 +@@ -358,7 +358,7 @@ # Note that the order in which we check is important for the # consolidated module - a module's dependencies must be checked first. @@ -8,8 +8,8 @@ + check_module("QtCore", "qobject.h", "new QObject()") check_module("QtGui", "qwidget.h", "new QWidget()") - check_module("QtHelp", "qhelpengine.h", "new QHelpEngine(\"foo\")") -@@ -627,21 +627,6 @@ + if qt_version < 0x050000: check_module("QtHelp", "qhelpengine.h", "new QHelpEngine(\"foo\")") +@@ -648,21 +648,6 @@ if opts.staticplugins: sipconfig.inform("Unable to find the following static plugins: %s" % ", ".join(opts.staticplugins)) @@ -31,7 +31,7 @@ def _qpy_directories(self, mname, lib_name): """Return a 3-tuple of the directories containing the header files, the directory containing the library, and the name of the support library -@@ -732,6 +717,9 @@ +@@ -756,6 +741,9 @@ return libs, libdirs def module_installs(self): @@ -41,7 +41,7 @@ return [os.path.join(src_dir, "__init__.py"), "pyqtconfig.py"] def qpy_libs(self): -@@ -861,40 +849,41 @@ +@@ -888,40 +876,41 @@ makefile.generate() tool.append("elementtree") @@ -49,19 +49,18 @@ - # previews work properly and normal console use will work anyway), but - # not on Windows (so that normal console use will work). - sipconfig.inform("Creating pyuic4 wrapper...") -- ++ if "QtCore" in pyqt_modules: ++ # Create the pyuic4 wrapper. Use the GUI version on MacOS (so that ++ # previews work properly and normal console use will work anyway), but ++ # not on Windows (so that normal console use will work). ++ sipconfig.inform("Creating pyuic4 wrapper...") + - if sys.platform == 'darwin': - gui = True - use_arch = opts.use_arch - else: - gui = False - use_arch = '' -+ if "QtCore" in pyqt_modules: -+ # Create the pyuic4 wrapper. Use the GUI version on MacOS (so that -+ # previews work properly and normal console use will work anyway), but -+ # not on Windows (so that normal console use will work). -+ sipconfig.inform("Creating pyuic4 wrapper...") -+ + if sys.platform == 'darwin': + gui = True + use_arch = opts.use_arch @@ -112,16 +111,17 @@ if "QtXml" in pyqt_modules: sipconfig.inform("Creating pylupdate4 Makefile...") -@@ -945,7 +934,7 @@ - # We need to work out how to specify the right framework - # version. - link = "-framework Python" -- elif "--enable-shared" in ducfg.get("CONFIG_ARGS", ""): -+ else: +@@ -977,9 +966,6 @@ + # include the ABI information. + abi = "" + else: +- dynamic_pylib = "--enable-shared" in config_args +- +- if dynamic_pylib: if glob.glob("%s/lib/libpython%d.%d*" % (ducfg["exec_prefix"], py_major, py_minor)): lib_dir_flag = quote("-L%s/lib" % ducfg["exec_prefix"]) elif glob.glob("%s/libpython%d.%d*" % (ducfg["LIBDIR"], py_major, py_minor)): -@@ -955,9 +944,6 @@ +@@ -990,9 +976,6 @@ opts.designer_plugin = False link = "%s -lpython%d.%d%s" % (lib_dir_flag, py_major, py_minor, abi) @@ -131,7 +131,23 @@ pysh_lib = ducfg.get("LDLIBRARY", "") -@@ -2205,6 +2191,9 @@ +@@ -1378,6 +1361,7 @@ + def check_dbus(): + """See if the DBus support module should be built. + """ ++ return # Kill search for dbus. Search key: 6f29b27e48 + sipconfig.inform("Checking to see if the dbus support module should be built...") + + sout = get_command_stdout("pkg-config --cflags-only-I --libs dbus-1") +@@ -1954,6 +1938,7 @@ + sipcfg.qt_framework = qt_framework + sipcfg.qt_threaded = 1 + sipcfg.qt_dir = qt_dir ++ sipcfg.qt_data_dir = qt_datadir + sipcfg.qt_lib_dir = qt_libdir + + return ConfigurePyQt4(generator) +@@ -2273,6 +2258,9 @@ p.print_help() sys.exit(2) @@ -141,7 +157,7 @@ sipcfg.set_build_macros(macros) # Check Qt is what we need. -@@ -2234,9 +2223,9 @@ +@@ -2302,9 +2290,9 @@ installs=[(pyqt.module_installs(), pyqt_modroot)] if opts.api: @@ -153,7 +169,7 @@ if opts.bigqt: xtra_modules.append("_qt") -@@ -2249,7 +2238,7 @@ +@@ -2317,7 +2305,7 @@ sipconfig.ParentMakefile( configuration=sipcfg, diff --git a/devel/py-qt4-core/pkg-descr b/devel/py-qt4-core/pkg-descr index af60bf0c66c4..5abb047fd5ae 100644 --- a/devel/py-qt4-core/pkg-descr +++ b/devel/py-qt4-core/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtCore module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4-core/pkg-plist b/devel/py-qt4-core/pkg-plist index 760785630438..ec1349663cfc 100644 --- a/devel/py-qt4-core/pkg-plist +++ b/devel/py-qt4-core/pkg-plist @@ -21,9 +21,9 @@ bin/pyuic4 %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/misc.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/misc.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/misc.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_type.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_type.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_type.pyo +%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_metaclass.py +%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_metaclass.pyc +%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_metaclass.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qobjectcreator.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qobjectcreator.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qobjectcreator.pyo @@ -125,6 +125,7 @@ share/py-sip/QtCore/qelapsedtimer.sip share/py-sip/QtCore/qeventloop.sip share/py-sip/QtCore/qeventtransition.sip share/py-sip/QtCore/qfile.sip +share/py-sip/QtCore/qfiledevice.sip share/py-sip/QtCore/qfileinfo.sip share/py-sip/QtCore/qfilesystemwatcher.sip share/py-sip/QtCore/qfinalstate.sip @@ -187,6 +188,7 @@ share/py-sip/QtCore/qtimeline.sip share/py-sip/QtCore/qtimer.sip share/py-sip/QtCore/qtranslator.sip share/py-sip/QtCore/qurl.sip +share/py-sip/QtCore/qurlquery.sip share/py-sip/QtCore/quuid.sip share/py-sip/QtCore/qvariant.sip share/py-sip/QtCore/qvariantanimation.sip diff --git a/devel/py-qt4-dbus/Makefile b/devel/py-qt4-dbus/Makefile index 0ade37180d63..d83da95e19e1 100644 --- a/devel/py-qt4-dbus/Makefile +++ b/devel/py-qt4-dbus/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-dbus -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= dbus PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -14,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- DISTNAME= ${PYQT4_DISTNAME} MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, D-BUS module +COMMENT= Python bindings for the Qt4 toolkit, QtDBus module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip \ ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus @@ -24,37 +20,51 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus \ DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes USE_PYTHON= 2.5+ -USE_QT4= corelib qmake_build moc_build -USE_XORG= x11 xext +USE_QT4= dbus qmake_build -BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} -INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME} +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtDBus API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../py-qt4-core/files OPTIONSFILE?= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options -CONFIGURE_ENV+= PYQT4_COMPONENT="${PORTNAME}" +SIPDIR= ${PREFIX}/share/py-sip +QSCIDIR= ${PREFIX}/share/qt4/qsci ARGS= -b ${PREFIX}/bin \ -d ${PYTHONPREFIX_SITELIBDIR} \ -p ${PREFIX}/${QT_PLUGINDIR_REL} \ -q ${QMAKE} \ --confirm-license \ - --enable QtCore + --sipdir ${SIPDIR} \ + --enable QtDBus \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" + +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" +.include <bsd.port.options.mk> + +.if empty(PORT_OPTIONS:MAPI) +ARGS+= --no-qsci-api +PLIST_SUB+= API="@comment " +.else +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 +ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} +PLIST_SUB+= API="" +.endif .if defined(WITH_DEBUG) ARGS+= --debug --trace .endif -.include "../py-sip/files/bsd.pyqt.mk" - 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}/dbus/Makefile + ${REINPLACE_CMD} -e 's|^CC.*|CC = ${CC}|' \ + -e 's|^CXX.*|CXX = ${CXX}|' \ + -e 's|^LINK.*|LINK = ${CXX}|' \ + -e 's|^CFLAGS|CXXFLAGS|' \ + ${WRKSRC}/qpy/QtDBus/Makefile .include <bsd.port.mk> diff --git a/devel/py-qt4-dbus/pkg-descr b/devel/py-qt4-dbus/pkg-descr index 07ba4e90a344..1582a32173fc 100644 --- a/devel/py-qt4-dbus/pkg-descr +++ b/devel/py-qt4-dbus/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the D-BUS module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4-dbus/pkg-plist b/devel/py-qt4-dbus/pkg-plist index 8671d89d8d9b..14f9777cdfb0 100644 --- a/devel/py-qt4-dbus/pkg-plist +++ b/devel/py-qt4-dbus/pkg-plist @@ -1 +1,19 @@ -%%PYTHON_SITELIBDIR%%/dbus/mainloop/qt.so +%%PYTHON_SITELIBDIR%%/PyQt4/QtDBus.so +share/py-sip/QtDBus/QtDBusmod.sip +share/py-sip/QtDBus/qdbusabstractadaptor.sip +share/py-sip/QtDBus/qdbusabstractinterface.sip +share/py-sip/QtDBus/qdbusargument.sip +share/py-sip/QtDBus/qdbusconnection.sip +share/py-sip/QtDBus/qdbusconnectioninterface.sip +share/py-sip/QtDBus/qdbuserror.sip +share/py-sip/QtDBus/qdbusextratypes.sip +share/py-sip/QtDBus/qdbusinterface.sip +share/py-sip/QtDBus/qdbusmessage.sip +share/py-sip/QtDBus/qdbuspendingcall.sip +share/py-sip/QtDBus/qdbusservicewatcher.sip +share/py-sip/QtDBus/qdbusunixfiledescriptor.sip +share/py-sip/QtDBus/qpydbuspendingreply.sip +share/py-sip/QtDBus/qpydbusreply.sip +%%API%%share/qt4/qsci/api/python/QtDBus.api +@dirrm share/py-sip/QtDBus +@dirrmtry %%PYTHON_SITELIBDIR%%/PyQt4 diff --git a/devel/py-qt4-dbussupport/Makefile b/devel/py-qt4-dbussupport/Makefile new file mode 100644 index 000000000000..ecebc089ba26 --- /dev/null +++ b/devel/py-qt4-dbussupport/Makefile @@ -0,0 +1,55 @@ +# $FreeBSD$ + +PORTNAME= dbussupport +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, D-BUS module + +CONFLICTS_INSTALL= py*-qt4-dbus-4.9.1* + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip \ + ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus \ + ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core + +DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} +HAS_CONFIGURE= yes +USE_PKGCONFIG= build +USE_PYTHON= 2.5+ +USE_QT4= corelib qmake_build moc_build + +BUILD_WRKSRC= ${WRKSRC}/dbus +INSTALL_WRKSRC= ${WRKSRC}/dbus + +PATCHDIR= ${.CURDIR}/../py-qt4-core/files +OPTIONSFILE?= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options +ARGS= -b ${PREFIX}/bin \ + -d ${PYTHONPREFIX_SITELIBDIR} \ + -p ${PREFIX}/${QT_PLUGINDIR_REL} \ + -q ${QMAKE} \ + --confirm-license \ + --enable QtCore \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/dbus/mainloop/qt.so + +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" + +.if defined(WITH_DEBUG) +ARGS+= --debug --trace +.endif + +post-patch: + ${REINPLACE_CMD} -e '/6f29b27e48/d' ${WRKSRC}/configure.py + +do-configure: + cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ + ${PYTHON_CMD} configure.py ${ARGS} + +.include <bsd.port.mk> diff --git a/devel/py-qt4-dbussupport/pkg-descr b/devel/py-qt4-dbussupport/pkg-descr new file mode 100644 index 000000000000..1582a32173fc --- /dev/null +++ b/devel/py-qt4-dbussupport/pkg-descr @@ -0,0 +1,4 @@ +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +This package provides the D-BUS module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4-declarative/Makefile b/devel/py-qt4-declarative/Makefile index b7967159b502..9158e476f859 100644 --- a/devel/py-qt4-declarative/Makefile +++ b/devel/py-qt4-declarative/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-qt4-declarative -# Date created: 2010-11-05 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ PORTNAME= declarative PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT4} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- @@ -24,46 +19,49 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= declarative qmake_build moc_build -OPTIONS= API "Install QtDeclarative API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtDeclarative API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../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 \ --sipdir ${SIPDIR} \ - --enable QtDeclarative + --enable QtDeclarative \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtDeclarative/Makefile + ${REINPLACE_CMD} -e 's|^CC.*|CC = ${CC}|' \ + -e 's|^CXX.*|CXX = ${CXX}|' \ + -e 's|^LINK.*|LINK = ${CXX}|' \ + -e 's|^CFLAGS|CXXFLAGS|' \ + ${WRKSRC}/qpy/QtDeclarative/Makefile .include <bsd.port.mk> diff --git a/devel/py-qt4-declarative/pkg-descr b/devel/py-qt4-declarative/pkg-descr index f4a4a8192eca..910a2cdf18cd 100644 --- a/devel/py-qt4-declarative/pkg-descr +++ b/devel/py-qt4-declarative/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtDeclarative module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4-designer/Makefile b/devel/py-qt4-designer/Makefile index 7af767f1edce..c5e11f99c3d9 100644 --- a/devel/py-qt4-designer/Makefile +++ b/devel/py-qt4-designer/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-designer -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= designer PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -26,13 +22,14 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= gui xml designer moc_build qmake_build -OPTIONS= API "Install QtDesigner API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtDesigner API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../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} \ @@ -40,33 +37,35 @@ ARGS= -b ${PREFIX}/bin \ --confirm-license \ --sipdir ${SIPDIR} \ --no-designer-plugin \ - --enable QtDesigner + --enable QtDesigner \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtDesigner/Makefile + ${REINPLACE_CMD} -e 's|^CC.*|CC = ${CC}|' \ + -e 's|^CXX.*|CXX = ${CXX}|' \ + -e 's|^LINK.*|LINK = ${CXX}|' \ + -e 's|^CFLAGS|CXXFLAGS|' \ + ${WRKSRC}/qpy/QtDesigner/Makefile .include <bsd.port.mk> diff --git a/devel/py-qt4-designer/pkg-descr b/devel/py-qt4-designer/pkg-descr index a2bc673fcfac..6708a3dcf2ba 100644 --- a/devel/py-qt4-designer/pkg-descr +++ b/devel/py-qt4-designer/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtDesigner module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4-designerplugin/Makefile b/devel/py-qt4-designerplugin/Makefile index 3143a27b97b6..6d18a5053b29 100644 --- a/devel/py-qt4-designerplugin/Makefile +++ b/devel/py-qt4-designerplugin/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-designerplugin -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= designerplugin PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -27,30 +23,24 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= gui xml designer moc_build qmake_build -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files -OPTIONSFILE?= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options -CONFIGURE_ENV+= PYQT4_COMPONENT="${PORTNAME}" +PATCHDIR= ${.CURDIR}/../py-qt4-core/files ARGS= -b ${PREFIX}/bin \ -d ${PYTHONPREFIX_SITELIBDIR} \ -p ${PREFIX}/${QT_PLUGINDIR_REL} \ -q ${QMAKE} \ --confirm-license \ - --enable QtDesigner + --enable QtDesigner \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" + +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .if defined(WITH_DEBUG) ARGS+= --debug --trace .endif -.include "../py-sip/files/bsd.pyqt.mk" - do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ ${PYTHON_CMD} configure.py ${ARGS} -post-configure: - ${REINPLACE_CMD} -e 's|CC .*|CC = ${CC}|'\ - -e 's|CXX .*|CXX = ${CXX}|'\ - -e 's|LINK .*|LINK = ${CXX}|'\ - ${WRKSRC}/designer/Makefile - .include <bsd.port.mk> diff --git a/devel/py-qt4-designerplugin/pkg-descr b/devel/py-qt4-designerplugin/pkg-descr index 6e7082d1a6ea..928e4532766a 100644 --- a/devel/py-qt4-designerplugin/pkg-descr +++ b/devel/py-qt4-designerplugin/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtDesigner plugin. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4-help/Makefile b/devel/py-qt4-help/Makefile index 3326de1e9aa4..ec7142fbe31b 100644 --- a/devel/py-qt4-help/Makefile +++ b/devel/py-qt4-help/Makefile @@ -1,13 +1,7 @@ -# 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} -PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT4} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- @@ -24,46 +18,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= help qmake_build -OPTIONS= API "Install QtHelp API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtHelp API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../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 \ --sipdir ${SIPDIR} \ - --enable QtHelp + --enable QtHelp \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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.mk> diff --git a/devel/py-qt4-help/pkg-descr b/devel/py-qt4-help/pkg-descr index 8e54216e540a..1c6766aa9200 100644 --- a/devel/py-qt4-help/pkg-descr +++ b/devel/py-qt4-help/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtHelp module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4-qscintilla2/Makefile b/devel/py-qt4-qscintilla2/Makefile index b15d14617db3..38b7b590d5c3 100644 --- a/devel/py-qt4-qscintilla2/Makefile +++ b/devel/py-qt4-qscintilla2/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-qscintilla2 -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= qscintilla2 PORTVERSION= ${QSCI2_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_QSCI2} @@ -16,7 +12,7 @@ DISTNAME= ${QSCI2_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for QScintilla2 (PyQt4), QSci module -LIB_DEPENDS= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=${PYQT_VERSION}:${PORTSDIR}/devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=${PYQT_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui @@ -27,7 +23,9 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= gui -OPTIONS= API "Install binding API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install binding API for QScintilla2 OPTIONSFILE?= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options SIPDIR= ${PREFIX}/share/py-sip @@ -36,16 +34,10 @@ ARGS= -p 4 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt4 -v ${SIPDIR} WRKSRC= ${WRKDIR}/${DISTNAME}/Python ALL_TARGET= #empty -.if defined(WITH_DEBUG) -ARGS+= -u -r -.endif - -.include "../py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -PYVER= ${PYTHON_VER} - -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= -a /dev/null PLIST_SUB+= API="@comment " .else @@ -53,15 +45,12 @@ ARGS+= -a ${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= -u -r +.endif + do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ ${PYTHON_CMD} configure.py ${ARGS} -post-configure: - ${REINPLACE_CMD} \ - -e 's|CC = cc|CC = ${CC}|'\ - -e 's|CXX = c++|CXX = ${CXX}|'\ - -e 's|LINK = c++|LINK = ${CXX}|'\ - ${WRKSRC}/Makefile - .include <bsd.port.mk> diff --git a/devel/py-qt4-qscintilla2/pkg-descr b/devel/py-qt4-qscintilla2/pkg-descr index 68708c23c9f3..95286fd62375 100644 --- a/devel/py-qt4-qscintilla2/pkg-descr +++ b/devel/py-qt4-qscintilla2/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the Qsci module for the Qscintilla2 editor component. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4-script/Makefile b/devel/py-qt4-script/Makefile index c6f3ae459e66..b1bffa8575dc 100644 --- a/devel/py-qt4-script/Makefile +++ b/devel/py-qt4-script/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-script -# Date created: 2007-08-06 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= script PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -24,46 +20,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= script qmake_build -OPTIONS= API "Install QtScript API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtScript API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../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 \ --sipdir ${SIPDIR} \ - --enable QtScript + --enable QtScript \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtScript/Makefile - .include <bsd.port.mk> diff --git a/devel/py-qt4-script/pkg-descr b/devel/py-qt4-script/pkg-descr index 44eb9e4ef27b..09ea9ce52658 100644 --- a/devel/py-qt4-script/pkg-descr +++ b/devel/py-qt4-script/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtScript module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4-scripttools/Makefile b/devel/py-qt4-scripttools/Makefile index 07ec3adba54a..92f630fa6586 100644 --- a/devel/py-qt4-scripttools/Makefile +++ b/devel/py-qt4-scripttools/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: py-qt4-scripttools -# Date created: 2009-07-12 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= scripttools PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -25,46 +19,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= scripttools qmake_build -OPTIONS= API "Install QtScript API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtScriptTools API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../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 \ --sipdir ${SIPDIR} \ - --enable QtScriptTools + --enable QtScriptTools \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtScriptTools/Makefile - .include <bsd.port.mk> diff --git a/devel/py-qt4-scripttools/pkg-descr b/devel/py-qt4-scripttools/pkg-descr index 44eb9e4ef27b..09ea9ce52658 100644 --- a/devel/py-qt4-scripttools/pkg-descr +++ b/devel/py-qt4-scripttools/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtScript module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4-test/Makefile b/devel/py-qt4-test/Makefile index 2d87d56a15fe..1d3b466f2561 100644 --- a/devel/py-qt4-test/Makefile +++ b/devel/py-qt4-test/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-test -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= test PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -24,46 +20,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= qtestlib qmake_build -OPTIONS= API "Install QtTest API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtTest API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../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 \ --sipdir ${SIPDIR} \ - --enable QtTest + --enable QtTest \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtTest/Makefile - .include <bsd.port.mk> diff --git a/devel/py-qt4-test/pkg-descr b/devel/py-qt4-test/pkg-descr index 7811606cc9ae..47e3e78265db 100644 --- a/devel/py-qt4-test/pkg-descr +++ b/devel/py-qt4-test/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. -This package provides the QTest module. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +This package provides the QtTest module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-qt4/Makefile b/devel/py-qt4/Makefile index b11142cf8979..f7ce4ed5c5f5 100644 --- a/devel/py-qt4/Makefile +++ b/devel/py-qt4/Makefile @@ -1,17 +1,13 @@ -# New ports collection makefile for: py-qt4 -# Date created: 2009-06-30 -# Whom: Dima Panov <Fluffy@FreeBSD.org> -# +# Created by: Dima Panov <fluffy@FreeBSD.org> # $FreeBSD$ PORTNAME= qt4 PORTVERSION= ${PYQT4_VERSION} CATEGORIES= devel python MASTER_SITES= # empty +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= # none EXTRACT_ONLY= # empty -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMEPREFIX2= ${PYTHON_PKGNAMEPREFIX}${PORTNAME}- MAINTAINER= kde@FreeBSD.org COMMENT= The "meta-port" for PyQt4 @@ -19,7 +15,8 @@ COMMENT= The "meta-port" for PyQt4 USE_PYTHON= yes NO_BUILD= yes -.include "../../devel/py-sip/files/bsd.pyqt.mk" + +PKGNAMEPREFIX2= ${PYTHON_PKGNAMEPREFIX}${PORTNAME}- RUN_DEPENDS+= ${PKGNAMEPREFIX2}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core \ ${PKGNAMEPREFIX2}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui \ @@ -36,6 +33,7 @@ RUN_DEPENDS+= ${PKGNAMEPREFIX2}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-c ${PKGNAMEPREFIX2}designer>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-designer \ ${PKGNAMEPREFIX2}designerplugin>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-designerplugin \ ${PKGNAMEPREFIX2}dbus>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-dbus \ + ${PKGNAMEPREFIX2}dbussupport>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-dbussupport \ ${PKGNAMEPREFIX2}xmlpatterns>=${PYQT4_VERSION}:${PORTSDIR}/textproc/py-qt4-xmlpatterns \ ${PKGNAMEPREFIX2}help>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-help \ ${PKGNAMEPREFIX2}webkit>=${PYQT4_VERSION}:${PORTSDIR}/www/py-qt4-webkit \ @@ -43,11 +41,14 @@ RUN_DEPENDS+= ${PKGNAMEPREFIX2}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-c ${PKGNAMEPREFIX2}phonon>=${PYQT4_VERSION}:${PORTSDIR}/multimedia/py-qt4-phonon \ ${PKGNAMEPREFIX2}qscintilla2>=${QSCI2_VERSION}:${PORTSDIR}/devel/py-qt4-qscintilla2 -.if !defined(NOPORTEXAMPLES) +.include "${.CURDIR}/bsd.pyqt.mk" +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MEXAMPLES} RUN_DEPENDS+= ${PKGNAMEPREFIX2}demo>=${PYQT4_VERSION}:${PORTSDIR}/misc/py-qt4-demo .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} RUN_DEPENDS+= ${PKGNAMEPREFIX2}doc>=${PYQT4_VERSION}:${PORTSDIR}/misc/py-qt4-doc .endif diff --git a/devel/py-qt4/bsd.pyqt.mk b/devel/py-qt4/bsd.pyqt.mk new file mode 100644 index 000000000000..222f7b11fe86 --- /dev/null +++ b/devel/py-qt4/bsd.pyqt.mk @@ -0,0 +1,28 @@ +# bsd.pyqt.mk - Global definitions for PyQt related ports +# +# $FreeBSD$ +# + +PYQT_MAINTAINER= kde@FreeBSD.org + +MASTER_SITE_RIVERBANK= http://www.riverbankcomputing.com/static/Downloads/%SUBDIR%/ + +MASTER_SITES_SIP= SF/pyqt/sip/sip-${PORTVERSION} \ + ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} +MASTER_SITES_PYQT4= SF/pyqt/PyQt4/PyQt-${PORTVERSION} \ + ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} +MASTER_SITES_QSCI2= SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \ + ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} + +SIP_VERSION= 4.14.3 +#SIP_SNAP= -snapshot-20100102 +PYQT4_VERSION= 4.9.6 +#PYQT4_SNAP= -snapshot-20100110 +QSCI2_VERSION= 2.7 +#QSCI2_SNAP= -snapshot-20091222 + +SIP_DISTNAME= sip-${SIP_VERSION}${SIP_SNAP} +PYQT4_DISTNAME= PyQt-x11-gpl-${PYQT4_VERSION}${PYQT4_SNAP} +PYQT4_DISTINFO_FILE= ${.CURDIR}/../../devel/py-qt4/distinfo +QSCI2_DISTNAME= QScintilla-gpl-${QSCI2_VERSION}${QSCI2_SNAP} +QSCI2_DISTINFO_FILE= ${.CURDIR}/../../devel/qscintilla2/distinfo diff --git a/devel/py-qt4/distinfo b/devel/py-qt4/distinfo index c0ed07bd67c9..0efe1db4625f 100644 --- a/devel/py-qt4/distinfo +++ b/devel/py-qt4/distinfo @@ -1,2 +1,2 @@ -SHA256 (PyQt-x11-gpl-4.9.1.tar.gz) = f283557f2190ffc00d72fe8451ac15536cab777c36a9b573031328f401629bb1 -SIZE (PyQt-x11-gpl-4.9.1.tar.gz) = 9742132 +SHA256 (PyQt-x11-gpl-4.9.6.tar.gz) = a350f9e5c6d8062671c0f29bf1a70824719b18175ce8372c29bf7c1eda44b18d +SIZE (PyQt-x11-gpl-4.9.6.tar.gz) = 9349834 diff --git a/devel/py-qt4/pkg-descr b/devel/py-qt4/pkg-descr index 42b6bd7c8e0a..849ee9a17002 100644 --- a/devel/py-qt4/pkg-descr +++ b/devel/py-qt4/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the PyQt4 metaport. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/devel/py-sip/Makefile b/devel/py-sip/Makefile index 1eea81a739ad..d2e15e5c7f34 100644 --- a/devel/py-sip/Makefile +++ b/devel/py-sip/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-sip -# Date created: Tue Oct 8 09:51:22 SAST 2002 -# Whom: nbm -# +# Created by: nbm # $FreeBSD$ PORTNAME= sip @@ -19,29 +16,24 @@ USE_PYTHON= 2.5+ DATADIR= ${PREFIX}/share/py-${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options -ARGS= -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR}\ - -e ${PYTHONPREFIX_INCLUDEDIR} -v ${DATADIR} +ARGS= -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \ + -e ${PYTHONPREFIX_INCLUDEDIR} -v ${DATADIR} \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ + INCDIR="${LOCALBASE}/include" LIBDIR="${LOCALBASE}/lib" + +PORTDOCS= * + +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" +.include <bsd.port.options.mk> .if defined(WITH_DEBUG) ARGS+= -u .endif -PORTDOCS= * - -.include "files/bsd.pyqt.mk" - do-configure: cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${ARGS} -post-configure: -.for item in sipgen siplib - ${REINPLACE_CMD} -e 's|CC = gcc|CC = ${CC}|'\ - -e 's|CXX = g++|CXX = ${CXX}|'\ - -e 's|LINK = g++|LINK = ${CXX}|'\ - ${WRKSRC}/${item}/Makefile -.endfor - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} && cd ${WRKSRC}/doc/html && \ diff --git a/devel/py-sip/distinfo b/devel/py-sip/distinfo index e6bea0e39816..413e92e72036 100644 --- a/devel/py-sip/distinfo +++ b/devel/py-sip/distinfo @@ -1,2 +1,2 @@ -SHA256 (sip-4.13.2.tar.gz) = 4bc3f5353c75918e1c8499ec1474e7b3392c30513ea6d7a6334f88b88271eebf -SIZE (sip-4.13.2.tar.gz) = 733120 +SHA256 (sip-4.14.3.tar.gz) = a84fcaf0e400a45496fe70f0cf1adc7eddf0788ade44a4567d51db8bf1ff5770 +SIZE (sip-4.14.3.tar.gz) = 747092 diff --git a/devel/py-sip/files/bsd.pyqt.mk b/devel/py-sip/files/bsd.pyqt.mk deleted file mode 100644 index 4d2cf0d42873..000000000000 --- a/devel/py-sip/files/bsd.pyqt.mk +++ /dev/null @@ -1,27 +0,0 @@ -BSD_PYQT_MK_VERSION= 20120308 - -PYQT_MAINTAINER= kde@FreeBSD.org - -MASTER_SITE_RIVERBANK= http://www.riverbankcomputing.com/static/Downloads/ -MASTER_SITE_FLUFFY= http://ns.ael.ru/~fluffy.khv/pyqt/ - -MASTER_SITES_SIP= ${MASTER_SITE_RIVERBANK}sip4/ \ - ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} -MASTER_SITES_PYQT4= ${MASTER_SITE_RIVERBANK}PyQt4/ \ - ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} -MASTER_SITES_QSCI2= ${MASTER_SITE_RIVERBANK}QScintilla2/ \ - ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} \ - ${MASTER_SITE_FLUFFY}QScintilla2/ - -SIP_VERSION= 4.13.2 -#SIP_SNAP= -snapshot-20100102 -PYQT4_VERSION= 4.9.1 -#PYQT4_SNAP= -snapshot-20100110 -QSCI2_VERSION= 2.6.1 -#QSCI2_SNAP= -snapshot-20091222 - -SIP_DISTNAME= sip-${SIP_VERSION}${SIP_SNAP} -PYQT4_DISTNAME= PyQt-x11-gpl-${PYQT4_VERSION}${PYQT4_SNAP} -PYQT4_DISTINFO_FILE= ${PORTSDIR}/devel/py-qt4/distinfo -QSCI2_DISTNAME= QScintilla-gpl-${QSCI2_VERSION}${QSCI2_SNAP} -QSCI2_DISTINFO_FILE= ${PORTSDIR}/devel/qscintilla2/distinfo diff --git a/devel/qscintilla2-designerplugin/Makefile b/devel/qscintilla2-designerplugin/Makefile index dc43d1f126bf..8a91f6c0c371 100644 --- a/devel/qscintilla2-designerplugin/Makefile +++ b/devel/qscintilla2-designerplugin/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: qscintilla2-designerplugin -# Date created: 2007-02-09 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= designerplugin PORTVERSION= ${QSCI2_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITES_QSCI2} @@ -14,9 +10,9 @@ PKGNAMEPREFIX= qscintilla2- DISTNAME= ${QSCI2_DISTNAME} MAINTAINER= kde@FreeBSD.org -COMMENT= Qt Designer plugin for QScintilla2 (Qt4) +COMMENT= Qt4 Designer plugin for QScintilla2 -LIB_DEPENDS= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2 DISTINFO_FILE= ${QSCI2_DISTINFO_FILE} USE_QT4= qmake_build moc_build gui xml designer @@ -26,7 +22,7 @@ QMAKE_ARGS= -unix PREFIX=${PREFIX} WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4 -.include "../py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include <bsd.port.pre.mk> pre-configure: @@ -36,13 +32,6 @@ pre-configure: do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKE_ARGS} designer.pro - -post-configure: - ${REINPLACE_CMD} -e \ - 's|^CC .*|CC=${CC}|; \ - s|^CXX .*|CXX=${CXX}|; \ - s|^LINK .*|LINK=${CXX}|' \ - ${WRKSRC}/Makefile + ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} designer.pro .include <bsd.port.post.mk> diff --git a/devel/qscintilla2/Makefile b/devel/qscintilla2/Makefile index e923c879d201..53c49bc9e918 100644 --- a/devel/qscintilla2/Makefile +++ b/devel/qscintilla2/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: qscintilla2 -# Date created: 2007-02-08 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= qscintilla2 PORTVERSION= ${QSCI2_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITES_QSCI2} @@ -19,10 +15,7 @@ USE_QT4= qmake_build moc_build gui xml designer HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} -OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS - -BUILD_WRKSRC= ${WRKSRC}/Qt4 +BUILD_WRKSRC= ${WRKSRC}/Qt4Qt5 INSTALL_WRKSRC= ${BUILD_WRKSRC} QMAKE_ARGS= -unix PREFIX=${PREFIX} @@ -30,7 +23,7 @@ QMAKE_ARGS= -unix PREFIX=${PREFIX} PORTDOCS= * PORTEXAMPLES= * -.include "../py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -56,23 +49,16 @@ do-configure: cd ${BUILD_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} qscintilla.pro -post-configure: - ${REINPLACE_CMD} -e \ - 's|^CC .*|CC=${CC}|; \ - s|^CXX .*|CXX=${CXX}|; \ - s|^LINK .*|LINK=${CXX}|' \ - ${BUILD_WRKSRC}/Makefile - post-install: .if ${PORT_OPTIONS:MDOCS} cd ${WRKSRC} &&\ ${MKDIR} ${DOCSDIR}/html ${DOCSDIR}/Scintilla &&\ ${INSTALL_DATA} NEWS README ${DOCSDIR} &&\ - ${INSTALL_DATA} doc/html-Qt4/* ${DOCSDIR}/html &&\ + ${INSTALL_DATA} doc/html-Qt4Qt5/* ${DOCSDIR}/html &&\ ${INSTALL_DATA} doc/Scintilla/* ${DOCSDIR}/Scintilla .endif .if ${PORT_OPTIONS:MEXAMPLES} - cd ${WRKSRC}/example-Qt4 &&\ + cd ${WRKSRC}/example-Qt4Qt5 &&\ ${MKDIR} ${EXAMPLESDIR}/images &&\ ${INSTALL_DATA} *.* ${EXAMPLESDIR} &&\ ${INSTALL_DATA} images/* ${EXAMPLESDIR}/images diff --git a/devel/qscintilla2/distinfo b/devel/qscintilla2/distinfo index 4f28bbc715cb..1979acc4e51b 100644 --- a/devel/qscintilla2/distinfo +++ b/devel/qscintilla2/distinfo @@ -1,2 +1,2 @@ -SHA256 (QScintilla-gpl-2.6.1.tar.gz) = 34b7052b820dfedd4af897d6865d94e81a7aeb7f037f70f5516e9b0ea88afb63 -SIZE (QScintilla-gpl-2.6.1.tar.gz) = 2657005 +SHA256 (QScintilla-gpl-2.7.tar.gz) = 75bb242527aa83c6db2f8f2e655a79b6f0911f07fd7fee26ad5801de3a0f8a0e +SIZE (QScintilla-gpl-2.7.tar.gz) = 2839325 diff --git a/devel/qscintilla2/pkg-plist b/devel/qscintilla2/pkg-plist index eee4478e66c9..bdce278cee52 100644 --- a/devel/qscintilla2/pkg-plist +++ b/devel/qscintilla2/pkg-plist @@ -46,15 +46,16 @@ %%QT_INCDIR_REL%%/Qsci/qscistyle.h %%QT_INCDIR_REL%%/Qsci/qscistyledtext.h %%QT_LIBDIR_REL%%/libqscintilla2.so -%%QT_LIBDIR_REL%%/libqscintilla2.so.8 -%%QT_LIBDIR_REL%%/libqscintilla2.so.8.0 -%%QT_LIBDIR_REL%%/libqscintilla2.so.8.0.1 +%%QT_LIBDIR_REL%%/libqscintilla2.so.9 +%%QT_LIBDIR_REL%%/libqscintilla2.so.9.0 +%%QT_LIBDIR_REL%%/libqscintilla2.so.9.0.0 share/qt4/qsci/api/python/Python-2.4.api share/qt4/qsci/api/python/Python-2.5.api share/qt4/qsci/api/python/Python-2.6.api share/qt4/qsci/api/python/Python-2.7.api share/qt4/qsci/api/python/Python-3.1.api share/qt4/qsci/api/python/Python-3.2.api +share/qt4/qsci/api/python/Python-3.3.api %%NLS%%share/qt4/translations/qscintilla_cs.qm %%NLS%%share/qt4/translations/qscintilla_de.qm %%NLS%%share/qt4/translations/qscintilla_es.qm diff --git a/graphics/py-qt4-svg/Makefile b/graphics/py-qt4-svg/Makefile index cc39f8d7778a..ecbe8ed603c6 100644 --- a/graphics/py-qt4-svg/Makefile +++ b/graphics/py-qt4-svg/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-svg -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= svg PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -24,46 +20,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= svg qmake_build -OPTIONS= API "Install QtSvg API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtSvg API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../../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 \ --sipdir ${SIPDIR} \ - --enable QtSvg + --enable QtSvg \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtSvg/Makefile - .include <bsd.port.mk> diff --git a/graphics/py-qt4-svg/pkg-descr b/graphics/py-qt4-svg/pkg-descr index 734a8982d188..18bd99a016c7 100644 --- a/graphics/py-qt4-svg/pkg-descr +++ b/graphics/py-qt4-svg/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtSvg module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile index 94b30af9e7e0..dd06470743f4 100644 --- a/misc/py-qt4-demo/Makefile +++ b/misc/py-qt4-demo/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-qt4-demo -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= demo @@ -18,15 +15,17 @@ COMMENT= Python bindings for the Qt4 toolkit, Qt demo and examples DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} USE_PYTHON= yes -OPTIONS= PYQT4 "Install any missing PyQt4 components" off +OPTIONS_DEFINE= PYQT4 +PYQT4_DESC= Install any missing PyQt4 components OPTIONSFILE?= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4 +PORTEXAMPLES= * -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if !defined(WITHOUT_PYQT4) +.if ${PORT_OPTIONS:MPYQT4} RUN_DEPENDS+= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core \ ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PKGNAMEPREFIX}network>=${PYQT4_VERSION}:${PORTSDIR}/net/py-qt4-network \ @@ -41,6 +40,7 @@ RUN_DEPENDS+= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-co ${PKGNAMEPREFIX}designer>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-designer \ ${PKGNAMEPREFIX}designerplugin>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-designerplugin \ ${PKGNAMEPREFIX}dbus>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-dbus \ + ${PKGNAMEPREFIX}dbussupport>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-dbussupport \ ${PKGNAMEPREFIX}xmlpatterns>=${PYQT4_VERSION}:${PORTSDIR}/textproc/py-qt4-xmlpatterns \ ${PKGNAMEPREFIX}help>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-help \ ${PKGNAMEPREFIX}webkit>=${PYQT4_VERSION}:${PORTSDIR}/www/py-qt4-webkit \ @@ -54,7 +54,6 @@ do-build: do-install: ${RM} -f ${WRKSRC}/examples/designer/plugins/plugins.py.orig - ${RM} -f ${WRKSRC}/examples/activeqt/webbrowser/webbrowser.py.orig ${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} diff --git a/misc/py-qt4-demo/pkg-descr b/misc/py-qt4-demo/pkg-descr index 59713f033902..ffa5bccd18b2 100644 --- a/misc/py-qt4-demo/pkg-descr +++ b/misc/py-qt4-demo/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the PyQt4 demo and examples. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/misc/py-qt4-demo/pkg-plist b/misc/py-qt4-demo/pkg-plist deleted file mode 100644 index 65ead40da9a6..000000000000 --- a/misc/py-qt4-demo/pkg-plist +++ /dev/null @@ -1,1053 +0,0 @@ -%%EXAMPLESDIR%%/README -%%EXAMPLESDIR%%/activeqt/README -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image0.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image1.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image2.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image3.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image4.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image5.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image6.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.qrc -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.ui -%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.py -%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyc -%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.py -%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyc -%%EXAMPLESDIR%%/animation/README -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.py -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyc -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.qrc -%%EXAMPLESDIR%%/animation/animatedtiles/images/Time-For-Lunch-2.jpg -%%EXAMPLESDIR%%/animation/animatedtiles/images/centered.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/ellipse.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/figure8.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/kinetic.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/random.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/tile.png -%%EXAMPLESDIR%%/animation/appchooser/accessories-dictionary.png -%%EXAMPLESDIR%%/animation/appchooser/akregator.png -%%EXAMPLESDIR%%/animation/appchooser/appchooser.py -%%EXAMPLESDIR%%/animation/appchooser/appchooser.pyc -%%EXAMPLESDIR%%/animation/appchooser/appchooser.qrc -%%EXAMPLESDIR%%/animation/appchooser/digikam.png -%%EXAMPLESDIR%%/animation/appchooser/k3b.png -%%EXAMPLESDIR%%/animation/easing/easing.py -%%EXAMPLESDIR%%/animation/easing/easing.pyc -%%EXAMPLESDIR%%/animation/easing/easing.qrc -%%EXAMPLESDIR%%/animation/easing/form.ui -%%EXAMPLESDIR%%/animation/easing/images/qt-logo.png -%%EXAMPLESDIR%%/animation/easing/ui_form.py -%%EXAMPLESDIR%%/animation/easing/ui_form.pyc -%%EXAMPLESDIR%%/animation/moveblocks.py -%%EXAMPLESDIR%%/animation/moveblocks.pyc -%%EXAMPLESDIR%%/animation/states/accessories-dictionary.png -%%EXAMPLESDIR%%/animation/states/akregator.png -%%EXAMPLESDIR%%/animation/states/digikam.png -%%EXAMPLESDIR%%/animation/states/help-browser.png -%%EXAMPLESDIR%%/animation/states/k3b.png -%%EXAMPLESDIR%%/animation/states/kchart.png -%%EXAMPLESDIR%%/animation/states/states.py -%%EXAMPLESDIR%%/animation/states/states.pyc -%%EXAMPLESDIR%%/animation/states/states.qrc -%%EXAMPLESDIR%%/animation/stickman/animations/chilling -%%EXAMPLESDIR%%/animation/stickman/animations/dancing -%%EXAMPLESDIR%%/animation/stickman/animations/dead -%%EXAMPLESDIR%%/animation/stickman/animations/jumping -%%EXAMPLESDIR%%/animation/stickman/stickman.py -%%EXAMPLESDIR%%/animation/stickman/stickman.pyc -%%EXAMPLESDIR%%/animation/stickman/stickman.qrc -%%EXAMPLESDIR%%/dbus/chat/chat.py -%%EXAMPLESDIR%%/dbus/chat/chat.pyc -%%EXAMPLESDIR%%/dbus/chat/chatmainwindow.ui -%%EXAMPLESDIR%%/dbus/chat/chatsetnickname.ui -%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.py -%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.pyc -%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.py -%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.pyc -%%EXAMPLESDIR%%/dbus/listnames.py -%%EXAMPLESDIR%%/dbus/listnames.pyc -%%EXAMPLESDIR%%/dbus/pingpong/ping.py -%%EXAMPLESDIR%%/dbus/pingpong/ping.pyc -%%EXAMPLESDIR%%/dbus/pingpong/pong.py -%%EXAMPLESDIR%%/dbus/pingpong/pong.pyc -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.py -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.pyc -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.py -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.pyc -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.ui -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.py -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.py -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.pyc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.qrc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/view.qml -%%EXAMPLESDIR%%/declarative/toys/README -%%EXAMPLESDIR%%/declarative/toys/clocks/clocks.qml -%%EXAMPLESDIR%%/declarative/toys/clocks/content/Clock.qml -%%EXAMPLESDIR%%/declarative/toys/clocks/content/background.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/center.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/clock-night.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/clock.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/hour.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/minute.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/second.png -%%EXAMPLESDIR%%/declarative/toys/corkboards/Day.qml -%%EXAMPLESDIR%%/declarative/toys/corkboards/cork.jpg -%%EXAMPLESDIR%%/declarative/toys/corkboards/corkboards.qml -%%EXAMPLESDIR%%/declarative/toys/corkboards/note-yellow.png -%%EXAMPLESDIR%%/declarative/toys/corkboards/tack.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/dynamicscene.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/face-smile.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/moon.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/rabbit_brown.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/rabbit_bw.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/star.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/sun.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/tree_s.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/qml/Button.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/qml/GenericSceneItem.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/qml/PaletteItem.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/qml/PerspectiveItem.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/qml/Sun.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/qml/itemCreation.js -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/Button.qml -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/TicTac.qml -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/pics/board.png -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/pics/o.png -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/pics/x.png -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/tic-tac-toe.js -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/tic-tac-toe.qml -%%EXAMPLESDIR%%/declarative/toys/tvtennis/tvtennis.qml -%%EXAMPLESDIR%%/declarative/ui-components/README -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/Dial.qml -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/background.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/needle.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/needle_shadow.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/overlay.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/dialcontrol.qml -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/5_heart.png -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/9_club.png -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/Card.qml -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/back.png -%%EXAMPLESDIR%%/declarative/ui-components/flipable/flipable.qml -%%EXAMPLESDIR%%/declarative/ui-components/progressbar/content/ProgressBar.qml -%%EXAMPLESDIR%%/declarative/ui-components/progressbar/content/background.png -%%EXAMPLESDIR%%/declarative/ui-components/progressbar/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/scrollbar/ScrollBar.qml -%%EXAMPLESDIR%%/declarative/ui-components/scrollbar/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/scrollbar/pics/niagara_falls.jpg -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/SearchBox.qml -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/images/clear.png -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/images/lineedit-bg-focus.png -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/images/lineedit-bg.png -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/content/Switch.qml -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/content/background.svg -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/content/knob.svg -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/slideswitch.qml -%%EXAMPLESDIR%%/declarative/ui-components/spinner/content/Spinner.qml -%%EXAMPLESDIR%%/declarative/ui-components/spinner/content/spinner-bg.png -%%EXAMPLESDIR%%/declarative/ui-components/spinner/content/spinner-select.png -%%EXAMPLESDIR%%/declarative/ui-components/spinner/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/tabwidget/TabWidget.qml -%%EXAMPLESDIR%%/declarative/ui-components/tabwidget/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/tabwidget/tab.png -%%EXAMPLESDIR%%/demos/README -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/Explosion.qml -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/Tile.qml -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/No-Ones-Laughing-3.jpg -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/back.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/bomb-color.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/bomb.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-sad.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-smile-big.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-smile.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/flag-color.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/flag.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/front.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/quit.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/star.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/qmldir -%%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.py -%%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.pyc -%%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/BoomBlock.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/Button.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/Dialog.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/background.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/blueStar.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/blueStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/greenStar.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/greenStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/redStar.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/redStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/star.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/yellowStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/qmldir -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/samegame.js -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/README -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/score_data.xml -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/score_style.xsl -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/scores.php -%%EXAMPLESDIR%%/demos/declarative/samegame/samegame.qml -%%EXAMPLESDIR%%/demos/embedded/lightmaps.py -%%EXAMPLESDIR%%/demos/embedded/lightmaps.pyc -%%EXAMPLESDIR%%/demos/embeddeddialogs/No-Ones-Laughing-3.jpg -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.py -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.pyc -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.ui -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.py -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.pyc -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.qrc -%%EXAMPLESDIR%%/demos/qtdemo/colors.py -%%EXAMPLESDIR%%/demos/qtdemo/colors.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demoitem.py -%%EXAMPLESDIR%%/demos/qtdemo/demoitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.py -%%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demoscene.py -%%EXAMPLESDIR%%/demos/qtdemo/demoscene.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demotextitem.py -%%EXAMPLESDIR%%/demos/qtdemo/demotextitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/dockitem.py -%%EXAMPLESDIR%%/demos/qtdemo/dockitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/examplecontent.py -%%EXAMPLESDIR%%/demos/qtdemo/examplecontent.pyc -%%EXAMPLESDIR%%/demos/qtdemo/guide.py -%%EXAMPLESDIR%%/demos/qtdemo/guide.pyc -%%EXAMPLESDIR%%/demos/qtdemo/guidecircle.py -%%EXAMPLESDIR%%/demos/qtdemo/guidecircle.pyc -%%EXAMPLESDIR%%/demos/qtdemo/guideline.py -%%EXAMPLESDIR%%/demos/qtdemo/guideline.pyc -%%EXAMPLESDIR%%/demos/qtdemo/headingitem.py -%%EXAMPLESDIR%%/demos/qtdemo/headingitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/imageitem.py -%%EXAMPLESDIR%%/demos/qtdemo/imageitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/images/demobg.png -%%EXAMPLESDIR%%/demos/qtdemo/images/qtlogo_small.png -%%EXAMPLESDIR%%/demos/qtdemo/images/trolltech-logo.png -%%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.py -%%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.pyc -%%EXAMPLESDIR%%/demos/qtdemo/letteritem.py -%%EXAMPLESDIR%%/demos/qtdemo/letteritem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/mainwindow.py -%%EXAMPLESDIR%%/demos/qtdemo/mainwindow.pyc -%%EXAMPLESDIR%%/demos/qtdemo/menucontent.py -%%EXAMPLESDIR%%/demos/qtdemo/menucontent.pyc -%%EXAMPLESDIR%%/demos/qtdemo/menumanager.py -%%EXAMPLESDIR%%/demos/qtdemo/menumanager.pyc -%%EXAMPLESDIR%%/demos/qtdemo/qmlShell.qml -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.py -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.pyc -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.qrc -%%EXAMPLESDIR%%/demos/qtdemo/scanitem.py -%%EXAMPLESDIR%%/demos/qtdemo/scanitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/score.py -%%EXAMPLESDIR%%/demos/qtdemo/score.pyc -%%EXAMPLESDIR%%/demos/qtdemo/textbutton.py -%%EXAMPLESDIR%%/demos/qtdemo/textbutton.pyc -%%EXAMPLESDIR%%/demos/qtdemo/xml/examples.xml -%%EXAMPLESDIR%%/demos/textedit/example.html -%%EXAMPLESDIR%%/demos/textedit/images/logo.png -%%EXAMPLESDIR%%/demos/textedit/images/logo32.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editcopy.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editcut.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editpaste.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editredo.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editundo.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/exportpdf.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/filenew.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/fileopen.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/fileprint.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/filesave.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textbold.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textcenter.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textitalic.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textjustify.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textleft.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textright.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textunder.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/zoomin.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/zoomout.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editcopy.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editcut.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editpaste.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editredo.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editundo.png -%%EXAMPLESDIR%%/demos/textedit/images/win/exportpdf.png -%%EXAMPLESDIR%%/demos/textedit/images/win/filenew.png -%%EXAMPLESDIR%%/demos/textedit/images/win/fileopen.png -%%EXAMPLESDIR%%/demos/textedit/images/win/fileprint.png -%%EXAMPLESDIR%%/demos/textedit/images/win/filesave.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textbold.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textcenter.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textitalic.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textjustify.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textleft.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textright.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textunder.png -%%EXAMPLESDIR%%/demos/textedit/images/win/zoomin.png -%%EXAMPLESDIR%%/demos/textedit/images/win/zoomout.png -%%EXAMPLESDIR%%/demos/textedit/textedit.py -%%EXAMPLESDIR%%/demos/textedit/textedit.pyc -%%EXAMPLESDIR%%/demos/textedit/textedit.qrc -%%EXAMPLESDIR%%/designer/README -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.py -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyc -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.ui -%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.py -%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyc -%%EXAMPLESDIR%%/designer/plugins/plugins.py -%%EXAMPLESDIR%%/designer/plugins/plugins.pyc -%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.py -%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.py -%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.py -%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.py -%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.py -%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyc -%%EXAMPLESDIR%%/desktop/README -%%EXAMPLESDIR%%/desktop/screenshot.py -%%EXAMPLESDIR%%/desktop/screenshot.pyc -%%EXAMPLESDIR%%/desktop/systray/images/bad.svg -%%EXAMPLESDIR%%/desktop/systray/images/heart.svg -%%EXAMPLESDIR%%/desktop/systray/images/trash.svg -%%EXAMPLESDIR%%/desktop/systray/systray.py -%%EXAMPLESDIR%%/desktop/systray/systray.pyc -%%EXAMPLESDIR%%/desktop/systray/systray.qrc -%%EXAMPLESDIR%%/dialogs/README -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.py -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyc -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.qrc -%%EXAMPLESDIR%%/dialogs/classwizard/images/background.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/banner.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/logo1.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/logo2.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/logo3.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark1.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark2.png -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.py -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.qrc -%%EXAMPLESDIR%%/dialogs/configdialog/images/config.png -%%EXAMPLESDIR%%/dialogs/configdialog/images/query.png -%%EXAMPLESDIR%%/dialogs/configdialog/images/update.png -%%EXAMPLESDIR%%/dialogs/extension.py -%%EXAMPLESDIR%%/dialogs/extension.pyc -%%EXAMPLESDIR%%/dialogs/findfiles.py -%%EXAMPLESDIR%%/dialogs/findfiles.pyc -%%EXAMPLESDIR%%/dialogs/standarddialogs.py -%%EXAMPLESDIR%%/dialogs/standarddialogs.pyc -%%EXAMPLESDIR%%/dialogs/tabdialog.py -%%EXAMPLESDIR%%/dialogs/tabdialog.pyc -%%EXAMPLESDIR%%/dialogs/trivialwizard.py -%%EXAMPLESDIR%%/dialogs/trivialwizard.pyc -%%EXAMPLESDIR%%/draganddrop/README -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.py -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.pyc -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.qrc -%%EXAMPLESDIR%%/draganddrop/delayedencoding/images/drag.png -%%EXAMPLESDIR%%/draganddrop/delayedencoding/images/example.svg -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.py -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.qrc -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/boat.png -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/car.png -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/house.png -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.py -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.qrc -%%EXAMPLESDIR%%/draganddrop/draggabletext/words.txt -%%EXAMPLESDIR%%/draganddrop/dropsite.py -%%EXAMPLESDIR%%/draganddrop/dropsite.pyc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.py -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/words.txt -%%EXAMPLESDIR%%/draganddrop/puzzle/example.jpg -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.py -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.qrc -%%EXAMPLESDIR%%/effects/README -%%EXAMPLESDIR%%/effects/lighting.py -%%EXAMPLESDIR%%/effects/lighting.pyc -%%EXAMPLESDIR%%/graphicsview/README -%%EXAMPLESDIR%%/graphicsview/anchorlayout.py -%%EXAMPLESDIR%%/graphicsview/anchorlayout.pyc -%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.py -%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyc -%%EXAMPLESDIR%%/graphicsview/collidingmice/images/cheese.jpg -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice.qrc -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.py -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyc -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.qrc -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background1.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background2.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background3.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background4.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bold.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bringtofront.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/delete.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/floodfill.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/italic.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linecolor.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linepointer.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/pointer.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/sendtoback.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/textpointer.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/underline.png -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.py -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyc -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.qrc -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/images/head.png -%%EXAMPLESDIR%%/graphicsview/elasticnodes.py -%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/backside.ui -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/artsfftscope.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/blue_angle_swirl.jpg -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_contacts.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_journal.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_mail.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_notes.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kopeteavailable.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/metacontact_online.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/minitools.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.qrc -%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.pyc -%%EXAMPLESDIR%%/ipc/README -%%EXAMPLESDIR%%/ipc/localfortuneclient.py -%%EXAMPLESDIR%%/ipc/localfortuneclient.pyc -%%EXAMPLESDIR%%/ipc/localfortuneserver.py -%%EXAMPLESDIR%%/ipc/localfortuneserver.pyc -%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.py -%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.pyc -%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.ui -%%EXAMPLESDIR%%/ipc/sharedmemory/image.png -%%EXAMPLESDIR%%/ipc/sharedmemory/qt.png -%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.py -%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.pyc -%%EXAMPLESDIR%%/itemviews/README -%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.py -%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyc -%%EXAMPLESDIR%%/itemviews/chart/chart.py -%%EXAMPLESDIR%%/itemviews/chart/chart.pyc -%%EXAMPLESDIR%%/itemviews/chart/chart.qrc -%%EXAMPLESDIR%%/itemviews/chart/mydata.cht -%%EXAMPLESDIR%%/itemviews/chart/qtdata.cht -%%EXAMPLESDIR%%/itemviews/coloreditorfactory.py -%%EXAMPLESDIR%%/itemviews/coloreditorfactory.pyc -%%EXAMPLESDIR%%/itemviews/combowidgetmapper.py -%%EXAMPLESDIR%%/itemviews/combowidgetmapper.pyc -%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.py -%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.pyc -%%EXAMPLESDIR%%/itemviews/dirview.py -%%EXAMPLESDIR%%/itemviews/dirview.pyc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/default.txt -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.py -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.qrc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/mainwindow.ui -%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.py -%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyc -%%EXAMPLESDIR%%/itemviews/fetchmore.py -%%EXAMPLESDIR%%/itemviews/fetchmore.pyc -%%EXAMPLESDIR%%/itemviews/pixelator/images/qt.png -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.qrc -%%EXAMPLESDIR%%/itemviews/puzzle/example.jpg -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.py -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.qrc -%%EXAMPLESDIR%%/itemviews/simpledommodel.py -%%EXAMPLESDIR%%/itemviews/simpledommodel.pyc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/default.txt -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.py -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc -%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.py -%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.pyc -%%EXAMPLESDIR%%/itemviews/spinboxdelegate.py -%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc -%%EXAMPLESDIR%%/itemviews/stardelegate.py -%%EXAMPLESDIR%%/itemviews/stardelegate.pyc -%%EXAMPLESDIR%%/layouts/README -%%EXAMPLESDIR%%/layouts/basiclayouts.py -%%EXAMPLESDIR%%/layouts/basiclayouts.pyc -%%EXAMPLESDIR%%/layouts/borderlayout.py -%%EXAMPLESDIR%%/layouts/borderlayout.pyc -%%EXAMPLESDIR%%/layouts/flowlayout.py -%%EXAMPLESDIR%%/layouts/flowlayout.pyc -%%EXAMPLESDIR%%/mainwindows/README -%%EXAMPLESDIR%%/mainwindows/application/application.py -%%EXAMPLESDIR%%/mainwindows/application/application.pyc -%%EXAMPLESDIR%%/mainwindows/application/application.qrc -%%EXAMPLESDIR%%/mainwindows/application/images/copy.png -%%EXAMPLESDIR%%/mainwindows/application/images/cut.png -%%EXAMPLESDIR%%/mainwindows/application/images/new.png -%%EXAMPLESDIR%%/mainwindows/application/images/open.png -%%EXAMPLESDIR%%/mainwindows/application/images/paste.png -%%EXAMPLESDIR%%/mainwindows/application/images/save.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.py -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.qrc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/new.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/print.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/save.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/undo.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/copy.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/cut.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/new.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/open.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/paste.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/save.png -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.py -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.qrc -%%EXAMPLESDIR%%/mainwindows/menus.py -%%EXAMPLESDIR%%/mainwindows/menus.pyc -%%EXAMPLESDIR%%/mainwindows/recentfiles.py -%%EXAMPLESDIR%%/mainwindows/recentfiles.pyc -%%EXAMPLESDIR%%/mainwindows/sdi/images/copy.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/cut.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/new.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/open.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/paste.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/save.png -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.py -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.qrc -%%EXAMPLESDIR%%/mainwindows/separations.py -%%EXAMPLESDIR%%/mainwindows/separations.pyc -%%EXAMPLESDIR%%/network/README -%%EXAMPLESDIR%%/network/blockingfortuneclient.py -%%EXAMPLESDIR%%/network/blockingfortuneclient.pyc -%%EXAMPLESDIR%%/network/broadcastreceiver.py -%%EXAMPLESDIR%%/network/broadcastreceiver.pyc -%%EXAMPLESDIR%%/network/broadcastsender.py -%%EXAMPLESDIR%%/network/broadcastsender.pyc -%%EXAMPLESDIR%%/network/fortuneclient.py -%%EXAMPLESDIR%%/network/fortuneclient.pyc -%%EXAMPLESDIR%%/network/fortuneserver.py -%%EXAMPLESDIR%%/network/fortuneserver.pyc -%%EXAMPLESDIR%%/network/ftp/ftp.py -%%EXAMPLESDIR%%/network/ftp/ftp.pyc -%%EXAMPLESDIR%%/network/ftp/ftp.qrc -%%EXAMPLESDIR%%/network/ftp/images/cdtoparent.png -%%EXAMPLESDIR%%/network/ftp/images/dir.png -%%EXAMPLESDIR%%/network/ftp/images/file.png -%%EXAMPLESDIR%%/network/http/authenticationdialog.ui -%%EXAMPLESDIR%%/network/http/http.py -%%EXAMPLESDIR%%/network/http/http.pyc -%%EXAMPLESDIR%%/network/loopback.py -%%EXAMPLESDIR%%/network/loopback.pyc -%%EXAMPLESDIR%%/network/threadedfortuneserver.py -%%EXAMPLESDIR%%/network/threadedfortuneserver.pyc -%%EXAMPLESDIR%%/opengl/2dpainting.py -%%EXAMPLESDIR%%/opengl/2dpainting.pyc -%%EXAMPLESDIR%%/opengl/README -%%EXAMPLESDIR%%/opengl/grabber.py -%%EXAMPLESDIR%%/opengl/grabber.pyc -%%EXAMPLESDIR%%/opengl/hellogl.py -%%EXAMPLESDIR%%/opengl/hellogl.pyc -%%EXAMPLESDIR%%/opengl/overpainting.py -%%EXAMPLESDIR%%/opengl/overpainting.pyc -%%EXAMPLESDIR%%/opengl/samplebuffers.py -%%EXAMPLESDIR%%/opengl/samplebuffers.pyc -%%EXAMPLESDIR%%/opengl/textures/images/side1.png -%%EXAMPLESDIR%%/opengl/textures/images/side2.png -%%EXAMPLESDIR%%/opengl/textures/images/side3.png -%%EXAMPLESDIR%%/opengl/textures/images/side4.png -%%EXAMPLESDIR%%/opengl/textures/images/side5.png -%%EXAMPLESDIR%%/opengl/textures/images/side6.png -%%EXAMPLESDIR%%/opengl/textures/textures.py -%%EXAMPLESDIR%%/opengl/textures/textures.pyc -%%EXAMPLESDIR%%/opengl/textures/textures.qrc -%%EXAMPLESDIR%%/painting/README -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.py -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.qrc -%%EXAMPLESDIR%%/painting/basicdrawing/images/brick.png -%%EXAMPLESDIR%%/painting/basicdrawing/images/qt-logo.png -%%EXAMPLESDIR%%/painting/concentriccircles.py -%%EXAMPLESDIR%%/painting/concentriccircles.pyc -%%EXAMPLESDIR%%/painting/painterpaths.py -%%EXAMPLESDIR%%/painting/painterpaths.pyc -%%EXAMPLESDIR%%/painting/svgviewer/files/bubbles.svg -%%EXAMPLESDIR%%/painting/svgviewer/files/cubic.svg -%%EXAMPLESDIR%%/painting/svgviewer/files/spheres.svg -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.py -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.qrc -%%EXAMPLESDIR%%/painting/transformations.py -%%EXAMPLESDIR%%/painting/transformations.pyc -%%EXAMPLESDIR%%/phonon/README -%%EXAMPLESDIR%%/phonon/capabilities.py -%%EXAMPLESDIR%%/phonon/capabilities.pyc -%%EXAMPLESDIR%%/phonon/musicplayer.py -%%EXAMPLESDIR%%/phonon/musicplayer.pyc -%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.py -%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyc -%%EXAMPLESDIR%%/pyuic/demo.ui -%%EXAMPLESDIR%%/pyuic/load_ui1.py -%%EXAMPLESDIR%%/pyuic/load_ui1.pyc -%%EXAMPLESDIR%%/pyuic/load_ui2.py -%%EXAMPLESDIR%%/pyuic/load_ui2.pyc -%%EXAMPLESDIR%%/richtext/README -%%EXAMPLESDIR%%/richtext/calendar.py -%%EXAMPLESDIR%%/richtext/calendar.pyc -%%EXAMPLESDIR%%/richtext/orderform.py -%%EXAMPLESDIR%%/richtext/orderform.pyc -%%EXAMPLESDIR%%/richtext/syntaxhighlighter.py -%%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyc -%%EXAMPLESDIR%%/richtext/textobject/files/heart.svg -%%EXAMPLESDIR%%/richtext/textobject/textobject.py -%%EXAMPLESDIR%%/richtext/textobject/textobject.pyc -%%EXAMPLESDIR%%/script/README -%%EXAMPLESDIR%%/script/helloscript.py -%%EXAMPLESDIR%%/script/helloscript.pyc -%%EXAMPLESDIR%%/sql/README -%%EXAMPLESDIR%%/sql/cachedtable.py -%%EXAMPLESDIR%%/sql/cachedtable.pyc -%%EXAMPLESDIR%%/sql/connection.py -%%EXAMPLESDIR%%/sql/connection.pyc -%%EXAMPLESDIR%%/sql/querymodel.py -%%EXAMPLESDIR%%/sql/querymodel.pyc -%%EXAMPLESDIR%%/sql/relationaltablemodel.py -%%EXAMPLESDIR%%/sql/relationaltablemodel.pyc -%%EXAMPLESDIR%%/sql/tablemodel.py -%%EXAMPLESDIR%%/sql/tablemodel.pyc -%%EXAMPLESDIR%%/threads/README -%%EXAMPLESDIR%%/threads/mandelbrot.py -%%EXAMPLESDIR%%/threads/mandelbrot.pyc -%%EXAMPLESDIR%%/threads/semaphores.py -%%EXAMPLESDIR%%/threads/semaphores.pyc -%%EXAMPLESDIR%%/threads/waitconditions.py -%%EXAMPLESDIR%%/threads/waitconditions.pyc -%%EXAMPLESDIR%%/tools/README -%%EXAMPLESDIR%%/tools/codecs/codecs.py -%%EXAMPLESDIR%%/tools/codecs/codecs.pyc -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-1.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-15.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16be.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16le.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-8.txt -%%EXAMPLESDIR%%/tools/i18n/i18n.py -%%EXAMPLESDIR%%/tools/i18n/i18n.pyc -%%EXAMPLESDIR%%/tools/i18n/i18n.qrc -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.ts -%%EXAMPLESDIR%%/tools/regexp.py -%%EXAMPLESDIR%%/tools/regexp.pyc -%%EXAMPLESDIR%%/tools/settingseditor/inifiles/licensepage.ini -%%EXAMPLESDIR%%/tools/settingseditor/inifiles/qsa.ini -%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.py -%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/README -%%EXAMPLESDIR%%/tutorials/addressbook/part1.py -%%EXAMPLESDIR%%/tutorials/addressbook/part1.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part2.py -%%EXAMPLESDIR%%/tutorials/addressbook/part2.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part3.py -%%EXAMPLESDIR%%/tutorials/addressbook/part3.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part4.py -%%EXAMPLESDIR%%/tutorials/addressbook/part4.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part5.py -%%EXAMPLESDIR%%/tutorials/addressbook/part5.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part6.py -%%EXAMPLESDIR%%/tutorials/addressbook/part6.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part7.py -%%EXAMPLESDIR%%/tutorials/addressbook/part7.pyc -%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.py -%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.pyc -%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.py -%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.pyc -%%EXAMPLESDIR%%/webkit/domtraversal/window.ui -%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.py -%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.pyc -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery.min.js -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery.qrc -%%EXAMPLESDIR%%/webkit/formextractor/form.html -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.py -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.pyc -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.qrc -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.ui -%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.py -%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.pyc -%%EXAMPLESDIR%%/webkit/framecapture.py -%%EXAMPLESDIR%%/webkit/framecapture.pyc -%%EXAMPLESDIR%%/webkit/googlechat/form.ui -%%EXAMPLESDIR%%/webkit/googlechat/googlechat.py -%%EXAMPLESDIR%%/webkit/googlechat/googlechat.pyc -%%EXAMPLESDIR%%/webkit/googlechat/ui_form.py -%%EXAMPLESDIR%%/webkit/googlechat/ui_form.pyc -%%EXAMPLESDIR%%/webkit/previewer/previewer.py -%%EXAMPLESDIR%%/webkit/previewer/previewer.pyc -%%EXAMPLESDIR%%/webkit/previewer/previewer.ui -%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.py -%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.pyc -%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.py -%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.pyc -%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.py -%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.pyc -%%EXAMPLESDIR%%/webkit/simpleselector/window.ui -%%EXAMPLESDIR%%/widgets/README -%%EXAMPLESDIR%%/widgets/analogclock.py -%%EXAMPLESDIR%%/widgets/analogclock.pyc -%%EXAMPLESDIR%%/widgets/calculator.py -%%EXAMPLESDIR%%/widgets/calculator.pyc -%%EXAMPLESDIR%%/widgets/calendarwidget.py -%%EXAMPLESDIR%%/widgets/calendarwidget.pyc -%%EXAMPLESDIR%%/widgets/charactermap.py -%%EXAMPLESDIR%%/widgets/charactermap.pyc -%%EXAMPLESDIR%%/widgets/digitalclock.py -%%EXAMPLESDIR%%/widgets/digitalclock.pyc -%%EXAMPLESDIR%%/widgets/groupbox.py -%%EXAMPLESDIR%%/widgets/groupbox.pyc -%%EXAMPLESDIR%%/widgets/icons/icons.py -%%EXAMPLESDIR%%/widgets/icons/icons.pyc -%%EXAMPLESDIR%%/widgets/icons/images/designer.png -%%EXAMPLESDIR%%/widgets/icons/images/find_disabled.png -%%EXAMPLESDIR%%/widgets/icons/images/find_normal.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_128x128.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_64x64.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_128x128.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_64x64.png -%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_48x48.png -%%EXAMPLESDIR%%/widgets/imageviewer.py -%%EXAMPLESDIR%%/widgets/imageviewer.pyc -%%EXAMPLESDIR%%/widgets/lineedits.py -%%EXAMPLESDIR%%/widgets/lineedits.pyc -%%EXAMPLESDIR%%/widgets/movie/animation.mng -%%EXAMPLESDIR%%/widgets/movie/movie.py -%%EXAMPLESDIR%%/widgets/movie/movie.pyc -%%EXAMPLESDIR%%/widgets/scribble.py -%%EXAMPLESDIR%%/widgets/scribble.pyc -%%EXAMPLESDIR%%/widgets/shapedclock.py -%%EXAMPLESDIR%%/widgets/shapedclock.pyc -%%EXAMPLESDIR%%/widgets/sliders.py -%%EXAMPLESDIR%%/widgets/sliders.pyc -%%EXAMPLESDIR%%/widgets/spinboxes.py -%%EXAMPLESDIR%%/widgets/spinboxes.pyc -%%EXAMPLESDIR%%/widgets/styles.py -%%EXAMPLESDIR%%/widgets/styles.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/down_arrow.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/down_arrow_disabled.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/frame.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pagefold.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/sizegrip.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_off.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_off.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/up_arrow.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/up_arrow_disabled.png -%%EXAMPLESDIR%%/widgets/stylesheet/mainwindow.ui -%%EXAMPLESDIR%%/widgets/stylesheet/qss/coffee.qss -%%EXAMPLESDIR%%/widgets/stylesheet/qss/default.qss -%%EXAMPLESDIR%%/widgets/stylesheet/qss/pagefold.qss -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.py -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.qrc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.py -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.ui -%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.py -%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.py -%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyc -%%EXAMPLESDIR%%/widgets/tetrix.py -%%EXAMPLESDIR%%/widgets/tetrix.pyc -%%EXAMPLESDIR%%/widgets/tooltips/images/circle.png -%%EXAMPLESDIR%%/widgets/tooltips/images/square.png -%%EXAMPLESDIR%%/widgets/tooltips/images/triangle.png -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.py -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.qrc -%%EXAMPLESDIR%%/widgets/wiggly.py -%%EXAMPLESDIR%%/widgets/wiggly.pyc -%%EXAMPLESDIR%%/widgets/windowflags.py -%%EXAMPLESDIR%%/widgets/windowflags.pyc -%%EXAMPLESDIR%%/xml/README -%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.py -%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.pyc -%%EXAMPLESDIR%%/xml/dombookmarks/frank.xbel -%%EXAMPLESDIR%%/xml/dombookmarks/jennifer.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/frank.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/jennifer.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.py -%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.pyc -%%EXAMPLESDIR%%/xmlpatterns/README -%%EXAMPLESDIR%%/xmlpatterns/schema/files/contact.xsd -%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_contact.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_order.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_recipe.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/order.xsd -%%EXAMPLESDIR%%/xmlpatterns/schema/files/recipe.xsd -%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_contact.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_order.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_recipe.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.py -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.pyc -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.qrc -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.ui -%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.py -%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.pyc -@dirrm %%EXAMPLESDIR%%/xmlpatterns/schema/files -@dirrm %%EXAMPLESDIR%%/xmlpatterns/schema -@dirrm %%EXAMPLESDIR%%/xmlpatterns -@dirrm %%EXAMPLESDIR%%/xml/saxbookmarks -@dirrm %%EXAMPLESDIR%%/xml/dombookmarks -@dirrm %%EXAMPLESDIR%%/xml -@dirrm %%EXAMPLESDIR%%/widgets/tooltips/images -@dirrm %%EXAMPLESDIR%%/widgets/tooltips -@dirrm %%EXAMPLESDIR%%/widgets/stylesheet/qss -@dirrm %%EXAMPLESDIR%%/widgets/stylesheet/images -@dirrm %%EXAMPLESDIR%%/widgets/stylesheet -@dirrm %%EXAMPLESDIR%%/widgets/movie -@dirrm %%EXAMPLESDIR%%/widgets/icons/images -@dirrm %%EXAMPLESDIR%%/widgets/icons -@dirrm %%EXAMPLESDIR%%/widgets -@dirrm %%EXAMPLESDIR%%/webkit/simpleselector -@dirrm %%EXAMPLESDIR%%/webkit/previewer -@dirrm %%EXAMPLESDIR%%/webkit/googlechat -@dirrm %%EXAMPLESDIR%%/webkit/formextractor -@dirrm %%EXAMPLESDIR%%/webkit/fancybrowser -@dirrm %%EXAMPLESDIR%%/webkit/domtraversal -@dirrm %%EXAMPLESDIR%%/webkit -@dirrm %%EXAMPLESDIR%%/tutorials/addressbook -@dirrm %%EXAMPLESDIR%%/tutorials -@dirrm %%EXAMPLESDIR%%/tools/settingseditor/inifiles -@dirrm %%EXAMPLESDIR%%/tools/settingseditor -@dirrm %%EXAMPLESDIR%%/tools/i18n/translations -@dirrm %%EXAMPLESDIR%%/tools/i18n -@dirrm %%EXAMPLESDIR%%/tools/codecs/encodedfiles -@dirrm %%EXAMPLESDIR%%/tools/codecs -@dirrm %%EXAMPLESDIR%%/tools -@dirrm %%EXAMPLESDIR%%/threads -@dirrm %%EXAMPLESDIR%%/sql -@dirrm %%EXAMPLESDIR%%/script -@dirrm %%EXAMPLESDIR%%/richtext/textobject/files -@dirrm %%EXAMPLESDIR%%/richtext/textobject -@dirrm %%EXAMPLESDIR%%/richtext -@dirrm %%EXAMPLESDIR%%/pyuic -@dirrm %%EXAMPLESDIR%%/phonon -@dirrm %%EXAMPLESDIR%%/painting/svgviewer/files -@dirrm %%EXAMPLESDIR%%/painting/svgviewer -@dirrm %%EXAMPLESDIR%%/painting/basicdrawing/images -@dirrm %%EXAMPLESDIR%%/painting/basicdrawing -@dirrm %%EXAMPLESDIR%%/painting -@dirrm %%EXAMPLESDIR%%/opengl/textures/images -@dirrm %%EXAMPLESDIR%%/opengl/textures -@dirrm %%EXAMPLESDIR%%/opengl -@dirrm %%EXAMPLESDIR%%/network/http -@dirrm %%EXAMPLESDIR%%/network/ftp/images -@dirrm %%EXAMPLESDIR%%/network/ftp -@dirrm %%EXAMPLESDIR%%/network -@dirrm %%EXAMPLESDIR%%/mainwindows/sdi/images -@dirrm %%EXAMPLESDIR%%/mainwindows/sdi -@dirrm %%EXAMPLESDIR%%/mainwindows/mdi/images -@dirrm %%EXAMPLESDIR%%/mainwindows/mdi -@dirrm %%EXAMPLESDIR%%/mainwindows/dockwidgets/images -@dirrm %%EXAMPLESDIR%%/mainwindows/dockwidgets -@dirrm %%EXAMPLESDIR%%/mainwindows/application/images -@dirrm %%EXAMPLESDIR%%/mainwindows/application -@dirrm %%EXAMPLESDIR%%/mainwindows -@dirrm %%EXAMPLESDIR%%/layouts -@dirrm %%EXAMPLESDIR%%/itemviews/simpletreemodel -@dirrm %%EXAMPLESDIR%%/itemviews/puzzle -@dirrm %%EXAMPLESDIR%%/itemviews/pixelator/images -@dirrm %%EXAMPLESDIR%%/itemviews/pixelator -@dirrm %%EXAMPLESDIR%%/itemviews/editabletreemodel -@dirrm %%EXAMPLESDIR%%/itemviews/chart -@dirrm %%EXAMPLESDIR%%/itemviews -@dirrm %%EXAMPLESDIR%%/ipc/sharedmemory -@dirrm %%EXAMPLESDIR%%/ipc -@dirrm %%EXAMPLESDIR%%/graphicsview/padnavigator/images -@dirrm %%EXAMPLESDIR%%/graphicsview/padnavigator -@dirrm %%EXAMPLESDIR%%/graphicsview/dragdroprobot/images -@dirrm %%EXAMPLESDIR%%/graphicsview/dragdroprobot -@dirrm %%EXAMPLESDIR%%/graphicsview/diagramscene/images -@dirrm %%EXAMPLESDIR%%/graphicsview/diagramscene -@dirrm %%EXAMPLESDIR%%/graphicsview/collidingmice/images -@dirrm %%EXAMPLESDIR%%/graphicsview/collidingmice -@dirrm %%EXAMPLESDIR%%/graphicsview -@dirrm %%EXAMPLESDIR%%/effects -@dirrm %%EXAMPLESDIR%%/draganddrop/puzzle -@dirrm %%EXAMPLESDIR%%/draganddrop/fridgemagnets -@dirrm %%EXAMPLESDIR%%/draganddrop/draggabletext -@dirrm %%EXAMPLESDIR%%/draganddrop/draggableicons/images -@dirrm %%EXAMPLESDIR%%/draganddrop/draggableicons -@dirrm %%EXAMPLESDIR%%/draganddrop/delayedencoding/images -@dirrm %%EXAMPLESDIR%%/draganddrop/delayedencoding -@dirrm %%EXAMPLESDIR%%/draganddrop -@dirrm %%EXAMPLESDIR%%/dialogs/configdialog/images -@dirrm %%EXAMPLESDIR%%/dialogs/configdialog -@dirrm %%EXAMPLESDIR%%/dialogs/classwizard/images -@dirrm %%EXAMPLESDIR%%/dialogs/classwizard -@dirrm %%EXAMPLESDIR%%/dialogs -@dirrm %%EXAMPLESDIR%%/desktop/systray/images -@dirrm %%EXAMPLESDIR%%/desktop/systray -@dirrm %%EXAMPLESDIR%%/desktop -@dirrm %%EXAMPLESDIR%%/designer/plugins/widgets -@dirrm %%EXAMPLESDIR%%/designer/plugins/python -@dirrm %%EXAMPLESDIR%%/designer/plugins -@dirrm %%EXAMPLESDIR%%/designer/calculatorform -@dirrm %%EXAMPLESDIR%%/designer -@dirrm %%EXAMPLESDIR%%/demos/textedit/images/win -@dirrm %%EXAMPLESDIR%%/demos/textedit/images/mac -@dirrm %%EXAMPLESDIR%%/demos/textedit/images -@dirrm %%EXAMPLESDIR%%/demos/textedit -@dirrm %%EXAMPLESDIR%%/demos/qtdemo/xml -@dirrm %%EXAMPLESDIR%%/demos/qtdemo/images -@dirrm %%EXAMPLESDIR%%/demos/qtdemo -@dirrm %%EXAMPLESDIR%%/demos/embeddeddialogs -@dirrm %%EXAMPLESDIR%%/demos/embedded -@dirrm %%EXAMPLESDIR%%/demos/declarative/samegame/highscores -@dirrm %%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics -@dirrm %%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore -@dirrm %%EXAMPLESDIR%%/demos/declarative/samegame -@dirrm %%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics -@dirrm %%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore -@dirrm %%EXAMPLESDIR%%/demos/declarative/minehunt -@dirrm %%EXAMPLESDIR%%/demos/declarative -@dirrm %%EXAMPLESDIR%%/demos -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/tabwidget -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/spinner/content -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/spinner -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/slideswitch/content -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/slideswitch -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/searchbox/images -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/searchbox -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/scrollbar/pics -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/scrollbar -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/progressbar/content -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/progressbar -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/flipable/content -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/flipable -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content -@dirrm %%EXAMPLESDIR%%/declarative/ui-components/dialcontrol -@dirrm %%EXAMPLESDIR%%/declarative/ui-components -@dirrm %%EXAMPLESDIR%%/declarative/toys/tvtennis -@dirrm %%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/pics -@dirrm %%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content -@dirrm %%EXAMPLESDIR%%/declarative/toys/tic-tac-toe -@dirrm %%EXAMPLESDIR%%/declarative/toys/dynamicscene/qml -@dirrm %%EXAMPLESDIR%%/declarative/toys/dynamicscene/images -@dirrm %%EXAMPLESDIR%%/declarative/toys/dynamicscene -@dirrm %%EXAMPLESDIR%%/declarative/toys/corkboards -@dirrm %%EXAMPLESDIR%%/declarative/toys/clocks/content -@dirrm %%EXAMPLESDIR%%/declarative/toys/clocks -@dirrm %%EXAMPLESDIR%%/declarative/toys -@dirrm %%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel -@dirrm %%EXAMPLESDIR%%/declarative/modelviews -@dirrm %%EXAMPLESDIR%%/declarative -@dirrm %%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller -@dirrm %%EXAMPLESDIR%%/dbus/remotecontrolledcar/car -@dirrm %%EXAMPLESDIR%%/dbus/remotecontrolledcar -@dirrm %%EXAMPLESDIR%%/dbus/pingpong -@dirrm %%EXAMPLESDIR%%/dbus/chat -@dirrm %%EXAMPLESDIR%%/dbus -@dirrm %%EXAMPLESDIR%%/animation/stickman/animations -@dirrm %%EXAMPLESDIR%%/animation/stickman -@dirrm %%EXAMPLESDIR%%/animation/states -@dirrm %%EXAMPLESDIR%%/animation/easing/images -@dirrm %%EXAMPLESDIR%%/animation/easing -@dirrm %%EXAMPLESDIR%%/animation/appchooser -@dirrm %%EXAMPLESDIR%%/animation/animatedtiles/images -@dirrm %%EXAMPLESDIR%%/animation/animatedtiles -@dirrm %%EXAMPLESDIR%%/animation -@dirrm %%EXAMPLESDIR%%/activeqt/webbrowser/icons -@dirrm %%EXAMPLESDIR%%/activeqt/webbrowser -@dirrm %%EXAMPLESDIR%%/activeqt -@dirrm %%EXAMPLESDIR%% diff --git a/misc/py-qt4-doc/Makefile b/misc/py-qt4-doc/Makefile index 4ee3e85e8095..f7bf7297227f 100644 --- a/misc/py-qt4-doc/Makefile +++ b/misc/py-qt4-doc/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-qt4-doc -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= doc @@ -20,6 +17,7 @@ NO_BUILD= yes USE_PYTHON= 2.5+ DOCSDIR= ${PREFIX}/share/doc/py-qt4 +PORTDOCS= * do-install: cd ${WRKSRC} &&\ @@ -31,5 +29,5 @@ do-install: ${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${DOCSDIR} -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.mk> diff --git a/misc/py-qt4-doc/pkg-descr b/misc/py-qt4-doc/pkg-descr index 52a7e5433786..26e6e5532877 100644 --- a/misc/py-qt4-doc/pkg-descr +++ b/misc/py-qt4-doc/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the PyQt4 documentation. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/misc/py-qt4-doc/pkg-plist b/misc/py-qt4-doc/pkg-plist deleted file mode 100644 index 536ccdc9f47a..000000000000 --- a/misc/py-qt4-doc/pkg-plist +++ /dev/null @@ -1,1329 +0,0 @@ -%%DOCSDIR%%/GPL_EXCEPTION.TXT -%%DOCSDIR%%/GPL_EXCEPTION_ADDENDUM.TXT -%%DOCSDIR%%/LICENSE.GPL2 -%%DOCSDIR%%/LICENSE.GPL3 -%%DOCSDIR%%/NEWS -%%DOCSDIR%%/OPENSOURCE-NOTICE.TXT -%%DOCSDIR%%/README -%%DOCSDIR%%/THANKS -%%DOCSDIR%%/html/_sources/buffer_interface.txt -%%DOCSDIR%%/html/_sources/build_system.txt -%%DOCSDIR%%/html/_sources/dbus.txt -%%DOCSDIR%%/html/_sources/deploy_commercial.txt -%%DOCSDIR%%/html/_sources/designer.txt -%%DOCSDIR%%/html/_sources/gotchas.txt -%%DOCSDIR%%/html/_sources/i18n.txt -%%DOCSDIR%%/html/_sources/incompatibilities.txt -%%DOCSDIR%%/html/_sources/incompatible_apis.txt -%%DOCSDIR%%/html/_sources/index.txt -%%DOCSDIR%%/html/_sources/installation.txt -%%DOCSDIR%%/html/_sources/introduction.txt -%%DOCSDIR%%/html/_sources/keyword_arguments.txt -%%DOCSDIR%%/html/_sources/new_style_signals_slots.txt -%%DOCSDIR%%/html/_sources/old_style_signals_slots.txt -%%DOCSDIR%%/html/_sources/pickle.txt -%%DOCSDIR%%/html/_sources/python_shell.txt -%%DOCSDIR%%/html/_sources/python_v3.txt -%%DOCSDIR%%/html/_sources/qml.txt -%%DOCSDIR%%/html/_sources/qsettings.txt -%%DOCSDIR%%/html/_sources/qt_properties.txt -%%DOCSDIR%%/html/_sources/qvariant.txt -%%DOCSDIR%%/html/_sources/resources.txt -%%DOCSDIR%%/html/_sources/webkit.txt -%%DOCSDIR%%/html/_static/ajax-loader.gif -%%DOCSDIR%%/html/_static/basic.css -%%DOCSDIR%%/html/_static/comment-bright.png -%%DOCSDIR%%/html/_static/comment-close.png -%%DOCSDIR%%/html/_static/comment.png -%%DOCSDIR%%/html/_static/default.css -%%DOCSDIR%%/html/_static/doctools.js -%%DOCSDIR%%/html/_static/down-pressed.png -%%DOCSDIR%%/html/_static/down.png -%%DOCSDIR%%/html/_static/file.png -%%DOCSDIR%%/html/_static/jquery.js -%%DOCSDIR%%/html/_static/logo.png -%%DOCSDIR%%/html/_static/logo_tn.ico -%%DOCSDIR%%/html/_static/minus.png -%%DOCSDIR%%/html/_static/plus.png -%%DOCSDIR%%/html/_static/pygments.css -%%DOCSDIR%%/html/_static/searchtools.js -%%DOCSDIR%%/html/_static/sidebar.js -%%DOCSDIR%%/html/_static/underscore.js -%%DOCSDIR%%/html/_static/up-pressed.png -%%DOCSDIR%%/html/_static/up.png -%%DOCSDIR%%/html/_static/websupport.js -%%DOCSDIR%%/html/assistant-manual.html -%%DOCSDIR%%/html/buffer_interface.html -%%DOCSDIR%%/html/build_system.html -%%DOCSDIR%%/html/classes.html -%%DOCSDIR%%/html/dbus.html -%%DOCSDIR%%/html/deploy_commercial.html -%%DOCSDIR%%/html/designer.html -%%DOCSDIR%%/html/genindex.html -%%DOCSDIR%%/html/gotchas.html -%%DOCSDIR%%/html/i18n.html -%%DOCSDIR%%/html/images/alphafill.png -%%DOCSDIR%%/html/images/assistant-toolbar.png -%%DOCSDIR%%/html/images/bearings.png -%%DOCSDIR%%/html/images/brush-outline.png -%%DOCSDIR%%/html/images/brush-styles.png -%%DOCSDIR%%/html/images/buttonbox-gnomelayout-horizontal.png -%%DOCSDIR%%/html/images/buttonbox-gnomelayout-vertical.png -%%DOCSDIR%%/html/images/buttonbox-kdelayout-horizontal.png -%%DOCSDIR%%/html/images/buttonbox-kdelayout-vertical.png -%%DOCSDIR%%/html/images/buttonbox-mac-modeless-horizontal.png -%%DOCSDIR%%/html/images/buttonbox-maclayout-horizontal.png -%%DOCSDIR%%/html/images/buttonbox-maclayout-vertical.png -%%DOCSDIR%%/html/images/buttonbox-winlayout-horizontal.png -%%DOCSDIR%%/html/images/buttonbox-winlayout-vertical.png -%%DOCSDIR%%/html/images/cde-lcdnumber.png -%%DOCSDIR%%/html/images/checkboxes-exclusive.png -%%DOCSDIR%%/html/images/checkboxes-non-exclusive.png -%%DOCSDIR%%/html/images/cleanlooks-calendarwidget.png -%%DOCSDIR%%/html/images/cleanlooks-pushbutton-menu.png -%%DOCSDIR%%/html/images/conceptaudio.png -%%DOCSDIR%%/html/images/conceptvideo.png -%%DOCSDIR%%/html/images/containerextension-example.png -%%DOCSDIR%%/html/images/cursor-arrow.png -%%DOCSDIR%%/html/images/cursor-busy.png -%%DOCSDIR%%/html/images/cursor-closedhand.png -%%DOCSDIR%%/html/images/cursor-cross.png -%%DOCSDIR%%/html/images/cursor-forbidden.png -%%DOCSDIR%%/html/images/cursor-hand.png -%%DOCSDIR%%/html/images/cursor-hsplit.png -%%DOCSDIR%%/html/images/cursor-ibeam.png -%%DOCSDIR%%/html/images/cursor-openhand.png -%%DOCSDIR%%/html/images/cursor-sizeall.png -%%DOCSDIR%%/html/images/cursor-sizeb.png -%%DOCSDIR%%/html/images/cursor-sizef.png -%%DOCSDIR%%/html/images/cursor-sizeh.png -%%DOCSDIR%%/html/images/cursor-sizev.png -%%DOCSDIR%%/html/images/cursor-uparrow.png -%%DOCSDIR%%/html/images/cursor-vsplit.png -%%DOCSDIR%%/html/images/cursor-wait.png -%%DOCSDIR%%/html/images/cursor-whatsthis.png -%%DOCSDIR%%/html/images/effectwidget.png -%%DOCSDIR%%/html/images/filedialogurls.png -%%DOCSDIR%%/html/images/foreignkeys.png -%%DOCSDIR%%/html/images/frames.png -%%DOCSDIR%%/html/images/graphicseffect-blur.png -%%DOCSDIR%%/html/images/graphicseffect-colorize.png -%%DOCSDIR%%/html/images/graphicseffect-drop-shadow.png -%%DOCSDIR%%/html/images/graphicseffect-opacity.png -%%DOCSDIR%%/html/images/graphicseffect-plain.png -%%DOCSDIR%%/html/images/graphicseffect-widget.png -%%DOCSDIR%%/html/images/graphicsview-ellipseitem-pie.png -%%DOCSDIR%%/html/images/graphicsview-ellipseitem.png -%%DOCSDIR%%/html/images/graphicsview-items.png -%%DOCSDIR%%/html/images/graphicsview-lineitem.png -%%DOCSDIR%%/html/images/graphicsview-parentchild.png -%%DOCSDIR%%/html/images/graphicsview-pathitem.png -%%DOCSDIR%%/html/images/graphicsview-pixmapitem.png -%%DOCSDIR%%/html/images/graphicsview-polygonitem.png -%%DOCSDIR%%/html/images/graphicsview-rectitem.png -%%DOCSDIR%%/html/images/graphicsview-simpletextitem.png -%%DOCSDIR%%/html/images/graphicsview-textitem.png -%%DOCSDIR%%/html/images/graphicsview-view.png -%%DOCSDIR%%/html/images/graphicsview-zorder.png -%%DOCSDIR%%/html/images/gridlayout.png -%%DOCSDIR%%/html/images/hoverevents.png -%%DOCSDIR%%/html/images/httpstack.png -%%DOCSDIR%%/html/images/icon.png -%%DOCSDIR%%/html/images/imageprovider.png -%%DOCSDIR%%/html/images/inputdialogs.png -%%DOCSDIR%%/html/images/insertrowinmodelview.png -%%DOCSDIR%%/html/images/licensewizard-flow.png -%%DOCSDIR%%/html/images/macintosh-checkbox.png -%%DOCSDIR%%/html/images/macintosh-dateedit.png -%%DOCSDIR%%/html/images/macintosh-datetimeedit.png -%%DOCSDIR%%/html/images/macintosh-dial.png -%%DOCSDIR%%/html/images/macintosh-groupbox.png -%%DOCSDIR%%/html/images/macintosh-horizontalscrollbar.png -%%DOCSDIR%%/html/images/macintosh-label.png -%%DOCSDIR%%/html/images/macintosh-lcdnumber.png -%%DOCSDIR%%/html/images/macintosh-lineedit.png -%%DOCSDIR%%/html/images/macintosh-listview.png -%%DOCSDIR%%/html/images/macintosh-menu.png -%%DOCSDIR%%/html/images/macintosh-progressbar.png -%%DOCSDIR%%/html/images/macintosh-pushbutton.png -%%DOCSDIR%%/html/images/macintosh-radiobutton.png -%%DOCSDIR%%/html/images/macintosh-slider.png -%%DOCSDIR%%/html/images/macintosh-spinbox.png -%%DOCSDIR%%/html/images/macintosh-tableview.png -%%DOCSDIR%%/html/images/macintosh-tabwidget.png -%%DOCSDIR%%/html/images/macintosh-timeedit.png -%%DOCSDIR%%/html/images/macintosh-treeview.png -%%DOCSDIR%%/html/images/mainwindow-docks.png -%%DOCSDIR%%/html/images/mainwindowlayout.png -%%DOCSDIR%%/html/images/mdi-cascade.png -%%DOCSDIR%%/html/images/mdi-tile.png -%%DOCSDIR%%/html/images/modelindex-no-parent.png -%%DOCSDIR%%/html/images/modelview-begin-append-columns.png -%%DOCSDIR%%/html/images/modelview-begin-append-rows.png -%%DOCSDIR%%/html/images/modelview-begin-insert-columns.png -%%DOCSDIR%%/html/images/modelview-begin-insert-rows.png -%%DOCSDIR%%/html/images/modelview-begin-remove-columns.png -%%DOCSDIR%%/html/images/modelview-begin-remove-rows.png -%%DOCSDIR%%/html/images/modelview-move-rows-1.png -%%DOCSDIR%%/html/images/modelview-move-rows-2.png -%%DOCSDIR%%/html/images/modelview-move-rows-3.png -%%DOCSDIR%%/html/images/modelview-move-rows-4.png -%%DOCSDIR%%/html/images/motif-lcdnumber.png -%%DOCSDIR%%/html/images/motif-menubar.png -%%DOCSDIR%%/html/images/msgbox1.png -%%DOCSDIR%%/html/images/msgbox2.png -%%DOCSDIR%%/html/images/msgbox3.png -%%DOCSDIR%%/html/images/msgbox4.png -%%DOCSDIR%%/html/images/noforeignkeys.png -%%DOCSDIR%%/html/images/palette.png -%%DOCSDIR%%/html/images/pangesture.png -%%DOCSDIR%%/html/images/parent-child-widgets.png -%%DOCSDIR%%/html/images/patternist-wordProcessor.png -%%DOCSDIR%%/html/images/pinchgesture.png -%%DOCSDIR%%/html/images/plastique-checkbox.png -%%DOCSDIR%%/html/images/plastique-colordialog.png -%%DOCSDIR%%/html/images/plastique-dateedit.png -%%DOCSDIR%%/html/images/plastique-datetimeedit.png -%%DOCSDIR%%/html/images/plastique-dial.png -%%DOCSDIR%%/html/images/plastique-fontdialog.png -%%DOCSDIR%%/html/images/plastique-groupbox.png -%%DOCSDIR%%/html/images/plastique-horizontalscrollbar.png -%%DOCSDIR%%/html/images/plastique-label.png -%%DOCSDIR%%/html/images/plastique-lcdnumber.png -%%DOCSDIR%%/html/images/plastique-lineedit.png -%%DOCSDIR%%/html/images/plastique-listview.png -%%DOCSDIR%%/html/images/plastique-menu.png -%%DOCSDIR%%/html/images/plastique-menubar.png -%%DOCSDIR%%/html/images/plastique-printdialog-properties.png -%%DOCSDIR%%/html/images/plastique-printdialog.png -%%DOCSDIR%%/html/images/plastique-progressbar.png -%%DOCSDIR%%/html/images/plastique-progressdialog.png -%%DOCSDIR%%/html/images/plastique-pushbutton-menu.png -%%DOCSDIR%%/html/images/plastique-pushbutton.png -%%DOCSDIR%%/html/images/plastique-radiobutton.png -%%DOCSDIR%%/html/images/plastique-sizegrip.png -%%DOCSDIR%%/html/images/plastique-slider.png -%%DOCSDIR%%/html/images/plastique-spinbox.png -%%DOCSDIR%%/html/images/plastique-statusbar.png -%%DOCSDIR%%/html/images/plastique-tabbar-truncated.png -%%DOCSDIR%%/html/images/plastique-tabbar.png -%%DOCSDIR%%/html/images/plastique-tableview.png -%%DOCSDIR%%/html/images/plastique-tabwidget.png -%%DOCSDIR%%/html/images/plastique-timeedit.png -%%DOCSDIR%%/html/images/plastique-treeview.png -%%DOCSDIR%%/html/images/propagation-custom.png -%%DOCSDIR%%/html/images/propagation-standard.png -%%DOCSDIR%%/html/images/qactiongroup-align.png -%%DOCSDIR%%/html/images/qcalendarwidget-grid.png -%%DOCSDIR%%/html/images/qcolor-cmyk.png -%%DOCSDIR%%/html/images/qcolor-hsv.png -%%DOCSDIR%%/html/images/qcolor-hue.png -%%DOCSDIR%%/html/images/qcolor-rgb.png -%%DOCSDIR%%/html/images/qcolor-saturation.png -%%DOCSDIR%%/html/images/qcolor-value.png -%%DOCSDIR%%/html/images/qcolumnview.png -%%DOCSDIR%%/html/images/qconicalgradient.png -%%DOCSDIR%%/html/images/qdesktopwidget.png -%%DOCSDIR%%/html/images/qeasingcurve-inback.png -%%DOCSDIR%%/html/images/qeasingcurve-inbounce.png -%%DOCSDIR%%/html/images/qeasingcurve-incirc.png -%%DOCSDIR%%/html/images/qeasingcurve-incubic.png -%%DOCSDIR%%/html/images/qeasingcurve-inelastic.png -%%DOCSDIR%%/html/images/qeasingcurve-inexpo.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutback.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutbounce.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutcirc.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutcubic.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutelastic.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutexpo.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutquad.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutquart.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutquint.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutsine.png -%%DOCSDIR%%/html/images/qeasingcurve-inquad.png -%%DOCSDIR%%/html/images/qeasingcurve-inquart.png -%%DOCSDIR%%/html/images/qeasingcurve-inquint.png -%%DOCSDIR%%/html/images/qeasingcurve-insine.png -%%DOCSDIR%%/html/images/qeasingcurve-linear.png -%%DOCSDIR%%/html/images/qeasingcurve-outback.png -%%DOCSDIR%%/html/images/qeasingcurve-outbounce.png -%%DOCSDIR%%/html/images/qeasingcurve-outcirc.png -%%DOCSDIR%%/html/images/qeasingcurve-outcubic.png -%%DOCSDIR%%/html/images/qeasingcurve-outelastic.png -%%DOCSDIR%%/html/images/qeasingcurve-outexpo.png -%%DOCSDIR%%/html/images/qeasingcurve-outinback.png -%%DOCSDIR%%/html/images/qeasingcurve-outinbounce.png -%%DOCSDIR%%/html/images/qeasingcurve-outincirc.png -%%DOCSDIR%%/html/images/qeasingcurve-outincubic.png -%%DOCSDIR%%/html/images/qeasingcurve-outinelastic.png -%%DOCSDIR%%/html/images/qeasingcurve-outinexpo.png -%%DOCSDIR%%/html/images/qeasingcurve-outinquad.png -%%DOCSDIR%%/html/images/qeasingcurve-outinquart.png -%%DOCSDIR%%/html/images/qeasingcurve-outinquint.png -%%DOCSDIR%%/html/images/qeasingcurve-outinsine.png -%%DOCSDIR%%/html/images/qeasingcurve-outquad.png -%%DOCSDIR%%/html/images/qeasingcurve-outquart.png -%%DOCSDIR%%/html/images/qeasingcurve-outquint.png -%%DOCSDIR%%/html/images/qeasingcurve-outsine.png -%%DOCSDIR%%/html/images/qerrormessage.png -%%DOCSDIR%%/html/images/qformlayout-kde.png -%%DOCSDIR%%/html/images/qformlayout-mac.png -%%DOCSDIR%%/html/images/qformlayout-qpe.png -%%DOCSDIR%%/html/images/qformlayout-win.png -%%DOCSDIR%%/html/images/qgradient-conical.png -%%DOCSDIR%%/html/images/qgradient-linear.png -%%DOCSDIR%%/html/images/qgradient-radial.png -%%DOCSDIR%%/html/images/qgraphicsproxywidget-embed.png -%%DOCSDIR%%/html/images/qhboxlayout-with-5-children.png -%%DOCSDIR%%/html/images/qimage-32bit_scaled.png -%%DOCSDIR%%/html/images/qimage-8bit_scaled.png -%%DOCSDIR%%/html/images/qimage-scaling.png -%%DOCSDIR%%/html/images/qline-coordinates.png -%%DOCSDIR%%/html/images/qline-point.png -%%DOCSDIR%%/html/images/qlineargradient-pad.png -%%DOCSDIR%%/html/images/qlineargradient-reflect.png -%%DOCSDIR%%/html/images/qlineargradient-repeat.png -%%DOCSDIR%%/html/images/qlinef-bounded.png -%%DOCSDIR%%/html/images/qlinef-normalvector.png -%%DOCSDIR%%/html/images/qlinef-unbounded.png -%%DOCSDIR%%/html/images/qmatrix-combinedtransformation.png -%%DOCSDIR%%/html/images/qmatrix-representation.png -%%DOCSDIR%%/html/images/qmatrix-simpletransformation.png -%%DOCSDIR%%/html/images/qmdisubwindowlayout.png -%%DOCSDIR%%/html/images/qmessagebox-crit.png -%%DOCSDIR%%/html/images/qmessagebox-info.png -%%DOCSDIR%%/html/images/qmessagebox-quest.png -%%DOCSDIR%%/html/images/qmessagebox-warn.png -%%DOCSDIR%%/html/images/qpainter-affinetransformations.png -%%DOCSDIR%%/html/images/qpainter-arc.png -%%DOCSDIR%%/html/images/qpainter-basicdrawing.png -%%DOCSDIR%%/html/images/qpainter-chord.png -%%DOCSDIR%%/html/images/qpainter-clock.png -%%DOCSDIR%%/html/images/qpainter-compositiondemo.png -%%DOCSDIR%%/html/images/qpainter-compositionmode1.png -%%DOCSDIR%%/html/images/qpainter-compositionmode2.png -%%DOCSDIR%%/html/images/qpainter-concentriccircles.png -%%DOCSDIR%%/html/images/qpainter-ellipse.png -%%DOCSDIR%%/html/images/qpainter-gradients.png -%%DOCSDIR%%/html/images/qpainter-line.png -%%DOCSDIR%%/html/images/qpainter-painterpaths.png -%%DOCSDIR%%/html/images/qpainter-path.png -%%DOCSDIR%%/html/images/qpainter-pathstroking.png -%%DOCSDIR%%/html/images/qpainter-pie.png -%%DOCSDIR%%/html/images/qpainter-polygon.png -%%DOCSDIR%%/html/images/qpainter-rectangle.png -%%DOCSDIR%%/html/images/qpainter-rotation.png -%%DOCSDIR%%/html/images/qpainter-roundrect.png -%%DOCSDIR%%/html/images/qpainter-scale.png -%%DOCSDIR%%/html/images/qpainter-translation.png -%%DOCSDIR%%/html/images/qpainter-vectordeformation.png -%%DOCSDIR%%/html/images/qpainterpath-addellipse.png -%%DOCSDIR%%/html/images/qpainterpath-addpolygon.png -%%DOCSDIR%%/html/images/qpainterpath-addrectangle.png -%%DOCSDIR%%/html/images/qpainterpath-addtext.png -%%DOCSDIR%%/html/images/qpainterpath-arcto.png -%%DOCSDIR%%/html/images/qpainterpath-construction.png -%%DOCSDIR%%/html/images/qpainterpath-cubicto.png -%%DOCSDIR%%/html/images/qpainterpath-demo.png -%%DOCSDIR%%/html/images/qpainterpath-example.png -%%DOCSDIR%%/html/images/qpen-bevel.png -%%DOCSDIR%%/html/images/qpen-custom.png -%%DOCSDIR%%/html/images/qpen-dash.png -%%DOCSDIR%%/html/images/qpen-dashdot.png -%%DOCSDIR%%/html/images/qpen-dashdotdot.png -%%DOCSDIR%%/html/images/qpen-dashpattern.png -%%DOCSDIR%%/html/images/qpen-demo.png -%%DOCSDIR%%/html/images/qpen-dot.png -%%DOCSDIR%%/html/images/qpen-flat.png -%%DOCSDIR%%/html/images/qpen-miter.png -%%DOCSDIR%%/html/images/qpen-miterlimit.png -%%DOCSDIR%%/html/images/qpen-roundcap.png -%%DOCSDIR%%/html/images/qpen-roundjoin.png -%%DOCSDIR%%/html/images/qpen-solid.png -%%DOCSDIR%%/html/images/qpen-square.png -%%DOCSDIR%%/html/images/qradialgradient-pad.png -%%DOCSDIR%%/html/images/qradialgradient-reflect.png -%%DOCSDIR%%/html/images/qradialgradient-repeat.png -%%DOCSDIR%%/html/images/qrect-coordinates.png -%%DOCSDIR%%/html/images/qrect-diagram-one.png -%%DOCSDIR%%/html/images/qrect-diagram-three.png -%%DOCSDIR%%/html/images/qrect-diagram-two.png -%%DOCSDIR%%/html/images/qrect-diagram-zero.png -%%DOCSDIR%%/html/images/qrect-intersect.png -%%DOCSDIR%%/html/images/qrect-unite.png -%%DOCSDIR%%/html/images/qrectf-coordinates.png -%%DOCSDIR%%/html/images/qrectf-diagram-one.png -%%DOCSDIR%%/html/images/qrectf-diagram-three.png -%%DOCSDIR%%/html/images/qrectf-diagram-two.png -%%DOCSDIR%%/html/images/qscrollarea-noscrollbars.png -%%DOCSDIR%%/html/images/qscrollarea-onescrollbar.png -%%DOCSDIR%%/html/images/qscrollarea-twoscrollbars.png -%%DOCSDIR%%/html/images/qscrollbar-picture.png -%%DOCSDIR%%/html/images/qscrollbar-values.png -%%DOCSDIR%%/html/images/qsortfilterproxymodel-sorting.png -%%DOCSDIR%%/html/images/qspinbox-plusminus.png -%%DOCSDIR%%/html/images/qspinbox-updown.png -%%DOCSDIR%%/html/images/qstatustipevent-action.png -%%DOCSDIR%%/html/images/qstatustipevent-widget.png -%%DOCSDIR%%/html/images/qstyle-comboboxes.png -%%DOCSDIR%%/html/images/qstyleoptiontoolbar-position.png -%%DOCSDIR%%/html/images/qt-colors.png -%%DOCSDIR%%/html/images/qt-fillrule-oddeven.png -%%DOCSDIR%%/html/images/qt-fillrule-winding.png -%%DOCSDIR%%/html/images/qtabletevent-tilt.png -%%DOCSDIR%%/html/images/qtableview-resized.png -%%DOCSDIR%%/html/images/qtextblock-sequence.png -%%DOCSDIR%%/html/images/qtextfragment-split.png -%%DOCSDIR%%/html/images/qtextframe-style.png -%%DOCSDIR%%/html/images/qtexttableformat-cell.png -%%DOCSDIR%%/html/images/qtransform-combinedtransformation.png -%%DOCSDIR%%/html/images/qtransform-combinedtransformation2.png -%%DOCSDIR%%/html/images/qtransform-representation.png -%%DOCSDIR%%/html/images/qtransform-simpletransformation.png -%%DOCSDIR%%/html/images/qtwizard-aero1.png -%%DOCSDIR%%/html/images/qtwizard-aero2.png -%%DOCSDIR%%/html/images/qtwizard-classic1.png -%%DOCSDIR%%/html/images/qtwizard-classic2.png -%%DOCSDIR%%/html/images/qtwizard-mac1.png -%%DOCSDIR%%/html/images/qtwizard-mac2.png -%%DOCSDIR%%/html/images/qtwizard-macpage.png -%%DOCSDIR%%/html/images/qtwizard-modern1.png -%%DOCSDIR%%/html/images/qtwizard-modern2.png -%%DOCSDIR%%/html/images/qtwizard-nonmacpage.png -%%DOCSDIR%%/html/images/qundoview.png -%%DOCSDIR%%/html/images/qurl-authority.png -%%DOCSDIR%%/html/images/qurl-authority2.png -%%DOCSDIR%%/html/images/qurl-authority3.png -%%DOCSDIR%%/html/images/qurl-fragment.png -%%DOCSDIR%%/html/images/qurl-ftppath.png -%%DOCSDIR%%/html/images/qurl-mailtopath.png -%%DOCSDIR%%/html/images/qurl-querystring.png -%%DOCSDIR%%/html/images/qvboxlayout-with-5-children.png -%%DOCSDIR%%/html/images/qwebview-diagram.png -%%DOCSDIR%%/html/images/qwebview-url.png -%%DOCSDIR%%/html/images/rb-logo.png -%%DOCSDIR%%/html/images/relationaltable.png -%%DOCSDIR%%/html/images/rintersect.png -%%DOCSDIR%%/html/images/roaming-states.png -%%DOCSDIR%%/html/images/rsubtract.png -%%DOCSDIR%%/html/images/runion.png -%%DOCSDIR%%/html/images/rxor.png -%%DOCSDIR%%/html/images/simpleanchorlayout-example.png -%%DOCSDIR%%/html/images/swipegesture.png -%%DOCSDIR%%/html/images/system-tray.png -%%DOCSDIR%%/html/images/taskmenuextension-example-faded.png -%%DOCSDIR%%/html/images/tcpstream.png -%%DOCSDIR%%/html/images/texttable-merge.png -%%DOCSDIR%%/html/images/texttable-split.png -%%DOCSDIR%%/html/images/udppackets.png -%%DOCSDIR%%/html/images/whatsthis.png -%%DOCSDIR%%/html/images/widgetdelegate.png -%%DOCSDIR%%/html/images/windows-checkbox.png -%%DOCSDIR%%/html/images/windows-lcdnumber.png -%%DOCSDIR%%/html/images/windows-lineedit.png -%%DOCSDIR%%/html/images/windows-radiobutton.png -%%DOCSDIR%%/html/images/windows-slider.png -%%DOCSDIR%%/html/images/windowsxp-dateedit.png -%%DOCSDIR%%/html/images/windowsxp-datetimeedit.png -%%DOCSDIR%%/html/images/windowsxp-dial.png -%%DOCSDIR%%/html/images/windowsxp-fontcombobox.png -%%DOCSDIR%%/html/images/windowsxp-groupbox.png -%%DOCSDIR%%/html/images/windowsxp-horizontalscrollbar.png -%%DOCSDIR%%/html/images/windowsxp-label.png -%%DOCSDIR%%/html/images/windowsxp-lcdnumber.png -%%DOCSDIR%%/html/images/windowsxp-listview.png -%%DOCSDIR%%/html/images/windowsxp-menu.png -%%DOCSDIR%%/html/images/windowsxp-progressbar.png -%%DOCSDIR%%/html/images/windowsxp-pushbutton.png -%%DOCSDIR%%/html/images/windowsxp-spinbox.png -%%DOCSDIR%%/html/images/windowsxp-tableview.png -%%DOCSDIR%%/html/images/windowsxp-tabwidget.png -%%DOCSDIR%%/html/images/windowsxp-timeedit.png -%%DOCSDIR%%/html/images/windowsxp-treeview.png -%%DOCSDIR%%/html/incompatibilities.html -%%DOCSDIR%%/html/incompatible_apis.html -%%DOCSDIR%%/html/index.html -%%DOCSDIR%%/html/installation.html -%%DOCSDIR%%/html/introduction.html -%%DOCSDIR%%/html/keyword_arguments.html -%%DOCSDIR%%/html/modules.html -%%DOCSDIR%%/html/new_style_signals_slots.html -%%DOCSDIR%%/html/objects.inv -%%DOCSDIR%%/html/old_style_signals_slots.html -%%DOCSDIR%%/html/phonon-abstractaudiooutput.html -%%DOCSDIR%%/html/phonon-abstractvideooutput.html -%%DOCSDIR%%/html/phonon-audiocapturedevice.html -%%DOCSDIR%%/html/phonon-audiochanneldescription.html -%%DOCSDIR%%/html/phonon-audiooutput.html -%%DOCSDIR%%/html/phonon-audiooutputdevice.html -%%DOCSDIR%%/html/phonon-audiooutputdevicemodel.html -%%DOCSDIR%%/html/phonon-backendcapabilities-notifier.html -%%DOCSDIR%%/html/phonon-backendcapabilities.html -%%DOCSDIR%%/html/phonon-effect.html -%%DOCSDIR%%/html/phonon-effectdescription.html -%%DOCSDIR%%/html/phonon-effectdescriptionmodel.html -%%DOCSDIR%%/html/phonon-effectparameter-hints.html -%%DOCSDIR%%/html/phonon-effectparameter.html -%%DOCSDIR%%/html/phonon-effectwidget.html -%%DOCSDIR%%/html/phonon-mediacontroller-features.html -%%DOCSDIR%%/html/phonon-mediacontroller.html -%%DOCSDIR%%/html/phonon-medianode.html -%%DOCSDIR%%/html/phonon-mediaobject.html -%%DOCSDIR%%/html/phonon-mediasource.html -%%DOCSDIR%%/html/phonon-module.html -%%DOCSDIR%%/html/phonon-path.html -%%DOCSDIR%%/html/phonon-seekslider.html -%%DOCSDIR%%/html/phonon-subtitledescription.html -%%DOCSDIR%%/html/phonon-videoplayer.html -%%DOCSDIR%%/html/phonon-videowidget.html -%%DOCSDIR%%/html/phonon-volumeslider.html -%%DOCSDIR%%/html/phonon.html -%%DOCSDIR%%/html/pickle.html -%%DOCSDIR%%/html/py-modindex.html -%%DOCSDIR%%/html/python_shell.html -%%DOCSDIR%%/html/python_v3.html -%%DOCSDIR%%/html/qabstractanimation.html -%%DOCSDIR%%/html/qabstractbutton.html -%%DOCSDIR%%/html/qabstracteventdispatcher.html -%%DOCSDIR%%/html/qabstractextensionfactory.html -%%DOCSDIR%%/html/qabstractextensionmanager.html -%%DOCSDIR%%/html/qabstractfileengine-fileflags.html -%%DOCSDIR%%/html/qabstractfileengine.html -%%DOCSDIR%%/html/qabstractfileenginehandler.html -%%DOCSDIR%%/html/qabstractfileengineiterator.html -%%DOCSDIR%%/html/qabstractformbuilder.html -%%DOCSDIR%%/html/qabstractgraphicsshapeitem.html -%%DOCSDIR%%/html/qabstractitemdelegate.html -%%DOCSDIR%%/html/qabstractitemmodel.html -%%DOCSDIR%%/html/qabstractitemview-edittriggers.html -%%DOCSDIR%%/html/qabstractitemview.html -%%DOCSDIR%%/html/qabstractlistmodel.html -%%DOCSDIR%%/html/qabstractmessagehandler.html -%%DOCSDIR%%/html/qabstractnetworkcache.html -%%DOCSDIR%%/html/qabstractprintdialog-printdialogoptions.html -%%DOCSDIR%%/html/qabstractprintdialog.html -%%DOCSDIR%%/html/qabstractproxymodel.html -%%DOCSDIR%%/html/qabstractscrollarea.html -%%DOCSDIR%%/html/qabstractslider.html -%%DOCSDIR%%/html/qabstractsocket.html -%%DOCSDIR%%/html/qabstractspinbox-stepenabled.html -%%DOCSDIR%%/html/qabstractspinbox.html -%%DOCSDIR%%/html/qabstractstate.html -%%DOCSDIR%%/html/qabstracttablemodel.html -%%DOCSDIR%%/html/qabstracttextdocumentlayout-paintcontext.html -%%DOCSDIR%%/html/qabstracttextdocumentlayout-selection.html -%%DOCSDIR%%/html/qabstracttextdocumentlayout.html -%%DOCSDIR%%/html/qabstracttransition.html -%%DOCSDIR%%/html/qabstracturiresolver.html -%%DOCSDIR%%/html/qabstractvideobuffer.html -%%DOCSDIR%%/html/qabstractvideosurface.html -%%DOCSDIR%%/html/qabstractxmlnodemodel.html -%%DOCSDIR%%/html/qabstractxmlreceiver.html -%%DOCSDIR%%/html/qaction.html -%%DOCSDIR%%/html/qactionevent.html -%%DOCSDIR%%/html/qactiongroup.html -%%DOCSDIR%%/html/qanimationgroup.html -%%DOCSDIR%%/html/qapplication.html -%%DOCSDIR%%/html/qassistantclient.html -%%DOCSDIR%%/html/qaudio.html -%%DOCSDIR%%/html/qaudiodeviceinfo.html -%%DOCSDIR%%/html/qaudioformat.html -%%DOCSDIR%%/html/qaudioinput.html -%%DOCSDIR%%/html/qaudiooutput.html -%%DOCSDIR%%/html/qauthenticator.html -%%DOCSDIR%%/html/qaxcontainer.html -%%DOCSDIR%%/html/qbasictimer.html -%%DOCSDIR%%/html/qbitarray.html -%%DOCSDIR%%/html/qbitmap.html -%%DOCSDIR%%/html/qboxlayout.html -%%DOCSDIR%%/html/qbrush.html -%%DOCSDIR%%/html/qbuffer.html -%%DOCSDIR%%/html/qbuttongroup.html -%%DOCSDIR%%/html/qbytearray.html -%%DOCSDIR%%/html/qbytearraymatcher.html -%%DOCSDIR%%/html/qcalendarwidget.html -%%DOCSDIR%%/html/qchar.html -%%DOCSDIR%%/html/qcheckbox.html -%%DOCSDIR%%/html/qchildevent.html -%%DOCSDIR%%/html/qclipboard.html -%%DOCSDIR%%/html/qcloseevent.html -%%DOCSDIR%%/html/qcolor.html -%%DOCSDIR%%/html/qcolordialog-colordialogoptions.html -%%DOCSDIR%%/html/qcolordialog.html -%%DOCSDIR%%/html/qcolumnview.html -%%DOCSDIR%%/html/qcombobox.html -%%DOCSDIR%%/html/qcommandlinkbutton.html -%%DOCSDIR%%/html/qcommonstyle.html -%%DOCSDIR%%/html/qcompleter.html -%%DOCSDIR%%/html/qconicalgradient.html -%%DOCSDIR%%/html/qcontextmenuevent.html -%%DOCSDIR%%/html/qcoreapplication.html -%%DOCSDIR%%/html/qcryptographichash.html -%%DOCSDIR%%/html/qcursor.html -%%DOCSDIR%%/html/qdatastream.html -%%DOCSDIR%%/html/qdatawidgetmapper.html -%%DOCSDIR%%/html/qdate.html -%%DOCSDIR%%/html/qdateedit.html -%%DOCSDIR%%/html/qdatetime.html -%%DOCSDIR%%/html/qdatetimeedit-sections.html -%%DOCSDIR%%/html/qdatetimeedit.html -%%DOCSDIR%%/html/qdbus.html -%%DOCSDIR%%/html/qdbusabstractadaptor.html -%%DOCSDIR%%/html/qdbusabstractinterface.html -%%DOCSDIR%%/html/qdbusargument.html -%%DOCSDIR%%/html/qdbusconnection-registeroptions.html -%%DOCSDIR%%/html/qdbusconnection.html -%%DOCSDIR%%/html/qdbusconnectioninterface.html -%%DOCSDIR%%/html/qdbuserror.html -%%DOCSDIR%%/html/qdbusinterface.html -%%DOCSDIR%%/html/qdbusmessage.html -%%DOCSDIR%%/html/qdbusobjectpath.html -%%DOCSDIR%%/html/qdbuspendingcall.html -%%DOCSDIR%%/html/qdbuspendingcallwatcher.html -%%DOCSDIR%%/html/qdbuspendingreply.html -%%DOCSDIR%%/html/qdbusreply.html -%%DOCSDIR%%/html/qdbusservicewatcher-watchmode.html -%%DOCSDIR%%/html/qdbusservicewatcher.html -%%DOCSDIR%%/html/qdbussignature.html -%%DOCSDIR%%/html/qdbusvariant.html -%%DOCSDIR%%/html/qdeclarativecomponent.html -%%DOCSDIR%%/html/qdeclarativecontext.html -%%DOCSDIR%%/html/qdeclarativeengine.html -%%DOCSDIR%%/html/qdeclarativeerror.html -%%DOCSDIR%%/html/qdeclarativeexpression.html -%%DOCSDIR%%/html/qdeclarativeextensionplugin.html -%%DOCSDIR%%/html/qdeclarativeimageprovider.html -%%DOCSDIR%%/html/qdeclarativeitem.html -%%DOCSDIR%%/html/qdeclarativelistreference.html -%%DOCSDIR%%/html/qdeclarativenetworkaccessmanagerfactory.html -%%DOCSDIR%%/html/qdeclarativeparserstatus.html -%%DOCSDIR%%/html/qdeclarativeproperty.html -%%DOCSDIR%%/html/qdeclarativepropertymap.html -%%DOCSDIR%%/html/qdeclarativepropertyvaluesource.html -%%DOCSDIR%%/html/qdeclarativescriptstring.html -%%DOCSDIR%%/html/qdeclarativeview.html -%%DOCSDIR%%/html/qdesigneractioneditorinterface.html -%%DOCSDIR%%/html/qdesignercontainerextension.html -%%DOCSDIR%%/html/qdesignercustomwidgetcollectioninterface.html -%%DOCSDIR%%/html/qdesignercustomwidgetinterface.html -%%DOCSDIR%%/html/qdesignerformeditorinterface.html -%%DOCSDIR%%/html/qdesignerformwindowcursorinterface.html -%%DOCSDIR%%/html/qdesignerformwindowinterface-feature.html -%%DOCSDIR%%/html/qdesignerformwindowinterface.html -%%DOCSDIR%%/html/qdesignerformwindowmanagerinterface.html -%%DOCSDIR%%/html/qdesignermembersheetextension.html -%%DOCSDIR%%/html/qdesignerobjectinspectorinterface.html -%%DOCSDIR%%/html/qdesignerpropertyeditorinterface.html -%%DOCSDIR%%/html/qdesignerpropertysheetextension.html -%%DOCSDIR%%/html/qdesignertaskmenuextension.html -%%DOCSDIR%%/html/qdesignerwidgetboxinterface.html -%%DOCSDIR%%/html/qdesktopservices.html -%%DOCSDIR%%/html/qdesktopwidget.html -%%DOCSDIR%%/html/qdial.html -%%DOCSDIR%%/html/qdialog.html -%%DOCSDIR%%/html/qdialogbuttonbox-standardbuttons.html -%%DOCSDIR%%/html/qdialogbuttonbox.html -%%DOCSDIR%%/html/qdir-filters.html -%%DOCSDIR%%/html/qdir-sortflags.html -%%DOCSDIR%%/html/qdir.html -%%DOCSDIR%%/html/qdiriterator-iteratorflags.html -%%DOCSDIR%%/html/qdiriterator.html -%%DOCSDIR%%/html/qdirmodel.html -%%DOCSDIR%%/html/qdockwidget-dockwidgetfeatures.html -%%DOCSDIR%%/html/qdockwidget.html -%%DOCSDIR%%/html/qdomattr.html -%%DOCSDIR%%/html/qdomcdatasection.html -%%DOCSDIR%%/html/qdomcharacterdata.html -%%DOCSDIR%%/html/qdomcomment.html -%%DOCSDIR%%/html/qdomdocument.html -%%DOCSDIR%%/html/qdomdocumentfragment.html -%%DOCSDIR%%/html/qdomdocumenttype.html -%%DOCSDIR%%/html/qdomelement.html -%%DOCSDIR%%/html/qdomentity.html -%%DOCSDIR%%/html/qdomentityreference.html -%%DOCSDIR%%/html/qdomimplementation.html -%%DOCSDIR%%/html/qdomnamednodemap.html -%%DOCSDIR%%/html/qdomnode.html -%%DOCSDIR%%/html/qdomnodelist.html -%%DOCSDIR%%/html/qdomnotation.html -%%DOCSDIR%%/html/qdomprocessinginstruction.html -%%DOCSDIR%%/html/qdomtext.html -%%DOCSDIR%%/html/qdoublespinbox.html -%%DOCSDIR%%/html/qdoublevalidator.html -%%DOCSDIR%%/html/qdrag.html -%%DOCSDIR%%/html/qdragenterevent.html -%%DOCSDIR%%/html/qdragleaveevent.html -%%DOCSDIR%%/html/qdragmoveevent.html -%%DOCSDIR%%/html/qdropevent.html -%%DOCSDIR%%/html/qdynamicpropertychangeevent.html -%%DOCSDIR%%/html/qeasingcurve.html -%%DOCSDIR%%/html/qelapsedtimer.html -%%DOCSDIR%%/html/qerrormessage.html -%%DOCSDIR%%/html/qevent.html -%%DOCSDIR%%/html/qeventloop-processeventsflags.html -%%DOCSDIR%%/html/qeventloop.html -%%DOCSDIR%%/html/qeventtransition.html -%%DOCSDIR%%/html/qextensionfactory.html -%%DOCSDIR%%/html/qextensionmanager.html -%%DOCSDIR%%/html/qfile-permissions.html -%%DOCSDIR%%/html/qfile.html -%%DOCSDIR%%/html/qfiledialog-options.html -%%DOCSDIR%%/html/qfiledialog.html -%%DOCSDIR%%/html/qfileiconprovider.html -%%DOCSDIR%%/html/qfileinfo.html -%%DOCSDIR%%/html/qfileopenevent.html -%%DOCSDIR%%/html/qfilesystemmodel.html -%%DOCSDIR%%/html/qfilesystemwatcher.html -%%DOCSDIR%%/html/qfinalstate.html -%%DOCSDIR%%/html/qfocusevent.html -%%DOCSDIR%%/html/qfocusframe.html -%%DOCSDIR%%/html/qfont.html -%%DOCSDIR%%/html/qfontcombobox-fontfilters.html -%%DOCSDIR%%/html/qfontcombobox.html -%%DOCSDIR%%/html/qfontdatabase.html -%%DOCSDIR%%/html/qfontdialog-fontdialogoptions.html -%%DOCSDIR%%/html/qfontdialog.html -%%DOCSDIR%%/html/qfontinfo.html -%%DOCSDIR%%/html/qfontmetrics.html -%%DOCSDIR%%/html/qfontmetricsf.html -%%DOCSDIR%%/html/qformbuilder.html -%%DOCSDIR%%/html/qformlayout.html -%%DOCSDIR%%/html/qframe.html -%%DOCSDIR%%/html/qfsfileengine.html -%%DOCSDIR%%/html/qftp.html -%%DOCSDIR%%/html/qgenericargument.html -%%DOCSDIR%%/html/qgenericreturnargument.html -%%DOCSDIR%%/html/qgesture.html -%%DOCSDIR%%/html/qgestureevent.html -%%DOCSDIR%%/html/qgesturerecognizer-result.html -%%DOCSDIR%%/html/qgesturerecognizer.html -%%DOCSDIR%%/html/qgl-formatoptions.html -%%DOCSDIR%%/html/qgl.html -%%DOCSDIR%%/html/qglbuffer.html -%%DOCSDIR%%/html/qglcolormap.html -%%DOCSDIR%%/html/qglcontext-bindoptions.html -%%DOCSDIR%%/html/qglcontext.html -%%DOCSDIR%%/html/qglformat-openglversionflags.html -%%DOCSDIR%%/html/qglformat.html -%%DOCSDIR%%/html/qglframebufferobject.html -%%DOCSDIR%%/html/qglframebufferobjectformat.html -%%DOCSDIR%%/html/qglpixelbuffer.html -%%DOCSDIR%%/html/qglshader-shadertype.html -%%DOCSDIR%%/html/qglshader.html -%%DOCSDIR%%/html/qglshaderprogram.html -%%DOCSDIR%%/html/qglwidget.html -%%DOCSDIR%%/html/qgradient.html -%%DOCSDIR%%/html/qgraphicsanchor.html -%%DOCSDIR%%/html/qgraphicsanchorlayout.html -%%DOCSDIR%%/html/qgraphicsblureffect-blurhints.html -%%DOCSDIR%%/html/qgraphicsblureffect.html -%%DOCSDIR%%/html/qgraphicscolorizeeffect.html -%%DOCSDIR%%/html/qgraphicsdropshadoweffect.html -%%DOCSDIR%%/html/qgraphicseffect-changeflags.html -%%DOCSDIR%%/html/qgraphicseffect.html -%%DOCSDIR%%/html/qgraphicsellipseitem.html -%%DOCSDIR%%/html/qgraphicsgridlayout.html -%%DOCSDIR%%/html/qgraphicsitem-graphicsitemflags.html -%%DOCSDIR%%/html/qgraphicsitem.html -%%DOCSDIR%%/html/qgraphicsitemanimation.html -%%DOCSDIR%%/html/qgraphicsitemgroup.html -%%DOCSDIR%%/html/qgraphicslayout.html -%%DOCSDIR%%/html/qgraphicslayoutitem.html -%%DOCSDIR%%/html/qgraphicslinearlayout.html -%%DOCSDIR%%/html/qgraphicslineitem.html -%%DOCSDIR%%/html/qgraphicsobject.html -%%DOCSDIR%%/html/qgraphicsopacityeffect.html -%%DOCSDIR%%/html/qgraphicspathitem.html -%%DOCSDIR%%/html/qgraphicspixmapitem.html -%%DOCSDIR%%/html/qgraphicspolygonitem.html -%%DOCSDIR%%/html/qgraphicsproxywidget.html -%%DOCSDIR%%/html/qgraphicsrectitem.html -%%DOCSDIR%%/html/qgraphicsrotation.html -%%DOCSDIR%%/html/qgraphicsscale.html -%%DOCSDIR%%/html/qgraphicsscene-scenelayers.html -%%DOCSDIR%%/html/qgraphicsscene.html -%%DOCSDIR%%/html/qgraphicsscenecontextmenuevent.html -%%DOCSDIR%%/html/qgraphicsscenedragdropevent.html -%%DOCSDIR%%/html/qgraphicssceneevent.html -%%DOCSDIR%%/html/qgraphicsscenehelpevent.html -%%DOCSDIR%%/html/qgraphicsscenehoverevent.html -%%DOCSDIR%%/html/qgraphicsscenemouseevent.html -%%DOCSDIR%%/html/qgraphicsscenemoveevent.html -%%DOCSDIR%%/html/qgraphicssceneresizeevent.html -%%DOCSDIR%%/html/qgraphicsscenewheelevent.html -%%DOCSDIR%%/html/qgraphicssimpletextitem.html -%%DOCSDIR%%/html/qgraphicssvgitem.html -%%DOCSDIR%%/html/qgraphicstextitem.html -%%DOCSDIR%%/html/qgraphicstransform.html -%%DOCSDIR%%/html/qgraphicsview-cachemode.html -%%DOCSDIR%%/html/qgraphicsview-optimizationflags.html -%%DOCSDIR%%/html/qgraphicsview.html -%%DOCSDIR%%/html/qgraphicswebview.html -%%DOCSDIR%%/html/qgraphicswidget.html -%%DOCSDIR%%/html/qgridlayout.html -%%DOCSDIR%%/html/qgroupbox.html -%%DOCSDIR%%/html/qhboxlayout.html -%%DOCSDIR%%/html/qheaderview.html -%%DOCSDIR%%/html/qhelpcontentitem.html -%%DOCSDIR%%/html/qhelpcontentmodel.html -%%DOCSDIR%%/html/qhelpcontentwidget.html -%%DOCSDIR%%/html/qhelpengine.html -%%DOCSDIR%%/html/qhelpenginecore.html -%%DOCSDIR%%/html/qhelpevent.html -%%DOCSDIR%%/html/qhelpindexmodel.html -%%DOCSDIR%%/html/qhelpindexwidget.html -%%DOCSDIR%%/html/qhelpsearchengine.html -%%DOCSDIR%%/html/qhelpsearchquery.html -%%DOCSDIR%%/html/qhelpsearchquerywidget.html -%%DOCSDIR%%/html/qhelpsearchresultwidget.html -%%DOCSDIR%%/html/qhideevent.html -%%DOCSDIR%%/html/qhistorystate.html -%%DOCSDIR%%/html/qhostaddress.html -%%DOCSDIR%%/html/qhostinfo.html -%%DOCSDIR%%/html/qhoverevent.html -%%DOCSDIR%%/html/qhttp.html -%%DOCSDIR%%/html/qhttpheader.html -%%DOCSDIR%%/html/qhttprequestheader.html -%%DOCSDIR%%/html/qhttpresponseheader.html -%%DOCSDIR%%/html/qicon.html -%%DOCSDIR%%/html/qicondragevent.html -%%DOCSDIR%%/html/qiconengine.html -%%DOCSDIR%%/html/qiconenginev2-availablesizesargument.html -%%DOCSDIR%%/html/qiconenginev2.html -%%DOCSDIR%%/html/qimage.html -%%DOCSDIR%%/html/qimageiohandler.html -%%DOCSDIR%%/html/qimagereader.html -%%DOCSDIR%%/html/qimagewriter.html -%%DOCSDIR%%/html/qinputcontext.html -%%DOCSDIR%%/html/qinputcontextfactory.html -%%DOCSDIR%%/html/qinputdialog-inputdialogoptions.html -%%DOCSDIR%%/html/qinputdialog.html -%%DOCSDIR%%/html/qinputevent.html -%%DOCSDIR%%/html/qinputmethodevent-attribute.html -%%DOCSDIR%%/html/qinputmethodevent.html -%%DOCSDIR%%/html/qintvalidator.html -%%DOCSDIR%%/html/qiodevice-openmode.html -%%DOCSDIR%%/html/qiodevice.html -%%DOCSDIR%%/html/qitemdelegate.html -%%DOCSDIR%%/html/qitemeditorcreatorbase.html -%%DOCSDIR%%/html/qitemeditorfactory.html -%%DOCSDIR%%/html/qitemselection.html -%%DOCSDIR%%/html/qitemselectionmodel-selectionflags.html -%%DOCSDIR%%/html/qitemselectionmodel.html -%%DOCSDIR%%/html/qitemselectionrange.html -%%DOCSDIR%%/html/qkeyevent.html -%%DOCSDIR%%/html/qkeyeventtransition.html -%%DOCSDIR%%/html/qkeysequence.html -%%DOCSDIR%%/html/qlabel.html -%%DOCSDIR%%/html/qlatin1char.html -%%DOCSDIR%%/html/qlatin1string.html -%%DOCSDIR%%/html/qlayout.html -%%DOCSDIR%%/html/qlayoutitem.html -%%DOCSDIR%%/html/qlcdnumber.html -%%DOCSDIR%%/html/qlibrary-loadhints.html -%%DOCSDIR%%/html/qlibrary.html -%%DOCSDIR%%/html/qlibraryinfo.html -%%DOCSDIR%%/html/qline.html -%%DOCSDIR%%/html/qlineargradient.html -%%DOCSDIR%%/html/qlineedit.html -%%DOCSDIR%%/html/qlinef.html -%%DOCSDIR%%/html/qlistview.html -%%DOCSDIR%%/html/qlistwidget.html -%%DOCSDIR%%/html/qlistwidgetitem.html -%%DOCSDIR%%/html/qlocale-numberoptions.html -%%DOCSDIR%%/html/qlocale.html -%%DOCSDIR%%/html/qlocalserver.html -%%DOCSDIR%%/html/qlocalsocket.html -%%DOCSDIR%%/html/qmainwindow-dockoptions.html -%%DOCSDIR%%/html/qmainwindow.html -%%DOCSDIR%%/html/qmargins.html -%%DOCSDIR%%/html/qmatrix.html -%%DOCSDIR%%/html/qmatrix2x2.html -%%DOCSDIR%%/html/qmatrix2x3.html -%%DOCSDIR%%/html/qmatrix2x4.html -%%DOCSDIR%%/html/qmatrix3x2.html -%%DOCSDIR%%/html/qmatrix3x3.html -%%DOCSDIR%%/html/qmatrix3x4.html -%%DOCSDIR%%/html/qmatrix4x2.html -%%DOCSDIR%%/html/qmatrix4x3.html -%%DOCSDIR%%/html/qmatrix4x4.html -%%DOCSDIR%%/html/qmdiarea-areaoptions.html -%%DOCSDIR%%/html/qmdiarea.html -%%DOCSDIR%%/html/qmdisubwindow-subwindowoptions.html -%%DOCSDIR%%/html/qmdisubwindow.html -%%DOCSDIR%%/html/qmenu.html -%%DOCSDIR%%/html/qmenubar.html -%%DOCSDIR%%/html/qmessagebox-standardbuttons.html -%%DOCSDIR%%/html/qmessagebox.html -%%DOCSDIR%%/html/qmetaclassinfo.html -%%DOCSDIR%%/html/qmetaenum.html -%%DOCSDIR%%/html/qmetamethod.html -%%DOCSDIR%%/html/qmetaobject.html -%%DOCSDIR%%/html/qmetaproperty.html -%%DOCSDIR%%/html/qmetatype.html -%%DOCSDIR%%/html/qmimedata.html -%%DOCSDIR%%/html/qmimesource.html -%%DOCSDIR%%/html/qml.html -%%DOCSDIR%%/html/qmodelindex.html -%%DOCSDIR%%/html/qmouseevent.html -%%DOCSDIR%%/html/qmouseeventtransition.html -%%DOCSDIR%%/html/qmoveevent.html -%%DOCSDIR%%/html/qmovie.html -%%DOCSDIR%%/html/qmutex.html -%%DOCSDIR%%/html/qmutexlocker.html -%%DOCSDIR%%/html/qnetworkaccessmanager.html -%%DOCSDIR%%/html/qnetworkaddressentry.html -%%DOCSDIR%%/html/qnetworkcachemetadata.html -%%DOCSDIR%%/html/qnetworkconfiguration-stateflags.html -%%DOCSDIR%%/html/qnetworkconfiguration.html -%%DOCSDIR%%/html/qnetworkconfigurationmanager-capabilities.html -%%DOCSDIR%%/html/qnetworkconfigurationmanager.html -%%DOCSDIR%%/html/qnetworkcookie.html -%%DOCSDIR%%/html/qnetworkcookiejar.html -%%DOCSDIR%%/html/qnetworkdiskcache.html -%%DOCSDIR%%/html/qnetworkinterface-interfaceflags.html -%%DOCSDIR%%/html/qnetworkinterface.html -%%DOCSDIR%%/html/qnetworkproxy-capabilities.html -%%DOCSDIR%%/html/qnetworkproxy.html -%%DOCSDIR%%/html/qnetworkproxyfactory.html -%%DOCSDIR%%/html/qnetworkproxyquery.html -%%DOCSDIR%%/html/qnetworkreply.html -%%DOCSDIR%%/html/qnetworkrequest.html -%%DOCSDIR%%/html/qnetworksession.html -%%DOCSDIR%%/html/qobject.html -%%DOCSDIR%%/html/qobjectcleanuphandler.html -%%DOCSDIR%%/html/qpagesetupdialog-pagesetupdialogoptions.html -%%DOCSDIR%%/html/qpagesetupdialog.html -%%DOCSDIR%%/html/qpaintdevice.html -%%DOCSDIR%%/html/qpaintengine-dirtyflags.html -%%DOCSDIR%%/html/qpaintengine-paintenginefeatures.html -%%DOCSDIR%%/html/qpaintengine.html -%%DOCSDIR%%/html/qpaintenginestate.html -%%DOCSDIR%%/html/qpainter-pixmapfragment.html -%%DOCSDIR%%/html/qpainter-pixmapfragmenthints.html -%%DOCSDIR%%/html/qpainter-renderhints.html -%%DOCSDIR%%/html/qpainter.html -%%DOCSDIR%%/html/qpainterpath-element.html -%%DOCSDIR%%/html/qpainterpath.html -%%DOCSDIR%%/html/qpainterpathstroker.html -%%DOCSDIR%%/html/qpaintevent.html -%%DOCSDIR%%/html/qpalette.html -%%DOCSDIR%%/html/qpangesture.html -%%DOCSDIR%%/html/qparallelanimationgroup.html -%%DOCSDIR%%/html/qpauseanimation.html -%%DOCSDIR%%/html/qpen.html -%%DOCSDIR%%/html/qpersistentmodelindex.html -%%DOCSDIR%%/html/qpicture.html -%%DOCSDIR%%/html/qpictureio.html -%%DOCSDIR%%/html/qpinchgesture-changeflags.html -%%DOCSDIR%%/html/qpinchgesture.html -%%DOCSDIR%%/html/qpixmap.html -%%DOCSDIR%%/html/qpixmapcache-key.html -%%DOCSDIR%%/html/qpixmapcache.html -%%DOCSDIR%%/html/qplaintextdocumentlayout.html -%%DOCSDIR%%/html/qplaintextedit.html -%%DOCSDIR%%/html/qpluginloader.html -%%DOCSDIR%%/html/qpoint.html -%%DOCSDIR%%/html/qpointf.html -%%DOCSDIR%%/html/qpolygon.html -%%DOCSDIR%%/html/qpolygonf.html -%%DOCSDIR%%/html/qprintdialog.html -%%DOCSDIR%%/html/qprintengine.html -%%DOCSDIR%%/html/qprinter.html -%%DOCSDIR%%/html/qprinterinfo.html -%%DOCSDIR%%/html/qprintpreviewdialog.html -%%DOCSDIR%%/html/qprintpreviewwidget.html -%%DOCSDIR%%/html/qprocess.html -%%DOCSDIR%%/html/qprocessenvironment.html -%%DOCSDIR%%/html/qprogressbar.html -%%DOCSDIR%%/html/qprogressdialog.html -%%DOCSDIR%%/html/qpropertyanimation.html -%%DOCSDIR%%/html/qproxymodel.html -%%DOCSDIR%%/html/qpushbutton.html -%%DOCSDIR%%/html/qpydeclarativepropertyvaluesource.html -%%DOCSDIR%%/html/qpydesignercontainerextension.html -%%DOCSDIR%%/html/qpydesignercustomwidgetcollectionplugin.html -%%DOCSDIR%%/html/qpydesignercustomwidgetplugin.html -%%DOCSDIR%%/html/qpydesignermembersheetextension.html -%%DOCSDIR%%/html/qpydesignerpropertysheetextension.html -%%DOCSDIR%%/html/qpydesignertaskmenuextension.html -%%DOCSDIR%%/html/qpynullvariant.html -%%DOCSDIR%%/html/qpytextobject.html -%%DOCSDIR%%/html/qquaternion.html -%%DOCSDIR%%/html/qradialgradient.html -%%DOCSDIR%%/html/qradiobutton.html -%%DOCSDIR%%/html/qreadlocker.html -%%DOCSDIR%%/html/qreadwritelock.html -%%DOCSDIR%%/html/qrect.html -%%DOCSDIR%%/html/qrectf.html -%%DOCSDIR%%/html/qregexp.html -%%DOCSDIR%%/html/qregexpvalidator.html -%%DOCSDIR%%/html/qregion.html -%%DOCSDIR%%/html/qresizeevent.html -%%DOCSDIR%%/html/qresource.html -%%DOCSDIR%%/html/qrubberband.html -%%DOCSDIR%%/html/qrunnable.html -%%DOCSDIR%%/html/qscriptclass-queryflags.html -%%DOCSDIR%%/html/qscriptclass.html -%%DOCSDIR%%/html/qscriptclasspropertyiterator.html -%%DOCSDIR%%/html/qscriptcontext.html -%%DOCSDIR%%/html/qscriptcontextinfo.html -%%DOCSDIR%%/html/qscriptengine-qobjectwrapoptions.html -%%DOCSDIR%%/html/qscriptengine.html -%%DOCSDIR%%/html/qscriptengineagent.html -%%DOCSDIR%%/html/qscriptenginedebugger.html -%%DOCSDIR%%/html/qscriptstring.html -%%DOCSDIR%%/html/qscriptsyntaxcheckresult.html -%%DOCSDIR%%/html/qscriptvalue-propertyflags.html -%%DOCSDIR%%/html/qscriptvalue-resolveflags.html -%%DOCSDIR%%/html/qscriptvalue.html -%%DOCSDIR%%/html/qscriptvalueiterator.html -%%DOCSDIR%%/html/qscrollarea.html -%%DOCSDIR%%/html/qscrollbar.html -%%DOCSDIR%%/html/qsemaphore.html -%%DOCSDIR%%/html/qsequentialanimationgroup.html -%%DOCSDIR%%/html/qsessionmanager.html -%%DOCSDIR%%/html/qsettings.html -%%DOCSDIR%%/html/qsharedmemory.html -%%DOCSDIR%%/html/qshortcut.html -%%DOCSDIR%%/html/qshortcutevent.html -%%DOCSDIR%%/html/qshowevent.html -%%DOCSDIR%%/html/qsignalmapper.html -%%DOCSDIR%%/html/qsignaltransition.html -%%DOCSDIR%%/html/qsimplexmlnodemodel.html -%%DOCSDIR%%/html/qsize.html -%%DOCSDIR%%/html/qsizef.html -%%DOCSDIR%%/html/qsizegrip.html -%%DOCSDIR%%/html/qsizepolicy-controltypes.html -%%DOCSDIR%%/html/qsizepolicy.html -%%DOCSDIR%%/html/qslider.html -%%DOCSDIR%%/html/qsocketnotifier.html -%%DOCSDIR%%/html/qsortfilterproxymodel.html -%%DOCSDIR%%/html/qsound.html -%%DOCSDIR%%/html/qsourcelocation.html -%%DOCSDIR%%/html/qspaceritem.html -%%DOCSDIR%%/html/qspinbox.html -%%DOCSDIR%%/html/qsplashscreen.html -%%DOCSDIR%%/html/qsplitter.html -%%DOCSDIR%%/html/qsplitterhandle.html -%%DOCSDIR%%/html/qsql-paramtype.html -%%DOCSDIR%%/html/qsql.html -%%DOCSDIR%%/html/qsqldatabase.html -%%DOCSDIR%%/html/qsqldriver.html -%%DOCSDIR%%/html/qsqldrivercreatorbase.html -%%DOCSDIR%%/html/qsqlerror.html -%%DOCSDIR%%/html/qsqlfield.html -%%DOCSDIR%%/html/qsqlindex.html -%%DOCSDIR%%/html/qsqlquery.html -%%DOCSDIR%%/html/qsqlquerymodel.html -%%DOCSDIR%%/html/qsqlrecord.html -%%DOCSDIR%%/html/qsqlrelation.html -%%DOCSDIR%%/html/qsqlrelationaldelegate.html -%%DOCSDIR%%/html/qsqlrelationaltablemodel.html -%%DOCSDIR%%/html/qsqlresult.html -%%DOCSDIR%%/html/qsqltablemodel.html -%%DOCSDIR%%/html/qssl.html -%%DOCSDIR%%/html/qsslcertificate.html -%%DOCSDIR%%/html/qsslcipher.html -%%DOCSDIR%%/html/qsslconfiguration.html -%%DOCSDIR%%/html/qsslerror.html -%%DOCSDIR%%/html/qsslkey.html -%%DOCSDIR%%/html/qsslsocket.html -%%DOCSDIR%%/html/qstackedlayout.html -%%DOCSDIR%%/html/qstackedwidget.html -%%DOCSDIR%%/html/qstandarditem.html -%%DOCSDIR%%/html/qstandarditemmodel.html -%%DOCSDIR%%/html/qstate.html -%%DOCSDIR%%/html/qstatemachine-signalevent.html -%%DOCSDIR%%/html/qstatemachine-wrappedevent.html -%%DOCSDIR%%/html/qstatemachine.html -%%DOCSDIR%%/html/qstatictext.html -%%DOCSDIR%%/html/qstatusbar.html -%%DOCSDIR%%/html/qstatustipevent.html -%%DOCSDIR%%/html/qstring-sectionflags.html -%%DOCSDIR%%/html/qstring.html -%%DOCSDIR%%/html/qstringlist.html -%%DOCSDIR%%/html/qstringlistmodel.html -%%DOCSDIR%%/html/qstringmatcher.html -%%DOCSDIR%%/html/qstringref.html -%%DOCSDIR%%/html/qstyle-state.html -%%DOCSDIR%%/html/qstyle-subcontrols.html -%%DOCSDIR%%/html/qstyle.html -%%DOCSDIR%%/html/qstyleditemdelegate.html -%%DOCSDIR%%/html/qstylefactory.html -%%DOCSDIR%%/html/qstylehintreturn.html -%%DOCSDIR%%/html/qstylehintreturnmask.html -%%DOCSDIR%%/html/qstylehintreturnvariant.html -%%DOCSDIR%%/html/qstyleoption.html -%%DOCSDIR%%/html/qstyleoptionbutton-buttonfeatures.html -%%DOCSDIR%%/html/qstyleoptionbutton.html -%%DOCSDIR%%/html/qstyleoptioncombobox.html -%%DOCSDIR%%/html/qstyleoptioncomplex.html -%%DOCSDIR%%/html/qstyleoptiondockwidget.html -%%DOCSDIR%%/html/qstyleoptiondockwidgetv2.html -%%DOCSDIR%%/html/qstyleoptionfocusrect.html -%%DOCSDIR%%/html/qstyleoptionframe.html -%%DOCSDIR%%/html/qstyleoptionframev2-framefeatures.html -%%DOCSDIR%%/html/qstyleoptionframev2.html -%%DOCSDIR%%/html/qstyleoptionframev3.html -%%DOCSDIR%%/html/qstyleoptiongraphicsitem.html -%%DOCSDIR%%/html/qstyleoptiongroupbox.html -%%DOCSDIR%%/html/qstyleoptionheader.html -%%DOCSDIR%%/html/qstyleoptionmenuitem.html -%%DOCSDIR%%/html/qstyleoptionprogressbar.html -%%DOCSDIR%%/html/qstyleoptionprogressbarv2.html -%%DOCSDIR%%/html/qstyleoptionrubberband.html -%%DOCSDIR%%/html/qstyleoptionsizegrip.html -%%DOCSDIR%%/html/qstyleoptionslider.html -%%DOCSDIR%%/html/qstyleoptionspinbox.html -%%DOCSDIR%%/html/qstyleoptiontab-cornerwidgets.html -%%DOCSDIR%%/html/qstyleoptiontab.html -%%DOCSDIR%%/html/qstyleoptiontabbarbase.html -%%DOCSDIR%%/html/qstyleoptiontabbarbasev2.html -%%DOCSDIR%%/html/qstyleoptiontabv2.html -%%DOCSDIR%%/html/qstyleoptiontabv3.html -%%DOCSDIR%%/html/qstyleoptiontabwidgetframe.html -%%DOCSDIR%%/html/qstyleoptiontabwidgetframev2.html -%%DOCSDIR%%/html/qstyleoptiontitlebar.html -%%DOCSDIR%%/html/qstyleoptiontoolbar-toolbarfeatures.html -%%DOCSDIR%%/html/qstyleoptiontoolbar.html -%%DOCSDIR%%/html/qstyleoptiontoolbox.html -%%DOCSDIR%%/html/qstyleoptiontoolboxv2.html -%%DOCSDIR%%/html/qstyleoptiontoolbutton-toolbuttonfeatures.html -%%DOCSDIR%%/html/qstyleoptiontoolbutton.html -%%DOCSDIR%%/html/qstyleoptionviewitem.html -%%DOCSDIR%%/html/qstyleoptionviewitemv2-viewitemfeatures.html -%%DOCSDIR%%/html/qstyleoptionviewitemv2.html -%%DOCSDIR%%/html/qstyleoptionviewitemv3.html -%%DOCSDIR%%/html/qstyleoptionviewitemv4.html -%%DOCSDIR%%/html/qstylepainter.html -%%DOCSDIR%%/html/qsvggenerator.html -%%DOCSDIR%%/html/qsvgrenderer.html -%%DOCSDIR%%/html/qsvgwidget.html -%%DOCSDIR%%/html/qswipegesture.html -%%DOCSDIR%%/html/qsyntaxhighlighter.html -%%DOCSDIR%%/html/qsysinfo.html -%%DOCSDIR%%/html/qsystemlocale.html -%%DOCSDIR%%/html/qsystemsemaphore.html -%%DOCSDIR%%/html/qsystemtrayicon.html -%%DOCSDIR%%/html/qt-alignment.html -%%DOCSDIR%%/html/qt-dockwidgetareas.html -%%DOCSDIR%%/html/qt-dropactions.html -%%DOCSDIR%%/html/qt-gestureflags.html -%%DOCSDIR%%/html/qt-imageconversionflags.html -%%DOCSDIR%%/html/qt-inputmethodhints.html -%%DOCSDIR%%/html/qt-itemflags.html -%%DOCSDIR%%/html/qt-keyboardmodifiers.html -%%DOCSDIR%%/html/qt-matchflags.html -%%DOCSDIR%%/html/qt-mousebuttons.html -%%DOCSDIR%%/html/qt-orientations.html -%%DOCSDIR%%/html/qt-textinteractionflags.html -%%DOCSDIR%%/html/qt-toolbarareas.html -%%DOCSDIR%%/html/qt-touchpointstates.html -%%DOCSDIR%%/html/qt-windowflags.html -%%DOCSDIR%%/html/qt-windowstates.html -%%DOCSDIR%%/html/qt.html -%%DOCSDIR%%/html/qt_properties.html -%%DOCSDIR%%/html/qtabbar.html -%%DOCSDIR%%/html/qtabletevent.html -%%DOCSDIR%%/html/qtableview.html -%%DOCSDIR%%/html/qtablewidget.html -%%DOCSDIR%%/html/qtablewidgetitem.html -%%DOCSDIR%%/html/qtablewidgetselectionrange.html -%%DOCSDIR%%/html/qtabwidget.html -%%DOCSDIR%%/html/qtapandholdgesture.html -%%DOCSDIR%%/html/qtapgesture.html -%%DOCSDIR%%/html/qtassistant.html -%%DOCSDIR%%/html/qtcore.html -%%DOCSDIR%%/html/qtcpserver.html -%%DOCSDIR%%/html/qtcpsocket.html -%%DOCSDIR%%/html/qtdbus.html -%%DOCSDIR%%/html/qtdeclarative.html -%%DOCSDIR%%/html/qtdesigner.html -%%DOCSDIR%%/html/qtemporaryfile.html -%%DOCSDIR%%/html/qtest.html -%%DOCSDIR%%/html/qtextblock-iterator.html -%%DOCSDIR%%/html/qtextblock.html -%%DOCSDIR%%/html/qtextblockformat.html -%%DOCSDIR%%/html/qtextblockgroup.html -%%DOCSDIR%%/html/qtextblockuserdata.html -%%DOCSDIR%%/html/qtextboundaryfinder-boundaryreasons.html -%%DOCSDIR%%/html/qtextboundaryfinder.html -%%DOCSDIR%%/html/qtextbrowser.html -%%DOCSDIR%%/html/qtextcharformat.html -%%DOCSDIR%%/html/qtextcodec-conversionflags.html -%%DOCSDIR%%/html/qtextcodec-converterstate.html -%%DOCSDIR%%/html/qtextcodec.html -%%DOCSDIR%%/html/qtextcursor.html -%%DOCSDIR%%/html/qtextdecoder.html -%%DOCSDIR%%/html/qtextdocument-findflags.html -%%DOCSDIR%%/html/qtextdocument.html -%%DOCSDIR%%/html/qtextdocumentfragment.html -%%DOCSDIR%%/html/qtextdocumentwriter.html -%%DOCSDIR%%/html/qtextedit-autoformatting.html -%%DOCSDIR%%/html/qtextedit-extraselection.html -%%DOCSDIR%%/html/qtextedit.html -%%DOCSDIR%%/html/qtextencoder.html -%%DOCSDIR%%/html/qtextformat-pagebreakflags.html -%%DOCSDIR%%/html/qtextformat.html -%%DOCSDIR%%/html/qtextfragment.html -%%DOCSDIR%%/html/qtextframe-iterator.html -%%DOCSDIR%%/html/qtextframe.html -%%DOCSDIR%%/html/qtextframeformat.html -%%DOCSDIR%%/html/qtextimageformat.html -%%DOCSDIR%%/html/qtextinlineobject.html -%%DOCSDIR%%/html/qtextitem-renderflags.html -%%DOCSDIR%%/html/qtextitem.html -%%DOCSDIR%%/html/qtextlayout-formatrange.html -%%DOCSDIR%%/html/qtextlayout.html -%%DOCSDIR%%/html/qtextlength.html -%%DOCSDIR%%/html/qtextline.html -%%DOCSDIR%%/html/qtextlist.html -%%DOCSDIR%%/html/qtextlistformat.html -%%DOCSDIR%%/html/qtextobject.html -%%DOCSDIR%%/html/qtextobjectinterface.html -%%DOCSDIR%%/html/qtextoption-flags.html -%%DOCSDIR%%/html/qtextoption-tab.html -%%DOCSDIR%%/html/qtextoption.html -%%DOCSDIR%%/html/qtextstream-numberflags.html -%%DOCSDIR%%/html/qtextstream.html -%%DOCSDIR%%/html/qtexttable.html -%%DOCSDIR%%/html/qtexttablecell.html -%%DOCSDIR%%/html/qtexttablecellformat.html -%%DOCSDIR%%/html/qtexttableformat.html -%%DOCSDIR%%/html/qtgui.html -%%DOCSDIR%%/html/qthelp.html -%%DOCSDIR%%/html/qthread.html -%%DOCSDIR%%/html/qthreadpool.html -%%DOCSDIR%%/html/qtime.html -%%DOCSDIR%%/html/qtimeedit.html -%%DOCSDIR%%/html/qtimeline.html -%%DOCSDIR%%/html/qtimer.html -%%DOCSDIR%%/html/qtimerevent.html -%%DOCSDIR%%/html/qtmultimedia.html -%%DOCSDIR%%/html/qtnetwork.html -%%DOCSDIR%%/html/qtoolbar.html -%%DOCSDIR%%/html/qtoolbox.html -%%DOCSDIR%%/html/qtoolbutton.html -%%DOCSDIR%%/html/qtooltip.html -%%DOCSDIR%%/html/qtopengl.html -%%DOCSDIR%%/html/qtouchevent-touchpoint.html -%%DOCSDIR%%/html/qtouchevent.html -%%DOCSDIR%%/html/qtransform.html -%%DOCSDIR%%/html/qtranslator.html -%%DOCSDIR%%/html/qtreeview.html -%%DOCSDIR%%/html/qtreewidget.html -%%DOCSDIR%%/html/qtreewidgetitem.html -%%DOCSDIR%%/html/qtreewidgetitemiterator-iteratorflags.html -%%DOCSDIR%%/html/qtreewidgetitemiterator.html -%%DOCSDIR%%/html/qtscript.html -%%DOCSDIR%%/html/qtscripttools.html -%%DOCSDIR%%/html/qtsql.html -%%DOCSDIR%%/html/qtsvg.html -%%DOCSDIR%%/html/qttest.html -%%DOCSDIR%%/html/qtwebkit.html -%%DOCSDIR%%/html/qtxml.html -%%DOCSDIR%%/html/qtxmlpatterns.html -%%DOCSDIR%%/html/qudpsocket-bindmode.html -%%DOCSDIR%%/html/qudpsocket.html -%%DOCSDIR%%/html/qundocommand.html -%%DOCSDIR%%/html/qundogroup.html -%%DOCSDIR%%/html/qundostack.html -%%DOCSDIR%%/html/qundoview.html -%%DOCSDIR%%/html/qurl-formattingoptions.html -%%DOCSDIR%%/html/qurl.html -%%DOCSDIR%%/html/qurlinfo.html -%%DOCSDIR%%/html/quuid.html -%%DOCSDIR%%/html/qvalidator.html -%%DOCSDIR%%/html/qvariant.html -%%DOCSDIR%%/html/qvariantanimation.html -%%DOCSDIR%%/html/qvboxlayout.html -%%DOCSDIR%%/html/qvector2d.html -%%DOCSDIR%%/html/qvector3d.html -%%DOCSDIR%%/html/qvector4d.html -%%DOCSDIR%%/html/qvideoframe.html -%%DOCSDIR%%/html/qvideosurfaceformat.html -%%DOCSDIR%%/html/qwaitcondition.html -%%DOCSDIR%%/html/qwebdatabase.html -%%DOCSDIR%%/html/qwebelement.html -%%DOCSDIR%%/html/qwebelementcollection.html -%%DOCSDIR%%/html/qwebframe.html -%%DOCSDIR%%/html/qwebhistory.html -%%DOCSDIR%%/html/qwebhistoryinterface.html -%%DOCSDIR%%/html/qwebhistoryitem.html -%%DOCSDIR%%/html/qwebhittestresult.html -%%DOCSDIR%%/html/qwebinspector.html -%%DOCSDIR%%/html/qwebpage-choosemultiplefilesextensionoption.html -%%DOCSDIR%%/html/qwebpage-choosemultiplefilesextensionreturn.html -%%DOCSDIR%%/html/qwebpage-errorpageextensionoption.html -%%DOCSDIR%%/html/qwebpage-errorpageextensionreturn.html -%%DOCSDIR%%/html/qwebpage-extensionoption.html -%%DOCSDIR%%/html/qwebpage-extensionreturn.html -%%DOCSDIR%%/html/qwebpage-findflags.html -%%DOCSDIR%%/html/qwebpage.html -%%DOCSDIR%%/html/qwebpluginfactory-extensionoption.html -%%DOCSDIR%%/html/qwebpluginfactory-extensionreturn.html -%%DOCSDIR%%/html/qwebpluginfactory-mimetype.html -%%DOCSDIR%%/html/qwebpluginfactory-plugin.html -%%DOCSDIR%%/html/qwebpluginfactory.html -%%DOCSDIR%%/html/qwebsecurityorigin.html -%%DOCSDIR%%/html/qwebsettings.html -%%DOCSDIR%%/html/qwebview.html -%%DOCSDIR%%/html/qwhatsthis.html -%%DOCSDIR%%/html/qwhatsthisclickedevent.html -%%DOCSDIR%%/html/qwheelevent.html -%%DOCSDIR%%/html/qwidget-renderflags.html -%%DOCSDIR%%/html/qwidget.html -%%DOCSDIR%%/html/qwidgetaction.html -%%DOCSDIR%%/html/qwidgetitem.html -%%DOCSDIR%%/html/qwindowstatechangeevent.html -%%DOCSDIR%%/html/qwizard-wizardoptions.html -%%DOCSDIR%%/html/qwizard.html -%%DOCSDIR%%/html/qwizardpage.html -%%DOCSDIR%%/html/qworkspace.html -%%DOCSDIR%%/html/qwritelocker.html -%%DOCSDIR%%/html/qx11embedcontainer.html -%%DOCSDIR%%/html/qx11embedwidget.html -%%DOCSDIR%%/html/qx11info.html -%%DOCSDIR%%/html/qxmlattributes.html -%%DOCSDIR%%/html/qxmlcontenthandler.html -%%DOCSDIR%%/html/qxmldeclhandler.html -%%DOCSDIR%%/html/qxmldefaulthandler.html -%%DOCSDIR%%/html/qxmldtdhandler.html -%%DOCSDIR%%/html/qxmlentityresolver.html -%%DOCSDIR%%/html/qxmlerrorhandler.html -%%DOCSDIR%%/html/qxmlformatter.html -%%DOCSDIR%%/html/qxmlinputsource.html -%%DOCSDIR%%/html/qxmlitem.html -%%DOCSDIR%%/html/qxmllexicalhandler.html -%%DOCSDIR%%/html/qxmllocator.html -%%DOCSDIR%%/html/qxmlname.html -%%DOCSDIR%%/html/qxmlnamepool.html -%%DOCSDIR%%/html/qxmlnamespacesupport.html -%%DOCSDIR%%/html/qxmlnodemodelindex.html -%%DOCSDIR%%/html/qxmlparseexception.html -%%DOCSDIR%%/html/qxmlquery.html -%%DOCSDIR%%/html/qxmlreader.html -%%DOCSDIR%%/html/qxmlresultitems.html -%%DOCSDIR%%/html/qxmlschema.html -%%DOCSDIR%%/html/qxmlschemavalidator.html -%%DOCSDIR%%/html/qxmlserializer.html -%%DOCSDIR%%/html/qxmlsimplereader.html -%%DOCSDIR%%/html/qxmlstreamattribute.html -%%DOCSDIR%%/html/qxmlstreamattributes.html -%%DOCSDIR%%/html/qxmlstreamentitydeclaration.html -%%DOCSDIR%%/html/qxmlstreamentityresolver.html -%%DOCSDIR%%/html/qxmlstreamnamespacedeclaration.html -%%DOCSDIR%%/html/qxmlstreamnotationdeclaration.html -%%DOCSDIR%%/html/qxmlstreamreader.html -%%DOCSDIR%%/html/qxmlstreamwriter.html -%%DOCSDIR%%/html/resources.html -%%DOCSDIR%%/html/search.html -%%DOCSDIR%%/html/searchindex.js -%%DOCSDIR%%/html/threads.html -%%DOCSDIR%%/html/webkit.html -@dirrm %%DOCSDIR%%/html/images -@dirrm %%DOCSDIR%%/html/_static -@dirrm %%DOCSDIR%%/html/_sources -@dirrm %%DOCSDIR%%/html -@dirrm %%DOCSDIR%% diff --git a/multimedia/py-qt4-multimedia/Makefile b/multimedia/py-qt4-multimedia/Makefile index e15c29a556ec..1435dec56ced 100644 --- a/multimedia/py-qt4-multimedia/Makefile +++ b/multimedia/py-qt4-multimedia/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: py-qt4-multimedia -# Date created: 2010-01-10 -# Whom: Dima Panov <fluffy@FreeBSD.org> -# +# Created by: Dima Panov <fluffy@FreeBSD.org> # $FreeBSD$ -# PORTNAME= multimedia PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 CATEGORIES= multimedia devel python MASTER_SITES= ${MASTER_SITES_PYQT4} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- @@ -24,46 +19,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= multimedia qmake_build -OPTIONS= API "Install Phonon API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtMultimedia API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../../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 \ --sipdir ${SIPDIR} \ - --enable QtMultimedia + --enable QtMultimedia \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtMultimedia/Makefile - .include <bsd.port.mk> diff --git a/multimedia/py-qt4-multimedia/pkg-descr b/multimedia/py-qt4-multimedia/pkg-descr index a90e1638e76f..1b26756197e0 100644 --- a/multimedia/py-qt4-multimedia/pkg-descr +++ b/multimedia/py-qt4-multimedia/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtMultimedia module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/multimedia/py-qt4-phonon/Makefile b/multimedia/py-qt4-phonon/Makefile index 21c794444d86..996e06f8eb1a 100644 --- a/multimedia/py-qt4-phonon/Makefile +++ b/multimedia/py-qt4-phonon/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: py-qt4-phonon -# Date created: 2009-02-13 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= phonon PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 CATEGORIES= multimedia devel python MASTER_SITES= ${MASTER_SITES_PYQT4} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- @@ -24,46 +18,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= phonon qmake_build -OPTIONS= API "Install Phonon API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install Phonon API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../../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 \ --sipdir ${SIPDIR} \ - --enable phonon + --enable phonon \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/phonon/Makefile - .include <bsd.port.mk> diff --git a/multimedia/py-qt4-phonon/pkg-descr b/multimedia/py-qt4-phonon/pkg-descr index 9c9ca1b19169..22c637459aa1 100644 --- a/multimedia/py-qt4-phonon/pkg-descr +++ b/multimedia/py-qt4-phonon/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the Phonon module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/net/py-qt4-network/Makefile b/net/py-qt4-network/Makefile index 150a482ffff9..443985e60462 100644 --- a/net/py-qt4-network/Makefile +++ b/net/py-qt4-network/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-network -# Date created: 2007-02-19 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= network PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -24,46 +20,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= network qmake_build -OPTIONS= API "Install QtNetwork API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtNetwork API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../../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 \ --sipdir ${SIPDIR} \ - --enable QtNetwork + --enable QtNetwork \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if ${PORT_OPTIONS:MAPI} +ARGS+= --debug --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}/QtNetwork/Makefile - .include <bsd.port.mk> diff --git a/net/py-qt4-network/pkg-descr b/net/py-qt4-network/pkg-descr index 0f8177d283ae..0e90af7cdc13 100644 --- a/net/py-qt4-network/pkg-descr +++ b/net/py-qt4-network/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtNetwork module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/net/py-qt4-network/pkg-plist b/net/py-qt4-network/pkg-plist index d386a6d4fc45..38d50b2cf4f4 100644 --- a/net/py-qt4-network/pkg-plist +++ b/net/py-qt4-network/pkg-plist @@ -3,6 +3,7 @@ share/py-sip/QtNetwork/QtNetworkmod.sip share/py-sip/QtNetwork/qabstractnetworkcache.sip share/py-sip/QtNetwork/qabstractsocket.sip share/py-sip/QtNetwork/qauthenticator.sip +share/py-sip/QtNetwork/qdnslookup.sip share/py-sip/QtNetwork/qftp.sip share/py-sip/QtNetwork/qhostaddress.sip share/py-sip/QtNetwork/qhostinfo.sip @@ -23,6 +24,7 @@ share/py-sip/QtNetwork/qnetworkrequest.sip share/py-sip/QtNetwork/qnetworksession.sip share/py-sip/QtNetwork/qssl.sip share/py-sip/QtNetwork/qsslcertificate.sip +share/py-sip/QtNetwork/qsslcertificateextension.sip share/py-sip/QtNetwork/qsslcipher.sip share/py-sip/QtNetwork/qsslconfiguration.sip share/py-sip/QtNetwork/qsslerror.sip diff --git a/textproc/py-qt4-xml/Makefile b/textproc/py-qt4-xml/Makefile index 2ed8c60bbae8..1fc9fb701e3a 100644 --- a/textproc/py-qt4-xml/Makefile +++ b/textproc/py-qt4-xml/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-xml -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= xml PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= textproc devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -24,46 +20,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= xml qmake_build moc_build -OPTIONS= API "Install QtXml API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtXml API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../../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 \ --sipdir ${SIPDIR} \ - --enable QtXml + --enable QtXml \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtXml/Makefile - .include <bsd.port.mk> diff --git a/textproc/py-qt4-xml/pkg-descr b/textproc/py-qt4-xml/pkg-descr index 34c0e3eb724f..15866dc2effe 100644 --- a/textproc/py-qt4-xml/pkg-descr +++ b/textproc/py-qt4-xml/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtXml module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/textproc/py-qt4-xmlpatterns/Makefile b/textproc/py-qt4-xmlpatterns/Makefile index 07b0fedf2b36..2a1b559043bc 100644 --- a/textproc/py-qt4-xmlpatterns/Makefile +++ b/textproc/py-qt4-xmlpatterns/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-xml -# Date created: 2009-01-03 -# Whom: Dima Panv <fluffy@fluffy.khv.ru> -# +# Created by: Dima Panov <fluffy@FreeBSD.org> # $FreeBSD$ PORTNAME= xmlpatterns PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 CATEGORIES= textproc devel python MASTER_SITES= ${MASTER_SITES_PYQT4} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- @@ -23,46 +19,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= xmlpatterns qmake_build -OPTIONS= API "Install QtXml API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtXmlPatterns API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../../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 \ --sipdir ${SIPDIR} \ - --enable QtXmlPatterns + --enable QtXmlPatterns \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtXmlPatterns/Makefile - .include <bsd.port.mk> diff --git a/textproc/py-qt4-xmlpatterns/pkg-descr b/textproc/py-qt4-xmlpatterns/pkg-descr index cee034cc1798..e682b7db0dbf 100644 --- a/textproc/py-qt4-xmlpatterns/pkg-descr +++ b/textproc/py-qt4-xmlpatterns/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtXmlPatterns module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/www/py-qt4-webkit/Makefile b/www/py-qt4-webkit/Makefile index 5521ae8fd064..d75b722648eb 100644 --- a/www/py-qt4-webkit/Makefile +++ b/www/py-qt4-webkit/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-webkit -# Date created: 2009-01-04 -# Whom: Dima Panov <fluffy@fluffy.khv.ru> -# +# Created by: Dima Panov <fluffy@FreeBSD.org> # $FreeBSD$ PORTNAME= webkit PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITES_PYQT4} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- @@ -23,46 +19,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= qmake_build gui network webkit -OPTIONS= API "Install QtXml API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtWebKit API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../../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 \ --sipdir ${SIPDIR} \ - --enable QtWebKit + --enable QtWebKit \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtWebKit/Makefile - .include <bsd.port.mk> diff --git a/www/py-qt4-webkit/pkg-descr b/www/py-qt4-webkit/pkg-descr index dc99548ccd91..2ddc6cec390a 100644 --- a/www/py-qt4-webkit/pkg-descr +++ b/www/py-qt4-webkit/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtWebKit module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/www/py-qt4-webkit/pkg-plist b/www/py-qt4-webkit/pkg-plist index b606a358ed72..3cf225015732 100644 --- a/www/py-qt4-webkit/pkg-plist +++ b/www/py-qt4-webkit/pkg-plist @@ -7,6 +7,7 @@ share/py-sip/QtWebKit/qwebframe.sip share/py-sip/QtWebKit/qwebhistory.sip share/py-sip/QtWebKit/qwebhistoryinterface.sip share/py-sip/QtWebKit/qwebinspector.sip +share/py-sip/QtWebKit/qwebkitglobal.sip share/py-sip/QtWebKit/qwebkitversion.sip share/py-sip/QtWebKit/qwebpage.sip share/py-sip/QtWebKit/qwebpluginfactory.sip diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile index 5fe97ce7c33f..47dbca4e99da 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-gui -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= gui PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -25,37 +21,40 @@ USE_PYTHON= 2.5+ USE_QT4= gui imageformats_run inputmethods_run iconengines_run \ qmake_build moc_build -OPTIONS= API "Install QtGui API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtGui API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../../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 \ --sipdir ${SIPDIR} \ - --enable QtGui + --enable QtGui \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --trace +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif @@ -65,10 +64,10 @@ do-configure: ${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}/QtGui/Makefile + ${REINPLACE_CMD} -e 's|^CC.*|CC = ${CC}|' \ + -e 's|^CXX.*|CXX = ${CXX}|' \ + -e 's|^LINK.*|LINK = ${CXX}|' \ + -e 's|^CFLAGS|CXXFLAGS|' \ + ${WRKSRC}/qpy/QtGui/Makefile .include <bsd.port.mk> diff --git a/x11-toolkits/py-qt4-gui/pkg-descr b/x11-toolkits/py-qt4-gui/pkg-descr index 2b9a2d9c3a27..98e1be135242 100644 --- a/x11-toolkits/py-qt4-gui/pkg-descr +++ b/x11-toolkits/py-qt4-gui/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtGui module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/x11-toolkits/py-qt4-gui/pkg-plist b/x11-toolkits/py-qt4-gui/pkg-plist index a08d8036e87e..d84e831c8dd2 100644 --- a/x11-toolkits/py-qt4-gui/pkg-plist +++ b/x11-toolkits/py-qt4-gui/pkg-plist @@ -72,6 +72,7 @@ share/py-sip/QtGui/qgraphicsview.sip share/py-sip/QtGui/qgraphicswidget.sip share/py-sip/QtGui/qgridlayout.sip share/py-sip/QtGui/qgroupbox.sip +share/py-sip/QtGui/qguiapplication.sip share/py-sip/QtGui/qheaderview.sip share/py-sip/QtGui/qicon.sip share/py-sip/QtGui/qiconengine.sip @@ -106,6 +107,7 @@ share/py-sip/QtGui/qmessagebox.sip share/py-sip/QtGui/qmime.sip share/py-sip/QtGui/qmouseeventtransition.sip share/py-sip/QtGui/qmovie.sip +share/py-sip/QtGui/qpagedpaintdevice.sip share/py-sip/QtGui/qpagesetupdialog.sip share/py-sip/QtGui/qpaintdevice.sip share/py-sip/QtGui/qpaintengine.sip @@ -135,6 +137,7 @@ share/py-sip/QtGui/qrawfont.sip share/py-sip/QtGui/qregion.sip share/py-sip/QtGui/qrgb.sip share/py-sip/QtGui/qrubberband.sip +share/py-sip/QtGui/qscreen.sip share/py-sip/QtGui/qscrollarea.sip share/py-sip/QtGui/qscrollbar.sip share/py-sip/QtGui/qsessionmanager.sip @@ -180,6 +183,7 @@ share/py-sip/QtGui/qtoolbar.sip share/py-sip/QtGui/qtoolbox.sip share/py-sip/QtGui/qtoolbutton.sip share/py-sip/QtGui/qtooltip.sip +share/py-sip/QtGui/qtouchdevice.sip share/py-sip/QtGui/qtransform.sip share/py-sip/QtGui/qtreeview.sip share/py-sip/QtGui/qtreewidget.sip diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile index b9241083e5e4..8c146a881a50 100644 --- a/x11/py-qt4-opengl/Makefile +++ b/x11/py-qt4-opengl/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-opengl -# Date created: 2007-02-20 -# Whom: Danny Pansters <danny@ricin.com> -# +# Created by: Danny Pansters <danny@ricin.com> # $FreeBSD$ PORTNAME= opengl PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -24,46 +20,49 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= opengl qmake_build -OPTIONS= API "Install QtOpenGL API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtOpenGL API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../../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 \ --sipdir ${SIPDIR} \ - --enable QtOpenGL + --enable QtOpenGL \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --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}/QtOpenGL/Makefile + ${REINPLACE_CMD} -e 's|^CC.*|CC = ${CC}|' \ + -e 's|^CXX.*|CXX = ${CXX}|' \ + -e 's|^LINK.*|LINK = ${CXX}|' \ + -e 's|^CFLAGS|CXXFLAGS|' \ + ${WRKSRC}/qpy/QtOpenGL/Makefile .include <bsd.port.mk> diff --git a/x11/py-qt4-opengl/pkg-descr b/x11/py-qt4-opengl/pkg-descr index 5b825f579a8e..94c501ddb72c 100644 --- a/x11/py-qt4-opengl/pkg-descr +++ b/x11/py-qt4-opengl/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtOpenGL module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ |