Index: head/Mk/Uses/pyqt.mk =================================================================== --- head/Mk/Uses/pyqt.mk (revision 403661) +++ head/Mk/Uses/pyqt.mk (revision 403662) @@ -1,223 +1,223 @@ # $FreeBSD$ # # Handle PyQt related ports # # Feature: pyqt # Usage: USES=pyqt:ARGS # Valid ARGS: 4 # # MAINTAINER: kde@FreeBSD.org # # Internal Port variables for PyQt ports: # PYQT_DIST - This port is part of PyQt4 itself. Variables and # targets are then set assuming a certain tarball and # port layout. # USE_PYQT - List of PyQt components to depend on # * foo_build only build depend # * foo_run only run depend # * foo both (default) # SIPDIR - Absolute path where sip files will be installed # SIPDIR_REL - Relative version of SIPDIR # # Also PYQT_SIPDIR=${SIPDIR_REL} will be added to PLIST_SUB. # .if !defined(_INCLUDE_USES_PYQT_MK) _INCLUDE_USES_PYQT_MK= yes # At the moment we support PyQt bindings versions 4, sip # option is for internal use by the py-sip ports. _PYQT_SUPPORTED= 4 sip .if empty(pyqt_ARGS) IGNORE= pyqt needs a qt-version (${_PYQT_SUPPORTED}) .endif # At the moment we support PyQt bindings version 4 .for ver in ${_PYQT_SUPPORTED:O:u} . if ${pyqt_ARGS:M${ver}} . if empty(_PYQT_VERSION) _PYQT_VERSION= ${ver} . else IGNORE?= cannot be installed: different PYQT versions specified via pyqt:[${_PYQT_SUPPORTED:S/ //g}] . endif . endif .endfor .if empty(_PYQT_VERSION) IGNORE?= USES=pyqt needs a version number (valid values: ${_PYQT_SUPPORTED}) .endif PYQT_MAINTAINER= kde@FreeBSD.org MASTER_SITE_RIVERBANK= http://www.riverbankcomputing.com/static/Downloads/%SUBDIR%/ MASTER_SITES_SIP= SF/pyqt/sip/sip-${PORTVERSION} \ GENTOO MASTER_SITES_PYQT4= SF/pyqt/PyQt4/PyQt-${PORTVERSION} \ GENTOO MASTER_SITES_QSCI2= SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \ GENTOO -SIP_VERSION= 4.16.5 -QSCI2_VERSION= 2.8.4 -PYQT4_VERSION= 4.11.3 +SIP_VERSION= 4.17 +QSCI2_VERSION= 2.9.1 +PYQT4_VERSION= 4.11.4 SIP_DISTNAME= sip-${SIP_VERSION} PYQT4_DISTNAME= PyQt-x11-gpl-${PYQT4_VERSION} PYQT4_DISTINFO_FILE= ${.CURDIR}/../../devel/${PYQT_RELNAME}/distinfo QSCI2_DISTNAME= QScintilla-gpl-${QSCI2_VERSION} # PyQt components split up into pyqt4/pyqt5 (upcoming)/... _USE_PYQT_ALL= core dbus demo designer doc gui \ multimedia network opengl qscintilla2 \ sql svg test webkit xml xmlpatterns sip # List of components only in pyqt4 _USE_PYQT4_ONLY= assistant declarative dbussupport \ designerplugin help phonon script \ scripttools # Unversioned variables for the rest of the file PYQT_VERSION= ${PYQT${_PYQT_VERSION}_VERSION} PYQT_RELNAME= py-qt${_PYQT_VERSION} PYQT_PY_RELNAME= ${PYTHON_PKGNAMEPREFIX}qt${_PYQT_VERSION} PYQT_MASTERSITES= ${MASTER_SITES_PYQT${_PYQT_VERSION}} PYQT_DISTNAME= ${PYQT${_PYQT_VERSION}_DISTNAME} PYQT_DISTINFO_FILE= ${PYQT${_PYQT_VERSION}_DISTINFO_FILE} py-sip_PATH= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION} py-assistant_PATH= ${PYQT_PY_RELNAME}-assistant>=${PYQT_VERSION} py-core_PATH= ${PYQT_PY_RELNAME}-core>=${PYQT_VERSION} py-dbus_PATH= ${PYQT_PY_RELNAME}-dbus>=${PYQT_VERSION} py-dbussupport_PATH= ${PYQT_PY_RELNAME}-dbussupport>=${PYQT_VERSION} py-declarative_PATH= ${PYQT_PY_RELNAME}-declarative>=${PYQT_VERSION} py-demo_PATH= ${PYQT_PY_RELNAME}-demo>=${PYQT_VERSION} py-designer_PATH= ${PYQT_PY_RELNAME}-designer>=${PYQT_VERSION} py-designerplugin_PATH= ${PYQT_PY_RELNAME}-designerplugin>=${PYQT_VERSION} py-doc_PATH= ${PYQT_PY_RELNAME}-doc>=${PYQT_VERSION} py-gui_PATH= ${PYQT_PY_RELNAME}-gui>=${PYQT_VERSION} py-help_PATH= ${PYQT_PY_RELNAME}-help>=${PYQT_VERSION} py-multimedia_PATH= ${PYQT_PY_RELNAME}-multimedia>=${PYQT_VERSION} py-network_PATH= ${PYQT_PY_RELNAME}-network>=${PYQT_VERSION} py-opengl_PATH= ${PYQT_PY_RELNAME}-opengl>=${PYQT_VERSION} py-phonon_PATH= ${PYQT_PY_RELNAME}-phonon>=${PYQT_VERSION} py-qscintilla2_PATH= ${PYQT_PY_RELNAME}-qscintilla2>=${QSCI2_VERSION} py-script_PATH= ${PYQT_PY_RELNAME}-script>=${PYQT_VERSION} py-scripttools_PATH= ${PYQT_PY_RELNAME}-scripttools>=${PYQT_VERSION} py-sql_PATH= ${PYQT_PY_RELNAME}-sql>=${PYQT_VERSION} py-svg_PATH= ${PYQT_PY_RELNAME}-svg>=${PYQT_VERSION} py-test_PATH= ${PYQT_PY_RELNAME}-test>=${PYQT_VERSION} py-webkit_PATH= ${PYQT_PY_RELNAME}-webkit>=${PYQT_VERSION} py-xml_PATH= ${PYQT_PY_RELNAME}-xml>=${PYQT_VERSION} py-xmlpatterns_PATH= ${PYQT_PY_RELNAME}-xmlpatterns>=${PYQT_VERSION} py-sip_PORT= devel/py-sip py-assistant_PORT= devel/${PYQT_RELNAME}-assistant py-core_PORT= devel/${PYQT_RELNAME}-core py-dbus_PORT= devel/${PYQT_RELNAME}-dbus py-dbussupport_PORT= devel/${PYQT_RELNAME}-dbussupport py-declarative_PORT= devel/${PYQT_RELNAME}-declarative py-demo_PORT= misc/${PYQT_RELNAME}-demo py-designer_PORT= devel/${PYQT_RELNAME}-designer py-designerplugin_PORT= devel/${PYQT_RELNAME}-designerplugin py-doc_PORT= misc/${PYQT_RELNAME}-doc py-gui_PORT= x11-toolkits/${PYQT_RELNAME}-gui py-help_PORT= devel/${PYQT_RELNAME}-help py-multimedia_PORT= multimedia/${PYQT_RELNAME}-multimedia py-network_PORT= net/${PYQT_RELNAME}-network py-opengl_PORT= x11/${PYQT_RELNAME}-opengl py-phonon_PORT= multimedia/${PYQT_RELNAME}-phonon py-qscintilla2_PORT= devel/${PYQT_RELNAME}-qscintilla2 py-script_PORT= devel/${PYQT_RELNAME}-script py-scripttools_PORT= devel/${PYQT_RELNAME}-scripttools py-sql_PORT= databases/${PYQT_RELNAME}-sql py-svg_PORT= graphics/${PYQT_RELNAME}-svg py-test_PORT= devel/${PYQT_RELNAME}-test py-webkit_PORT= www/${PYQT_RELNAME}-webkit py-xml_PORT= textproc/${PYQT_RELNAME}-xml py-xmlpatterns_PORT= textproc/${PYQT_RELNAME}-xmlpatterns py-assistant_DESC= Python bindings for QtAssistant module py-core_DESC= Python bindings for QtCore module py-dbus_DESC= Python bindings for QtDBus module py-dbussupport_DESC= Qt event loop support for dbus-python py-declarative_DESC= Python bindings for QtDeclarative module py-demo_DESC= PyQt demo and examples py-designer_DESC= Python bindings for QtDesigner module py-designerplugin_DESC= Python bindings for QtDesigner plugin py-doc_DESC= PyQt documentation py-gui_DESC= Python bindings for QtGui module py-help_DESC= Python bindings for QtHelp module py-multimedia_DESC= Python bindings for Multimedia module py-network_DESC= Python bindings for QtNetwork module py-opengl_DESC= Python bindings for QtOpenGL module py-phonon_DESC= Python bindings for Phonon module py-qscintilla2_DESC= Python bindings for QScintilla2 py-script_DESC= Python bindings for QtScript module py-scripttools_DESC= Python bindings for QtScriptTools module py-sql_DESC= Python bindings for QtSql module py-svg_DESC= Python bindings for QtSvg module py-test_DESC= Python bindings for QtTest module py-webkit_DESC= Python bindings for QtWebKit module py-xml_DESC= Python bindings for QtXml module py-xmlpatterns_DESC= Python bindings for QtXmlPatterns module -SIPDIR_REL= share/py-sip +SIPDIR_REL= share/py-sip/PyQt${_PYQT_VERSION} SIPDIR= ${PREFIX}/${SIPDIR_REL} PLIST_SUB+= PYQT_SIPDIR=${SIPDIR_REL} .if defined(PYQT_DIST) PORTVERSION= ${PYQT_VERSION} MASTER_SITES= ${PYQT_MASTERSITES} PKGNAMEPREFIX= ${PYQT_PY_RELNAME}- DISTNAME= ${PYQT_DISTNAME} DISTINFO_FILE= ${PYQT_DISTINFO_FILE} HAS_CONFIGURE= yes QT_NONSTANDARD= yes # Do not add unknown arguments to CONFIGURE_ARGS. PATCHDIR= ${.CURDIR}/../../devel/${PYQT_RELNAME}-core/files QSCIDIR= ${PREFIX}/share/qt${_PYQT_VERSION}/qsci CONFIGURE_ARGS+=-b ${PREFIX}/bin \ -d ${PYTHONPREFIX_SITELIBDIR} \ -q ${QMAKE} \ --confirm-license \ --sipdir ${SIPDIR} # One of the things PyQt looks for to determine whether to build the Qt DBus # main loop module (${PYQT_RELNAME}-dbussupport) is whether the dbus/ directory is # present. Only extract it for that port then. .if ${PORTNAME} != "dbussupport" EXTRACT_AFTER_ARGS+= --exclude "${DISTNAME}/dbus" .endif # ${PORTNAME} != "dbussupport" .if !target(do-configure) do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} .endif # !target(do-configure) .endif # defined(PYQT_DIST) # Set build and run depends -- we need to prefix them internally with "py-" # else we conflict with the ones defined in bsd.qt.mk with the same name _USE_PYQT_ALL+= ${_USE_PYQT${_PYQT_VERSION}_ONLY} .for comp in ${_USE_PYQT_ALL:O:u} _USE_PYQT_ALL_SUFFIXED+= py-${comp} py-${comp}_build py-${comp}_run py-${comp}_BUILD_DEPENDS?= ${py-${comp}_PATH}:${PORTSDIR}/${py-${comp}_PORT} py-${comp}_RUN_DEPENDS?= ${py-${comp}_PATH}:${PORTSDIR}/${py-${comp}_PORT} py-${comp}_build_BUILD_DEPENDS?= ${py-${comp}_BUILD_DEPENDS} py-${comp}_run_RUN_DEPENDS?= ${py-${comp}_RUN_DEPENDS} .endfor _USE_PYQT= ${USE_PYQT:O:u} .for comp in ${_USE_PYQT} . if ${_USE_PYQT_ALL_SUFFIXED:Mpy-${comp}} BUILD_DEPENDS+= ${py-${comp}_BUILD_DEPENDS} RUN_DEPENDS+= ${py-${comp}_RUN_DEPENDS} . else IGNORE?= cannot be installed: unknown USE_PYQT component ${comp} #' . endif .endfor .endif # defined(_INCLUDE_USES_PYQT_MK) Index: head/cad/openscad/Makefile =================================================================== --- head/cad/openscad/Makefile (revision 403661) +++ head/cad/openscad/Makefile (revision 403662) @@ -1,42 +1,42 @@ # Created by: Michael Reifenberger # $FreeBSD$ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src MAINTAINER= mr@FreeBSD.org COMMENT= Programmer's solid 3D CAD modeller LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:${PORTSDIR}/math/eigen3 \ ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libmpfr.so:${PORTSDIR}/math/mpfr \ libCGAL.so:${PORTSDIR}/math/cgal \ libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 \ libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ libopencsg.so:${PORTSDIR}/graphics/opencsg USES= bison compiler:c++11-lang desktop-file-utils gettext-tools pkgconfig qmake shebangfix SHEBANG_FILES= libraries/MCAD/get_submodules.py USE_GL= glu glew USE_QT4= corelib gui opengl moc_build uic_build rcc_build PLIST_SUB= PORTVERSION=${PORTVERSION} QMAKE_ENV= EIGENDIR=${LOCALBASE}/include/eigen3 QMAKE_ARGS+= VERSION=${PORTVERSION} \ QMAKE_LEX=${LOCALBASE}/bin/flex \ QMAKE_YAC=${LOCALBASE}/bin/bison WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: ${REINPLACE_CMD} -e 's,share/man,man,' \ ${WRKSRC}/openscad.pro .include Index: head/databases/sqliteman/Makefile =================================================================== --- head/databases/sqliteman/Makefile (revision 403661) +++ head/databases/sqliteman/Makefile (revision 403662) @@ -1,22 +1,22 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= sqliteman PORTVERSION= 1.2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases MASTER_SITES= SF MAINTAINER= wen@FreeBSD.org COMMENT= Admin's GUI tool for Sqlite3 LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 USES= cmake USE_SQLITE= yes USE_QT4= qmake_build gui moc_build rcc_build uic_build xml sql GNU_CONFIGURE= yes USE_LDCONFIG= yes .include Index: head/databases/tora/Makefile =================================================================== --- head/databases/tora/Makefile (revision 403661) +++ head/databases/tora/Makefile (revision 403662) @@ -1,53 +1,53 @@ # Created by: anders # $FreeBSD$ PORTNAME= tora PORTVERSION= 2.1.3 -PORTREVISION= 10 +PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit for Oracle LICENSE= GPLv2 BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 \ libpcre.so:${PORTSDIR}/devel/pcre OPTIONS_DEFINE= PGSQL MYSQL DOCS OPTIONS_DEFINE_i386= ORACLE OPTIONS_DEFAULT= PGSQL MYSQL USE_QT4= corelib gui sql xml network moc_build uic_build rcc_build USES= autoreconf gmake libtool makeinfo GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pcre=${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip PREFIX2FIX= doc/help/preferences.texi doc/help/preferences.html DOCS_USES= makeinfo DOCS_INFO= tora MYSQL_RUN_DEPENDS= ${QT_PLUGINDIR}/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin PGSQL_RUN_DEPENDS= ${QT_PLUGINDIR}/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt4-pgsql-plugin ORACLE_HOME?= ${LOCALBASE}/oracle8-client ORACLE_VER= 8i # Client version ORACLE_BUILD_DEPENDS= ${ORACLE_HOME}/lib/libclntsh.a:${PORTSDIR}/databases/oracle8-client ORACLE_RUN_DEPENDS= ${ORACLE_HOME}/network/admin/tnsnames.ora:${PORTSDIR}/databases/oracle8-client ORACLE_CONFIGURE_ON= --with-oracle=${ORACLE_HOME} --with-oci-version=${ORACLE_VER:tu} post-patch-DOCS-on: @${REINPLACE_CMD} 's|/etc/torarc|${PREFIX}/etc/torarc|' \ ${PREFIX2FIX:S|^|${WRKSRC}/|} post-patch-DOCS-off: @${REINPLACE_CMD} 's|test doc|test|' ${WRKSRC}/Makefile.am .include Index: head/devel/py-qt4/distinfo =================================================================== --- head/devel/py-qt4/distinfo (revision 403661) +++ head/devel/py-qt4/distinfo (revision 403662) @@ -1,2 +1,2 @@ -SHA256 (PyQt-x11-gpl-4.11.3.tar.gz) = 853780dcdbe2e6ba785d703d059b096e1fc49369d3e8d41a060be874b8745686 -SIZE (PyQt-x11-gpl-4.11.3.tar.gz) = 11120237 +SHA256 (PyQt-x11-gpl-4.11.4.tar.gz) = fc1fe77495432ba3b0d74ff5cb164d375a97f5dddb728256330f615a7cdcf407 +SIZE (PyQt-x11-gpl-4.11.4.tar.gz) = 11317088 Index: head/devel/py-qt4-dbus/Makefile =================================================================== --- head/devel/py-qt4-dbus/Makefile (revision 403661) +++ head/devel/py-qt4-dbus/Makefile (revision 403662) @@ -1,29 +1,28 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= dbus -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtDBus module CONFIGURE_ARGS= --enable QtDBus PYQT_DIST= yes USES= python pyqt:4 USE_PYQT= sip_build core_run USE_QT4= dbus moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtDBus API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt4-dbussupport/Makefile =================================================================== --- head/devel/py-qt4-dbussupport/Makefile (revision 403661) +++ head/devel/py-qt4-dbussupport/Makefile (revision 403662) @@ -1,36 +1,35 @@ # $FreeBSD$ PORTNAME= dbussupport -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Qt event loop support for dbus-python BUILD_DEPENDS= ${PYDBUS} RUN_DEPENDS= ${PYDBUS} CONFIGURE_ARGS= --enable QtCore PYQT_DIST= yes USES= pkgconfig python pyqt:4 USE_PYQT= sip_build core_run USE_QT4= corelib qmake_build moc_build OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ON= --debug --trace BUILD_WRKSRC= ${WRKSRC}/dbus INSTALL_WRKSRC= ${WRKSRC}/dbus PLIST_FILES= %%PYTHON_SITELIBDIR%%/dbus/mainloop/qt.so .include .if ${PYTHON_MAJOR_VER} == 2 PYDBUS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus .elif ${PYTHON_MAJOR_VER} == 3 PYDBUS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py3-dbus .endif .include Index: head/devel/py-qt4-qscintilla2/pkg-plist =================================================================== --- head/devel/py-qt4-qscintilla2/pkg-plist (revision 403661) +++ head/devel/py-qt4-qscintilla2/pkg-plist (revision 403662) @@ -1,56 +1,54 @@ %%PYTHON_SITELIBDIR%%/PyQt4/Qsci.so %%PYQT_SIPDIR%%/Qsci/qsciabstractapis.sip %%PYQT_SIPDIR%%/Qsci/qsciapis.sip %%PYQT_SIPDIR%%/Qsci/qscicommand.sip %%PYQT_SIPDIR%%/Qsci/qscicommandset.sip %%PYQT_SIPDIR%%/Qsci/qscidocument.sip %%PYQT_SIPDIR%%/Qsci/qscilexer.sip %%PYQT_SIPDIR%%/Qsci/qscilexeravs.sip %%PYQT_SIPDIR%%/Qsci/qscilexerbash.sip %%PYQT_SIPDIR%%/Qsci/qscilexerbatch.sip %%PYQT_SIPDIR%%/Qsci/qscilexercmake.sip %%PYQT_SIPDIR%%/Qsci/qscilexercoffeescript.sip %%PYQT_SIPDIR%%/Qsci/qscilexercpp.sip %%PYQT_SIPDIR%%/Qsci/qscilexercsharp.sip %%PYQT_SIPDIR%%/Qsci/qscilexercss.sip %%PYQT_SIPDIR%%/Qsci/qscilexercustom.sip %%PYQT_SIPDIR%%/Qsci/qscilexerd.sip %%PYQT_SIPDIR%%/Qsci/qscilexerdiff.sip %%PYQT_SIPDIR%%/Qsci/qscilexerfortran.sip %%PYQT_SIPDIR%%/Qsci/qscilexerfortran77.sip %%PYQT_SIPDIR%%/Qsci/qscilexerhtml.sip %%PYQT_SIPDIR%%/Qsci/qscilexeridl.sip %%PYQT_SIPDIR%%/Qsci/qscilexerjava.sip %%PYQT_SIPDIR%%/Qsci/qscilexerjavascript.sip %%PYQT_SIPDIR%%/Qsci/qscilexerlua.sip %%PYQT_SIPDIR%%/Qsci/qscilexermakefile.sip %%PYQT_SIPDIR%%/Qsci/qscilexermatlab.sip %%PYQT_SIPDIR%%/Qsci/qscilexeroctave.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpascal.sip %%PYQT_SIPDIR%%/Qsci/qscilexerperl.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpo.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpostscript.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpov.sip %%PYQT_SIPDIR%%/Qsci/qscilexerproperties.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpython.sip %%PYQT_SIPDIR%%/Qsci/qscilexerruby.sip %%PYQT_SIPDIR%%/Qsci/qscilexerspice.sip %%PYQT_SIPDIR%%/Qsci/qscilexersql.sip %%PYQT_SIPDIR%%/Qsci/qscilexertcl.sip %%PYQT_SIPDIR%%/Qsci/qscilexertex.sip %%PYQT_SIPDIR%%/Qsci/qscilexerverilog.sip %%PYQT_SIPDIR%%/Qsci/qscilexervhdl.sip %%PYQT_SIPDIR%%/Qsci/qscilexerxml.sip %%PYQT_SIPDIR%%/Qsci/qscilexeryaml.sip %%PYQT_SIPDIR%%/Qsci/qscimacro.sip -%%PYQT_SIPDIR%%/Qsci/qscimod3.sip %%PYQT_SIPDIR%%/Qsci/qscimod4.sip %%PYQT_SIPDIR%%/Qsci/qscimod5.sip %%PYQT_SIPDIR%%/Qsci/qscimodcommon.sip %%PYQT_SIPDIR%%/Qsci/qsciprinter.sip %%PYQT_SIPDIR%%/Qsci/qsciscintilla.sip -%%PYQT_SIPDIR%%/Qsci/qsciscintillabase3.sip -%%PYQT_SIPDIR%%/Qsci/qsciscintillabase4.sip +%%PYQT_SIPDIR%%/Qsci/qsciscintillabase.sip %%PYQT_SIPDIR%%/Qsci/qscistyle.sip %%PYQT_SIPDIR%%/Qsci/qscistyledtext.sip share/qt4/qsci/api/python/QScintilla2.api Index: head/devel/py-sip/Makefile =================================================================== --- head/devel/py-sip/Makefile (revision 403661) +++ head/devel/py-sip/Makefile (revision 403662) @@ -1,44 +1,43 @@ # Created by: nbm # $FreeBSD$ PORTNAME= sip PORTVERSION= ${SIP_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_SIP} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${SIP_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Python to C and C++ bindings generator USES= python pyqt:sip USE_PYTHON= concurrent py3kplist USE_PYQT= # CONFIGURE_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= * OPTIONS_DEFINE= DOCS DEBUG DEBUG_CONFIGURE_ON= --debug do-configure: cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} && cd ${WRKSRC}/doc/html && \ ${COPYTREE_SHARE} \. ${STAGEDIR}${DOCSDIR} ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} .include Index: head/devel/py-sip/distinfo =================================================================== --- head/devel/py-sip/distinfo (revision 403661) +++ head/devel/py-sip/distinfo (revision 403662) @@ -1,2 +1,2 @@ -SHA256 (sip-4.16.5.tar.gz) = a00ba34c30bedc0f61916eb10bd12867b4754910a766647e3e58f88bd00f1e87 -SIZE (sip-4.16.5.tar.gz) = 859672 +SHA256 (sip-4.17.tar.gz) = 603026822adf8673fca6e0ea20b02c3c4a2dccb309647656f7269adc8de89060 +SIZE (sip-4.17.tar.gz) = 959835 Index: head/devel/qscintilla2/distinfo =================================================================== --- head/devel/qscintilla2/distinfo (revision 403661) +++ head/devel/qscintilla2/distinfo (revision 403662) @@ -1,2 +1,2 @@ -SHA256 (QScintilla-gpl-2.8.4.tar.gz) = 9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f -SIZE (QScintilla-gpl-2.8.4.tar.gz) = 3031919 +SHA256 (QScintilla-gpl-2.9.1.tar.gz) = 79e9c39d51549061d3d489387bcee86ff20c1f746d1b25ac173d5165426eabaf +SIZE (QScintilla-gpl-2.9.1.tar.gz) = 2490144 Index: head/devel/qscintilla2/pkg-plist =================================================================== --- head/devel/qscintilla2/pkg-plist (revision 403661) +++ head/devel/qscintilla2/pkg-plist (revision 403662) @@ -1,68 +1,69 @@ %%QT_INCDIR%%/Qsci/qsciabstractapis.h %%QT_INCDIR%%/Qsci/qsciapis.h %%QT_INCDIR%%/Qsci/qscicommand.h %%QT_INCDIR%%/Qsci/qscicommandset.h %%QT_INCDIR%%/Qsci/qscidocument.h %%QT_INCDIR%%/Qsci/qsciglobal.h %%QT_INCDIR%%/Qsci/qscilexer.h %%QT_INCDIR%%/Qsci/qscilexeravs.h %%QT_INCDIR%%/Qsci/qscilexerbash.h %%QT_INCDIR%%/Qsci/qscilexerbatch.h %%QT_INCDIR%%/Qsci/qscilexercmake.h %%QT_INCDIR%%/Qsci/qscilexercoffeescript.h %%QT_INCDIR%%/Qsci/qscilexercpp.h %%QT_INCDIR%%/Qsci/qscilexercsharp.h %%QT_INCDIR%%/Qsci/qscilexercss.h %%QT_INCDIR%%/Qsci/qscilexercustom.h %%QT_INCDIR%%/Qsci/qscilexerd.h %%QT_INCDIR%%/Qsci/qscilexerdiff.h %%QT_INCDIR%%/Qsci/qscilexerfortran.h %%QT_INCDIR%%/Qsci/qscilexerfortran77.h %%QT_INCDIR%%/Qsci/qscilexerhtml.h %%QT_INCDIR%%/Qsci/qscilexeridl.h %%QT_INCDIR%%/Qsci/qscilexerjava.h %%QT_INCDIR%%/Qsci/qscilexerjavascript.h %%QT_INCDIR%%/Qsci/qscilexerlua.h %%QT_INCDIR%%/Qsci/qscilexermakefile.h %%QT_INCDIR%%/Qsci/qscilexermatlab.h %%QT_INCDIR%%/Qsci/qscilexeroctave.h %%QT_INCDIR%%/Qsci/qscilexerpascal.h %%QT_INCDIR%%/Qsci/qscilexerperl.h %%QT_INCDIR%%/Qsci/qscilexerpo.h %%QT_INCDIR%%/Qsci/qscilexerpostscript.h %%QT_INCDIR%%/Qsci/qscilexerpov.h %%QT_INCDIR%%/Qsci/qscilexerproperties.h %%QT_INCDIR%%/Qsci/qscilexerpython.h %%QT_INCDIR%%/Qsci/qscilexerruby.h %%QT_INCDIR%%/Qsci/qscilexerspice.h %%QT_INCDIR%%/Qsci/qscilexersql.h %%QT_INCDIR%%/Qsci/qscilexertcl.h %%QT_INCDIR%%/Qsci/qscilexertex.h %%QT_INCDIR%%/Qsci/qscilexerverilog.h %%QT_INCDIR%%/Qsci/qscilexervhdl.h %%QT_INCDIR%%/Qsci/qscilexerxml.h %%QT_INCDIR%%/Qsci/qscilexeryaml.h %%QT_INCDIR%%/Qsci/qscimacro.h %%QT_INCDIR%%/Qsci/qsciprinter.h %%QT_INCDIR%%/Qsci/qsciscintilla.h %%QT_INCDIR%%/Qsci/qsciscintillabase.h %%QT_INCDIR%%/Qsci/qscistyle.h %%QT_INCDIR%%/Qsci/qscistyledtext.h %%QT_LIBDIR%%/libqscintilla2.so -%%QT_LIBDIR%%/libqscintilla2.so.11 -%%QT_LIBDIR%%/libqscintilla2.so.11.3 -%%QT_LIBDIR%%/libqscintilla2.so.11.3.0 +%%QT_LIBDIR%%/libqscintilla2.so.12 +%%QT_LIBDIR%%/libqscintilla2.so.12.0 +%%QT_LIBDIR%%/libqscintilla2.so.12.0.1 %%QT_MKSPECDIR%%/features/qscintilla2.prf 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 share/qt4/qsci/api/python/Python-3.4.api +share/qt4/qsci/api/python/Python-3.5.api %%NLS%%share/qt4/translations/qscintilla_cs.qm %%NLS%%share/qt4/translations/qscintilla_de.qm %%NLS%%share/qt4/translations/qscintilla_es.qm %%NLS%%share/qt4/translations/qscintilla_fr.qm %%NLS%%share/qt4/translations/qscintilla_pt_br.qm Index: head/devel/ruby-qtruby/Makefile =================================================================== --- head/devel/ruby-qtruby/Makefile (revision 403661) +++ head/devel/ruby-qtruby/Makefile (revision 403662) @@ -1,43 +1,44 @@ # $FreeBSD$ PORTNAME= qtruby PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde ruby MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for Qt LIB_DEPENDS= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \ libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 USE_KDE4= kdeprefix smokeqt USE_QT4= corelib dbus declarative gui network phonon script webkit xml \ qmake_build moc_build uic_build rcc_build USE_RUBY= yes USES= cmake:outsource tar:xz USE_LDCONFIG= yes SUB_FILES= ruby-kdebindings-env.sh pkg-message SUB_LIST+= RUBY_SITELIBDIR=${RUBY_SITELIBDIR} \ RUBY_SITEARCHLIBDIR=${RUBY_SITEARCHLIBDIR} CMAKE_ARGS+= -DRUBY_LIBRARY=${LOCALBASE}/lib/lib${RUBY_NAME}.so \ -DRUBY_INCLUDE_PATH=${LOCALBASE}/lib/ruby/${RUBY_VER}/${RUBY_ARCH} \ -DCUSTOM_RUBY_SITE_LIB_DIR=${RUBY_SITELIBDIR} \ -DCUSTOM_RUBY_SITE_ARCH_DIR=${RUBY_SITEARCHLIBDIR} post-patch: ${REINPLACE_CMD} -e 's|QWT_FOUND|Qwt5_FOUND|g' \ ${WRKSRC}/src/CMakeLists.txt ${REINPLACE_CMD} -e 's|share/qtruby4/cmake|lib/cmake/qtruby4|g' \ ${WRKSRC}/cmake/CMakeLists.txt \ ${WRKSRC}/src/CMakeLists.txt post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/env ${INSTALL_SCRIPT} ${WRKDIR}/ruby-kdebindings-env.sh ${STAGEDIR}${PREFIX}/env .include Index: head/devel/smokeqt/Makefile =================================================================== --- head/devel/smokeqt/Makefile (revision 403661) +++ head/devel/smokeqt/Makefile (revision 403662) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= smokeqt PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= SMOKE bindings for Qt LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 \ libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 USE_KDE4= kdeprefix smokegen qimageblitz USE_QT4= corelib dbus declarative designer_build gui help \ multimedia network opengl phonon qtestlib script \ sql svg webkit xml xmlpatterns \ qmake_build moc_build uic_build rcc_build USES= cmake:outsource tar:xz USE_LDCONFIG= yes .include Index: head/devel/universalindentgui/Makefile =================================================================== --- head/devel/universalindentgui/Makefile (revision 403661) +++ head/devel/universalindentgui/Makefile (revision 403662) @@ -1,30 +1,30 @@ # Created by: Andriy Gapon # $FreeBSD$ PORTNAME= universalindentgui PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF/universalindent/uigui/UniversalIndentGUI_${PORTVERSION} MAINTAINER= avg@icyb.net.ua COMMENT= Graphical UI for multiple source code indent/format/beautify tools LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 USES= dos2unix qmake shebangfix SHEBANG_FILES= indenters/pindent.py \ indenters/rbeautify.rb \ indenters/ruby_formatter.rb USE_QT4= moc_build uic_build rcc_build \ linguist_build network script gui DESKTOP_ENTRIES="UniversalIndentGUI" "${COMMENT}" "" "${PORTNAME}" "" true post-patch: @${REINPLACE_CMD} -e 's#/usr/#${PREFIX}/#g' -e 's#/share/man/#/man/#g' \ ${WRKSRC}/UniversalIndentGUI.pro ${WRKSRC}/src/SettingsPaths.cpp @${REINPLACE_CMD} -e 's#debug_and_release#release#g' \ ${WRKSRC}/UniversalIndentGUI.pro .include Index: head/graphics/qgis/Makefile =================================================================== --- head/graphics/qgis/Makefile (revision 403661) +++ head/graphics/qgis/Makefile (revision 403662) @@ -1,132 +1,133 @@ # Created by: Laurent Courty # $FreeBSD$ PORTNAME= qgis PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de COMMENT= Geographical Information System (GIS) data viewer LICENSE= GPLv2 BUILD_DEPENDS= txt2tags:${PORTSDIR}/textproc/txt2tags LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libgdal.so:${PORTSDIR}/graphics/gdal \ libgeos.so:${PORTSDIR}/graphics/geos \ libgsl.so:${PORTSDIR}/math/gsl \ libproj.so:${PORTSDIR}/graphics/proj \ libqca.so:${PORTSDIR}/devel/qca \ libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 \ libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \ libspatialindex.so:${PORTSDIR}/devel/spatialindex \ libspatialite.so:${PORTSDIR}/databases/spatialite USE_GITHUB= yes GH_PROJECT= ${PORTNAME:tu} GH_TAGNAME= cd9d645 USES= cpe bison cmake fortran gmake python USE_SQLITE= yes USE_QT4= gui svg xml network sql designer testlib linguist_build \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes OPTIONS_DEFINE= POSTGIS PYTHON GRASS SERVER DEBUG OPTIONS_DEFAULT= POSTGIS PYTHON NO_OPTIONS_SORT= yes SERVER_DESC= Enable QGIS server CMAKE_ARGS+= -DWITH_ORACLE:BOOL=FALSE .if !defined(MAINTAINER_MODE) CMAKE_ARGS+= -Wno-dev .endif .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000033 USES+= compiler:features .else USES+= compiler:gcc-c++11-lib BUILD_DEPENDS+= flex>=2.5.39:${PORTSDIR}/textproc/flex CMAKE_ARGS+= -DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex CXXFLAGS+= -I${LOCALBASE}/include/flex .endif .if ${PORT_OPTIONS:MGRASS} .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 BROKEN= GRASS plugin not supported on FreeBSD 8.x and 9.x .endif BUILD_DEPENDS+= grass64:${PORTSDIR}/databases/grass RUN_DEPENDS+= grass64:${PORTSDIR}/databases/grass CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.5 FORCE_MAKE_JOBS= NO PLIST_SUB+= GRASS="" .else CMAKE_ARGS+= -DWITH_GRASS:BOOL=FALSE PLIST_SUB+= GRASS="@comment " .endif .if ${PORT_OPTIONS:MPOSTGIS} USES+= pgsql CMAKE_ARGS+= -DWITH_POSTGRESQL:BOOL=TRUE PLIST_SUB+= PGSQL="" .else CMAKE_ARGS+= -DWITH_POSTGRESQL:BOOL=FALSE PLIST_SUB+= PGSQL="@comment " .endif .if ${PORT_OPTIONS:MSERVER} CMAKE_ARGS+= -DWITH_SERVER:BOOL=TRUE PLIST_SUB+= QGIS_SERVER="" LIB_DEPENDS+= libfcgi.so:${PORTSDIR}/www/fcgi .else CMAKE_ARGS+= -DWITH_SERVER:BOOL=FALSE PLIST_SUB+= QGIS_SERVER="@comment " .endif .if ${PORT_OPTIONS:MPYTHON} CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE PLIST_SUB+= QGIS_PYTHON="" BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:${PORTSDIR}/devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.8.5:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5:${PORTSDIR}/net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=2.8.3:${PORTSDIR}/devel/py-qt4-qscintilla2 \ ${PYTHON_PKGNAMEPREFIX}qt4-sql>=4.11.3:${PORTSDIR}/databases/py-qt4-sql \ ${PYTHON_PKGNAMEPREFIX}qt4-svg>=4.8.5:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_PKGNAMEPREFIX}qt4-xml>=4.5.4:${PORTSDIR}/textproc/py-qt4-xml \ ${PYTHON_PKGNAMEPREFIX}sip>=4.14.6:${PORTSDIR}/devel/py-sip \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.6:${PORTSDIR}/databases/py-sqlite3 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gdal>=1.11.1:${PORTSDIR}/graphics/py-gdal \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:${PORTSDIR}/math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.3:${PORTSDIR}/databases/py-psycopg2 \ ${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:${PORTSDIR}/databases/pyspatialite \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:${PORTSDIR}/devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.8.5:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5:${PORTSDIR}/net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=2.8.3:${PORTSDIR}/devel/py-qt4-qscintilla2 \ ${PYTHON_PKGNAMEPREFIX}qt4-sql>=4.11.3:${PORTSDIR}/databases/py-qt4-sql \ ${PYTHON_PKGNAMEPREFIX}qt4-svg>=4.8.5:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.11.1:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}qt4-xml>=4.5.4:${PORTSDIR}/textproc/py-qt4-xml \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.6:${PORTSDIR}/databases/py-sqlite3 .else CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=FALSE PLIST_SUB+= QGIS_PYTHON="@comment " .endif .if ${PORT_OPTIONS:MDEBUG} CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug PLIST_SUB+= DEBUG="" .else CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release PLIST_SUB+= DEBUG="@comment " .endif pre-patch: @${REINPLACE_CMD} -e 's|tr( "QGIS code revision" ) + QString( "%1" ).arg( QGis::QGIS_DEV_VERSION )|tr( "QGIS code revision" ) + "" + tr( "${GH_TAGNAME}" ) + ""|g' \ ${WRKSRC}/src/app/qgisapp.cpp .include Index: head/graphics/seexpr/Makefile =================================================================== --- head/graphics/seexpr/Makefile (revision 403661) +++ head/graphics/seexpr/Makefile (revision 403662) @@ -1,46 +1,45 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= seexpr DISTVERSION= 1.0.1.2015.08.29 PORTREVISION= 1 CATEGORIES= graphics math MAINTAINER= danfe@FreeBSD.org COMMENT= Embeddable expression evaluation language LICENSE= APACHE20 -BUILD_DEPENDS= ${LOCALBASE}/share/py-sip/QtGui/QtGuimod.sip:${PORTSDIR}/x11-toolkits/py-qt4-gui - USE_GITHUB= yes GH_ACCOUNT= wdas GH_TAGNAME= 36ffb818b8 -USES= bison cmake compiler:c++0x python +USES= bison cmake compiler:c++0x pyqt:4 python +USE_PYQT= gui_build USE_QT4= moc_build qmake_build rcc_build uic_build gui opengl WRKSRC= ${WRKDIR}/SeExpr-${GH_TAGNAME_EXTRACT} CXXFLAGS+= -I${LOCALBASE}/include .if ${MACHINE_CPU:Msse41} CMAKE_ARGS+= -DUSE_SSE41:BOOL=ON .endif .include # base flex(1) v2.5.4 is not sufficient .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex .endif post-patch: @${REINPLACE_CMD} -e '//d' ${WRKSRC}/src/SeExpr/SePlatform.h @${REINPLACE_CMD} -e 's, "dl",,' ${WRKSRC}/src/SeExpr/CMakeLists.txt .if ${OSVERSION} < 1000033 @${REINPLACE_CMD} -e '/COMMAND/s,flex,${LOCALBASE}/bin/&,' \ ${WRKSRC}/src/build/macros.cmake .endif .include Index: head/math/octave/Makefile =================================================================== --- head/math/octave/Makefile (revision 403661) +++ head/math/octave/Makefile (revision 403662) @@ -1,95 +1,95 @@ # Created by: chuckr@FreeBSD.org # $FreeBSD$ PORTNAME= octave PORTVERSION= 3.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= GNU MAINTAINER= maho@FreeBSD.org COMMENT= High-level interactive language for numerical computations LICENSE= GPLv3 BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ gsed:${PORTSDIR}/textproc/gsed \ ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed \ ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo LIB_DEPENDS= libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick \ libarpack.so:${PORTSDIR}/math/arpack \ libcurl.so:${PORTSDIR}/ftp/curl \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ libfltk.so:${PORTSDIR}/x11-toolkits/fltk \ libftgl.so:${PORTSDIR}/graphics/ftgl \ libhdf5.so:${PORTSDIR}/science/hdf5 \ libpcre.so:${PORTSDIR}/devel/pcre \ libqhull.so.5:${PORTSDIR}/math/qhull5 \ libqrupdate.so:${PORTSDIR}/math/qrupdate \ libumfpack.so:${PORTSDIR}/math/suitesparse \ libglpk.so:${PORTSDIR}/math/glpk \ libgl2ps.so:${PORTSDIR}/print/gl2ps \ libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 USES= charsetfix fortran gmake libtool perl5 pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_PERL5= build USE_TEX= dvipsk:build GNU_CONFIGURE= yes USE_JAVA= yes JAVA_VERSION= 1.7+ USE_QT4= gui network uic_build moc_build rcc_build linguist_build OCTAVE_VERSION= ${PORTVERSION} GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" \ JAVA_HOME=${JAVA_HOME} \ MAKEINFO=${LOCALBASE}/bin/makeinfo CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \ --with-lapack="${LAPACKLIB}" \ --enable-shared \ --disable-jit OPTIONS_DEFINE= DOCS OPTIONS_RADIO= BLAS OPTIONS_RADIO_BLAS= OPENBLAS NETLIB ATLAS OPTIONS_DEFAULT= OPENBLAS OPENBLAS_USES= blaslapack:openblas NETLIB_USES= blaslapack:netlib ATLAS_USES= blaslapack:atlas INFO= octave liboctave post-patch: ${REINPLACE_CMD} 's+"makeinfo"+"${LOCALBASE}/bin/makeinfo"+' ${WRKSRC}/libinterp/corefcn/help.cc ${REINPLACE_CMD} 's+lapack lapack_rs6k+${LAPACKLIB:C/-l//}+' ${WRKSRC}/configure ${REINPLACE_CMD} 's+-lumfpack+-lumfpack -lsuitesparseconfig -lamd -lcholmod -lcolamd ${LAPACKLIB}+' ${WRKSRC}/configure ${REINPLACE_CMD} 's+-lcholmod+-lumfpack -lsuitesparseconfig -lamd -lcholmod -lcolamd ${LAPACKLIB}+' ${WRKSRC}/configure post-install: ${INSTALL_DATA} ${WRKSRC}/etc/icons/octave.desktop \ ${STAGEDIR}${DESKTOPDIR}/www.octave.org-octave.desktop (cd ${STAGEDIR}${DATADIR} && ln -s ${PORTVERSION}/imagelib .) post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in liboctave/liboctave.ps \ refcard/refcard-a4.ps refcard/refcard-legal.ps \ refcard/refcard-letter.ps interpreter/octave.ps ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR} .endfor check regression-test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check) .include Index: head/misc/py-qt4-demo/Makefile =================================================================== --- head/misc/py-qt4-demo/Makefile (revision 403661) +++ head/misc/py-qt4-demo/Makefile (revision 403662) @@ -1,36 +1,35 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= demo PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= misc 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, Qt demo and examples DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} USES= python pyqt:4 EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4 USE_PYQT= assistant_run core_run dbus_run dbussupport_run declarative_run \ designer_run designerplugin_run doc_run gui_run help_run \ multimedia_run network_run opengl_run phonon_run qscintilla2_run \ script_run scripttools_run sql_run svg_run test_run webkit_run xml_run \ xmlpatterns_run sip_run qscintilla2_run do-build: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/examples do-install: ${RM} -f ${WRKSRC}/examples/designer/plugins/plugins.py.orig ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} .include Index: head/misc/py-qt4-doc/Makefile =================================================================== --- head/misc/py-qt4-doc/Makefile (revision 403661) +++ head/misc/py-qt4-doc/Makefile (revision 403662) @@ -1,33 +1,33 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= doc PORTVERSION= ${PYQT4_VERSION} PORTEPOCH= 1 CATEGORIES= misc 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, documentation DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} NO_BUILD= yes USES= python pyqt:4 USE_PYQT= # DOCSDIR= ${PREFIX}/share/doc/py-qt4 do-install: cd ${WRKSRC} &&\ ${MKDIR} ${STAGEDIR}${DOCSDIR} &&\ - ${INSTALL_DATA} GPL_EXCEPTION.TXT\ - GPL_EXCEPTION_ADDENDUM.TXT NEWS\ - LICENSE.GPL2 LICENSE.GPL3\ - OPENSOURCE-NOTICE.TXT README THANKS\ + ${INSTALL_DATA} LICENSE \ + NEWS \ + README \ + THANKS\ ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} .include Index: head/misc/py-qt4-doc/pkg-plist =================================================================== --- head/misc/py-qt4-doc/pkg-plist (revision 403661) +++ head/misc/py-qt4-doc/pkg-plist (revision 403662) @@ -1,1337 +1,1335 @@ -%%DOCSDIR%%/GPL_EXCEPTION.TXT -%%DOCSDIR%%/GPL_EXCEPTION_ADDENDUM.TXT -%%DOCSDIR%%/LICENSE.GPL2 -%%DOCSDIR%%/LICENSE.GPL3 +%%DOCSDIR%%/LICENSE %%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/pyqt_qsettings.txt %%DOCSDIR%%/html/_sources/pyqt_qvariant.txt %%DOCSDIR%%/html/_sources/python_shell.txt %%DOCSDIR%%/html/_sources/python_v3.txt %%DOCSDIR%%/html/_sources/qml.txt %%DOCSDIR%%/html/_sources/qt_properties.txt %%DOCSDIR%%/html/_sources/qt_v5.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/classic.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/jquery-1.11.1.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/underscore-1.3.1.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/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/pyqt_qsettings.html %%DOCSDIR%%/html/pyqt_qvariant.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-connectioncapabilities.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/qdbusunixfiledescriptor.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-filehandleflags.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/qglyphrun.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/qhttpmultipart.html %%DOCSDIR%%/html/qhttppart.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/qidentityproxymodel.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/qrawfont.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-ssloptions.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/qt_v5.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-viewportattributes.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 Index: head/x11/leechcraft/Makefile =================================================================== --- head/x11/leechcraft/Makefile (revision 403661) +++ head/x11/leechcraft/Makefile (revision 403662) @@ -1,420 +1,420 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= leechcraft PORTVERSION= 0.6.70 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/ MAINTAINER= vg@FreeBSD.org COMMENT= Cross-platform modular live environment LICENSE= BSL LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE LIB_DEPENDS= libqwt6.so:${PORTSDIR}/x11-toolkits/qwt6 \ libpcre.so:${PORTSDIR}/devel/pcre \ libboost_program_options.so:${PORTSDIR}/devel/boost-libs #LC_REV= 1526-g7fdb92a INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE=yes USE_LDCONFIG= yes USES= cmake pkgconfig tar:xz USE_QT4= corelib declarative gui network script sql sql-sqlite3_run \ webkit xml qmake_build moc_build rcc_build uic_build \ linguisttools_build USE_XORG= x11 CMAKE_ARGS+= -DENABLE_LADS=OFF \ -DENABLE_SYNCER=OFF \ -DLEECHCRAFT_VERSION=${PORTVERSION} WRKSRC_SUBDIR= src OPTIONS_DEFINE= AGGREGATOR ANHERO ANOTIFI AUSCRIE AZOTH BITTORRENT BLASQ BLOGIQUE \ CERTMGR CPULOAD CSTP DBUSMANAGER DEADLYRICS DEVMON DOLOZHEE \ ELEEMINATOR FENET GACTS GLANCE GNOTIFI HARBINGER HISTORYHOLDER \ HOTSENSORS HOTSTREAMS HTTHARE IMGASTE KBSWITCH KINOTIFY KNOWHOW KRIGSTASK \ LACKMAN LASTFMSCROBBLE LAUGHTY LAUNCHY LEMON LHTR LIZNOO LMP MELLONETRAY \ MONOCLE MUSICZOMBIE NACHEKU NETSTOREMANAGER NETWORKMONITOR \ NEWLIFE OORONEE OTLOZHU PINTAB POGOOGLUE POLEEMERY POPISHU POSHUKU QROSP \ ROSENTHAL SB2 SCROBLIBRE SECMAN SEEKTHRU SUMMARY SYSNOTIFY TABSESSMANAGER \ TABSLIST TEXTOGROOSE TOUCHSTREAMS TPI VGRABBER VROOBY VTYULC \ XPROXY XTAZY OPTIONS_SUB= yes AGGREGATOR_DESC= Full-featured RSS/Atom feed reader AGGREGATOR_CMAKE_ON= -DENABLE_AGGREGATOR:BOOL=true AGGREGATOR_CMAKE_OFF= -DENABLE_AGGREGATOR:BOOL=false ANHERO_DESC= AnHero, crash handler for LeechCraft ANHERO_CMAKE_ON= -DENABLE_ANHERO:BOOL=true ANHERO_CMAKE_OFF= -DENABLE_ANHERO:BOOL=false ANOTIFI_DESC= Flexible and customizable notifications framework ANOTIFI_CMAKE_ON= -DENABLE_ADVANCEDNOTIFICATIONS:BOOL=true ANOTIFI_CMAKE_OFF= -DENABLE_ADVANCEDNOTIFICATIONS:BOOL=false AUSCRIE_DESC= Auscrie, LeechCraft auto screenshooter AUSCRIE_CMAKE_ON= -DENABLE_AUSCRIE:BOOL=true AUSCRIE_CMAKE_OFF= -DENABLE_AUSCRIE:BOOL=false AZOTH_DESC= Azoth, the modular IM client AZOTH_CMAKE_ON= -DENABLE_AZOTH:BOOL=true \ -DENABLE_AZOTH_OTROID:BOOL=true \ -DENABLE_AZOTH_VELVETBIRD:BOOL=true AZOTH_CMAKE_OFF= -DENABLE_AZOTH:BOOL=false AZOTH_LIB_DEPENDS= libQtMultimediaKit.so:${PORTSDIR}/multimedia/qt4-mobility \ libkqoauth.so:${PORTSDIR}/security/kqoauth \ libotr.so:${PORTSDIR}/security/libotr \ libpurple.so:${PORTSDIR}/net-im/libpurple \ libqca.so:${PORTSDIR}/devel/qca \ libqxmpp.so:${PORTSDIR}/net-im/qxmpp \ libspeex.so:${PORTSDIR}/audio/speex AZOTH_USES= desktop-file-utils BITTORRENT_DESC= Full-featured BitTorrent client plugin BITTORRENT_CMAKE_ON= -DENABLE_TORRENT:BOOL=true BITTORRENT_CMAKE_OFF= -DENABLE_TORRENT:BOOL=false BITTORRENT_LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar BLASQ_DESC= Cloud image storage services client (like Flickr or Picasa) BLASQ_CMAKE_ON= -DENABLE_BLASQ:BOOL=true BLASQ_CMAKE_OFF= -DENABLE_BLASQ:BOOL=false BLASQ_LIB_DEPENDS= libkqoauth.so:${PORTSDIR}/security/kqoauth BLOGIQUE_DESC= Blogging client BLOGIQUE_CMAKE_ON= -DENABLE_BLOGIQUE:BOOL=true BLOGIQUE_CMAKE_OFF= -DENABLE_BLOGIQUE:BOOL=false CERTMGR_DESC= SSL certificates manager CERTMGR_CMAKE_ON= -DENABLE_CERTMGR:BOOL=true CERTMGR_CMAKE_OFF= -DENABLE_CERTMGR:BOOL=false CPULOAD_DESC= CPU load graph quark CPULOAD_CMAKE_ON= -DENABLE_CPULOAD:BOOL=true CPULOAD_CMAKE_OFF= -DENABLE_CPULOAD:BOOL=false CSTP_DESC= CSTP, the clean & stupid HTTP implementation CSTP_CMAKE_ON= -DENABLE_HTTP:BOOL=true CSTP_CMAKE_OFF= -DENABLE_HTTP:BOOL=false DBUSMANAGER_DESC= DBusManager provides some basic D-Bus interoperability DBUSMANAGER_CMAKE_ON= -DENABLE_DBUSMANAGER:BOOL=true DBUSMANAGER_CMAKE_OFF= -DENABLE_DBUSMANAGER:BOOL=false DEADLYRICS_DESC= Searches for song lyrics and displays them in LeechCraft DEADLYRICS_CMAKE_ON= -DENABLE_DEADLYRICS:BOOL=true DEADLYRICS_CMAKE_OFF= -DENABLE_DEADLYRICS:BOOL=false DEVMON_DESC= (BROKEN) Non-storage USB devices manager DEVMON_CMAKE_ON= -DENABLE_DEVMON:BOOL=true DEVMON_CMAKE_OFF= -DENABLE_DEVMON:BOOL=false DOLOZHEE_DESC= An issue reporting client for LeechCraft issue tracker DOLOZHEE_CMAKE_ON= -DENABLE_DOLOZHEE:BOOL=true DOLOZHEE_CMAKE_OFF= -DENABLE_DOLOZHEE:BOOL=false ELEEMINATOR_DESC= (BROKEN) Embedded LeechCraft Terminal Emulator ELEEMINATOR_CMAKE_ON= -DENABLE_ELEEMINATOR:BOOL=true ELEEMINATOR_CMAKE_OFF= -DENABLE_ELEEMINATOR:BOOL=false FENET_DESC= LeechCraft WM and compositor manager FENET_CMAKE_ON= -DENABLE_FENET:BOOL=true FENET_CMAKE_OFF= -DENABLE_FENET:BOOL=false GACTS_DESC= Allows other LeechCraft modules to register global shortcuts GACTS_CMAKE_ON= -DENABLE_GACTS:BOOL=true GACTS_CMAKE_OFF= -DENABLE_GACTS:BOOL=false GLANCE_DESC= Glance, quick thumbnailed overview of opened tabs GLANCE_CMAKE_ON= -DENABLE_GLANCE:BOOL=true GLANCE_CMAKE_OFF= -DENABLE_GLANCE:BOOL=false GNOTIFI_DESC= Notifier about new mail in a GMail inbox GNOTIFI_CMAKE_ON= -DENABLE_GMAILNOTIFIER:BOOL=true GNOTIFI_CMAKE_OFF= -DENABLE_GMAILNOTIFIER:BOOL=false HARBINGER_DESC= Build Harbinger, the collections manager HARBINGER_CMAKE_ON= -DENABLE_HARBINGER:BOOL=true HARBINGER_CMAKE_OFF= -DENABLE_HARBINGER:BOOL=false HISTORYHOLDER_DESC= HistoryHolder keeps track of stuff downloaded HISTORYHOLDER_CMAKE_ON= -DENABLE_HISTORYHOLDER:BOOL=true HISTORYHOLDER_CMAKE_OFF=-DENABLE_HISTORYHOLDER:BOOL=false HOTSENSORS_DESC= (BROKEN) Temperature sensors monitor plugin HOTSENSORS_CMAKE_ON= -DENABLE_HOTSENSORS:BOOL=true HOTSENSORS_CMAKE_OFF= -DENABLE_HOTSENSORS:BOOL=false HOTSTREAMS_DESC= Provides some cool radio streams to music players like LMP HOTSTREAMS_CMAKE_ON= -DENABLE_HOTSTREAMS:BOOL=true HOTSTREAMS_CMAKE_OFF= -DENABLE_HOTSTREAMS:BOOL=false HTTHARE_DESC= Simple HTTP server HTTHARE_CMAKE_ON= -DENABLE_HTTHARE:BOOL=true HTTHARE_CMAKE_OFF= -DENABLE_HTTHARE:BOOL=false IMGASTE_DESC= The simple image uploader data filter IMGASTE_CMAKE_ON= -DENABLE_IMGASTE:BOOL=true IMGASTE_CMAKE_OFF= -DENABLE_IMGASTE:BOOL=false KBSWITCH_DESC= Provides plugin- or tab-grained keyboard layout control KBSWITCH_CMAKE_ON= -DENABLE_KBSWITCH:BOOL=true KBSWITCH_CMAKE_OFF= -DENABLE_KBSWITCH:BOOL=false KBSWITCH_USE= xorg=xkbfile KINOTIFY_DESC= Fancy visual notifications KINOTIFY_CMAKE_ON= -DENABLE_KINOTIFY:BOOL=true KINOTIFY_CMAKE_OFF= -DENABLE_KINOTIFY:BOOL=false KNOWHOW_DESC= KnowHow, plugin for showing Tips of the Day KNOWHOW_CMAKE_ON= -DENABLE_KNOWHOW:BOOL=true KNOWHOW_CMAKE_OFF= -DENABLE_KNOWHOW:BOOL=false KRIGSTASK_DESC= The taskbar quark KRIGSTASK_CMAKE_ON= -DENABLE_KRIGSTASK:BOOL=true KRIGSTASK_CMAKE_OFF= -DENABLE_KRIGSTASK:BOOL=false KRIGSTASK_USE= xorg=xcomposite LACKMAN_DESC= Package Manager for extensions, scripts, themes etc LACKMAN_CMAKE_ON= -DENABLE_LACKMAN:BOOL=true LACKMAN_CMAKE_OFF= -DENABLE_LACKMAN:BOOL=false LASTFMSCROBBLE_DESC= Last.FM scrobbler plugin LASTFMSCROBBLE_CMAKE_ON= -DENABLE_LASTFMSCROBBLE:BOOL=true LASTFMSCROBBLE_CMAKE_OFF= -DENABLE_LASTFMSCROBBLE:BOOL=false LASTFMSCROBBLE_LIB_DEPENDS= liblastfm.so:${PORTSDIR}/audio/liblastfm LAUGHTY_DESC= The LeechCraft notification daemon LAUGHTY_CMAKE_ON= -DENABLE_LAUGHTY:BOOL=true LAUGHTY_CMAKE_OFF= -DENABLE_LAUGHTY:BOOL=false LAUNCHY_DESC= Allows one to launch third-party applications LAUNCHY_CMAKE_ON= -DENABLE_LAUNCHY:BOOL=true LAUNCHY_CMAKE_OFF= -DENABLE_LAUNCHY:BOOL=false LEMON_DESC= (BROKEN) Network monitor plugin LEMON_CMAKE_ON= -DENABLE_LEMON:BOOL=true LEMON_CMAKE_OFF= -DENABLE_LEMON:BOOL=false LHTR_DESC= LeechCraft HTML Text editoR component LHTR_CMAKE_ON= -DENABLE_LHTR:BOOL=true LHTR_CMAKE_OFF= -DENABLE_LHTR:BOOL=false LHTR_BUILD_DEPENDS= tidy:${PORTSDIR}/www/tidy-devel LIZNOO_DESC= UPower-based power manager LIZNOO_CMAKE_ON= -DENABLE_LIZNOO:BOOL=true LIZNOO_CMAKE_OFF= -DENABLE_LIZNOO:BOOL=false LMP_DESC= LeechCraft Media Player, Phonon-based audio/video player LMP_CMAKE_ON= -DENABLE_LMP:BOOL=true \ -DUSE_GSTREAMER_10:BOOL=false LMP_CMAKE_OFF= -DENABLE_LMP:BOOL=false LMP_USE= GSTREAMER=yes LMP_LIB_DEPENDS= libguess.so:${PORTSDIR}/textproc/libguess \ libtag.so:${PORTSDIR}/audio/taglib MELLONETRAY_DESC= System tray quark MELLONETRAY_CMAKE_ON= -DENABLE_MELLONETRAY:BOOL=true MELLONETRAY_CMAKE_OFF= -DENABLE_MELLONETRAY:BOOL=false MELLONETRAY_USE= xorg=xdamage MONOCLE_DESC= Monocle, the modular document viewer MONOCLE_CMAKE_ON= -DENABLE_MONOCLE:BOOL=true MONOCLE_CMAKE_OFF= -DENABLE_MONOCLE:BOOL=false MONOCLE_LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre \ libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 MUSICZOMBIE_DESC= MusicBrainz client plugin MUSICZOMBIE_CMAKE_ON= -DENABLE_MUSICZOMBIE:BOOL=true MUSICZOMBIE_CMAKE_OFF= -DENABLE_MUSICZOMBIE:BOOL=false MUSICZOMBIE_LIB_DEPENDS=libchromaprint.so:${PORTSDIR}/audio/chromaprint \ libavdevice.so:${PORTSDIR}/multimedia/ffmpeg NACHEKU_DESC= Monitors selected directory and clipboard for downloadable entities NACHEKU_CMAKE_ON= -DENABLE_NACHEKU:BOOL=true NACHEKU_CMAKE_OFF= -DENABLE_NACHEKU:BOOL=false NETSTOREMANAGER_DESC= Supporting and managing Internet data storages like Yandex.Disk NETSTOREMANAGER_CMAKE_ON= -DENABLE_NETSTOREMANAGER:BOOL=true \ -DENABLE_NETSTOREMANAGER_INOTIFY:BOOL=false NETSTOREMANAGER_CMAKE_OFF= -DENABLE_NETSTOREMANAGER:BOOL=false NETWORKMONITOR_DESC= NetworkMonitor watches HTTP requests in NETWORKMONITOR_CMAKE_ON= -DENABLE_NETWORKMONITOR:BOOL=true NETWORKMONITOR_CMAKE_OFF= -DENABLE_NETWORKMONITOR:BOOL=false NEWLIFE_DESC= New Life imports settings from various other applications NEWLIFE_CMAKE_ON= -DENABLE_NEWLIFE:BOOL=true NEWLIFE_CMAKE_OFF= -DENABLE_NEWLIFE:BOOL=false OORONEE_DESC= Quark handling text and images droppend onto it OORONEE_CMAKE_ON= -DENABLE_OORONEE:BOOL=true OORONEE_CMAKE_OFF= -DENABLE_OORONEE:BOOL=false OTLOZHU_DESC= (BROKEN) Otlozhu, a GTD-inspired ToDo manager OTLOZHU_CMAKE_OFF= -DENABLE_OTLOZHU:BOOL=true OTLOZHU_CMAKE_OFF= -DENABLE_OTLOZHU:BOOL=false PINTAB_DESC= Provides support for pinning tabs PINTAB_CMAKE_ON= -DENABLE_PINTAB:BOOL=true PINTAB_CMAKE_OFF= -DENABLE_PINTAB:BOOL=false POGOOGLUE_DESC= Provides searching with Google to other POGOOGLUE_CMAKE_ON= -DENABLE_POGOOGLUE:BOOL=true POGOOGLUE_CMAKE_OFF= -DENABLE_POGOOGLUE:BOOL=false POLEEMERY_DESC= Build Poleemery, the personal finances manager POLEEMERY_CMAKE_ON= -DENABLE_POLEEMERY:BOOL=true POLEEMERY_CMAKE_OFF= -DENABLE_POLEEMERY:BOOL=false POPISHU_DESC= Text editor with IDE features POPISHU_CMAKE_ON= -DENABLE_POPISHU:BOOL=true POPISHU_CMAKE_OFF= -DENABLE_POPISHU:BOOL=false POPISHU_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 POSHUKU_DESC= The full-featured web browser plugin POSHUKU_CMAKE_ON= -DENABLE_POSHUKU:BOOL=true POSHUKU_CMAKE_OFF= -DENABLE_POSHUKU:BOOL=false QROSP_DESC= Scrpting support for LeechCraft via Qross QROSP_CMAKE_ON= -DENABLE_QROSP:BOOL=true QROSP_CMAKE_OFF= -DENABLE_QROSP:BOOL=false QROSP_LIB_DEPENDS= libqrosscore.so:${PORTSDIR}/devel/qross ROSENTHAL_DESC= Spellchecking support ROSENTHAL_CMAKE_ON= -DENABLE_ROSENTHAL:BOOL=true ROSENTHAL_CMAKE_OFF= -DENABLE_ROSENTHAL:BOOL=false ROSENTHAL_LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell SB2_DESC= Sidebar for LeechCraft with combined launcher and tab switcher SB2_CMAKE_ON= -DENABLE_SB2:BOOL=true SB2_CMAKE_OFF= -DENABLE_SB2:BOOL=false SCROBLIBRE_DESC= Submissions API 1.2-compliant scrobbler for services like libre.fm SCROBLIBRE_CMAKE_ON= -DENABLE_SCROBLIBRE:BOOL=true SCROBLIBRE_CMAKE_OFF= -DENABLE_SCROBLIBRE:BOOL=false SECMAN_DESC= Security and personal data manager SECMAN_CMAKE_ON= -DENABLE_SECMAN:BOOL=true SECMAN_CMAKE_OFF= -DENABLE_SECMAN:BOOL=false #SEE AGAIN SEEKTHRU_DESC= OpenSearch support SEEKTHRU_CMAKE_ON= -DENABLE_SEEKTHRU:BOOL=true SEEKTHRU_CMAKE_OFF= -DENABLE_SEEKTHRU:BOOL=false SUMMARY_DESC= Summary plugin SUMMARY_CMAKE_ON= -DENABLE_SUMMARY:BOOL=true SUMMARY_CMAKE_OFF= -DENABLE_SUMMARY:BOOL=false SYSNOTIFY_DESC= Notifications via system libnotify daemon SYSNOTIFY_CMAKE_ON= -DENABLE_SYSNOTIFY:BOOL=true SYSNOTIFY_CMAKE_OFF= -DENABLE_SYSNOTIFY:BOOL=false TABSESSMANAGER_DESC= Tab Session Manager TABSESSMANAGER_CMAKE_ON= -DENABLE_TABSESSMANAGER:BOOL=true TABSESSMANAGER_CMAKE_OFF= -DENABLE_TABSESSMANAGER:BOOL=false TABSLIST_DESC= Quick navigation between tabs TABSLIST_CMAKE_ON= -DENABLE_TABSLIST:BOOL=true TABSLIST_CMAKE_OFF= -DENABLE_TABSLIST:BOOL=false TEXTOGROOSE_DESC= Build Text-o-Groose, script-based lyrics fetcher TEXTOGROOSE_CMAKE_ON= -DENABLE_TEXTOGROOSE:BOOL=true TEXTOGROOSE_CMAKE_OFF= -DENABLE_TEXTOGROOSE:BOOL=false TOUCHSTREAMS_DESC= VKontakte music source plugin TOUCHSTREAMS_CMAKE_ON= -DENABLE_TOUCHSTREAMS:BOOL=true TOUCHSTREAMS_CMAKE_OFF= -DENABLE_TOUCHSTREAMS:BOOL=false TPI_DESC= Task progress indicator quark TPI_CMAKE_ON= -DENABLE_TPI:BOOL=true TPI_CMAKE_OFF= -DENABLE_TPI:BOOL=false VGRABBER_DESC= Vkontakte.ru music/video grabber VGRABBER_CMAKE_ON= -DENABLE_VGRABBER:BOOL=true VGRABBER_CMAKE_OFF= -DENABLE_VGRABBER:BOOL=false VROOBY_DESC= Vrooby, removable device manager VROOBY_CMAKE_ON= -DENABLE_VROOBY:BOOL=true VROOBY_CMAKE_OFF= -DENABLE_VROOBY:BOOL=false VTYULC_DESC= Build VtyuLC, the videoplayer plugin VTYULC_CMAKE_ON= -DENABLE_VTYULC:BOOL=true VTYULC_CMAKE_OFF= -DENABLE_VTYULC:BOOL=false VTYULC_LIB_DEPENDS= libvlc.so:${PORTSDIR}/multimedia/vlc XPROXY_DESC= Provides advanced proxy support features XPROXY_CMAKE_ON= -DENABLE_XPROXY:BOOL=true XPROXY_CMAKE_OFF= -DENABLE_XPROXY:BOOL=false XTAZY_DESC= Fetches info about current tune and provides it to other plugins XTAZY_CMAKE_ON= -DENABLE_XTAZY:BOOL=true XTAZY_CMAKE_OFF= -DENABLE_XTAZY:BOOL=false OPTIONS_DEFAULT=AGGREGATOR ANHERO ANOTIFI AUSCRIE AZOTH BLASQ BLOGIQUE CERTMGR \ CPULOAD CSTP DBUSMANAGER DEADLYRICS DOLOZHEE FENET GACTS GLANCE GNOTIFI \ HARBINGER HISTORYHOLDER HOTSTREAMS HTTHARE IMGASTE KBSWITCH KINOTIFY \ KNOWHOW KRIGSTASK LACKMAN LASTFMSCROBBLE LAUGHTY LAUNCHY LHTR LIZNOO \ LMP MELLONETRAY MONOCLE MUSICZOMBIE NACHEKU NETSTOREMANAGER NETWORKMONITOR \ NEWLIFE OORONEE PINTAB POGOOGLUE POLEEMERY POPISHU POSHUKU QROSP ROSENTHAL \ SB2 SCROBLIBRE SECMAN SEEKTHRU SUMMARY SYSNOTIFY TABSESSMANAGER TABSLIST \ TEXTOGROOSE TOUCHSTREAMS TPI VGRABBER VROOBY VTYULC XPROXY XTAZY .include .if ${PORT_OPTIONS:MAZOTH} || ${PORT_OPTIONS:MDBUSMANAGER} || \ ${PORT_OPTIONS:MLAUGHTY} || ${PORT_OPTIONS:MLIZNOO} || \ ${PORT_OPTIONS:MLMP} || ${PORT_OPTIONS:MSYSNOTIFY} || \ ${PORT_OPTIONS:MVROOBY} || ${PORT_OPTIONS:MXTAZY} USE_QT4+= dbus .endif .if ${PORT_OPTIONS:MBLASQ} || ${PORT_OPTIONS:MBLOGIQUE} || \ ${PORT_OPTIONS:MLACKMAN} USE_QT4+= xmlpatterns .endif .if ${PORT_OPTIONS:MAZOTH} || ${PORT_OPTIONS:MBLASQ} || \ ${PORT_OPTIONS:MFENET} || ${PORT_OPTIONS:MHOTSTREAMS} || \ ${PORT_OPTIONS:MNETSTOREMANAGER} || ${PORT_OPTIONS:MPOSHUKU} || \ ${PORT_OPTIONS:MQROSP} || ${PORT_OPTIONS:MSB2} || \ ${PORT_OPTIONS:MTOUCHSTREAMS} LIB_DEPENDS+= libqjson.so:${PORTSDIR}/devel/qjson .endif .if ${PORT_OPTIONS:MELEEMINATOR} BROKEN= Eleeminator has not supported yet (not ported qtermwidget) .endif .if ${PORT_OPTIONS:MHOTSENSORS} BROKEN= Hotsensors has not supported yet (depended by lm_sensosrs) .endif .if ${PORT_OPTIONS:MDEVMON} BROKEN= Devmon has not supported yet (depended by udev) .endif .if ${PORT_OPTIONS:MLEMON} BROKEN= Lemon has not supported yet because depended by libnl .endif .if ${PORT_OPTIONS:MOTLOZHU} BROKEN= Otlozhu has not supported yet (not ported liblaretz) .endif .if ${OSVERSION} < 1000000 PORT_OPTIONS:= ${PORT_OPTIONS:O:u} PORT_OPTIONS:= ${PORT_OPTIONS:NBITTORRENT} USE_GCC= yes .endif post-install: @${FIND} -d ${STAGEDIR}${PREFIX}/include/leechcraft \ -type d -empty -exec ${RMDIR} {} \; .include