Index: head/Mk/Uses/pyqt.mk =================================================================== --- head/Mk/Uses/pyqt.mk (revision 403692) +++ head/Mk/Uses/pyqt.mk (revision 403693) @@ -1,223 +1,257 @@ # $FreeBSD$ # # Handle PyQt related ports # # Feature: pyqt # Usage: USES=pyqt:ARGS -# Valid ARGS: 4 +# Valid ARGS: 4,5 # # MAINTAINER: kde@FreeBSD.org # # Internal Port variables for PyQt ports: -# PYQT_DIST - This port is part of PyQt4 itself. Variables and +# PYQT_DIST - This port is part of PyQt4/5 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 +# At the moment we support PyQt bindings versions 4 and 5, sip # option is for internal use by the py-sip ports. -_PYQT_SUPPORTED= 4 sip +_PYQT_SUPPORTED= 4 5 sip .if empty(pyqt_ARGS) IGNORE= pyqt needs a qt-version (${_PYQT_SUPPORTED}) .endif -# At the moment we support PyQt bindings version 4 +# At the moment we support PyQt bindings versions 4 and 5 .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_PYQT5= SF/pyqt/PyQt5/PyQt-${PORTVERSION} \ + GENTOO MASTER_SITES_QSCI2= SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \ GENTOO SIP_VERSION= 4.17 QSCI2_VERSION= 2.9.1 PYQT4_VERSION= 4.11.4 +PYQT5_VERSION= 5.5.1 SIP_DISTNAME= sip-${SIP_VERSION} PYQT4_DISTNAME= PyQt-x11-gpl-${PYQT4_VERSION} PYQT4_DISTINFO_FILE= ${.CURDIR}/../../devel/${PYQT_RELNAME}/distinfo +PYQT5_DISTNAME= PyQt-gpl-${PYQT5_VERSION} +PYQT5_DISTINFO_FILE= ${.CURDIR}/../../devel/py-qt5/distinfo QSCI2_DISTNAME= QScintilla-gpl-${QSCI2_VERSION} -# PyQt components split up into pyqt4/pyqt5 (upcoming)/... -_USE_PYQT_ALL= core dbus demo designer doc gui \ +# PyQt components split up into pyqt4/pyqt5/... +_USE_PYQT_ALL= core dbus demo designer designerplugin 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 + help phonon script scripttools +# List of components only in pyqt5 +_USE_PYQT5_ONLY= multimediawidgets printsupport qml serialport \ + webkitwidgets widgets # 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-multimediawidgets_PATH= ${PYQT_PY_RELNAME}-multimediawidgets>=${PYQT_VERSION} +py-qml_PATH= ${PYQT_PY_RELNAME}-qml>=${PYQT_VERSION} +py-printsupport_PATH= ${PYQT_PY_RELNAME}-printsupport>=${PYQT_VERSION} +py-serialport_PATH= ${PYQT_PY_RELNAME}-serialport>=${PYQT_VERSION} +py-webkitwidgets_PATH= ${PYQT_PY_RELNAME}-webkitwidgets>=${PYQT_VERSION} +py-widgets_PATH= ${PYQT_PY_RELNAME}-widgets>=${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-multimediawidgets_PORT= multimedia/py-qt5-multimediawidgets +py-qml_PORT= lang/py-qt5-qml +py-printsupport_PORT= print/py-qt5-printsupport +py-serialport_PORT= comms/py-qt5-serialport +py-webkitwidgets_PORT= www/py-qt5-webkitwidgets +py-widgets_PORT= x11-toolkits/py-qt5-widgets + 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 +py-multimediawidgets_DESC= Python bindings for QtMultimediaWidgets module +py-qml_DESC= Python bindings for Qml module +py-printsupport_DESC= Python bindings for Printsupport module +py-serialport_DESC= Python bindings for QtSerialPort +py-webkitwidgets_DESC= Python bindings for QtWebKitWidgets module +py-widgets_DESC= Python bindings for QTWidgets module + 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. + +.if ${_PYQT_VERSION} > 4 +# PyQt5's configure.py generates .pro files and calls qmake to generate the +# Makefiles. qmake's Makefiles use INSTALL_ROOT instead of DESTDIR. +DESTDIRNAME= INSTALL_ROOT +.endif 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/comms/Makefile =================================================================== --- head/comms/Makefile (revision 403692) +++ head/comms/Makefile (revision 403693) @@ -1,197 +1,198 @@ # $FreeBSD$ # COMMENT = Communication utilities SUBDIR += acfax SUBDIR += aldo SUBDIR += amtterm SUBDIR += anyremote SUBDIR += aprsd SUBDIR += atslog SUBDIR += bfhist SUBDIR += bforce-kst SUBDIR += birda SUBDIR += bluegps SUBDIR += bluez-firmware SUBDIR += bpl+ SUBDIR += cdr_read SUBDIR += chirp SUBDIR += chu SUBDIR += comserv SUBDIR += concordance SUBDIR += congruity SUBDIR += conserver SUBDIR += conserver-com SUBDIR += cqrlog SUBDIR += cutecom SUBDIR += cwdaemon SUBDIR += dabstick-radio SUBDIR += dcf77pi SUBDIR += deforaos-phone SUBDIR += dfu-programmer SUBDIR += dfu-util SUBDIR += dump1090 SUBDIR += dump1090_mr SUBDIR += ebook2cw SUBDIR += ebook2cwgui SUBDIR += echolinux SUBDIR += efax SUBDIR += efax-gtk SUBDIR += ems-flasher SUBDIR += esmska SUBDIR += fl_moxgen SUBDIR += fldigi SUBDIR += fllog SUBDIR += flrig SUBDIR += flwrap SUBDIR += gammu SUBDIR += ge-x2212 SUBDIR += geoid SUBDIR += gkermit SUBDIR += gmfsk SUBDIR += gnocky SUBDIR += gnokii SUBDIR += gnuradio SUBDIR += gpredict SUBDIR += gqrx SUBDIR += gr-osmosdr SUBDIR += grig SUBDIR += gscmxx SUBDIR += gsmlib SUBDIR += gstreamer1-plugins-spandsp SUBDIR += gtkmmorse SUBDIR += hackrf SUBDIR += hamfax SUBDIR += hamlib SUBDIR += hcidump SUBDIR += hf SUBDIR += hidapi SUBDIR += hylafax SUBDIR += ibp SUBDIR += java-commapi SUBDIR += java-commapi-freebsd SUBDIR += jerm SUBDIR += jsdr SUBDIR += kb SUBDIR += kermit SUBDIR += klog SUBDIR += kremotecontrol SUBDIR += kvasd SUBDIR += libconcord SUBDIR += libfec SUBDIR += libimobiledevice SUBDIR += libirman SUBDIR += libmodbus SUBDIR += librs232 SUBDIR += libticables2 SUBDIR += libticalcs2 SUBDIR += libusbmuxd SUBDIR += linpsk SUBDIR += linrad SUBDIR += lirc SUBDIR += locator SUBDIR += lrzsz SUBDIR += lysdr SUBDIR += mgetty+sendfax SUBDIR += minicom SUBDIR += mlan3 SUBDIR += morse SUBDIR += nasawash SUBDIR += ncid SUBDIR += nec2c SUBDIR += nmealib SUBDIR += nokryptia SUBDIR += o2sms SUBDIR += obexapp SUBDIR += openobex SUBDIR += owfs SUBDIR += p5-Cisco-UCS SUBDIR += p5-Device-Gsm SUBDIR += p5-Device-Modem SUBDIR += p5-Device-SerialPort SUBDIR += p5-Fax-Hylafax-Client SUBDIR += p5-Nexmo-SMS SUBDIR += p5-SMS-SMS77 SUBDIR += p5-SMS-Send SUBDIR += p5-SMS-Send-DeviceGsm SUBDIR += p5-SMS-Send-NexmoUnicode SUBDIR += p5-SMS-Send-TW-HiAir SUBDIR += p5-SMS-Send-TW-PChome SUBDIR += p5-SMS-Send-TW-Qma SUBDIR += p5-SMS-Send-TW-ShareSMS SUBDIR += p5-SMS-Send-TW-Socket2Air SUBDIR += p5-SMS-Send-TW-chtsns SUBDIR += p5-SMS-Send-TW-emome SUBDIR += pear-Horde_ActiveSync SUBDIR += pear-Horde_SyncMl SUBDIR += picocom SUBDIR += pr SUBDIR += predict SUBDIR += py-bulksms SUBDIR += py-gammu SUBDIR += py-libconcord SUBDIR += py-libimobiledevice SUBDIR += py-lirc + SUBDIR += py-qt5-serialport SUBDIR += py-serial SUBDIR += pyla SUBDIR += qico SUBDIR += qrq SUBDIR += qsstv SUBDIR += qt5-serialport SUBDIR += qtel SUBDIR += quisk SUBDIR += remserial SUBDIR += rtl-sdr SUBDIR += rubygem-callsign SUBDIR += rubygem-ruby-termios SUBDIR += rxtx SUBDIR += scmxx SUBDIR += ser2net SUBDIR += serialoverip SUBDIR += seyon SUBDIR += sms_client SUBDIR += smstools3 SUBDIR += soundmodem SUBDIR += spandsp SUBDIR += splat SUBDIR += sredird SUBDIR += svxlink SUBDIR += syncterm SUBDIR += tcpser SUBDIR += telldus-core SUBDIR += thebridge SUBDIR += tilp2 SUBDIR += tits SUBDIR += tkhylafax SUBDIR += tkscanfax SUBDIR += tlf SUBDIR += trustedqsl SUBDIR += twpsk SUBDIR += uarduno SUBDIR += uartlirc SUBDIR += uird SUBDIR += unixcw SUBDIR += usbmuxd SUBDIR += usrp SUBDIR += viewfax SUBDIR += vrflash SUBDIR += wsjt SUBDIR += wsjtx SUBDIR += wspr SUBDIR += wwl SUBDIR += wy60 SUBDIR += xastir SUBDIR += xcwcp SUBDIR += xdx SUBDIR += xlog SUBDIR += xmorse SUBDIR += xnec2c SUBDIR += xnecview SUBDIR += xwota SUBDIR += yagiuda SUBDIR += yaps SUBDIR += yfklog SUBDIR += zssh .include Index: head/comms/py-qt5-serialport/Makefile =================================================================== --- head/comms/py-qt5-serialport/Makefile (nonexistent) +++ head/comms/py-qt5-serialport/Makefile (revision 403693) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= serialport +CATEGORIES= comms devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtSerialPort module + +CONFIGURE_ARGS= --enable QtSerialPort +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run +USE_QT5= core gui serialport qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtSerialPort API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/comms/py-qt5-serialport/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/py-qt5-serialport/pkg-descr =================================================================== --- head/comms/py-qt5-serialport/pkg-descr (nonexistent) +++ head/comms/py-qt5-serialport/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtSerialPort module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/comms/py-qt5-serialport/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/py-qt5-serialport/pkg-plist =================================================================== --- head/comms/py-qt5-serialport/pkg-plist (nonexistent) +++ head/comms/py-qt5-serialport/pkg-plist (revision 403693) @@ -0,0 +1,5 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtSerialPort.so +%%PYQT_SIPDIR%%/QtSerialPort/QtSerialPortmod.sip +%%PYQT_SIPDIR%%/QtSerialPort/qserialport.sip +%%PYQT_SIPDIR%%/QtSerialPort/qserialportinfo.sip +%%API%%share/qt5/qsci/api/python/QtSerialPort.api Property changes on: head/comms/py-qt5-serialport/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/Makefile =================================================================== --- head/databases/Makefile (revision 403692) +++ head/databases/Makefile (revision 403693) @@ -1,959 +1,960 @@ # $FreeBSD$ # COMMENT = Databases and related software SUBDIR += R-cran-DBI SUBDIR += R-cran-RMySQL SUBDIR += R-cran-RSQLite SUBDIR += R-cran-RSQLite.extfuns SUBDIR += R-cran-sqldf SUBDIR += WWWdb SUBDIR += adminer SUBDIR += adodb SUBDIR += adodb5 SUBDIR += akonadi SUBDIR += akonadi-googledata SUBDIR += animenfo-client SUBDIR += animenfo-client-gtk SUBDIR += apq SUBDIR += apq-mysql SUBDIR += apq-odbc SUBDIR += apq-pgsql SUBDIR += autobackupmysql SUBDIR += bbdb SUBDIR += beansdb SUBDIR += buzhug SUBDIR += c3p0 SUBDIR += cassandra SUBDIR += cassandra-cpp-driver SUBDIR += cassandra2 SUBDIR += casstcl SUBDIR += cdb SUBDIR += cego SUBDIR += cegobridge SUBDIR += couchdb SUBDIR += courier-authlib-mysql SUBDIR += courier-authlib-pgsql SUBDIR += courier-authlib-userdb SUBDIR += courier-authlib-usergdbm SUBDIR += cppdb SUBDIR += credis SUBDIR += dalmp SUBDIR += datamodeler SUBDIR += db SUBDIR += db48 SUBDIR += db5 SUBDIR += db6 SUBDIR += dbconnect SUBDIR += dbf SUBDIR += dbf2mysql SUBDIR += dbh SUBDIR += dbow SUBDIR += dbtool SUBDIR += dbview SUBDIR += elixir-calecto SUBDIR += elixir-ecto SUBDIR += elixir-ecto_migrate SUBDIR += elixir-exredis SUBDIR += elixir-geo SUBDIR += elixir-mariaex SUBDIR += elixir-mongo SUBDIR += elixir-postgrex SUBDIR += elixir-timex_ecto SUBDIR += emma SUBDIR += erlang-epgsql SUBDIR += erlang-eredis SUBDIR += evolution-data-server SUBDIR += fastdb SUBDIR += firebird25-client SUBDIR += firebird25-server SUBDIR += flamerobin SUBDIR += fortytwo-bdb SUBDIR += fpc-dblib SUBDIR += fpc-fpindexer SUBDIR += fpc-gdbm SUBDIR += fpc-ibase SUBDIR += fpc-mysql SUBDIR += fpc-odbc SUBDIR += fpc-oracle SUBDIR += fpc-postgres SUBDIR += fpc-pxlib SUBDIR += fpc-sqlite SUBDIR += freetds SUBDIR += freetds-devel SUBDIR += frontbase-jdbc SUBDIR += gadfly SUBDIR += galera SUBDIR += gdbm SUBDIR += geoserver-mysql-plugin SUBDIR += gigabase SUBDIR += glom SUBDIR += gnats4 SUBDIR += gnatsweb4 SUBDIR += godis SUBDIR += gomdb SUBDIR += gosqlite3 SUBDIR += gqlplus SUBDIR += grass SUBDIR += gtksql SUBDIR += hamsterdb SUBDIR += hashtypes SUBDIR += hbase SUBDIR += hiredis SUBDIR += hs-esqueleto SUBDIR += hs-hedis SUBDIR += hs-mysql SUBDIR += hs-persistent SUBDIR += hs-persistent-sqlite SUBDIR += hs-persistent-template SUBDIR += hsqldb SUBDIR += influxdb SUBDIR += innotop SUBDIR += ip4r SUBDIR += ipa_sdb SUBDIR += iplike SUBDIR += isql-viewer SUBDIR += jakarta-commons-dbutils SUBDIR += jasperreports SUBDIR += jdb SUBDIR += jdbc-oracle10g SUBDIR += jdbc-oracle11g SUBDIR += jdbc-oracle8i SUBDIR += jdbc-oracle9i SUBDIR += jdbm2 SUBDIR += jlog SUBDIR += jrobin SUBDIR += jrrd SUBDIR += kbibtex SUBDIR += kyotocabinet SUBDIR += kyototycoon SUBDIR += ldb SUBDIR += leo_center SUBDIR += leofs SUBDIR += leveldb SUBDIR += levigo SUBDIR += libdbi SUBDIR += libdbi-drivers SUBDIR += libdrizzle SUBDIR += libdrizzle-redux SUBDIR += libgda4 SUBDIR += libgda4-bdb SUBDIR += libgda4-jdbc SUBDIR += libgda4-ldap SUBDIR += libgda4-mdb SUBDIR += libgda4-mysql SUBDIR += libgda4-postgresql SUBDIR += libgda4-reference SUBDIR += libgda5 SUBDIR += libgda5-bdb SUBDIR += libgda5-jdbc SUBDIR += libgda5-ldap SUBDIR += libgda5-mdb SUBDIR += libgda5-mysql SUBDIR += libgda5-postgresql SUBDIR += libgda5-ui SUBDIR += libgdamm SUBDIR += libgdamm5 SUBDIR += libhsclient SUBDIR += libiodbc SUBDIR += libmemcache SUBDIR += libmemcached SUBDIR += libmongo-client SUBDIR += libnvpair SUBDIR += libodbc++ SUBDIR += libpbl SUBDIR += libpqtypes SUBDIR += libsdb SUBDIR += libzdb SUBDIR += linux-c6-sqlite3 SUBDIR += linux-f10-sqlite3 SUBDIR += linux-oracle-instantclient-basic SUBDIR += linux-oracle-instantclient-sdk SUBDIR += linux-oracle-instantclient-sqlplus SUBDIR += liquibase SUBDIR += lmdb SUBDIR += luadbi SUBDIR += luasql-mysql SUBDIR += luasql-postgres SUBDIR += luasql-sqlite3 SUBDIR += mantis SUBDIR += mariadb100-client SUBDIR += mariadb100-server SUBDIR += mariadb55-client SUBDIR += mariadb55-server SUBDIR += mdbtools SUBDIR += mdcached SUBDIR += memcached SUBDIR += memcacheq SUBDIR += metakit SUBDIR += monetdb SUBDIR += mongodb SUBDIR += mrtg-mysql-load SUBDIR += mtools-mongodb SUBDIR += mtop SUBDIR += mydbf2mysql SUBDIR += mydumper SUBDIR += mysac SUBDIR += mysql++1 SUBDIR += mysql++3 SUBDIR += mysql-connector-c SUBDIR += mysql-connector-c++ SUBDIR += mysql-connector-java SUBDIR += mysql-connector-odbc SUBDIR += mysql-proxy SUBDIR += mysql-q4m SUBDIR += mysql-udf SUBDIR += mysql-udf-sys SUBDIR += mysql-workbench52 SUBDIR += mysql-xql SUBDIR += mysql2odbc SUBDIR += mysql2pgsql SUBDIR += mysql55-client SUBDIR += mysql55-server SUBDIR += mysql56-client SUBDIR += mysql56-server SUBDIR += mysqlbackup SUBDIR += mysqlbigram SUBDIR += mysqldumper SUBDIR += mysqlidxchk SUBDIR += mysqlreport SUBDIR += mysqlsla SUBDIR += mysqlsniffer SUBDIR += mysqltcl SUBDIR += mysqltuner SUBDIR += mytop SUBDIR += mywwwatcher SUBDIR += nagios-check_mongodb SUBDIR += nagios-check_postgres_replication SUBDIR += nagios-check_redis SUBDIR += namazu2 SUBDIR += ntdb SUBDIR += ocaml-dbm SUBDIR += ocaml-mysql SUBDIR += ocaml-sqlite3 SUBDIR += openark-kit SUBDIR += opendbx SUBDIR += opentsdb SUBDIR += oracle7-client SUBDIR += oracle8-client SUBDIR += oracle_odbc_driver SUBDIR += p5-Amazon-SimpleDB SUBDIR += p5-Amon2-DBI SUBDIR += p5-AnyEvent-BDB SUBDIR += p5-AnyEvent-CouchDB SUBDIR += p5-AnyEvent-DBD-Pg SUBDIR += p5-AnyEvent-Memcached SUBDIR += p5-AnyEvent-Redis SUBDIR += p5-AsciiDB-TagFile SUBDIR += p5-BDB SUBDIR += p5-BSON SUBDIR += p5-BerkeleyDB SUBDIR += p5-Bucardo SUBDIR += p5-CDB_File SUBDIR += p5-CDB_File-Generator SUBDIR += p5-CGI-Session-Driver-memcached SUBDIR += p5-Cache-BDB SUBDIR += p5-Cache-Memcached SUBDIR += p5-Cache-Memcached-Fast SUBDIR += p5-Cache-Memcached-Managed SUBDIR += p5-Cache-Memcached-XS SUBDIR += p5-Cache-Memcached-libmemcached SUBDIR += p5-Class-DBI SUBDIR += p5-Class-DBI-AbstractSearch SUBDIR += p5-Class-DBI-AsForm SUBDIR += p5-Class-DBI-AutoLoader SUBDIR += p5-Class-DBI-BaseDSN SUBDIR += p5-Class-DBI-DATA-Schema SUBDIR += p5-Class-DBI-DDL SUBDIR += p5-Class-DBI-FromCGI SUBDIR += p5-Class-DBI-LazyInflate SUBDIR += p5-Class-DBI-Loader SUBDIR += p5-Class-DBI-Loader-Relationship SUBDIR += p5-Class-DBI-Oracle SUBDIR += p5-Class-DBI-Pager SUBDIR += p5-Class-DBI-Pg SUBDIR += p5-Class-DBI-Plugin SUBDIR += p5-Class-DBI-Plugin-AbstractCount SUBDIR += p5-Class-DBI-Plugin-DeepAbstractSearch SUBDIR += p5-Class-DBI-Plugin-Iterator SUBDIR += p5-Class-DBI-Plugin-Pager SUBDIR += p5-Class-DBI-Plugin-RetrieveAll SUBDIR += p5-Class-DBI-Plugin-Senna SUBDIR += p5-Class-DBI-Plugin-Type SUBDIR += p5-Class-DBI-Replication SUBDIR += p5-Class-DBI-SAK SUBDIR += p5-Class-DBI-SQLite SUBDIR += p5-Class-DBI-Sweet SUBDIR += p5-Class-DBI-ToSax SUBDIR += p5-Class-DBI-Untaint SUBDIR += p5-Class-DBI-mysql SUBDIR += p5-Class-Inflate SUBDIR += p5-CouchDB-View SUBDIR += p5-DBD-AnyData SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Excel SUBDIR += p5-DBD-Google SUBDIR += p5-DBD-InterBase SUBDIR += p5-DBD-LDAP SUBDIR += p5-DBD-Mock SUBDIR += p5-DBD-Multi SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Oracle SUBDIR += p5-DBD-Pg SUBDIR += p5-DBD-PgLite SUBDIR += p5-DBD-PgPP SUBDIR += p5-DBD-SQLite SUBDIR += p5-DBD-SQLite2 SUBDIR += p5-DBD-Sybase SUBDIR += p5-DBD-XBase SUBDIR += p5-DBD-cego SUBDIR += p5-DBD-mysql SUBDIR += p5-DBI SUBDIR += p5-DBI-Shell SUBDIR += p5-DBICx-Deploy SUBDIR += p5-DBICx-MapMaker SUBDIR += p5-DBICx-Sugar SUBDIR += p5-DBICx-TestDatabase SUBDIR += p5-DBICx-TxnInsert SUBDIR += p5-DBIWrapper SUBDIR += p5-DBIx-Abstract SUBDIR += p5-DBIx-Admin-CreateTable SUBDIR += p5-DBIx-Admin-DSNManager SUBDIR += p5-DBIx-Admin-TableInfo SUBDIR += p5-DBIx-AnyDBD SUBDIR += p5-DBIx-Browse SUBDIR += p5-DBIx-Class SUBDIR += p5-DBIx-Class-AsFdat SUBDIR += p5-DBIx-Class-BitField SUBDIR += p5-DBIx-Class-Candy SUBDIR += p5-DBIx-Class-Cursor-Cached SUBDIR += p5-DBIx-Class-CustomPrefetch SUBDIR += p5-DBIx-Class-DateTime-Epoch SUBDIR += p5-DBIx-Class-DeploymentHandler SUBDIR += p5-DBIx-Class-DigestColumns SUBDIR += p5-DBIx-Class-DynamicDefault SUBDIR += p5-DBIx-Class-DynamicSubclass SUBDIR += p5-DBIx-Class-EncodeColumns SUBDIR += p5-DBIx-Class-EncodedColumn SUBDIR += p5-DBIx-Class-Fixtures SUBDIR += p5-DBIx-Class-FrozenColumns SUBDIR += p5-DBIx-Class-Helpers SUBDIR += p5-DBIx-Class-InflateColumn-Authen-Passphrase SUBDIR += p5-DBIx-Class-InflateColumn-FS SUBDIR += p5-DBIx-Class-InflateColumn-IP SUBDIR += p5-DBIx-Class-IntrospectableM2M SUBDIR += p5-DBIx-Class-Loader SUBDIR += p5-DBIx-Class-Migration SUBDIR += p5-DBIx-Class-MooseColumns SUBDIR += p5-DBIx-Class-PassphraseColumn SUBDIR += p5-DBIx-Class-QueryLog SUBDIR += p5-DBIx-Class-QueryProfiler SUBDIR += p5-DBIx-Class-ResultSet-HashRef SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate SUBDIR += p5-DBIx-Class-Schema-Config SUBDIR += p5-DBIx-Class-Schema-Loader SUBDIR += p5-DBIx-Class-Schema-PopulateMore SUBDIR += p5-DBIx-Class-TimeStamp SUBDIR += p5-DBIx-Class-Tree SUBDIR += p5-DBIx-Class-Tree-NestedSet SUBDIR += p5-DBIx-Class-UUIDColumns SUBDIR += p5-DBIx-Class-VirtualColumns SUBDIR += p5-DBIx-Class-WebForm SUBDIR += p5-DBIx-Connector SUBDIR += p5-DBIx-ContextualFetch SUBDIR += p5-DBIx-Custom SUBDIR += p5-DBIx-DBHResolver SUBDIR += p5-DBIx-DBSchema SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Dump SUBDIR += p5-DBIx-Ease SUBDIR += p5-DBIx-HA SUBDIR += p5-DBIx-Inspector SUBDIR += p5-DBIx-Introspector SUBDIR += p5-DBIx-Log4perl SUBDIR += p5-DBIx-MySQLSequence SUBDIR += p5-DBIx-NoSQL SUBDIR += p5-DBIx-Password SUBDIR += p5-DBIx-Perlish SUBDIR += p5-DBIx-QueryLog SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-RetryOverDisconnects SUBDIR += p5-DBIx-SQLEngine SUBDIR += p5-DBIx-SQLite-Simple SUBDIR += p5-DBIx-Safe SUBDIR += p5-DBIx-SearchBuilder SUBDIR += p5-DBIx-Sequence SUBDIR += p5-DBIx-Simple SUBDIR += p5-DBIx-Skinny SUBDIR += p5-DBIx-Skinny-InflateColumn-DateTime SUBDIR += p5-DBIx-Skinny-Mixin-DBHResolver SUBDIR += p5-DBIx-Skinny-Pager SUBDIR += p5-DBIx-Skinny-Schema-Loader SUBDIR += p5-DBIx-Sunny SUBDIR += p5-DBIx-TableHash SUBDIR += p5-DBIx-TransactionManager SUBDIR += p5-DBIx-Tree SUBDIR += p5-DBIx-VersionedDDL SUBDIR += p5-DBIx-Wrapper SUBDIR += p5-DBIx-XHTML_Table SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBM-Deep SUBDIR += p5-DMOZ-ParseRDF SUBDIR += p5-DR-Tarantool SUBDIR += p5-DWH_File SUBDIR += p5-Dancer-Plugin-DBIC SUBDIR += p5-Dancer-Plugin-Database SUBDIR += p5-Dancer-Plugin-Database-Core SUBDIR += p5-Dancer-Plugin-Redis SUBDIR += p5-Dancer-Session-Memcached SUBDIR += p5-Dancer2-Plugin-DBIC SUBDIR += p5-Dancer2-Plugin-Database SUBDIR += p5-Data-Page SUBDIR += p5-Data-Pageset SUBDIR += p5-Exception-Class-DBI SUBDIR += p5-GDBM SUBDIR += p5-Genezzo SUBDIR += p5-GitDDL SUBDIR += p5-GitDDL-Migrator SUBDIR += p5-GraphViz-DBI SUBDIR += p5-HTML-FormHandler-Model-DBIC SUBDIR += p5-Ima-DBI SUBDIR += p5-Iterator-DBI SUBDIR += p5-Jifty-DBI SUBDIR += p5-KyotoCabinet SUBDIR += p5-LMDB_File SUBDIR += p5-MLDBM SUBDIR += p5-MLDBM-Sync SUBDIR += p5-MR-Tarantool SUBDIR += p5-Mango SUBDIR += p5-Memcached-libmemcached SUBDIR += p5-Metadata SUBDIR += p5-Mojo-Pg SUBDIR += p5-MongoDB SUBDIR += p5-MySQL-Diff SUBDIR += p5-Net-Async-CassandraCQL SUBDIR += p5-ORLite SUBDIR += p5-ORLite-Migrate SUBDIR += p5-Oryx SUBDIR += p5-POE-Component-DBIAgent SUBDIR += p5-POE-Component-EasyDBI SUBDIR += p5-POE-Component-LaDBI SUBDIR += p5-POE-Component-RRDTool SUBDIR += p5-Pg SUBDIR += p5-PostgreSQL-PLPerl-Call SUBDIR += p5-PostgreSQL-PLPerl-Trace SUBDIR += p5-Prophet SUBDIR += p5-Protocol-CassandraCQL SUBDIR += p5-RRD-Simple SUBDIR += p5-Redis SUBDIR += p5-Redis-hiredis SUBDIR += p5-RedisDB SUBDIR += p5-RedisDB-Parser SUBDIR += p5-Relations SUBDIR += p5-Relations-Query SUBDIR += p5-ResourcePool-Resource-DBI SUBDIR += p5-Rose-DB SUBDIR += p5-Rose-DB-Object SUBDIR += p5-Rose-DBx-Object-MoreHelpers SUBDIR += p5-Rose-DBx-Object-Renderer SUBDIR += p5-SQL-Abstract SUBDIR += p5-SQL-Abstract-Limit SUBDIR += p5-SQL-Abstract-More SUBDIR += p5-SQL-Abstract-Plugin-InsertMulti SUBDIR += p5-SQL-Interp SUBDIR += p5-SQL-Maker SUBDIR += p5-SQL-ReservedWords SUBDIR += p5-SQL-Statement SUBDIR += p5-SQL-Translator SUBDIR += p5-SQLite-Work SUBDIR += p5-Search-InvertedIndex SUBDIR += p5-Search-Namazu SUBDIR += p5-Search-Xapian SUBDIR += p5-Search-Xapian10 SUBDIR += p5-T2 SUBDIR += p5-Tangram SUBDIR += p5-Template-DBI SUBDIR += p5-Teng SUBDIR += p5-Test-Cukes SUBDIR += p5-Test-Database SUBDIR += p5-Test-DatabaseRow SUBDIR += p5-Test-Fixture-DBI SUBDIR += p5-Test-mysqld SUBDIR += p5-Test-postgresql SUBDIR += p5-Text-Query-SQL SUBDIR += p5-Text-xSV SUBDIR += p5-Tie-DBI SUBDIR += p5-Tie-LevelDB SUBDIR += p5-Time-Piece-MySQL SUBDIR += p5-TokyoCabinet SUBDIR += p5-mysql-genocide SUBDIR += p5-qdbm SUBDIR += p5-tokyotyrant SUBDIR += pear-DB SUBDIR += pear-DBA SUBDIR += pear-DBA_Relational SUBDIR += pear-DB_DataObject SUBDIR += pear-DB_DataObject_FormBuilder SUBDIR += pear-DB_Pager SUBDIR += pear-DB_QueryTool SUBDIR += pear-DB_Sqlite_Tools SUBDIR += pear-DB_Table SUBDIR += pear-DB_ldap SUBDIR += pear-DB_ldap2 SUBDIR += pear-DoctrineCommon SUBDIR += pear-DoctrineDBAL SUBDIR += pear-DoctrineORM SUBDIR += pear-Horde_Db SUBDIR += pear-Horde_HashTable SUBDIR += pear-Horde_Imsp SUBDIR += pear-Horde_Memcache SUBDIR += pear-Horde_Mongo SUBDIR += pear-MDB SUBDIR += pear-MDB2 SUBDIR += pear-MDB2_Driver_mysql SUBDIR += pear-MDB2_Driver_mysqli SUBDIR += pear-MDB2_Driver_pgsql SUBDIR += pear-MDB2_Schema SUBDIR += pear-MDB_QueryTool SUBDIR += pear-Structures_DataGrid_DataSource_Array SUBDIR += pear-Structures_DataGrid_DataSource_CSV SUBDIR += pear-Structures_DataGrid_DataSource_DB SUBDIR += pear-Structures_DataGrid_DataSource_DBQuery SUBDIR += pear-Structures_DataGrid_DataSource_DBTable SUBDIR += pear-Structures_DataGrid_DataSource_DataObject SUBDIR += pear-Structures_DataGrid_DataSource_MDB2 SUBDIR += pear-Structures_DataGrid_DataSource_PDO SUBDIR += pear-XML_Query2XML SUBDIR += pecl-chdb SUBDIR += pecl-dbase SUBDIR += pecl-drizzle SUBDIR += pecl-leveldb SUBDIR += pecl-mdbtools SUBDIR += pecl-memcache SUBDIR += pecl-memcached SUBDIR += pecl-mongo SUBDIR += pecl-mysqlnd_ms SUBDIR += pecl-mysqlnd_qc SUBDIR += pecl-pdo_user SUBDIR += pecl-rrd SUBDIR += pecl-tokyo_tyrant SUBDIR += percona-toolkit SUBDIR += percona55-client SUBDIR += percona55-server SUBDIR += percona56-client SUBDIR += percona56-server SUBDIR += pg_activity SUBDIR += pg_reorg SUBDIR += pg_rman SUBDIR += pg_statsinfo SUBDIR += pgaccess SUBDIR += pgadmin3 SUBDIR += pgagent SUBDIR += pgbadger SUBDIR += pgbarman SUBDIR += pgbouncer SUBDIR += pgdbf SUBDIR += pgespresso SUBDIR += pgfouine SUBDIR += pglesslog SUBDIR += pgloader SUBDIR += pgpool SUBDIR += pgpool-II SUBDIR += pgpool-II-22 SUBDIR += pgpool-II-23 SUBDIR += pgpool-II-30 SUBDIR += pgpool-II-33 SUBDIR += pgpoolAdmin SUBDIR += pgrouting SUBDIR += pgsphere SUBDIR += pgtcl SUBDIR += pgtop SUBDIR += pgtune SUBDIR += pgworksheet SUBDIR += php-adodb-ext SUBDIR += php-mdcached SUBDIR += php5-creole SUBDIR += php5-dba SUBDIR += php5-interbase SUBDIR += php5-mssql SUBDIR += php5-mysql SUBDIR += php5-mysqli SUBDIR += php5-odbc SUBDIR += php5-pdo SUBDIR += php5-pdo_cassandra SUBDIR += php5-pdo_dblib SUBDIR += php5-pdo_firebird SUBDIR += php5-pdo_mysql SUBDIR += php5-pdo_odbc SUBDIR += php5-pdo_pgsql SUBDIR += php5-pdo_sqlite SUBDIR += php5-pgsql SUBDIR += php5-propel SUBDIR += php5-redis SUBDIR += php5-sqlite3 SUBDIR += php5-sybase_ct SUBDIR += php5-tarantool SUBDIR += php55-dba SUBDIR += php55-interbase SUBDIR += php55-mssql SUBDIR += php55-mysql SUBDIR += php55-mysqli SUBDIR += php55-odbc SUBDIR += php55-pdo SUBDIR += php55-pdo_dblib SUBDIR += php55-pdo_firebird SUBDIR += php55-pdo_mysql SUBDIR += php55-pdo_odbc SUBDIR += php55-pdo_pgsql SUBDIR += php55-pdo_sqlite SUBDIR += php55-pgsql SUBDIR += php55-redis SUBDIR += php55-sqlite3 SUBDIR += php55-sybase_ct SUBDIR += php56-dba SUBDIR += php56-interbase SUBDIR += php56-mssql SUBDIR += php56-mysql SUBDIR += php56-mysqli SUBDIR += php56-odbc SUBDIR += php56-pdo SUBDIR += php56-pdo_dblib SUBDIR += php56-pdo_firebird SUBDIR += php56-pdo_mysql SUBDIR += php56-pdo_odbc SUBDIR += php56-pdo_pgsql SUBDIR += php56-pdo_sqlite SUBDIR += php56-pgsql SUBDIR += php56-redis SUBDIR += php56-sqlite3 SUBDIR += php56-sybase_ct SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis-jdbc SUBDIR += postgis20 SUBDIR += postgis21 SUBDIR += postgresql-jdbc SUBDIR += postgresql-libpgeasy SUBDIR += postgresql-libpqxx SUBDIR += postgresql-libpqxx3 SUBDIR += postgresql-odbc SUBDIR += postgresql-pllua SUBDIR += postgresql-plproxy SUBDIR += postgresql-plruby SUBDIR += postgresql-plv8js SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr SUBDIR += postgresql90-client SUBDIR += postgresql90-contrib SUBDIR += postgresql90-docs SUBDIR += postgresql90-pgtcl SUBDIR += postgresql90-plperl SUBDIR += postgresql90-plpython SUBDIR += postgresql90-pltcl SUBDIR += postgresql90-server SUBDIR += postgresql91-client SUBDIR += postgresql91-contrib SUBDIR += postgresql91-docs SUBDIR += postgresql91-pgtcl SUBDIR += postgresql91-plperl SUBDIR += postgresql91-plpython SUBDIR += postgresql91-pltcl SUBDIR += postgresql91-server SUBDIR += postgresql92-client SUBDIR += postgresql92-contrib SUBDIR += postgresql92-docs SUBDIR += postgresql92-pgtcl SUBDIR += postgresql92-plperl SUBDIR += postgresql92-plpython SUBDIR += postgresql92-pltcl SUBDIR += postgresql92-server SUBDIR += postgresql93-client SUBDIR += postgresql93-contrib SUBDIR += postgresql93-docs SUBDIR += postgresql93-pgtcl SUBDIR += postgresql93-plperl SUBDIR += postgresql93-plpython SUBDIR += postgresql93-pltcl SUBDIR += postgresql93-server SUBDIR += postgresql94-client SUBDIR += postgresql94-contrib SUBDIR += postgresql94-docs SUBDIR += postgresql94-pgtcl SUBDIR += postgresql94-plperl SUBDIR += postgresql94-plpython SUBDIR += postgresql94-pltcl SUBDIR += postgresql94-server SUBDIR += postgresql_autodoc SUBDIR += powerarchitect SUBDIR += proftpd-mod_sql_mysql SUBDIR += proftpd-mod_sql_odbc SUBDIR += proftpd-mod_sql_postgres SUBDIR += proftpd-mod_sql_sqlite SUBDIR += proftpd-mod_sql_tds SUBDIR += puppetdb SUBDIR += puppetdb-terminus SUBDIR += pure-sql3 SUBDIR += puredb SUBDIR += pxlib SUBDIR += pxtools SUBDIR += py-django-transaction-hooks SUBDIR += py-Elixir SUBDIR += py-MySQLdb SUBDIR += py-MySQLdb55 SUBDIR += py-MySQLdb56 SUBDIR += py-PyGreSQL SUBDIR += py-Pyrseas SUBDIR += py-alembic SUBDIR += py-apsw SUBDIR += py-bsddb SUBDIR += py-bsddb3 SUBDIR += py-carbon SUBDIR += py-cdb SUBDIR += py-couchdb SUBDIR += py-cql SUBDIR += py-dbf SUBDIR += py-dbutils SUBDIR += py-fdb SUBDIR += py-firebirdsql SUBDIR += py-flask-sqlalchemy SUBDIR += py-forgetsql SUBDIR += py-gdbm SUBDIR += py32-gdbm SUBDIR += py33-gdbm SUBDIR += py34-gdbm SUBDIR += py35-gdbm SUBDIR += py-geoalchemy SUBDIR += py-geoalchemy2 SUBDIR += py-hiredis SUBDIR += py-htsql SUBDIR += py-htsql-mysql SUBDIR += py-htsql-pgsql SUBDIR += py-kyotocabinet SUBDIR += py-leveldb SUBDIR += py-memcached SUBDIR += py-mycli SUBDIR += py-mysql-connector-python SUBDIR += py-mysql-connector-python2 SUBDIR += py-mysql2pgsql SUBDIR += py-odbc SUBDIR += py-oops SUBDIR += py-oursql SUBDIR += py-peewee SUBDIR += py-pg8000 SUBDIR += py-pg_pqueue SUBDIR += py-pgcli SUBDIR += py-pgspecial SUBDIR += py-pgxnclient SUBDIR += py-pickledb SUBDIR += py-postgresql SUBDIR += py-psycogreen SUBDIR += py-psycopg SUBDIR += py-psycopg2 SUBDIR += py-pyPgSQL SUBDIR += py-pyhs SUBDIR += py-pylibmc SUBDIR += py-pymssql SUBDIR += py-pymysql SUBDIR += py-pypuppetdb SUBDIR += py-pytc SUBDIR += py-python-rrdtool SUBDIR += py-python-sql SUBDIR += py-qt4-sql + SUBDIR += py-qt5-sql SUBDIR += py-redis SUBDIR += py-riak SUBDIR += py-rrdtool_lgpl SUBDIR += py-south SUBDIR += py-sqlalchemy SUBDIR += py-sqlalchemy-devel SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy06 SUBDIR += py-sqlite3 SUBDIR += py32-sqlite3 SUBDIR += py33-sqlite3 SUBDIR += py34-sqlite3 SUBDIR += py35-sqlite3 SUBDIR += py-sqlite3dbm SUBDIR += py-sqlobject SUBDIR += py-sqlparse SUBDIR += py-sqlrelay SUBDIR += py-swift SUBDIR += py-swiftclient SUBDIR += py-sybase SUBDIR += py-tarantool SUBDIR += py-umemcache SUBDIR += py-whisper SUBDIR += pydbx SUBDIR += pymongo SUBDIR += pypy-gdbm SUBDIR += pypy-sqlite3 SUBDIR += pyspatialite SUBDIR += qdbm SUBDIR += qdbm-plus SUBDIR += qof SUBDIR += qt4-ibase-plugin SUBDIR += qt4-mysql-plugin SUBDIR += qt4-odbc-plugin SUBDIR += qt4-pgsql-plugin SUBDIR += qt4-sql SUBDIR += qt4-sqlite-plugin SUBDIR += qt4-sqlite3-plugin SUBDIR += qt5-sql SUBDIR += qt5-sqldrivers-ibase SUBDIR += qt5-sqldrivers-mysql SUBDIR += qt5-sqldrivers-odbc SUBDIR += qt5-sqldrivers-pgsql SUBDIR += qt5-sqldrivers-sqlite2 SUBDIR += qt5-sqldrivers-sqlite3 SUBDIR += rdb SUBDIR += rdfdb SUBDIR += recutils SUBDIR += redigo SUBDIR += redis SUBDIR += redis-devel SUBDIR += riak SUBDIR += riak2 SUBDIR += rocksdb SUBDIR += rrdman SUBDIR += rrdmerge SUBDIR += rrdtool SUBDIR += rrdtool10 SUBDIR += rrdtool12 SUBDIR += ruby-bdb SUBDIR += ruby-cdb SUBDIR += ruby-gdbm SUBDIR += ruby-mysql SUBDIR += ruby-o_dbm SUBDIR += ruby-odbc SUBDIR += ruby-qdbm SUBDIR += ruby-rdbc1 SUBDIR += ruby-sybct SUBDIR += ruby-tokyocabinet SUBDIR += rubygem-activemodel SUBDIR += rubygem-activemodel4 SUBDIR += rubygem-activemodel41 SUBDIR += rubygem-activerecord SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-activerecord-jdbcmysql-adapter SUBDIR += rubygem-activerecord-mysql-adapter SUBDIR += rubygem-activerecord4 SUBDIR += rubygem-activerecord41 SUBDIR += rubygem-after_commit_queue SUBDIR += rubygem-after_commit_queue-rails41 SUBDIR += rubygem-amalgalite SUBDIR += rubygem-arel SUBDIR += rubygem-arel-helpers SUBDIR += rubygem-arel3 SUBDIR += rubygem-arel6 SUBDIR += rubygem-awesome_nested_set SUBDIR += rubygem-bdb1 SUBDIR += rubygem-bigrecord SUBDIR += rubygem-couchrest SUBDIR += rubygem-data_objects SUBDIR += rubygem-datamapper SUBDIR += rubygem-dbd-mysql SUBDIR += rubygem-dbd-odbc SUBDIR += rubygem-dbd-pg SUBDIR += rubygem-dbd-sqlite3 SUBDIR += rubygem-dbi SUBDIR += rubygem-dm-active_model SUBDIR += rubygem-dm-aggregates SUBDIR += rubygem-dm-chunked_query SUBDIR += rubygem-dm-constraints SUBDIR += rubygem-dm-core SUBDIR += rubygem-dm-devise SUBDIR += rubygem-dm-do-adapter SUBDIR += rubygem-dm-migrations SUBDIR += rubygem-dm-mysql-adapter SUBDIR += rubygem-dm-observer SUBDIR += rubygem-dm-pager SUBDIR += rubygem-dm-paperclip SUBDIR += rubygem-dm-postgres-adapter SUBDIR += rubygem-dm-rails SUBDIR += rubygem-dm-serializer SUBDIR += rubygem-dm-timestamps SUBDIR += rubygem-dm-transactions SUBDIR += rubygem-dm-types SUBDIR += rubygem-dm-validations SUBDIR += rubygem-do_mysql SUBDIR += rubygem-do_postgres SUBDIR += rubygem-do_sqlite3 SUBDIR += rubygem-familia SUBDIR += rubygem-globalid SUBDIR += rubygem-her SUBDIR += rubygem-hiredis SUBDIR += rubygem-jdbc-mysql SUBDIR += rubygem-leo_manager_client SUBDIR += rubygem-memcache SUBDIR += rubygem-memcache-client SUBDIR += rubygem-mysql SUBDIR += rubygem-mysql2 SUBDIR += rubygem-openid-redis-store SUBDIR += rubygem-paranoia SUBDIR += rubygem-paranoia-rails41 SUBDIR += rubygem-pg SUBDIR += rubygem-rbase SUBDIR += rubygem-redis SUBDIR += rubygem-redis-actionpack SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-rubyrep SUBDIR += rubygem-seed-fu SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby SUBDIR += rubygem-tarantool SUBDIR += sfcgal SUBDIR += sharedance SUBDIR += skytools SUBDIR += slony1v2 SUBDIR += soci SUBDIR += spatialite SUBDIR += spatialite-tools SUBDIR += spatialite_gui SUBDIR += speedtables SUBDIR += sqlbuddy SUBDIR += sqlcached SUBDIR += sqlcipher SUBDIR += sqlclient SUBDIR += sqldeveloper SUBDIR += sqlite-ext-miscfuncs SUBDIR += sqlite-ext-pcre SUBDIR += sqlite2 SUBDIR += sqlite3 SUBDIR += sqlitebrowser SUBDIR += sqliteman SUBDIR += sqlitemanager SUBDIR += sqliteodbc SUBDIR += sqlitestudio SUBDIR += sqlrelay SUBDIR += sqsh SUBDIR += squirrel-sql SUBDIR += tablelog SUBDIR += tarantool SUBDIR += tarantool-c SUBDIR += tcl-Mysql SUBDIR += tcl-sqlite3 SUBDIR += tdb SUBDIR += tdbc SUBDIR += tinycdb SUBDIR += tokyocabinet SUBDIR += tokyotyrant SUBDIR += tora SUBDIR += tuning-primer SUBDIR += twemproxy SUBDIR += unixODBC SUBDIR += useracc SUBDIR += vfront SUBDIR += virtualpg SUBDIR += virtuoso SUBDIR += vsqlite SUBDIR += wfb2sql SUBDIR += wmjsql SUBDIR += xapian-bindings SUBDIR += xapian-core SUBDIR += xapian-core10 SUBDIR += xtrabackup SUBDIR += yasql SUBDIR += zodb3 .include Index: head/databases/py-qt5-sql/Makefile =================================================================== --- head/databases/py-qt5-sql/Makefile (nonexistent) +++ head/databases/py-qt5-sql/Makefile (revision 403693) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= sql +CATEGORIES= databases devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtSql module + +CONFIGURE_ARGS= --enable QtSql +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run widgets_run +USE_QT5= core gui sql widgets buildtools_build qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtSql API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/databases/py-qt5-sql/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/py-qt5-sql/pkg-descr =================================================================== --- head/databases/py-qt5-sql/pkg-descr (nonexistent) +++ head/databases/py-qt5-sql/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtSql module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/databases/py-qt5-sql/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/py-qt5-sql/pkg-plist =================================================================== --- head/databases/py-qt5-sql/pkg-plist (nonexistent) +++ head/databases/py-qt5-sql/pkg-plist (revision 403693) @@ -0,0 +1,16 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtSql.so +%%PYQT_SIPDIR%%/QtSql/QtSqlmod.sip +%%PYQT_SIPDIR%%/QtSql/qsql.sip +%%PYQT_SIPDIR%%/QtSql/qsqldatabase.sip +%%PYQT_SIPDIR%%/QtSql/qsqldriver.sip +%%PYQT_SIPDIR%%/QtSql/qsqlerror.sip +%%PYQT_SIPDIR%%/QtSql/qsqlfield.sip +%%PYQT_SIPDIR%%/QtSql/qsqlindex.sip +%%PYQT_SIPDIR%%/QtSql/qsqlquery.sip +%%PYQT_SIPDIR%%/QtSql/qsqlquerymodel.sip +%%PYQT_SIPDIR%%/QtSql/qsqlrecord.sip +%%PYQT_SIPDIR%%/QtSql/qsqlrelationaldelegate.sip +%%PYQT_SIPDIR%%/QtSql/qsqlrelationaltablemodel.sip +%%PYQT_SIPDIR%%/QtSql/qsqlresult.sip +%%PYQT_SIPDIR%%/QtSql/qsqltablemodel.sip +%%API%%share/qt5/qsci/api/python/QtSql.api Property changes on: head/databases/py-qt5-sql/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/Makefile =================================================================== --- head/devel/Makefile (revision 403692) +++ head/devel/Makefile (revision 403693) @@ -1,5315 +1,5325 @@ # $FreeBSD$ # COMMENT = Development utilities SUBDIR += 9base SUBDIR += ChipmunkPhysics SUBDIR += ElectricFence SUBDIR += ORBit2 SUBDIR += ORBit2-reference SUBDIR += R-cran-BH SUBDIR += R-cran-Defaults SUBDIR += R-cran-Hmisc SUBDIR += R-cran-R6 SUBDIR += R-cran-RUnit SUBDIR += R-cran-Rcpp SUBDIR += R-cran-bit SUBDIR += R-cran-bit64 SUBDIR += R-cran-bitops SUBDIR += R-cran-caTools SUBDIR += R-cran-caret SUBDIR += R-cran-chron SUBDIR += R-cran-doParallel SUBDIR += R-cran-evaluate SUBDIR += R-cran-foreach SUBDIR += R-cran-gbm SUBDIR += R-cran-gdata SUBDIR += R-cran-glmnet SUBDIR += R-cran-gsubfn SUBDIR += R-cran-gtools SUBDIR += R-cran-iterators SUBDIR += R-cran-itertools SUBDIR += R-cran-magrittr SUBDIR += R-cran-memoise SUBDIR += R-cran-microbenchmark SUBDIR += R-cran-pkgmaker SUBDIR += R-cran-plyr SUBDIR += R-cran-proto SUBDIR += R-cran-randomForest SUBDIR += R-cran-registry SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 SUBDIR += R-cran-rngtools SUBDIR += R-cran-rstudioapi SUBDIR += SpecTcl SUBDIR += aap SUBDIR += aarch64-binutils SUBDIR += abi-compliance-checker SUBDIR += ace SUBDIR += ace+tao-doc SUBDIR += acme SUBDIR += activitymail SUBDIR += ada-util SUBDIR += adabooch SUBDIR += adacurses SUBDIR += adime SUBDIR += aegis SUBDIR += afay SUBDIR += ahven SUBDIR += aifad SUBDIR += alabastra SUBDIR += ald SUBDIR += alf SUBDIR += allegro SUBDIR += allegro-devel SUBDIR += alog SUBDIR += amd64-binutils SUBDIR += amd64-gcc SUBDIR += amd64-xtoolchain-gcc SUBDIR += android-tools-adb SUBDIR += android-tools-adb-devel SUBDIR += android-tools-fastboot SUBDIR += android-tools-fastboot-devel SUBDIR += android-tools-simpleperf SUBDIR += anjuta SUBDIR += anjuta-extras SUBDIR += antlr SUBDIR += antlr3 SUBDIR += antlr4 SUBDIR += antlrworks SUBDIR += apache-ant SUBDIR += api-sanity-autotest SUBDIR += apiextractor SUBDIR += appstream-glib SUBDIR += apr1 SUBDIR += apr2 SUBDIR += arcanist SUBDIR += arduino SUBDIR += arduino-glcd SUBDIR += arduino-irremote SUBDIR += arduino-mk SUBDIR += argouml SUBDIR += argp-standalone SUBDIR += argtable SUBDIR += arm-elf-binutils SUBDIR += arm-gnueabi-binutils SUBDIR += arm-none-eabi-binutils SUBDIR += arm-none-eabi-gcc SUBDIR += arm-none-eabi-gcc492 SUBDIR += arm-none-eabi-gdb SUBDIR += aros-sdk SUBDIR += art SUBDIR += artifactory SUBDIR += as31 SUBDIR += asl SUBDIR += asmutils SUBDIR += asmx SUBDIR += astah-community SUBDIR += astyle SUBDIR += atf SUBDIR += atlas SUBDIR += atlas-devel SUBDIR += atlassian-plugin-sdk SUBDIR += autobook SUBDIR += autoconf SUBDIR += autoconf-archive SUBDIR += autoconf-wrapper SUBDIR += autoconf213 SUBDIR += autodia SUBDIR += autodist SUBDIR += autogen SUBDIR += automake SUBDIR += automake-wrapper SUBDIR += automoc4 SUBDIR += autotools SUBDIR += avalon-framework SUBDIR += avarice SUBDIR += avce00 SUBDIR += avltree SUBDIR += avr-binutils SUBDIR += avr-gcc SUBDIR += avr-gcc-devel SUBDIR += avr-gdb SUBDIR += avr-libc SUBDIR += avra SUBDIR += avrdude SUBDIR += avro SUBDIR += avro-c SUBDIR += avro-cpp SUBDIR += awscli SUBDIR += b2 SUBDIR += bam SUBDIR += bbfreeze SUBDIR += bbfreeze-loader SUBDIR += bcc SUBDIR += bcpp SUBDIR += beautifyphp SUBDIR += bennugd-core SUBDIR += bennugd-modules SUBDIR += bglibs SUBDIR += bicyclerepair SUBDIR += bin86 SUBDIR += binutils SUBDIR += bison SUBDIR += bisoncpp SUBDIR += blame SUBDIR += bmake SUBDIR += bmkdep SUBDIR += bncsutil-ghost++ SUBDIR += bnf SUBDIR += boaconstructor SUBDIR += boehm-gc SUBDIR += boehm-gc-redirect SUBDIR += boehm-gc-threaded SUBDIR += boost-all SUBDIR += boost-docs SUBDIR += boost-jam SUBDIR += boost-libs SUBDIR += boost-python-libs SUBDIR += boost_build SUBDIR += bouml-doc SUBDIR += bpython SUBDIR += bsdbuild SUBDIR += bsdcflow SUBDIR += bsdowl SUBDIR += bufferpool SUBDIR += bugzilla44 SUBDIR += bugzilla50 SUBDIR += build SUBDIR += buildbot SUBDIR += buildbot-slave SUBDIR += buildtool SUBDIR += buildtool-doc SUBDIR += bullet SUBDIR += bunny SUBDIR += busybee SUBDIR += byacc SUBDIR += byaccj SUBDIR += bzr SUBDIR += bzr-builder SUBDIR += bzr-colo SUBDIR += bzr-explorer SUBDIR += bzr-externals SUBDIR += bzr-fastimport SUBDIR += bzr-git SUBDIR += bzr-gtk SUBDIR += bzr-loom SUBDIR += bzr-pipeline SUBDIR += bzr-rewrite SUBDIR += bzr-scmproj SUBDIR += bzr-stats SUBDIR += bzr-svn SUBDIR += bzr-upload SUBDIR += bzrtools SUBDIR += c-unit SUBDIR += c2mdoc SUBDIR += c4 SUBDIR += caf SUBDIR += calibrator SUBDIR += capstone SUBDIR += cargo SUBDIR += cask SUBDIR += catch SUBDIR += cbind SUBDIR += cbrowser SUBDIR += cc65 SUBDIR += ccache SUBDIR += cccc SUBDIR += ccdoc SUBDIR += ccons SUBDIR += ccrtp SUBDIR += cdash SUBDIR += cdecl SUBDIR += cdialog SUBDIR += cdk SUBDIR += cervisia SUBDIR += cflow SUBDIR += cflow2vcg SUBDIR += cgdb SUBDIR += cgilib SUBDIR += cgit SUBDIR += cgprof SUBDIR += charva SUBDIR += checkbashisms SUBDIR += checkheaders SUBDIR += cherivis-devel SUBDIR += chrpath SUBDIR += chruby SUBDIR += cil SUBDIR += cityhash SUBDIR += cl-alexandria SUBDIR += cl-alexandria-sbcl SUBDIR += cl-asdf SUBDIR += cl-cffi SUBDIR += cl-cffi-sbcl SUBDIR += cl-infix SUBDIR += cl-infix-sbcl SUBDIR += cl-port SUBDIR += cl-port-sbcl SUBDIR += cl-split-sequence SUBDIR += cl-split-sequence-sbcl SUBDIR += cl-trivial-features SUBDIR += cl-trivial-features-sbcl SUBDIR += cl-trivial-gray-streams SUBDIR += cl-trivial-gray-streams-sbcl SUBDIR += cl-uffi SUBDIR += cl-uffi-sbcl SUBDIR += clanlib SUBDIR += clanlib1 SUBDIR += clanlib22 SUBDIR += cld SUBDIR += cld2 SUBDIR += clewn SUBDIR += clig SUBDIR += clinfo SUBDIR += clisp-hyperspec SUBDIR += clojure-cider SUBDIR += cloudabi-binutils-aarch64 SUBDIR += cloudabi-binutils-x86_64 SUBDIR += cloudabi-toolchain SUBDIR += cmake SUBDIR += cmake-fedora SUBDIR += cmake-gui SUBDIR += cmake-modules SUBDIR += cmake-modules-webos SUBDIR += cmph SUBDIR += cmunge SUBDIR += cobf SUBDIR += coccinelle SUBDIR += codeblocks SUBDIR += codeville SUBDIR += codeworker SUBDIR += colorgcc SUBDIR += colormake SUBDIR += commit-patch SUBDIR += commoncpp SUBDIR += compiler-rt SUBDIR += compiler-rt-devel SUBDIR += compiz-bcop SUBDIR += concurrencykit SUBDIR += configkit SUBDIR += cons SUBDIR += cons-test SUBDIR += cook SUBDIR += courier-unicode SUBDIR += covtool SUBDIR += cpan-upload SUBDIR += cpan-upload-http SUBDIR += cpp-netlib SUBDIR += cppcheck SUBDIR += cppi SUBDIR += cpptest SUBDIR += cppunit SUBDIR += cproto SUBDIR += cpuflags SUBDIR += critcl SUBDIR += cs-eric6 SUBDIR += cscope SUBDIR += cscout SUBDIR += csmith SUBDIR += csoap SUBDIR += cssc SUBDIR += cstringbuffer SUBDIR += ctags SUBDIR += cunit SUBDIR += cut SUBDIR += cutils SUBDIR += cutter SUBDIR += cvs SUBDIR += cvs+ipv6 SUBDIR += cvs-devel SUBDIR += cvs-syncmail SUBDIR += cvs2cl SUBDIR += cvs2darcs SUBDIR += cvs2html SUBDIR += cvs2p4 SUBDIR += cvs2svn SUBDIR += cvsadmin SUBDIR += cvsbook SUBDIR += cvschangelogbuilder SUBDIR += cvschk SUBDIR += cvsd SUBDIR += cvsdadm SUBDIR += cvsdelta SUBDIR += cvsdiff2patch SUBDIR += cvsgraph SUBDIR += cvslines SUBDIR += cvsmonitor SUBDIR += cvsplot SUBDIR += cvsps SUBDIR += cvsps-devel SUBDIR += cvsspam SUBDIR += cvstrac SUBDIR += cvsutils SUBDIR += cvsweb SUBDIR += cvsweb3 SUBDIR += cvswrap SUBDIR += cweb SUBDIR += cx_Freeze SUBDIR += cxmon SUBDIR += cxref SUBDIR += cxxtest SUBDIR += cxxtools SUBDIR += d-feet SUBDIR += darts SUBDIR += dash.el SUBDIR += dasm SUBDIR += datadraw SUBDIR += dbus SUBDIR += dbus-glib SUBDIR += dbus-qt4 SUBDIR += dbus-qt5 SUBDIR += dbus-sharp SUBDIR += dbus-sharp-glib SUBDIR += dbus-tcl SUBDIR += dcmtk SUBDIR += dconf SUBDIR += dconf-editor SUBDIR += ddd SUBDIR += dee SUBDIR += deforaos-libsystem SUBDIR += deheader SUBDIR += delta SUBDIR += desktop-file-utils SUBDIR += dev86 SUBDIR += devhelp SUBDIR += devtodo SUBDIR += dfuife-curses SUBDIR += dia2code SUBDIR += diffuse SUBDIR += ding-libs SUBDIR += directfb SUBDIR += dissy SUBDIR += distcc SUBDIR += distel SUBDIR += distorm SUBDIR += ditrack SUBDIR += dits SUBDIR += djgpp-binutils SUBDIR += djgpp-crx SUBDIR += dmake SUBDIR += dmalloc SUBDIR += dmucs SUBDIR += doctorj SUBDIR += dolphin-plugins SUBDIR += dotconf SUBDIR += dotconf++ SUBDIR += doxygen SUBDIR += dparser SUBDIR += dprog SUBDIR += dragon SUBDIR += dreampie SUBDIR += drpython SUBDIR += ds2 SUBDIR += dulwich SUBDIR += duplo SUBDIR += dwarfdump SUBDIR += dxa65 SUBDIR += dyncall SUBDIR += e00compr SUBDIR += e2fsprogs-libss SUBDIR += e_dbus SUBDIR += easygit SUBDIR += eblob SUBDIR += ebnf2yacc SUBDIR += ecgi SUBDIR += edb SUBDIR += editline SUBDIR += efivar SUBDIR += efl SUBDIR += eggdbus SUBDIR += egypt SUBDIR += eiffelstudio SUBDIR += elf SUBDIR += elfio SUBDIR += elfkickers SUBDIR += elfrc SUBDIR += elfsh SUBDIR += elftoaout SUBDIR += elixir-bson SUBDIR += elixir-calendar SUBDIR += elixir-combine SUBDIR += elixir-conform SUBDIR += elixir-conform_exrm SUBDIR += elixir-connection SUBDIR += elixir-coverex SUBDIR += elixir-csv SUBDIR += elixir-decimal SUBDIR += elixir-dialyze SUBDIR += elixir-estree SUBDIR += elixir-exactor SUBDIR += elixir-excoveralls SUBDIR += elixir-exjsx SUBDIR += elixir-exprotobuf SUBDIR += elixir-exrm SUBDIR += elixir-gettext SUBDIR += elixir-hex SUBDIR += elixir-inflex SUBDIR += elixir-lager_logger SUBDIR += elixir-msgpax SUBDIR += elixir-paratize SUBDIR += elixir-plug SUBDIR += elixir-poison SUBDIR += elixir-quantum SUBDIR += elixir-red_black_tree SUBDIR += elixir-sorted_set SUBDIR += elixir-timex SUBDIR += elixir-timex-interval SUBDIR += elixir-tzdata SUBDIR += embb SUBDIR += epl.el SUBDIR += epm SUBDIR += epydoc SUBDIR += eric4 SUBDIR += eric6 SUBDIR += eris SUBDIR += erlang-bbmustache SUBDIR += erlang-bear SUBDIR += erlang-certifi SUBDIR += erlang-clique SUBDIR += erlang-common_lib SUBDIR += erlang-cuttlefish SUBDIR += erlang-erlware_commons SUBDIR += erlang-esdl SUBDIR += erlang-exmpp SUBDIR += erlang-folsom SUBDIR += erlang-gen_leader SUBDIR += erlang-gen_smtp SUBDIR += erlang-getopt SUBDIR += erlang-goldrush SUBDIR += erlang-gpb SUBDIR += erlang-gproc SUBDIR += erlang-jobs SUBDIR += erlang-jsx SUBDIR += erlang-jsxd SUBDIR += erlang-lager SUBDIR += erlang-lager_syslog SUBDIR += erlang-meck SUBDIR += erlang-msgpack SUBDIR += erlang-neotoma SUBDIR += erlang-oserl SUBDIR += erlang-parse_trans SUBDIR += erlang-poolboy SUBDIR += erlang-pooler SUBDIR += erlang-protobuffs SUBDIR += erlang-providers SUBDIR += erlang-rebar3_hex SUBDIR += erlang-recon SUBDIR += erlang-sbroker SUBDIR += erlang-ssl_verify_hostname SUBDIR += erlang-syslog SUBDIR += es-eric6 SUBDIR += etcd SUBDIR += etcdctl SUBDIR += etl SUBDIR += euca2ools SUBDIR += eventxx SUBDIR += evolution-gconf-tools SUBDIR += exercisix SUBDIR += f77flow SUBDIR += fam SUBDIR += fastcrc SUBDIR += fb-adb SUBDIR += fb303 SUBDIR += fc++ SUBDIR += ffcall SUBDIR += fga SUBDIR += fhist SUBDIR += fib SUBDIR += firmware-utils SUBDIR += fistgen SUBDIR += flatzebra SUBDIR += flex-sdk SUBDIR += flex-sdk35 SUBDIR += flexdock SUBDIR += flexjson SUBDIR += flickrnet SUBDIR += florist-gpl SUBDIR += flyspray SUBDIR += fmake SUBDIR += fnccheck SUBDIR += fnorb SUBDIR += fortran-utils SUBDIR += fortytwo-encore SUBDIR += fossil SUBDIR += fpc-bfd SUBDIR += fpc-dbus SUBDIR += fpc-fcl-async SUBDIR += fpc-fcl-base SUBDIR += fpc-fcl-db SUBDIR += fpc-fcl-extra SUBDIR += fpc-fcl-fpcunit SUBDIR += fpc-fcl-image SUBDIR += fpc-fcl-js SUBDIR += fpc-fcl-json SUBDIR += fpc-fcl-net SUBDIR += fpc-fcl-passrc SUBDIR += fpc-fcl-registry SUBDIR += fpc-fcl-res SUBDIR += fpc-fcl-sdo SUBDIR += fpc-fcl-sound SUBDIR += fpc-fcl-stl SUBDIR += fpc-fcl-web SUBDIR += fpc-fcl-xml SUBDIR += fpc-fppkg SUBDIR += fpc-fv SUBDIR += fpc-gdbint SUBDIR += fpc-newt SUBDIR += fpc-pthreads SUBDIR += fpc-regexpr SUBDIR += fpc-sdl SUBDIR += fpc-symbolic SUBDIR += fpc-zlib SUBDIR += fpp SUBDIR += frama-c SUBDIR += freeocl SUBDIR += frink SUBDIR += fstrm SUBDIR += ftjam SUBDIR += ftnchek SUBDIR += fuel SUBDIR += fujaba SUBDIR += funnelweb SUBDIR += gaa SUBDIR += gamin SUBDIR += gaphor SUBDIR += gauche-readline SUBDIR += gaul SUBDIR += gazpacho SUBDIR += gb SUBDIR += gcc-arm-embedded SUBDIR += gcc-msp430-ti-toolchain SUBDIR += gccmakedep SUBDIR += gconf2 SUBDIR += gconf2-reference SUBDIR += gconfmm26 SUBDIR += gcvs SUBDIR += gdb SUBDIR += gdb66 SUBDIR += gdbmods SUBDIR += gdcm SUBDIR += geany SUBDIR += geany-plugin-addons SUBDIR += geany-plugin-autoclose SUBDIR += geany-plugin-automark SUBDIR += geany-plugin-codenav SUBDIR += geany-plugin-commander SUBDIR += geany-plugin-ctags SUBDIR += geany-plugin-debugger SUBDIR += geany-plugin-defineformat SUBDIR += geany-plugin-devhelp SUBDIR += geany-plugin-doc SUBDIR += geany-plugin-extrasel SUBDIR += geany-plugin-geanypy SUBDIR += geany-plugin-gendoc SUBDIR += geany-plugin-geniuspaste SUBDIR += geany-plugin-git-changebar SUBDIR += geany-plugin-insertnum SUBDIR += geany-plugin-latex SUBDIR += geany-plugin-lipsum SUBDIR += geany-plugin-lua SUBDIR += geany-plugin-macro SUBDIR += geany-plugin-markdown SUBDIR += geany-plugin-miniscript SUBDIR += geany-plugin-multiterm SUBDIR += geany-plugin-numberedbookmarks SUBDIR += geany-plugin-overview SUBDIR += geany-plugin-pairtaghighlighter SUBDIR += geany-plugin-pg SUBDIR += geany-plugin-pohelper SUBDIR += geany-plugin-pretty-printer SUBDIR += geany-plugin-prj SUBDIR += geany-plugin-projectorganizer SUBDIR += geany-plugin-scope SUBDIR += geany-plugin-sendmail SUBDIR += geany-plugin-shiftcolumn SUBDIR += geany-plugin-spellcheck SUBDIR += geany-plugin-tableconvert SUBDIR += geany-plugin-treebrowser SUBDIR += geany-plugin-updatechecker SUBDIR += geany-plugin-vc SUBDIR += geany-plugin-webhelper SUBDIR += geany-plugin-xmlsnippets SUBDIR += geany-plugins SUBDIR += geany-plugins-l10n SUBDIR += gearmand SUBDIR += gearmand-devel SUBDIR += gecode SUBDIR += generate SUBDIR += generatorrunner SUBDIR += gengetopt SUBDIR += genproto SUBDIR += geoip-java SUBDIR += gettext SUBDIR += gettext-lint SUBDIR += gettext-msghack SUBDIR += gettext-runtime SUBDIR += gettext-tools SUBDIR += gflags SUBDIR += giggle SUBDIR += gindent SUBDIR += gio-sharp SUBDIR += git SUBDIR += git-bzr-ng SUBDIR += git-codereview SUBDIR += git-cola SUBDIR += git-extras SUBDIR += git-gui SUBDIR += git-lfs SUBDIR += git-lite SUBDIR += git-merge-changelog SUBDIR += git-modes SUBDIR += git-review SUBDIR += git-subversion SUBDIR += gitflow SUBDIR += gitg SUBDIR += gitg0 SUBDIR += github-backup-utils SUBDIR += gitinspector SUBDIR += gitlist SUBDIR += gitolite SUBDIR += gitolite2 SUBDIR += gitphp SUBDIR += gittrac SUBDIR += glade SUBDIR += glade2 SUBDIR += glade3 SUBDIR += glademm SUBDIR += glib12 SUBDIR += glib20 SUBDIR += glib20-reference SUBDIR += glibmm SUBDIR += glibmm-reference SUBDIR += global SUBDIR += glog SUBDIR += glrparser SUBDIR += glui SUBDIR += gmake SUBDIR += gmake-lite SUBDIR += gnatcoll SUBDIR += gnatpython SUBDIR += gnome-builder SUBDIR += gnome-common SUBDIR += gnome-js-common SUBDIR += gnome-vfs SUBDIR += gnome-vfs-monikers SUBDIR += gnome-vfs-reference SUBDIR += gnome-vfsmm SUBDIR += gnu-efi SUBDIR += gnucflow SUBDIR += gnulib SUBDIR += gnulibiberty SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += go-bindata SUBDIR += go-flags SUBDIR += go-hashicorp-logutils SUBDIR += go-json-rest SUBDIR += go-pretty SUBDIR += go-raw SUBDIR += go-runewidth SUBDIR += go-slices SUBDIR += go-sql-driver SUBDIR += go-termbox SUBDIR += go-uuid SUBDIR += gob2 SUBDIR += gobject-introspection SUBDIR += godep SUBDIR += godot SUBDIR += goffice SUBDIR += goffice010 SUBDIR += google-gdata SUBDIR += google-perftools SUBDIR += google-sparsehash SUBDIR += google-styleguide SUBDIR += googlemock SUBDIR += googletest SUBDIR += goprotobuf SUBDIR += gorm SUBDIR += gperf SUBDIR += gprbuild SUBDIR += gps SUBDIR += gpsim SUBDIR += gputils SUBDIR += gradle SUBDIR += grantlee SUBDIR += gsettings-desktop-schemas SUBDIR += gsoap SUBDIR += gstreamer-plugins-gconf SUBDIR += gstreamer-plugins-gio SUBDIR += gstreamer-plugins-gnomevfs SUBDIR += gstreamer-plugins-sdl SUBDIR += gstreamer-plugins-soup SUBDIR += gstreamer1-plugins-soup SUBDIR += gtgt SUBDIR += gtkparasite SUBDIR += gtranslator SUBDIR += guichan SUBDIR += guikachu SUBDIR += guile-lib SUBDIR += guiloader SUBDIR += guiloader-c++ SUBDIR += gumbo SUBDIR += gvfs SUBDIR += gwenhywfar SUBDIR += gwenhywfar-fox16 SUBDIR += gwenhywfar-gtk2 SUBDIR += gwenhywfar-qt4 SUBDIR += gzstream SUBDIR += hachoir-core SUBDIR += hachoir-parser SUBDIR += hachoir-regex SUBDIR += hadoop SUBDIR += hadoop2 SUBDIR += hapy SUBDIR += hcs12mem SUBDIR += hexcompare SUBDIR += hg-git SUBDIR += hgreviewboard SUBDIR += hgsvn SUBDIR += hgview SUBDIR += highlighterkit SUBDIR += hive SUBDIR += horde-content SUBDIR += horde-timeobjects SUBDIR += horde-whups SUBDIR += hp48cc SUBDIR += hp48xgcc SUBDIR += hs-BNFC SUBDIR += hs-Boolean SUBDIR += hs-BoundedChan SUBDIR += hs-ConfigFile SUBDIR += hs-DrIFT SUBDIR += hs-Glob SUBDIR += hs-HUnit SUBDIR += hs-IfElse SUBDIR += hs-List SUBDIR += hs-MemoTrie SUBDIR += hs-MissingH SUBDIR += hs-MonadCatchIO-mtl SUBDIR += hs-MonadCatchIO-transformers SUBDIR += hs-MonadRandom SUBDIR += hs-ObjectName SUBDIR += hs-PSQueue SUBDIR += hs-QuickCheck SUBDIR += hs-ReadArgs SUBDIR += hs-STMonadTrans SUBDIR += hs-SafeSemaphore SUBDIR += hs-ShellCheck SUBDIR += hs-StateVar SUBDIR += hs-Stream SUBDIR += hs-TypeCompose SUBDIR += hs-abstract-deque SUBDIR += hs-abstract-par SUBDIR += hs-activehs-base SUBDIR += hs-alex SUBDIR += hs-ansi-terminal SUBDIR += hs-ansi-wl-pprint SUBDIR += hs-arrows SUBDIR += hs-asn1-data SUBDIR += hs-asn1-encoding SUBDIR += hs-asn1-parse SUBDIR += hs-asn1-types SUBDIR += hs-async SUBDIR += hs-atomic-primops SUBDIR += hs-auto-update SUBDIR += hs-base-orphans SUBDIR += hs-base-unicode-symbols SUBDIR += hs-base16-bytestring SUBDIR += hs-base64-bytestring SUBDIR += hs-basic-prelude SUBDIR += hs-bifunctors SUBDIR += hs-bits-atomic SUBDIR += hs-blaze-builder SUBDIR += hs-blaze-builder-enumerator SUBDIR += hs-blaze-textual SUBDIR += hs-bloomfilter SUBDIR += hs-boxes SUBDIR += hs-bsd-sysctl SUBDIR += hs-byteable SUBDIR += hs-byteorder SUBDIR += hs-bytestring-lexing SUBDIR += hs-bytestring-mmap SUBDIR += hs-bytestring-nums SUBDIR += hs-bytestring-show SUBDIR += hs-c2hs SUBDIR += hs-cabal-install SUBDIR += hs-cereal SUBDIR += hs-checkers SUBDIR += hs-chunked-data SUBDIR += hs-classy-prelude SUBDIR += hs-classy-prelude-conduit SUBDIR += hs-cmdargs SUBDIR += hs-conduit SUBDIR += hs-conduit-combinators SUBDIR += hs-conduit-extra SUBDIR += hs-configurator SUBDIR += hs-constraints SUBDIR += hs-convertible SUBDIR += hs-cpphs SUBDIR += hs-darcs SUBDIR += hs-data-default SUBDIR += hs-data-default-class SUBDIR += hs-data-default-instances-base SUBDIR += hs-data-default-instances-containers SUBDIR += hs-data-default-instances-dlist SUBDIR += hs-data-default-instances-old-locale SUBDIR += hs-data-hash SUBDIR += hs-data-ordlist SUBDIR += hs-data-pprint SUBDIR += hs-date-cache SUBDIR += hs-datetime SUBDIR += hs-deepseq-generics SUBDIR += hs-directory-tree SUBDIR += hs-dlist SUBDIR += hs-dlist-instances SUBDIR += hs-easy-file SUBDIR += hs-edit-distance SUBDIR += hs-either SUBDIR += hs-enclosed-exceptions SUBDIR += hs-enumerator SUBDIR += hs-equivalence SUBDIR += hs-errors SUBDIR += hs-exceptions SUBDIR += hs-extensible-exceptions SUBDIR += hs-extra SUBDIR += hs-fast-logger SUBDIR += hs-fgl SUBDIR += hs-file-embed SUBDIR += hs-filemanip SUBDIR += hs-filestore SUBDIR += hs-free SUBDIR += hs-fsnotify SUBDIR += hs-gconf SUBDIR += hs-generic-deriving SUBDIR += hs-geniplate-mirror SUBDIR += hs-ghc-events SUBDIR += hs-ghc-mtl SUBDIR += hs-ghc-paths SUBDIR += hs-gio SUBDIR += hs-git-annex SUBDIR += hs-glib SUBDIR += hs-gtk2hs-buildtools SUBDIR += hs-haddock SUBDIR += hs-haddock-api SUBDIR += hs-haddock-library SUBDIR += hs-happy SUBDIR += hs-hashable SUBDIR += hs-hashed-storage SUBDIR += hs-hashtables SUBDIR += hs-haskell-src SUBDIR += hs-haskell-src-exts SUBDIR += hs-hasktags SUBDIR += hs-hastache SUBDIR += hs-hex SUBDIR += hs-hinotify SUBDIR += hs-hint SUBDIR += hs-hlibev SUBDIR += hs-hlint SUBDIR += hs-hoogle SUBDIR += hs-hourglass SUBDIR += hs-hsb2hs SUBDIR += hs-hslogger SUBDIR += hs-hslua SUBDIR += hs-hspec SUBDIR += hs-hspec-core SUBDIR += hs-hspec-discover SUBDIR += hs-hspec-expectations SUBDIR += hs-js-flot SUBDIR += hs-js-jquery SUBDIR += hs-keys SUBDIR += hs-kqueue SUBDIR += hs-language-c SUBDIR += hs-language-javascript SUBDIR += hs-largeword SUBDIR += hs-lazysmallcheck SUBDIR += hs-lens SUBDIR += hs-lifted-async SUBDIR += hs-lifted-base SUBDIR += hs-logict SUBDIR += hs-map-syntax SUBDIR += hs-memory SUBDIR += hs-mmap SUBDIR += hs-mmorph SUBDIR += hs-monad-control SUBDIR += hs-monad-logger SUBDIR += hs-monad-loops SUBDIR += hs-monad-par SUBDIR += hs-monad-par-extras SUBDIR += hs-monads-tf SUBDIR += hs-mono-traversable SUBDIR += hs-mtl SUBDIR += hs-mueval SUBDIR += hs-murmur-hash SUBDIR += hs-mutable-containers SUBDIR += hs-newtype SUBDIR += hs-old-locale SUBDIR += hs-old-time SUBDIR += hs-optparse-applicative SUBDIR += hs-parallel SUBDIR += hs-pcre-light SUBDIR += hs-prelude-extras SUBDIR += hs-preprocessor-tools SUBDIR += hs-prettyclass SUBDIR += hs-primitive SUBDIR += hs-profunctors SUBDIR += hs-project-template SUBDIR += hs-quickcheck-io SUBDIR += hs-random SUBDIR += hs-readline SUBDIR += hs-reflection SUBDIR += hs-resource-pool SUBDIR += hs-resourcet SUBDIR += hs-safe SUBDIR += hs-scientific SUBDIR += hs-securemem SUBDIR += hs-setenv SUBDIR += hs-shake SUBDIR += hs-show SUBDIR += hs-silently SUBDIR += hs-simple-reflect SUBDIR += hs-smallcheck SUBDIR += hs-split SUBDIR += hs-stm SUBDIR += hs-stm-chans SUBDIR += hs-streaming-commons SUBDIR += hs-strict SUBDIR += hs-syb SUBDIR += hs-syb-with-class SUBDIR += hs-syb-with-class-instances-text SUBDIR += hs-system-fileio SUBDIR += hs-system-filepath SUBDIR += hs-tagged SUBDIR += hs-temporary SUBDIR += hs-test-framework SUBDIR += hs-test-framework-hunit SUBDIR += hs-test-framework-quickcheck2 SUBDIR += hs-text SUBDIR += hs-text-icu SUBDIR += hs-tf-random SUBDIR += hs-threads SUBDIR += hs-threadscope SUBDIR += hs-time-compat SUBDIR += hs-time-locale-compat SUBDIR += hs-timezone-olson SUBDIR += hs-timezone-series SUBDIR += hs-transformers-base SUBDIR += hs-transformers-compat SUBDIR += hs-unamb SUBDIR += hs-uniplate SUBDIR += hs-unix-compat SUBDIR += hs-unix-time SUBDIR += hs-unordered-containers SUBDIR += hs-utf8-light SUBDIR += hs-utf8-string SUBDIR += hs-utility-ht SUBDIR += hs-uuagc SUBDIR += hs-uuagc-bootstrap SUBDIR += hs-uuagc-cabal SUBDIR += hs-uuid SUBDIR += hs-uuid-types SUBDIR += hs-uulib SUBDIR += hs-vault SUBDIR += hs-vector SUBDIR += hs-vector-algorithms SUBDIR += hs-vector-binary-instances SUBDIR += hs-vector-instances SUBDIR += hs-vector-th-unbox SUBDIR += hs-void SUBDIR += hs-word8 SUBDIR += htable SUBDIR += hub SUBDIR += hwloc SUBDIR += i386-linux-binutils SUBDIR += ice SUBDIR += icmake SUBDIR += icu SUBDIR += idutils SUBDIR += ifd-test SUBDIR += imake SUBDIR += inilib SUBDIR += iniparser SUBDIR += initutil SUBDIR += injeqt SUBDIR += insight SUBDIR += ioncube SUBDIR += ipython SUBDIR += ireport SUBDIR += isl SUBDIR += it-eric6 SUBDIR += itext SUBDIR += ivykis SUBDIR += jakarta-commons-configuration SUBDIR += jakarta-commons-daemon SUBDIR += jakarta-commons-io SUBDIR += jakarta-commons-jxpath SUBDIR += jakarta-commons-modeler SUBDIR += jam SUBDIR += jansson SUBDIR += java-findbugs SUBDIR += javolution SUBDIR += jclassinfo SUBDIR += jcmdline SUBDIR += jech-dht SUBDIR += jenkins SUBDIR += jenkins-lts SUBDIR += jgoodies-common SUBDIR += jiic SUBDIR += jline SUBDIR += jna SUBDIR += jrtplib SUBDIR += jsap SUBDIR += jsl SUBDIR += jsmin SUBDIR += json-c SUBDIR += json-glib SUBDIR += jsoncpp SUBDIR += jsonnet SUBDIR += jtag SUBDIR += judy SUBDIR += jwasm SUBDIR += k8048 SUBDIR += kBuild SUBDIR += kapptemplate SUBDIR += kaptain SUBDIR += kcachegrind SUBDIR += kdbg SUBDIR += kde-dev-scripts SUBDIR += kde-dev-utils SUBDIR += kdebindings4 SUBDIR += kdesdk4 SUBDIR += kdesdk4-kioslaves SUBDIR += kdesdk4-strigi-analyzers SUBDIR += kdesdk4-thumbnailers SUBDIR += kdesvn-kde4 SUBDIR += kdevelop-kde4 SUBDIR += kdevelop-pg-qt SUBDIR += kdevelop-php SUBDIR += kdevelop-php-docs SUBDIR += kdevplatform SUBDIR += kickassembler SUBDIR += kimwitu SUBDIR += kyra SUBDIR += kyua SUBDIR += lasi SUBDIR += lcov SUBDIR += leaktracer SUBDIR += leiningen SUBDIR += lemon SUBDIR += lfcbase SUBDIR += lfcxml SUBDIR += libCello SUBDIR += libIDL SUBDIR += libPropList SUBDIR += libafterbase SUBDIR += liballium SUBDIR += libantlr3c SUBDIR += libarena SUBDIR += libassa SUBDIR += libassetml SUBDIR += libast SUBDIR += libatomic_ops SUBDIR += libaura SUBDIR += libavl SUBDIR += libbde SUBDIR += libbegemot SUBDIR += libbfd SUBDIR += libbinio SUBDIR += libbnr SUBDIR += libbobcat SUBDIR += libbonobo SUBDIR += libbonobo-reference SUBDIR += libbson SUBDIR += libburn SUBDIR += libc++ SUBDIR += libccid SUBDIR += libcfg SUBDIR += libcfu SUBDIR += libcheck SUBDIR += libchipcard SUBDIR += libcidr SUBDIR += libcii SUBDIR += libclaw SUBDIR += libclc SUBDIR += libcli SUBDIR += libconfig SUBDIR += libconfuse SUBDIR += libcutl SUBDIR += libcwd SUBDIR += libcxxrt SUBDIR += libdaemon SUBDIR += libdap SUBDIR += libdasm SUBDIR += libdatrie SUBDIR += libdbusmenu SUBDIR += libdbusmenu-qt SUBDIR += libdbusmenu-qt5 SUBDIR += libdevq SUBDIR += libdfui SUBDIR += libdict SUBDIR += libdisasm SUBDIR += libdisorder SUBDIR += libdispatch SUBDIR += libdistance SUBDIR += libdlmalloc SUBDIR += libdlna SUBDIR += libdnsres SUBDIR += libdombey SUBDIR += libdouble-conversion SUBDIR += libds SUBDIR += libdsp SUBDIR += libdwarf SUBDIR += libe SUBDIR += libedit SUBDIR += libee SUBDIR += libeio SUBDIR += libelf SUBDIR += libepp-nicbr SUBDIR += libesedb SUBDIR += libestr SUBDIR += libev SUBDIR += libevdev SUBDIR += libevent-hiphop SUBDIR += libevent2 SUBDIR += libevt SUBDIR += libevtx SUBDIR += libewf SUBDIR += libexecinfo SUBDIR += libexplain SUBDIR += libffi SUBDIR += libfirm SUBDIR += libfortuna SUBDIR += libfreefare SUBDIR += libftdi SUBDIR += libftdi1 SUBDIR += libfwsi SUBDIR += libg19 SUBDIR += libg19draw SUBDIR += libgalago SUBDIR += libgamepad SUBDIR += libgdata SUBDIR += libgee SUBDIR += libgee06 SUBDIR += libgetline SUBDIR += libghthash SUBDIR += libgit2 SUBDIR += libgit2-glib SUBDIR += libglade2 SUBDIR += libglade2-reference SUBDIR += libglademm24 SUBDIR += libgpc SUBDIR += libgpkg SUBDIR += libgsf SUBDIR += libgta SUBDIR += libgtop SUBDIR += libgutenfetch SUBDIR += libhash SUBDIR += libhid SUBDIR += libhoard SUBDIR += libhtp SUBDIR += libical SUBDIR += libical-glib SUBDIR += libinotify SUBDIR += libiqxmlrpc SUBDIR += libisofs SUBDIR += libixp SUBDIR += libjson++ SUBDIR += libk8055 SUBDIR += libkgapi SUBDIR += libklel SUBDIR += libkolab SUBDIR += liblangtag SUBDIR += liblas SUBDIR += liblas12 SUBDIR += liblcfg SUBDIR += libleaftag SUBDIR += liblnk SUBDIR += liblogging SUBDIR += liblognorm SUBDIR += liblouis SUBDIR += liblouisxml SUBDIR += libltdl SUBDIR += libmaa SUBDIR += libmatheval SUBDIR += libmba SUBDIR += libmcs SUBDIR += libmill SUBDIR += libmimedir SUBDIR += libmonetra SUBDIR += libmowgli SUBDIR += libmowgli2 SUBDIR += libmpcbdm SUBDIR += libmpsse SUBDIR += libmsiecf SUBDIR += libmsocket SUBDIR += libmtdev SUBDIR += libmtrie SUBDIR += libnaji SUBDIR += libnfc SUBDIR += libnotify SUBDIR += libnxt SUBDIR += liboil SUBDIR += libol SUBDIR += libolecf SUBDIR += liboobs SUBDIR += liboop SUBDIR += libopencm3 SUBDIR += libopendaap SUBDIR += libopensync SUBDIR += libopensync022 SUBDIR += libopkele SUBDIR += liborcus SUBDIR += liborcus07 SUBDIR += libosinfo SUBDIR += libosmo-abis SUBDIR += libosmo-netif SUBDIR += libosmo-sccp SUBDIR += libosmocore SUBDIR += libowfat SUBDIR += libpafe SUBDIR += libpafe-ruby SUBDIR += libpasori SUBDIR += libpci SUBDIR += libpciaccess SUBDIR += libpdel SUBDIR += libpeak SUBDIR += libpeas SUBDIR += libpff SUBDIR += libphk SUBDIR += libphutil SUBDIR += libplist SUBDIR += libpo6 SUBDIR += libpololu-avr SUBDIR += libpru SUBDIR += libpthread-stubs SUBDIR += libqcow SUBDIR += libqxt SUBDIR += libr3 SUBDIR += librcc SUBDIR += librcd SUBDIR += libreadline-java SUBDIR += libredblack SUBDIR += libregf SUBDIR += librelp SUBDIR += librest SUBDIR += librevisa SUBDIR += librevisa-vish SUBDIR += librevisa-vxi SUBDIR += librolegen SUBDIR += libruin SUBDIR += libs11n SUBDIR += libsearpc SUBDIR += libserialport SUBDIR += libserver SUBDIR += libshbuf SUBDIR += libshhmsg SUBDIR += libshhopt SUBDIR += libsigc++12 SUBDIR += libsigc++20 SUBDIR += libsigcx SUBDIR += libsigrok SUBDIR += libsigrokdecode SUBDIR += libsigscan SUBDIR += libsigsegv SUBDIR += libslang2 SUBDIR += libsmdev SUBDIR += libsmpp34 SUBDIR += libsmraw SUBDIR += libsoup SUBDIR += libsoup-gnome SUBDIR += libsoup-reference SUBDIR += libspark2012 SUBDIR += libstatgrab SUBDIR += libstatgrab0 SUBDIR += libstrfunc SUBDIR += libstroke SUBDIR += libsysinfo SUBDIR += libtai SUBDIR += libtap SUBDIR += libtar SUBDIR += libtecla SUBDIR += libtermkey SUBDIR += libthai SUBDIR += libtifiles2 SUBDIR += libtool SUBDIR += libtpl SUBDIR += libublio SUBDIR += libukcprog SUBDIR += libunicode SUBDIR += libuninum SUBDIR += libunistring SUBDIR += libunwind SUBDIR += libuutil SUBDIR += libuv SUBDIR += libvanessa_adt SUBDIR += libvanessa_logger SUBDIR += libvanessa_socket SUBDIR += libvc SUBDIR += libvhdi SUBDIR += libvirt SUBDIR += libvirt-glib SUBDIR += libvirt-java SUBDIR += libvmdk SUBDIR += libvolume_id SUBDIR += libvshadow SUBDIR += libvterm SUBDIR += libwfut SUBDIR += libx86 SUBDIR += libxalloc SUBDIR += libxo SUBDIR += libxs SUBDIR += libytnef SUBDIR += libzookeeper SUBDIR += libzrtpcpp SUBDIR += libzvbi SUBDIR += lightning SUBDIR += linux-c6-dbus-glib SUBDIR += linux-c6-dbus-libs SUBDIR += linux-c6-devtools SUBDIR += linux-c6-libgfortran SUBDIR += linux-c6-libglade2 SUBDIR += linux-c6-libpciaccess SUBDIR += linux-c6-libsigc++20 SUBDIR += linux-c6-ncurses-base SUBDIR += linux-c6-nspr SUBDIR += linux-c6-qt47 SUBDIR += linux-c6-sdl12 SUBDIR += linux-f10-allegro SUBDIR += linux-f10-dbus-glib SUBDIR += linux-f10-dbus-libs SUBDIR += linux-f10-devtools SUBDIR += linux-f10-libglade2 SUBDIR += linux-f10-libsigc++20 SUBDIR += linux-f10-ncurses-base SUBDIR += linux-f10-nspr SUBDIR += linux-f10-sdl12 SUBDIR += linux_kdump SUBDIR += linux_libusb SUBDIR += lion SUBDIR += lldb37 SUBDIR += llnextgen SUBDIR += llvm-cheri SUBDIR += llvm-devel SUBDIR += llvm33 SUBDIR += llvm34 SUBDIR += llvm35 SUBDIR += llvm36 SUBDIR += llvm37 SUBDIR += lm4tools SUBDIR += lmdbg SUBDIR += lndir SUBDIR += lnphost SUBDIR += lockfree-malloc SUBDIR += log4c SUBDIR += log4cplus SUBDIR += log4cpp SUBDIR += log4cxx SUBDIR += log4j SUBDIR += log4net SUBDIR += log4sh SUBDIR += log4shib SUBDIR += lokalize SUBDIR += loki SUBDIR += looks SUBDIR += love SUBDIR += love07 SUBDIR += love08 SUBDIR += love5 SUBDIR += lpc21isp SUBDIR += lrmi SUBDIR += lua-MessagePack SUBDIR += lua-alien SUBDIR += lua-bitlib SUBDIR += lua-bitop SUBDIR += lua-cjson SUBDIR += lua-gettext SUBDIR += lua-lgi SUBDIR += lua-lpeg SUBDIR += lua-lpeg51 SUBDIR += lua-luarocks SUBDIR += lua-lunit SUBDIR += lua-posix SUBDIR += lua-pty SUBDIR += lua-sysctl SUBDIR += luabind SUBDIR += luafilesystem SUBDIR += luafilesystem-51 SUBDIR += luajava SUBDIR += lutok SUBDIR += lwp SUBDIR += m17n-db SUBDIR += m17n-docs SUBDIR += m17n-lib SUBDIR += m4 SUBDIR += m6811-binutils SUBDIR += magit SUBDIR += make++ SUBDIR += makedepend SUBDIR += mate-common SUBDIR += matreshka SUBDIR += maven-ant-tasks SUBDIR += maven-wrapper SUBDIR += maven3 SUBDIR += maven31 SUBDIR += maven33 SUBDIR += mcpp SUBDIR += mdds SUBDIR += memcheck SUBDIR += menhir SUBDIR += mercator SUBDIR += mercurial SUBDIR += mercurialeclipse SUBDIR += mico SUBDIR += mime SUBDIR += mimir SUBDIR += mingw32-bin-msvcrt SUBDIR += mingw32-binutils SUBDIR += mingw32-directx SUBDIR += mingw32-gcc SUBDIR += mingw32-libffi SUBDIR += mingw32-libyaml SUBDIR += mingw32-openssl SUBDIR += mingw32-pdcurses SUBDIR += mingw32-pthreads SUBDIR += mingw32-zlib SUBDIR += mips-binutils SUBDIR += mips-gcc SUBDIR += mips-xtoolchain-gcc SUBDIR += mips64-binutils SUBDIR += mips64-gcc SUBDIR += mips64-xtoolchain-gcc SUBDIR += mk SUBDIR += mk-configure SUBDIR += mkcmd SUBDIR += mm SUBDIR += mm-common SUBDIR += mongo-c-driver SUBDIR += mongo-cxx-driver SUBDIR += mono-addins SUBDIR += monodevelop SUBDIR += monodevelop-database SUBDIR += monotone SUBDIR += monotone-viz SUBDIR += motor SUBDIR += mpatrol SUBDIR += mph SUBDIR += mq4cpp SUBDIR += msgpack SUBDIR += msgpuck SUBDIR += msp430-binutils SUBDIR += msp430-debug-stack SUBDIR += msp430-gcc SUBDIR += msp430-gdb SUBDIR += msp430-libc SUBDIR += msp430mcu SUBDIR += mspdebug SUBDIR += msrc0 SUBDIR += mtbl SUBDIR += myrepos SUBDIR += nana SUBDIR += nant SUBDIR += nasm SUBDIR += naturaldocs SUBDIR += ncc SUBDIR += ncnf SUBDIR += ncurses SUBDIR += ndesk-dbus SUBDIR += ndesk-dbus-glib SUBDIR += ndesk-options SUBDIR += netscape-java40 SUBDIR += newfile SUBDIR += newt SUBDIR += newtonsoft-json SUBDIR += nglogc SUBDIR += nini SUBDIR += ninja SUBDIR += ninja-ide SUBDIR += node-thrift SUBDIR += notify-sharp SUBDIR += noweb SUBDIR += npth SUBDIR += nspr SUBDIR += nuitka SUBDIR += nxt-python SUBDIR += obby SUBDIR += obfuscatejs SUBDIR += ocaml-annexlib SUBDIR += ocaml-calendar SUBDIR += ocaml-camljava SUBDIR += ocaml-camlp4 SUBDIR += ocaml-camlp5 SUBDIR += ocaml-camomile SUBDIR += ocaml-camomile-examples SUBDIR += ocaml-cfg SUBDIR += ocaml-classes SUBDIR += ocaml-cmdliner SUBDIR += ocaml-cppo SUBDIR += ocaml-deriving-ocsigen SUBDIR += ocaml-extlib SUBDIR += ocaml-findlib SUBDIR += ocaml-ipaddr SUBDIR += ocaml-lacaml SUBDIR += ocaml-lwt SUBDIR += ocaml-magic SUBDIR += ocaml-opam SUBDIR += ocaml-ounit SUBDIR += ocaml-parmap SUBDIR += ocaml-pcre SUBDIR += ocaml-pomap SUBDIR += ocaml-ppx-tools SUBDIR += ocaml-re SUBDIR += ocaml-react SUBDIR += ocaml-res SUBDIR += ocaml-sdl SUBDIR += ocaml-sem SUBDIR += ocaml-sexplib SUBDIR += ocaml-type_conv SUBDIR += ocaml-ulex SUBDIR += ocaml-uutf SUBDIR += ocaml-xstr SUBDIR += ocaml-xstrp4 SUBDIR += ocfpcsc SUBDIR += ocl-icd SUBDIR += ode SUBDIR += ois SUBDIR += okteta SUBDIR += omake SUBDIR += omniNotify SUBDIR += omniORB SUBDIR += omniORB-4.1 SUBDIR += oniguruma SUBDIR += oniguruma4 SUBDIR += oniguruma5 SUBDIR += onscripter SUBDIR += onscripter-1byte SUBDIR += oozie SUBDIR += open-beagle SUBDIR += open-usp-tukubai SUBDIR += opencl SUBDIR += opencvs SUBDIR += opengrok SUBDIR += openocd SUBDIR += openvex SUBDIR += openwince-include SUBDIR += openzz SUBDIR += orc SUBDIR += osc SUBDIR += ossp-al SUBDIR += ossp-cfg SUBDIR += ossp-ex SUBDIR += ossp-l2 SUBDIR += ossp-val SUBDIR += ossp-var SUBDIR += ossp-xds SUBDIR += p4 SUBDIR += p4.el SUBDIR += p4api SUBDIR += p4d SUBDIR += p4delta SUBDIR += p4ftpd SUBDIR += p4genpatch SUBDIR += p4p SUBDIR += p4web SUBDIR += p5-AI-Pathfinding-AStar SUBDIR += p5-AI-Prolog SUBDIR += p5-ARGV-Struct SUBDIR += p5-Acme-Comment SUBDIR += p5-Acme-Damn SUBDIR += p5-Acme-MetaSyntactic SUBDIR += p5-Agent SUBDIR += p5-Algorithm-Accounting SUBDIR += p5-Algorithm-Annotate SUBDIR += p5-Algorithm-Binpack SUBDIR += p5-Algorithm-Bucketizer SUBDIR += p5-Algorithm-C3 SUBDIR += p5-Algorithm-ChooseSubsets SUBDIR += p5-Algorithm-Cluster SUBDIR += p5-Algorithm-Cron SUBDIR += p5-Algorithm-Dependency SUBDIR += p5-Algorithm-Dependency-Objects SUBDIR += p5-Algorithm-Diff SUBDIR += p5-Algorithm-Evolutionary SUBDIR += p5-Algorithm-FloodControl SUBDIR += p5-Algorithm-IncludeExclude SUBDIR += p5-Algorithm-Interval2Prefix SUBDIR += p5-Algorithm-LCS SUBDIR += p5-Algorithm-LUHN SUBDIR += p5-Algorithm-MarkovChain SUBDIR += p5-Algorithm-Merge SUBDIR += p5-Algorithm-MinMax SUBDIR += p5-Algorithm-NaiveBayes SUBDIR += p5-Algorithm-Networksort SUBDIR += p5-Algorithm-Numerical-Shuffle SUBDIR += p5-Algorithm-Permute SUBDIR += p5-Algorithm-SVM SUBDIR += p5-Alias SUBDIR += p5-Alien-SDL SUBDIR += p5-Alzabo SUBDIR += p5-Any-Daemon SUBDIR += p5-Any-Moose SUBDIR += p5-Any-Moose-Convert SUBDIR += p5-AnyData SUBDIR += p5-AnyEvent SUBDIR += p5-AnyEvent-AIO SUBDIR += p5-AnyEvent-Connection SUBDIR += p5-AnyEvent-DBI SUBDIR += p5-AnyEvent-DBI-Abstract SUBDIR += p5-AnyEvent-DBus SUBDIR += p5-AnyEvent-Filesys-Notify SUBDIR += p5-AnyEvent-Gearman SUBDIR += p5-AnyEvent-Graphite SUBDIR += p5-AnyEvent-I3 SUBDIR += p5-AnyEvent-MessagePack SUBDIR += p5-AnyEvent-RPC SUBDIR += p5-AnyEvent-Run SUBDIR += p5-AnyEvent-Subprocess SUBDIR += p5-AnyEvent-Task SUBDIR += p5-AnyEvent-Worker SUBDIR += p5-AnyMQ SUBDIR += p5-App-Build SUBDIR += p5-App-CLI SUBDIR += p5-App-CLI-Extension SUBDIR += p5-App-Cache SUBDIR += p5-App-Cmd SUBDIR += p5-App-Control SUBDIR += p5-App-FatPacker SUBDIR += p5-App-GitGot SUBDIR += p5-App-GitHub SUBDIR += p5-App-Info SUBDIR += p5-App-Options SUBDIR += p5-App-Rad SUBDIR += p5-App-SD SUBDIR += p5-App-SVN-Bisect SUBDIR += p5-App-Trace SUBDIR += p5-App-cpanminus SUBDIR += p5-App-cpanoutdated SUBDIR += p5-App-local-lib-helper SUBDIR += p5-App-perlbrew SUBDIR += p5-App-scan_prereqs_cpanfile SUBDIR += p5-AppConfig SUBDIR += p5-AppConfig-Std SUBDIR += p5-Array-Group SUBDIR += p5-Array-Heap SUBDIR += p5-Array-Iterator SUBDIR += p5-Array-Unique SUBDIR += p5-Array-Window SUBDIR += p5-Async-Interrupt SUBDIR += p5-Async-MergePoint SUBDIR += p5-AtExit SUBDIR += p5-Attribute-Handlers SUBDIR += p5-Attribute-Handlers-Prospective SUBDIR += p5-Attribute-Persistent SUBDIR += p5-AutoLoader SUBDIR += p5-AutoXS-Header SUBDIR += p5-B-C SUBDIR += p5-B-Compiling SUBDIR += p5-B-Deobfuscate SUBDIR += p5-B-Flags SUBDIR += p5-B-Generate SUBDIR += p5-B-Graph SUBDIR += p5-B-Hooks-EndOfScope SUBDIR += p5-B-Hooks-OP-Annotation SUBDIR += p5-B-Hooks-OP-Check SUBDIR += p5-B-Hooks-OP-Check-EntersubForCV SUBDIR += p5-B-Hooks-OP-PPAddr SUBDIR += p5-B-Hooks-Parser SUBDIR += p5-B-Keywords SUBDIR += p5-B-OPCheck SUBDIR += p5-B-Size2 SUBDIR += p5-B-Utils SUBDIR += p5-BFD SUBDIR += p5-BS-Event SUBDIR += p5-BSD-Resource SUBDIR += p5-BSD-devstat SUBDIR += p5-BSD-stat SUBDIR += p5-BZ-Client SUBDIR += p5-Badger SUBDIR += p5-Benchmark-Timer SUBDIR += p5-Best SUBDIR += p5-Brannigan SUBDIR += p5-Bread-Board SUBDIR += p5-Bread-Board-Declare SUBDIR += p5-Bundle-Perl6 SUBDIR += p5-C-Scan SUBDIR += p5-CBOR-XS SUBDIR += p5-CHI SUBDIR += p5-CHI-Driver-DBI SUBDIR += p5-CLASS SUBDIR += p5-CPAN-Changes SUBDIR += p5-CPAN-Checksums SUBDIR += p5-CPAN-DistnameInfo SUBDIR += p5-CPAN-Inject SUBDIR += p5-CPAN-Meta SUBDIR += p5-CPAN-Meta-Check SUBDIR += p5-CPAN-Meta-Requirements SUBDIR += p5-CPAN-Meta-YAML SUBDIR += p5-CPAN-Mini SUBDIR += p5-CPAN-Perl-Releases SUBDIR += p5-CPAN-Recent-Uploads SUBDIR += p5-CPAN-Reporter SUBDIR += p5-CPAN-Reporter-Smoker SUBDIR += p5-CPAN-SQLite SUBDIR += p5-CPAN-Site SUBDIR += p5-CPAN-Testers-Report SUBDIR += p5-CPAN-Uploader SUBDIR += p5-CPAN-YACSmoke SUBDIR += p5-CPANPLUS SUBDIR += p5-CPANPLUS-Dist-Build SUBDIR += p5-CPS SUBDIR += p5-Cache SUBDIR += p5-Cache-AgainstFile SUBDIR += p5-Cache-Cache SUBDIR += p5-Cache-FastMmap SUBDIR += p5-Cache-LRU SUBDIR += p5-Cache-Memcached-Tie SUBDIR += p5-Cache-Mmap SUBDIR += p5-Cache-Simple-TimedExpiry SUBDIR += p5-Cairo-GObject SUBDIR += p5-Calendar-Simple SUBDIR += p5-Callback-Frame SUBDIR += p5-Canary-Stability SUBDIR += p5-Capture-Tiny SUBDIR += p5-Carp SUBDIR += p5-Carp-Always SUBDIR += p5-Carp-Always-Color SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Assert-More SUBDIR += p5-Carp-Clan SUBDIR += p5-Carp-Clan-Share SUBDIR += p5-Carp-Datum SUBDIR += p5-Carp-REPL SUBDIR += p5-Cdk SUBDIR += p5-Check-ISA SUBDIR += p5-Child SUBDIR += p5-Chooser SUBDIR += p5-Class-Accessor SUBDIR += p5-Class-Accessor-Chained SUBDIR += p5-Class-Accessor-Children SUBDIR += p5-Class-Accessor-Complex SUBDIR += p5-Class-Accessor-Constructor SUBDIR += p5-Class-Accessor-Fast-Contained SUBDIR += p5-Class-Accessor-Fast-XS SUBDIR += p5-Class-Accessor-Grouped SUBDIR += p5-Class-Accessor-Installer SUBDIR += p5-Class-Accessor-Lite SUBDIR += p5-Class-Accessor-Lvalue SUBDIR += p5-Class-Accessor-Named SUBDIR += p5-Class-Adapter SUBDIR += p5-Class-AlzaboWrapper SUBDIR += p5-Class-ArrayObjects SUBDIR += p5-Class-AutoClass SUBDIR += p5-Class-Autouse SUBDIR += p5-Class-Base SUBDIR += p5-Class-BlackHole SUBDIR += p5-Class-C3 SUBDIR += p5-Class-C3-Adopt-NEXT SUBDIR += p5-Class-C3-Componentised SUBDIR += p5-Class-C3-XS SUBDIR += p5-Class-Closure SUBDIR += p5-Class-CodeStyler SUBDIR += p5-Class-Component SUBDIR += p5-Class-Constant SUBDIR += p5-Class-Container SUBDIR += p5-Class-Contract SUBDIR += p5-Class-Data-ConfigHash SUBDIR += p5-Class-Data-Inheritable SUBDIR += p5-Class-Date SUBDIR += p5-Class-Declare SUBDIR += p5-Class-Default SUBDIR += p5-Class-Delegation SUBDIR += p5-Class-ErrorHandler SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util SUBDIR += p5-Class-Field SUBDIR += p5-Class-Forward SUBDIR += p5-Class-Generate SUBDIR += p5-Class-Gomor SUBDIR += p5-Class-Handle SUBDIR += p5-Class-Hook SUBDIR += p5-Class-ISA SUBDIR += p5-Class-Inner SUBDIR += p5-Class-InsideOut SUBDIR += p5-Class-Inspector SUBDIR += p5-Class-Interfaces SUBDIR += p5-Class-Load SUBDIR += p5-Class-Load-XS SUBDIR += p5-Class-Loader SUBDIR += p5-Class-MakeMethods SUBDIR += p5-Class-Measure SUBDIR += p5-Class-Method-Modifiers SUBDIR += p5-Class-Method-Modifiers-Fast SUBDIR += p5-Class-MethodMaker SUBDIR += p5-Class-MethodMapper SUBDIR += p5-Class-Mix SUBDIR += p5-Class-Mixin SUBDIR += p5-Class-MixinFactory SUBDIR += p5-Class-Multimethods SUBDIR += p5-Class-Multimethods-Pure SUBDIR += p5-Class-NamedParms SUBDIR += p5-Class-Null SUBDIR += p5-Class-OOorNO SUBDIR += p5-Class-ObjectTemplate SUBDIR += p5-Class-ObjectTemplate-DB SUBDIR += p5-Class-Observable SUBDIR += p5-Class-ParmList SUBDIR += p5-Class-Prototyped SUBDIR += p5-Class-ReturnValue SUBDIR += p5-Class-Roles SUBDIR += p5-Class-STL-Containers SUBDIR += p5-Class-Singleton SUBDIR += p5-Class-Spiffy SUBDIR += p5-Class-StateMachine SUBDIR += p5-Class-Std SUBDIR += p5-Class-Std-Fast SUBDIR += p5-Class-Std-Utils SUBDIR += p5-Class-StrongSingleton SUBDIR += p5-Class-Tangram SUBDIR += p5-Class-Throwable SUBDIR += p5-Class-Tiny SUBDIR += p5-Class-Tom SUBDIR += p5-Class-Trigger SUBDIR += p5-Class-Unload SUBDIR += p5-Class-Virtual SUBDIR += p5-Class-WhiteHole SUBDIR += p5-Class-Workflow SUBDIR += p5-Class-XPath SUBDIR += p5-Class-XSAccessor SUBDIR += p5-Clone SUBDIR += p5-Clone-Fast SUBDIR += p5-Clone-More SUBDIR += p5-Clone-PP SUBDIR += p5-Code-Perl SUBDIR += p5-Commands-Guarded SUBDIR += p5-CommitBit SUBDIR += p5-Compiler-Lexer SUBDIR += p5-Config-Any SUBDIR += p5-Config-ApacheFormat SUBDIR += p5-Config-Auto SUBDIR += p5-Config-AutoConf SUBDIR += p5-Config-Fast SUBDIR += p5-Config-General SUBDIR += p5-Config-GitLike SUBDIR += p5-Config-Grammar SUBDIR += p5-Config-INI SUBDIR += p5-Config-INI-Reader-Ordered SUBDIR += p5-Config-INI-Simple SUBDIR += p5-Config-Identity SUBDIR += p5-Config-IniFiles SUBDIR += p5-Config-IniHash SUBDIR += p5-Config-IniRegEx SUBDIR += p5-Config-JFDI SUBDIR += p5-Config-JSON SUBDIR += p5-Config-MVP SUBDIR += p5-Config-MVP-Reader-INI SUBDIR += p5-Config-Merge SUBDIR += p5-Config-Model SUBDIR += p5-Config-Model-Tester SUBDIR += p5-Config-MySQL SUBDIR += p5-Config-Objective SUBDIR += p5-Config-Options SUBDIR += p5-Config-Perl-V SUBDIR += p5-Config-Properties SUBDIR += p5-Config-Record SUBDIR += p5-Config-Setting SUBDIR += p5-Config-Simple SUBDIR += p5-Config-Std SUBDIR += p5-Config-Tiny SUBDIR += p5-Config-Validator SUBDIR += p5-Config-Versioned SUBDIR += p5-Config-Wrest SUBDIR += p5-Config-YAML SUBDIR += p5-ConfigReader SUBDIR += p5-ConfigReader-Simple SUBDIR += p5-Connector SUBDIR += p5-Const-Fast SUBDIR += p5-Context-Preserve SUBDIR += p5-Contextual-Return SUBDIR += p5-Coro SUBDIR += p5-Curses SUBDIR += p5-Curses-Application SUBDIR += p5-Curses-Forms SUBDIR += p5-Curses-UI SUBDIR += p5-Curses-Widgets SUBDIR += p5-Cvs SUBDIR += p5-Cwd-Guard SUBDIR += p5-DB_File-Lock SUBDIR += p5-Daemon-Control SUBDIR += p5-Dancer-Debug SUBDIR += p5-Danga-Socket SUBDIR += p5-Danga-Socket-Callback SUBDIR += p5-Data-ACL SUBDIR += p5-Data-Alias SUBDIR += p5-Data-Average SUBDIR += p5-Data-Bind SUBDIR += p5-Data-Capture SUBDIR += p5-Data-ClearSilver-HDF SUBDIR += p5-Data-Clone SUBDIR += p5-Data-Compare SUBDIR += p5-Data-Diver SUBDIR += p5-Data-Domain SUBDIR += p5-Data-Dump SUBDIR += p5-Data-Dump-Streamer SUBDIR += p5-Data-DumpXML SUBDIR += p5-Data-Dumper SUBDIR += p5-Data-Dumper-Concise SUBDIR += p5-Data-Dumper-Perltidy SUBDIR += p5-Data-Dumper-Simple SUBDIR += p5-Data-Flow SUBDIR += p5-Data-GUID SUBDIR += p5-Data-Grouper SUBDIR += p5-Data-HashArray SUBDIR += p5-Data-HexDump SUBDIR += p5-Data-HexDump-Range SUBDIR += p5-Data-Hexdumper SUBDIR += p5-Data-Hexify SUBDIR += p5-Data-Hierarchy SUBDIR += p5-Data-IEEE754 SUBDIR += p5-Data-Inherited SUBDIR += p5-Data-Inspect SUBDIR += p5-Data-Integer SUBDIR += p5-Data-JavaScript-Anon SUBDIR += p5-Data-Lazy SUBDIR += p5-Data-Localize SUBDIR += p5-Data-Lock SUBDIR += p5-Data-MessagePack SUBDIR += p5-Data-MessagePack-Stream SUBDIR += p5-Data-Miscellany SUBDIR += p5-Data-Model SUBDIR += p5-Data-Munge SUBDIR += p5-Data-Object SUBDIR += p5-Data-ObjectDriver SUBDIR += p5-Data-OptList SUBDIR += p5-Data-Page-NoTotalEntries SUBDIR += p5-Data-ParseBinary SUBDIR += p5-Data-Path SUBDIR += p5-Data-Peek SUBDIR += p5-Data-Perl SUBDIR += p5-Data-Printer SUBDIR += p5-Data-Properties SUBDIR += p5-Data-Rand SUBDIR += p5-Data-Rand-Obscure SUBDIR += p5-Data-Random SUBDIR += p5-Data-Range-Compare SUBDIR += p5-Data-Record SUBDIR += p5-Data-Recursive-Encode SUBDIR += p5-Data-Remember SUBDIR += p5-Data-Rmap SUBDIR += p5-Data-RoundRobin SUBDIR += p5-Data-Rx SUBDIR += p5-Data-SExpression SUBDIR += p5-Data-Section SUBDIR += p5-Data-Section-Simple SUBDIR += p5-Data-Serializable SUBDIR += p5-Data-Serializer SUBDIR += p5-Data-Serializer-Sereal SUBDIR += p5-Data-ShowTable SUBDIR += p5-Data-Stag SUBDIR += p5-Data-Stream-Bulk SUBDIR += p5-Data-Structure-Util SUBDIR += p5-Data-Swap SUBDIR += p5-Data-Table SUBDIR += p5-Data-Taxonomy-Tags SUBDIR += p5-Data-TemporaryBag SUBDIR += p5-Data-Throttler SUBDIR += p5-Data-Throttler-Memcached SUBDIR += p5-Data-Thunk SUBDIR += p5-Data-TreeDumper SUBDIR += p5-Data-TreeDumper-Renderer-GTK SUBDIR += p5-Data-Types SUBDIR += p5-Data-UUID SUBDIR += p5-Data-Uniqid SUBDIR += p5-Data-Util SUBDIR += p5-Data-Validate SUBDIR += p5-Data-Validator SUBDIR += p5-Data-Visitor SUBDIR += p5-Data-Visitor-Encode SUBDIR += p5-Data-Walk SUBDIR += p5-Date-Business SUBDIR += p5-Date-Calc SUBDIR += p5-Date-Calc-Iterator SUBDIR += p5-Date-Calc-XS SUBDIR += p5-Date-DayOfWeek SUBDIR += p5-Date-Easter SUBDIR += p5-Date-Extract SUBDIR += p5-Date-EzDate SUBDIR += p5-Date-Holidays-DK SUBDIR += p5-Date-ICal SUBDIR += p5-Date-ISO SUBDIR += p5-Date-Leapyear SUBDIR += p5-Date-Manip SUBDIR += p5-Date-Pcalc SUBDIR += p5-Date-Piece SUBDIR += p5-Date-Range SUBDIR += p5-Date-Roman SUBDIR += p5-Date-Simple SUBDIR += p5-DateConvert SUBDIR += p5-DateTime SUBDIR += p5-DateTime-Astro SUBDIR += p5-DateTime-Calendar-Chinese SUBDIR += p5-DateTime-Calendar-Christian SUBDIR += p5-DateTime-Calendar-Discordian SUBDIR += p5-DateTime-Calendar-FrenchRevolutionary SUBDIR += p5-DateTime-Calendar-Hebrew SUBDIR += p5-DateTime-Calendar-Japanese SUBDIR += p5-DateTime-Calendar-Julian SUBDIR += p5-DateTime-Calendar-Mayan SUBDIR += p5-DateTime-Calendar-Pataphysical SUBDIR += p5-DateTime-Cron-Simple SUBDIR += p5-DateTime-Event-Chinese SUBDIR += p5-DateTime-Event-Cron SUBDIR += p5-DateTime-Event-Easter SUBDIR += p5-DateTime-Event-ICal SUBDIR += p5-DateTime-Event-Lunar SUBDIR += p5-DateTime-Event-NameDay SUBDIR += p5-DateTime-Event-Random SUBDIR += p5-DateTime-Event-Recurrence SUBDIR += p5-DateTime-Event-SolarTerm SUBDIR += p5-DateTime-Event-Sunrise SUBDIR += p5-DateTime-Event-Zodiac SUBDIR += p5-DateTime-Fiscal-Year SUBDIR += p5-DateTime-Format-Baby SUBDIR += p5-DateTime-Format-Bork SUBDIR += p5-DateTime-Format-Builder SUBDIR += p5-DateTime-Format-DBI SUBDIR += p5-DateTime-Format-DateManip SUBDIR += p5-DateTime-Format-DateParse SUBDIR += p5-DateTime-Format-Duration SUBDIR += p5-DateTime-Format-Epoch SUBDIR += p5-DateTime-Format-Excel SUBDIR += p5-DateTime-Format-Flexible SUBDIR += p5-DateTime-Format-HTTP SUBDIR += p5-DateTime-Format-IBeat SUBDIR += p5-DateTime-Format-ICal SUBDIR += p5-DateTime-Format-ISO8601 SUBDIR += p5-DateTime-Format-Mail SUBDIR += p5-DateTime-Format-MySQL SUBDIR += p5-DateTime-Format-Natural SUBDIR += p5-DateTime-Format-Oracle SUBDIR += p5-DateTime-Format-Pg SUBDIR += p5-DateTime-Format-RFC3339 SUBDIR += p5-DateTime-Format-RSS SUBDIR += p5-DateTime-Format-Roman SUBDIR += p5-DateTime-Format-SQLite SUBDIR += p5-DateTime-Format-Strptime SUBDIR += p5-DateTime-Format-W3CDTF SUBDIR += p5-DateTime-Format-XSD SUBDIR += p5-DateTime-Functions SUBDIR += p5-DateTime-HiRes SUBDIR += p5-DateTime-Incomplete SUBDIR += p5-DateTime-Locale SUBDIR += p5-DateTime-Precise SUBDIR += p5-DateTime-Set SUBDIR += p5-DateTime-TimeZone SUBDIR += p5-DateTime-TimeZone-Alias SUBDIR += p5-DateTime-TimeZone-LMT SUBDIR += p5-DateTime-Util-Astro SUBDIR += p5-DateTime-Util-Calc SUBDIR += p5-DateTimeX-Easy SUBDIR += p5-Debug-Client SUBDIR += p5-Decision-ACL SUBDIR += p5-Declare-Constraints-Simple SUBDIR += p5-DefHash SUBDIR += p5-Devel-ArgNames SUBDIR += p5-Devel-Autoflush SUBDIR += p5-Devel-Backtrace SUBDIR += p5-Devel-BeginLift SUBDIR += p5-Devel-CallChecker SUBDIR += p5-Devel-Caller SUBDIR += p5-Devel-Caller-IgnoreNamespaces SUBDIR += p5-Devel-Caller-Perl SUBDIR += p5-Devel-Callsite SUBDIR += p5-Devel-CheckBin SUBDIR += p5-Devel-CheckCompiler SUBDIR += p5-Devel-CheckLib SUBDIR += p5-Devel-CheckOS SUBDIR += p5-Devel-Constants SUBDIR += p5-Devel-CoreStack SUBDIR += p5-Devel-Cover SUBDIR += p5-Devel-Cover-Report-Clover SUBDIR += p5-Devel-Cycle SUBDIR += p5-Devel-DProfPP SUBDIR += p5-Devel-Declare SUBDIR += p5-Devel-Declare-Parser SUBDIR += p5-Devel-Diagram SUBDIR += p5-Devel-Ditto SUBDIR += p5-Devel-Dumpvar SUBDIR += p5-Devel-EvalContext SUBDIR += p5-Devel-Events SUBDIR += p5-Devel-Events-Objects SUBDIR += p5-Devel-FindPerl SUBDIR += p5-Devel-Gladiator SUBDIR += p5-Devel-GlobalDestruction SUBDIR += p5-Devel-GlobalDestruction-XS SUBDIR += p5-Devel-Hide SUBDIR += p5-Devel-KYTProf SUBDIR += p5-Devel-Leak SUBDIR += p5-Devel-Leak-Cb SUBDIR += p5-Devel-Leak-Object SUBDIR += p5-Devel-LeakGuard-Object SUBDIR += p5-Devel-LeakTrace SUBDIR += p5-Devel-LexAlias SUBDIR += p5-Devel-MAT SUBDIR += p5-Devel-Messenger SUBDIR += p5-Devel-Modlist SUBDIR += p5-Devel-NYTProf SUBDIR += p5-Devel-OverloadInfo SUBDIR += p5-Devel-PPPort SUBDIR += p5-Devel-PackagePath SUBDIR += p5-Devel-PartialDump SUBDIR += p5-Devel-PatchPerl SUBDIR += p5-Devel-Pointer SUBDIR += p5-Devel-Profile SUBDIR += p5-Devel-REPL SUBDIR += p5-Devel-Refactor SUBDIR += p5-Devel-Refcount SUBDIR += p5-Devel-Required SUBDIR += p5-Devel-RingBuffer SUBDIR += p5-Devel-STrace SUBDIR += p5-Devel-SimpleTrace SUBDIR += p5-Devel-Size SUBDIR += p5-Devel-Size-Report SUBDIR += p5-Devel-SmallProf SUBDIR += p5-Devel-StackTrace SUBDIR += p5-Devel-StackTrace-AsHTML SUBDIR += p5-Devel-StackTrace-WithLexicals SUBDIR += p5-Devel-StealthDebug SUBDIR += p5-Devel-Symdump SUBDIR += p5-Devel-Timer SUBDIR += p5-Devel-Trace SUBDIR += p5-Devel-TraceCalls SUBDIR += p5-Devel-TraceUse SUBDIR += p5-Devel-ebug SUBDIR += p5-Devel-ptkdb SUBDIR += p5-Device-USB SUBDIR += p5-Digest-TransformPath SUBDIR += p5-Dir-Project SUBDIR += p5-Dir-Self SUBDIR += p5-Dir-Watch SUBDIR += p5-Directory-Queue SUBDIR += p5-Directory-Scratch SUBDIR += p5-Directory-Scratch-Structured SUBDIR += p5-Dist-CheckConflicts SUBDIR += p5-Dist-Joseki SUBDIR += p5-Dist-Metadata SUBDIR += p5-Dist-Zilla SUBDIR += p5-Doxygen-Filter-Perl SUBDIR += p5-DynaLoader-Functions SUBDIR += p5-EV SUBDIR += p5-Env-PS1 SUBDIR += p5-Env-Path SUBDIR += p5-Error-Helper SUBDIR += p5-Eval-Closure SUBDIR += p5-Eval-Context SUBDIR += p5-Eval-LineNumbers SUBDIR += p5-Eval-WithLexicals SUBDIR += p5-Event SUBDIR += p5-Event-ExecFlow SUBDIR += p5-Event-Join SUBDIR += p5-Event-Lib SUBDIR += p5-Event-Notify SUBDIR += p5-Event-RPC SUBDIR += p5-Every SUBDIR += p5-Exception-Class SUBDIR += p5-Exception-Class-TryCatch SUBDIR += p5-Exception-Handler SUBDIR += p5-Expect-Simple SUBDIR += p5-Exporter SUBDIR += p5-Exporter-Declare SUBDIR += p5-Exporter-Easy SUBDIR += p5-Exporter-Lite SUBDIR += p5-Exporter-Tidy SUBDIR += p5-Exporter-Tiny SUBDIR += p5-ExtUtils-AutoInstall SUBDIR += p5-ExtUtils-CBuilder SUBDIR += p5-ExtUtils-CChecker SUBDIR += p5-ExtUtils-Command SUBDIR += p5-ExtUtils-Config SUBDIR += p5-ExtUtils-Constant SUBDIR += p5-ExtUtils-CppGuess SUBDIR += p5-ExtUtils-Depends SUBDIR += p5-ExtUtils-Helpers SUBDIR += p5-ExtUtils-Install SUBDIR += p5-ExtUtils-InstallPaths SUBDIR += p5-ExtUtils-LibBuilder SUBDIR += p5-ExtUtils-MakeMaker SUBDIR += p5-ExtUtils-MakeMaker-CPANfile SUBDIR += p5-ExtUtils-MakeMaker-Coverage SUBDIR += p5-ExtUtils-Manifest SUBDIR += p5-ExtUtils-ParseXS SUBDIR += p5-ExtUtils-PkgConfig SUBDIR += p5-ExtUtils-XSBuilder SUBDIR += p5-ExtUtils-XSpp SUBDIR += p5-FSA-Rules SUBDIR += p5-Fennec-Lite SUBDIR += p5-File-Append-TempFile SUBDIR += p5-File-Assets SUBDIR += p5-File-Attributes SUBDIR += p5-File-Attributes-Recursive SUBDIR += p5-File-BOM SUBDIR += p5-File-BaseDir SUBDIR += p5-File-BasicFlock SUBDIR += p5-File-Binary SUBDIR += p5-File-Cache SUBDIR += p5-File-Cat SUBDIR += p5-File-ChangeNotify SUBDIR += p5-File-ConfigDir SUBDIR += p5-File-Copy-Link SUBDIR += p5-File-Copy-Recursive SUBDIR += p5-File-CountLines SUBDIR += p5-File-CreationTime SUBDIR += p5-File-DesktopEntry SUBDIR += p5-File-Dir-Dumper SUBDIR += p5-File-DirSync SUBDIR += p5-File-ExtAttr SUBDIR += p5-File-FcntlLock SUBDIR += p5-File-Find-Closures SUBDIR += p5-File-Find-Object SUBDIR += p5-File-Find-Rule SUBDIR += p5-File-Find-Rule-Filesys-Virtual SUBDIR += p5-File-Find-Rule-Perl SUBDIR += p5-File-Find-Rule-VCS SUBDIR += p5-File-Finder SUBDIR += p5-File-Flat SUBDIR += p5-File-Flock SUBDIR += p5-File-Flock-Retry SUBDIR += p5-File-FnMatch SUBDIR += p5-File-Grep SUBDIR += p5-File-HStore SUBDIR += p5-File-HomeDir SUBDIR += p5-File-HomeDir-PathClass SUBDIR += p5-File-Iterator SUBDIR += p5-File-LibMagic SUBDIR += p5-File-MMagic SUBDIR += p5-File-MMagic-XS SUBDIR += p5-File-Map SUBDIR += p5-File-MimeInfo SUBDIR += p5-File-Modified SUBDIR += p5-File-Monitor SUBDIR += p5-File-NCopy SUBDIR += p5-File-NFSLock SUBDIR += p5-File-Path SUBDIR += p5-File-Path-Expand SUBDIR += p5-File-Path-Tiny SUBDIR += p5-File-PathConvert SUBDIR += p5-File-Pid SUBDIR += p5-File-Pid-Quick SUBDIR += p5-File-Policy SUBDIR += p5-File-Random SUBDIR += p5-File-ReadBackwards SUBDIR += p5-File-Remove SUBDIR += p5-File-SafeDO SUBDIR += p5-File-SearchPath SUBDIR += p5-File-ShareDir SUBDIR += p5-File-ShareDir-Install SUBDIR += p5-File-ShareDir-PAR SUBDIR += p5-File-ShareDir-PathClass SUBDIR += p5-File-ShareDir-ProjectDistDir SUBDIR += p5-File-Slurp SUBDIR += p5-File-Slurp-Tiny SUBDIR += p5-File-Slurp-Tree SUBDIR += p5-File-Slurper SUBDIR += p5-File-Spec-Native SUBDIR += p5-File-Stream SUBDIR += p5-File-Sync SUBDIR += p5-File-Tail SUBDIR += p5-File-Tail-Dir SUBDIR += p5-File-Tail-Multi SUBDIR += p5-File-Tail-Scribe SUBDIR += p5-File-Temp SUBDIR += p5-File-Tempdir SUBDIR += p5-File-Touch SUBDIR += p5-File-Type SUBDIR += p5-File-Util SUBDIR += p5-File-Write-Rotate SUBDIR += p5-File-chdir SUBDIR += p5-File-chmod SUBDIR += p5-File-pushd SUBDIR += p5-FileHandle-Fmode SUBDIR += p5-FileHandle-Unget SUBDIR += p5-Filesys-Notify-KQueue SUBDIR += p5-Filesys-Notify-Simple SUBDIR += p5-Filesys-Virtual SUBDIR += p5-Filesys-Virtual-Plain SUBDIR += p5-Filter SUBDIR += p5-Filter-Template SUBDIR += p5-Find-Lib SUBDIR += p5-FindBin-libs SUBDIR += p5-Forest SUBDIR += p5-Form-Sensible SUBDIR += p5-FreeBSD-i386-Ptrace SUBDIR += p5-FreezeThaw SUBDIR += p5-Function-Parameters SUBDIR += p5-Future SUBDIR += p5-Gearman SUBDIR += p5-Gearman-Client-Async SUBDIR += p5-Gearman-Server SUBDIR += p5-Gearman-XS SUBDIR += p5-Geo-JSON SUBDIR += p5-Geo-ShapeFile SUBDIR += p5-Getargs-Long SUBDIR += p5-Getopt-ArgvFile SUBDIR += p5-Getopt-Attribute SUBDIR += p5-Getopt-Compact SUBDIR += p5-Getopt-Compact-WithCmd SUBDIR += p5-Getopt-Declare SUBDIR += p5-Getopt-Euclid SUBDIR += p5-Getopt-GUI-Long SUBDIR += p5-Getopt-Long SUBDIR += p5-Getopt-Long-Descriptive SUBDIR += p5-Getopt-Tabular SUBDIR += p5-Git-PurePerl SUBDIR += p5-Git-Repository SUBDIR += p5-Git-Repository-Plugin-Log SUBDIR += p5-Git-Sub SUBDIR += p5-Git-Wrapper SUBDIR += p5-Glib-Object-Introspection SUBDIR += p5-Glib2 SUBDIR += p5-Gnome2-GConf SUBDIR += p5-Goo-Canvas SUBDIR += p5-Google-Checkout SUBDIR += p5-Google-ProtocolBuffers SUBDIR += p5-Gravatar-URL SUBDIR += p5-Gtk2-Notify SUBDIR += p5-Gtk2-Spell SUBDIR += p5-Guard SUBDIR += p5-HOP-Lexer SUBDIR += p5-HOP-Stream SUBDIR += p5-Hash-AsObject SUBDIR += p5-Hash-AutoHash SUBDIR += p5-Hash-AutoHash-Args SUBDIR += p5-Hash-Case SUBDIR += p5-Hash-Diff SUBDIR += p5-Hash-FieldHash SUBDIR += p5-Hash-Flatten SUBDIR += p5-Hash-Merge-Simple SUBDIR += p5-Hash-MoreUtils SUBDIR += p5-Hash-MultiKey SUBDIR += p5-Hash-MultiValue SUBDIR += p5-Hash-NoRef SUBDIR += p5-Hash-Slice SUBDIR += p5-Hash-Union SUBDIR += p5-Hash-Util-FieldHash-Compat SUBDIR += p5-Hash-WithDefaults SUBDIR += p5-Heap SUBDIR += p5-Heap-Simple SUBDIR += p5-Heap-Simple-Perl SUBDIR += p5-Heap-Simple-XS SUBDIR += p5-Hook-LexWrap SUBDIR += p5-IO-AIO SUBDIR += p5-IO-All SUBDIR += p5-IO-All-LWP SUBDIR += p5-IO-Any SUBDIR += p5-IO-Async SUBDIR += p5-IO-BufferedSelect SUBDIR += p5-IO-Callback SUBDIR += p5-IO-Capture SUBDIR += p5-IO-CaptureOutput SUBDIR += p5-IO-Detect SUBDIR += p5-IO-Digest SUBDIR += p5-IO-Event SUBDIR += p5-IO-FDPass SUBDIR += p5-IO-File-AtomicChange SUBDIR += p5-IO-HTML SUBDIR += p5-IO-Handle-Util SUBDIR += p5-IO-Interactive SUBDIR += p5-IO-KQueue SUBDIR += p5-IO-Lambda SUBDIR += p5-IO-LockedFile SUBDIR += p5-IO-MultiPipe SUBDIR += p5-IO-Multiplex SUBDIR += p5-IO-NestedCapture SUBDIR += p5-IO-Null SUBDIR += p5-IO-Pager SUBDIR += p5-IO-Pipely SUBDIR += p5-IO-Prompt SUBDIR += p5-IO-Prompt-Simple SUBDIR += p5-IO-Prompt-Tiny SUBDIR += p5-IO-Prompter SUBDIR += p5-IO-Pty-Easy SUBDIR += p5-IO-SessionData SUBDIR += p5-IO-String SUBDIR += p5-IO-Stty SUBDIR += p5-IO-Tee SUBDIR += p5-IO-TieCombine SUBDIR += p5-IO-Toolkit SUBDIR += p5-IO-Tty SUBDIR += p5-IO-Util SUBDIR += p5-IO-YAML SUBDIR += p5-IO-stringy SUBDIR += p5-IOC SUBDIR += p5-IPC-Cache SUBDIR += p5-IPC-Cmd SUBDIR += p5-IPC-DirQueue SUBDIR += p5-IPC-Locker SUBDIR += p5-IPC-MM SUBDIR += p5-IPC-MMA SUBDIR += p5-IPC-Mmap SUBDIR += p5-IPC-Mmap-Share SUBDIR += p5-IPC-Open3-Simple SUBDIR += p5-IPC-PerlSSH SUBDIR += p5-IPC-PubSub SUBDIR += p5-IPC-Run SUBDIR += p5-IPC-Run-SafeHandles SUBDIR += p5-IPC-Run3 SUBDIR += p5-IPC-ShareLite SUBDIR += p5-IPC-Shareable SUBDIR += p5-IPC-SharedCache SUBDIR += p5-IPC-ShellCmd SUBDIR += p5-IPC-Signal SUBDIR += p5-IPC-System-Simple SUBDIR += p5-Import-Into SUBDIR += p5-Inline SUBDIR += p5-Inline-ASM SUBDIR += p5-Inline-C SUBDIR += p5-Inline-CPP SUBDIR += p5-Inline-Files SUBDIR += p5-Inline-Filters SUBDIR += p5-Inline-Java SUBDIR += p5-Inline-Python SUBDIR += p5-Inline-TT SUBDIR += p5-Inline-Tcl SUBDIR += p5-InlineX-C2XS SUBDIR += p5-InlineX-CPP2XS SUBDIR += p5-Input-Validator SUBDIR += p5-Ioctl SUBDIR += p5-Iodef-Pb-Simple SUBDIR += p5-Iterator SUBDIR += p5-Iterator-IO SUBDIR += p5-Iterator-Misc SUBDIR += p5-Iterator-Simple SUBDIR += p5-Iterator-Util SUBDIR += p5-JIRA-Client SUBDIR += p5-JIRA-REST SUBDIR += p5-JQuery SUBDIR += p5-JSON-Hyper SUBDIR += p5-JSON-Path SUBDIR += p5-JSON-Pointer SUBDIR += p5-JSON-RPC SUBDIR += p5-JSON-RPC-Common SUBDIR += p5-JSON-RPC-Dispatcher SUBDIR += p5-JSON-Schema SUBDIR += p5-Java SUBDIR += p5-Jonk SUBDIR += p5-LV SUBDIR += p5-Lexical-Alias SUBDIR += p5-Lexical-Import SUBDIR += p5-Lexical-Persistence SUBDIR += p5-Lexical-SealRequireHints SUBDIR += p5-Lexical-Var SUBDIR += p5-Lingua-JA-Fold SUBDIR += p5-Lingua-Translit SUBDIR += p5-List-AllUtils SUBDIR += p5-List-Cycle SUBDIR += p5-List-Flatten SUBDIR += p5-List-Gen SUBDIR += p5-List-Group SUBDIR += p5-List-Objects-Types SUBDIR += p5-List-Objects-WithUtils SUBDIR += p5-List-Permutor SUBDIR += p5-List-PowerSet SUBDIR += p5-List-Rotation-Cycle SUBDIR += p5-List-Uniq SUBDIR += p5-List-UtilsBy SUBDIR += p5-Locale-Maketext SUBDIR += p5-Locale-Maketext-Fuzzy SUBDIR += p5-Locale-Maketext-Gettext SUBDIR += p5-Locale-Maketext-Lexicon SUBDIR += p5-Locale-Maketext-Simple SUBDIR += p5-Locale-Msgfmt SUBDIR += p5-Locale-PGetText SUBDIR += p5-Locale-PO SUBDIR += p5-Locale-gettext SUBDIR += p5-Locale-libintl SUBDIR += p5-LockFile-Simple SUBDIR += p5-Log-Accounting-SVK SUBDIR += p5-Log-Accounting-SVN SUBDIR += p5-Log-Agent SUBDIR += p5-Log-Agent-Logger SUBDIR += p5-Log-Any SUBDIR += p5-Log-Any-Adapter-Callback SUBDIR += p5-Log-Any-Adapter-Dispatch SUBDIR += p5-Log-Any-Adapter-Log4perl SUBDIR += p5-Log-Any-Adapter-Syslog SUBDIR += p5-Log-Any-App SUBDIR += p5-Log-Any-IfLOG SUBDIR += p5-Log-Contextual SUBDIR += p5-Log-Defer SUBDIR += p5-Log-Dispatch SUBDIR += p5-Log-Dispatch-Array SUBDIR += p5-Log-Dispatch-ArrayWithLimits SUBDIR += p5-Log-Dispatch-Colorful SUBDIR += p5-Log-Dispatch-Config SUBDIR += p5-Log-Dispatch-Configurator-Any SUBDIR += p5-Log-Dispatch-Configurator-YAML SUBDIR += p5-Log-Dispatch-DBI SUBDIR += p5-Log-Dispatch-Dir SUBDIR += p5-Log-Dispatch-Email-EmailSend SUBDIR += p5-Log-Dispatch-File-Rolling SUBDIR += p5-Log-Dispatch-File-Stamped SUBDIR += p5-Log-Dispatch-FileRotate SUBDIR += p5-Log-Dispatch-FileShared SUBDIR += p5-Log-Dispatch-FileWriteRotate SUBDIR += p5-Log-Dispatch-Perl SUBDIR += p5-Log-Dispatch-Screen-Color SUBDIR += p5-Log-Dispatch-Scribe SUBDIR += p5-Log-Dispatchouli SUBDIR += p5-Log-Dump SUBDIR += p5-Log-Handler SUBDIR += p5-Log-Log4perl SUBDIR += p5-Log-Log4perl-Appender-RabbitMQ SUBDIR += p5-Log-Log4perl-Appender-Socket-UNIX SUBDIR += p5-Log-Log4perl-Tiny SUBDIR += p5-Log-Message SUBDIR += p5-Log-Message-Simple SUBDIR += p5-Log-Minimal SUBDIR += p5-Log-Report SUBDIR += p5-Log-Report-Optional SUBDIR += p5-Log-Simple SUBDIR += p5-Log-Trace SUBDIR += p5-Log-TraceMessages SUBDIR += p5-Logfile-Rotate SUBDIR += p5-Luka SUBDIR += p5-Lvalue SUBDIR += p5-MCE SUBDIR += p5-MRO-Compat SUBDIR += p5-MRO-Define SUBDIR += p5-Mac-FileSpec-Unixish SUBDIR += p5-Mac-PropertyList SUBDIR += p5-Make SUBDIR += p5-Media-Type-Simple SUBDIR += p5-Memoize SUBDIR += p5-Memoize-ExpireLRU SUBDIR += p5-Meta-Builder SUBDIR += p5-MetaCPAN-Client SUBDIR += p5-Metabase-Client-Simple SUBDIR += p5-Metabase-Fact SUBDIR += p5-Method-Alias SUBDIR += p5-Method-Signatures-Simple SUBDIR += p5-Minilla SUBDIR += p5-Minion SUBDIR += p5-Mixin-Event-Dispatch SUBDIR += p5-Mixin-Linewise SUBDIR += p5-Mknod SUBDIR += p5-Mo SUBDIR += p5-Mock-Quick SUBDIR += p5-Module-Build SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee SUBDIR += p5-Module-Build-Pluggable SUBDIR += p5-Module-Build-Pluggable-ReadmeMarkdownFromPod SUBDIR += p5-Module-Build-Tiny SUBDIR += p5-Module-Build-XSUtil SUBDIR += p5-Module-CPANTS-Analyse SUBDIR += p5-Module-CPANfile SUBDIR += p5-Module-CheckDeps SUBDIR += p5-Module-CheckVersion SUBDIR += p5-Module-Collect SUBDIR += p5-Module-Compile SUBDIR += p5-Module-CoreList SUBDIR += p5-Module-Dependency SUBDIR += p5-Module-Depends SUBDIR += p5-Module-Extract SUBDIR += p5-Module-ExtractUse SUBDIR += p5-Module-Find SUBDIR += p5-Module-Functions SUBDIR += p5-Module-Implementation SUBDIR += p5-Module-Info SUBDIR += p5-Module-Info-File SUBDIR += p5-Module-Inspector SUBDIR += p5-Module-Install SUBDIR += p5-Module-Install-AuthorRequires SUBDIR += p5-Module-Install-AuthorTests SUBDIR += p5-Module-Install-ReadmeFromPod SUBDIR += p5-Module-Install-Repository SUBDIR += p5-Module-Install-Template SUBDIR += p5-Module-Install-TestBase SUBDIR += p5-Module-Install-XSUtil SUBDIR += p5-Module-List SUBDIR += p5-Module-Load SUBDIR += p5-Module-Load-Conditional SUBDIR += p5-Module-Loaded SUBDIR += p5-Module-Manifest SUBDIR += p5-Module-Math-Depends SUBDIR += p5-Module-Metadata SUBDIR += p5-Module-Path SUBDIR += p5-Module-Pluggable SUBDIR += p5-Module-Pluggable-Fast SUBDIR += p5-Module-Pluggable-Ordered SUBDIR += p5-Module-Reader SUBDIR += p5-Module-Recursive-Require SUBDIR += p5-Module-Refresh SUBDIR += p5-Module-Release SUBDIR += p5-Module-Reload SUBDIR += p5-Module-Reload-Sel SUBDIR += p5-Module-Runtime SUBDIR += p5-Module-Runtime-Conflicts SUBDIR += p5-Module-ScanDeps SUBDIR += p5-Module-Setup SUBDIR += p5-Module-Starter SUBDIR += p5-Module-Starter-PBP SUBDIR += p5-Module-Starter-Plugin-SimpleStore SUBDIR += p5-Module-Starter-Plugin-TT2 SUBDIR += p5-Module-Used SUBDIR += p5-Module-Util SUBDIR += p5-Module-Version SUBDIR += p5-Module-Versions SUBDIR += p5-Module-Versions-Report SUBDIR += p5-Moo SUBDIR += p5-MooX-Cmd SUBDIR += p5-MooX-ConfigFromFile SUBDIR += p5-MooX-File-ConfigDir SUBDIR += p5-MooX-HandlesVia SUBDIR += p5-MooX-Options SUBDIR += p5-MooX-StrictConstructor SUBDIR += p5-MooX-Types-MooseLike SUBDIR += p5-MooX-Types-MooseLike-Numeric SUBDIR += p5-MooX-late SUBDIR += p5-Moos SUBDIR += p5-Moose SUBDIR += p5-Moose-Autobox SUBDIR += p5-Moose-Policy SUBDIR += p5-Moose-Test SUBDIR += p5-MooseX-Aliases SUBDIR += p5-MooseX-App SUBDIR += p5-MooseX-App-Cmd SUBDIR += p5-MooseX-ArrayRef SUBDIR += p5-MooseX-Async SUBDIR += p5-MooseX-Attribute-Chained SUBDIR += p5-MooseX-Attribute-ENV SUBDIR += p5-MooseX-AttributeHelpers SUBDIR += p5-MooseX-AttributeShortcuts SUBDIR += p5-MooseX-AuthorizedMethods SUBDIR += p5-MooseX-ClassAttribute SUBDIR += p5-MooseX-Clone SUBDIR += p5-MooseX-CompileTime-Traits SUBDIR += p5-MooseX-ConfigFromFile SUBDIR += p5-MooseX-Daemonize SUBDIR += p5-MooseX-Declare SUBDIR += p5-MooseX-Emulate-Class-Accessor-Fast SUBDIR += p5-MooseX-FollowPBP SUBDIR += p5-MooseX-Getopt SUBDIR += p5-MooseX-Has-Options SUBDIR += p5-MooseX-Has-Sugar SUBDIR += p5-MooseX-HasDefaults SUBDIR += p5-MooseX-IOC SUBDIR += p5-MooseX-InsideOut SUBDIR += p5-MooseX-LazyRequire SUBDIR += p5-MooseX-Lists SUBDIR += p5-MooseX-Log-Log4perl SUBDIR += p5-MooseX-MarkAsMethods SUBDIR += p5-MooseX-Meta-TypeConstraint-ForceCoercion SUBDIR += p5-MooseX-MetaDescription SUBDIR += p5-MooseX-Method-Signatures SUBDIR += p5-MooseX-MethodAttributes SUBDIR += p5-MooseX-MultiInitArg SUBDIR += p5-MooseX-MultiMethods SUBDIR += p5-MooseX-NonMoose SUBDIR += p5-MooseX-Object-Pluggable SUBDIR += p5-MooseX-OneArgNew SUBDIR += p5-MooseX-POE SUBDIR += p5-MooseX-Params-Validate SUBDIR += p5-MooseX-RelatedClassRoles SUBDIR += p5-MooseX-Role-Loggable SUBDIR += p5-MooseX-Role-Matcher SUBDIR += p5-MooseX-Role-Parameterized SUBDIR += p5-MooseX-Role-Strict SUBDIR += p5-MooseX-Role-WithOverloading SUBDIR += p5-MooseX-Runnable SUBDIR += p5-MooseX-SemiAffordanceAccessor SUBDIR += p5-MooseX-SetOnce SUBDIR += p5-MooseX-SimpleConfig SUBDIR += p5-MooseX-Singleton SUBDIR += p5-MooseX-Storage SUBDIR += p5-MooseX-StrictConstructor SUBDIR += p5-MooseX-Traits SUBDIR += p5-MooseX-Traits-Pluggable SUBDIR += p5-MooseX-TransactionalMethods SUBDIR += p5-MooseX-Types SUBDIR += p5-MooseX-Types-Common SUBDIR += p5-MooseX-Types-DateTime SUBDIR += p5-MooseX-Types-DateTime-ButMaintained SUBDIR += p5-MooseX-Types-DateTime-MoreCoercions SUBDIR += p5-MooseX-Types-DateTime-MySQL SUBDIR += p5-MooseX-Types-DateTimeX SUBDIR += p5-MooseX-Types-ISO8601 SUBDIR += p5-MooseX-Types-JSON SUBDIR += p5-MooseX-Types-LoadableClass SUBDIR += p5-MooseX-Types-Path-Class SUBDIR += p5-MooseX-Types-Path-Tiny SUBDIR += p5-MooseX-Types-Perl SUBDIR += p5-MooseX-Types-PortNumber SUBDIR += p5-MooseX-Types-Set-Object SUBDIR += p5-MooseX-Types-Signal SUBDIR += p5-MooseX-Types-Stringlike SUBDIR += p5-MooseX-Types-Structured SUBDIR += p5-MooseX-Types-URI SUBDIR += p5-MooseX-Types-VariantTable SUBDIR += p5-Mouse SUBDIR += p5-MouseX-App-Cmd SUBDIR += p5-MouseX-AttributeHelpers SUBDIR += p5-MouseX-ConfigFromFile SUBDIR += p5-MouseX-Foreign SUBDIR += p5-MouseX-Getopt SUBDIR += p5-MouseX-NativeTraits SUBDIR += p5-MouseX-StrictConstructor SUBDIR += p5-MouseX-Traits SUBDIR += p5-MouseX-Types SUBDIR += p5-MouseX-Types-Path-Class SUBDIR += p5-Multiplex-CMD SUBDIR += p5-NEXT SUBDIR += p5-Net-DBus SUBDIR += p5-Net-ZooKeeper SUBDIR += p5-No-Worries SUBDIR += p5-Number-Bytes-Human SUBDIR += p5-Number-Tolerant SUBDIR += p5-OLE-Storage_Lite SUBDIR += p5-OOTools SUBDIR += p5-Object-Accessor SUBDIR += p5-Object-Array SUBDIR += p5-Object-Authority SUBDIR += p5-Object-Container SUBDIR += p5-Object-Declare SUBDIR += p5-Object-Destroyer SUBDIR += p5-Object-Enum SUBDIR += p5-Object-Event SUBDIR += p5-Object-Import SUBDIR += p5-Object-InsideOut SUBDIR += p5-Object-MultiType SUBDIR += p5-Object-Pluggable SUBDIR += p5-Object-Realize-Later SUBDIR += p5-Object-Role SUBDIR += p5-Object-Signature SUBDIR += p5-Object-Simple SUBDIR += p5-Object-Tiny SUBDIR += p5-Object-Tiny-Lvalue SUBDIR += p5-Olson-Abbreviations SUBDIR += p5-Opcodes SUBDIR += p5-OrePAN2 SUBDIR += p5-Ouch SUBDIR += p5-PAR SUBDIR += p5-PAR-Dist SUBDIR += p5-PAR-Packer SUBDIR += p5-PCSC-Card SUBDIR += p5-PHP-Serialization SUBDIR += p5-POE SUBDIR += p5-POE-API-Hooks SUBDIR += p5-POE-API-Peek SUBDIR += p5-POE-Component-Child SUBDIR += p5-POE-Component-Cron SUBDIR += p5-POE-Component-Daemon SUBDIR += p5-POE-Component-DebugShell SUBDIR += p5-POE-Component-DirWatch SUBDIR += p5-POE-Component-Hailo SUBDIR += p5-POE-Component-IKC SUBDIR += p5-POE-Component-JobQueue SUBDIR += p5-POE-Component-Logger SUBDIR += p5-POE-Component-Pluggable SUBDIR += p5-POE-Component-RSS SUBDIR += p5-POE-Component-RSSAggregator SUBDIR += p5-POE-Component-Schedule SUBDIR += p5-POE-Component-Server-XMLRPC SUBDIR += p5-POE-Component-Syndicator SUBDIR += p5-POE-Component-TSTP SUBDIR += p5-POE-Devel-Profiler SUBDIR += p5-POE-Loop-AnyEvent SUBDIR += p5-POE-Loop-Glib SUBDIR += p5-POE-Loop-Tk SUBDIR += p5-POE-Quickie SUBDIR += p5-POE-Session-MultiDispatch SUBDIR += p5-POE-Stage SUBDIR += p5-POE-Test-Loops SUBDIR += p5-POE-XS-Loop-Poll SUBDIR += p5-POE-XS-Queue-Array SUBDIR += p5-POEx-Role-SessionInstantiation SUBDIR += p5-POEx-Role-Streaming SUBDIR += p5-POEx-Types SUBDIR += p5-POSIX-strftime-Compiler SUBDIR += p5-POSIX-strptime SUBDIR += p5-PPerl SUBDIR += p5-PV SUBDIR += p5-Package-Constants SUBDIR += p5-Package-DeprecationManager SUBDIR += p5-Package-Generator SUBDIR += p5-Package-Stash SUBDIR += p5-Package-Stash-XS SUBDIR += p5-Package-Variant SUBDIR += p5-PadWalker SUBDIR += p5-Parallel-Async SUBDIR += p5-Parallel-Fork-BossWorker SUBDIR += p5-Parallel-ForkManager SUBDIR += p5-Parallel-Iterator SUBDIR += p5-Parallel-Prefork SUBDIR += p5-Parallel-Scoreboard SUBDIR += p5-Params-CallbackRequest SUBDIR += p5-Params-Check SUBDIR += p5-Params-Classify SUBDIR += p5-Params-Coerce SUBDIR += p5-Params-Util SUBDIR += p5-Params-Validate SUBDIR += p5-Params-Validate-Dependencies SUBDIR += p5-Paranoid SUBDIR += p5-Parse-CPAN-Meta SUBDIR += p5-Parse-CPAN-Packages SUBDIR += p5-Parse-CPAN-Packages-Fast SUBDIR += p5-Parse-ErrorString-Perl SUBDIR += p5-Parse-ExuberantCTags SUBDIR += p5-Parse-LocalDistribution SUBDIR += p5-Parse-Method-Signatures SUBDIR += p5-Parse-PMFile SUBDIR += p5-Parse-PerlConfig SUBDIR += p5-Parse-Pidl SUBDIR += p5-Parse-PlainConfig SUBDIR += p5-Parse-RecDescent SUBDIR += p5-Parse-Win32Registry SUBDIR += p5-Parse-Yapp SUBDIR += p5-ParseLex SUBDIR += p5-ParseTemplate SUBDIR += p5-PatchReader SUBDIR += p5-Path-Abstract SUBDIR += p5-Path-Class SUBDIR += p5-Path-Class-File-Lockable SUBDIR += p5-Path-Dispatcher SUBDIR += p5-Path-Dispatcher-Declarative SUBDIR += p5-Path-Extended SUBDIR += p5-Path-FindDev SUBDIR += p5-Path-IsDev SUBDIR += p5-Path-Iterator-Rule SUBDIR += p5-Path-Resource SUBDIR += p5-Path-Tiny SUBDIR += p5-PathTools SUBDIR += p5-Paws SUBDIR += p5-Pegex SUBDIR += p5-Penguin SUBDIR += p5-Perl-Critic-Deprecated SUBDIR += p5-Perl-Metrics-Lite SUBDIR += p5-Perl-Metrics-Simple SUBDIR += p5-Perl-OSType SUBDIR += p5-Perl-PrereqScanner SUBDIR += p5-Perl-PrereqScanner-Lite SUBDIR += p5-Perl-Tidy SUBDIR += p5-Perl-Unsafe-Signals SUBDIR += p5-Perl-Version SUBDIR += p5-Perl-osnames SUBDIR += p5-Perl4-CoreLibs SUBDIR += p5-Perl6-Builtins SUBDIR += p5-Perl6-Export SUBDIR += p5-Perl6-Export-Attrs SUBDIR += p5-Perl6-Form SUBDIR += p5-Perl6-Junction SUBDIR += p5-Perl6-Rules SUBDIR += p5-Perl6-Say SUBDIR += p5-Perl6-Slurp SUBDIR += p5-PerlIO-Layers SUBDIR += p5-PerlIO-Util SUBDIR += p5-PerlIO-eol SUBDIR += p5-PerlIO-locale SUBDIR += p5-PerlIO-utf8_strict SUBDIR += p5-PerlIO-via-MD5 SUBDIR += p5-PerlIO-via-Timeout SUBDIR += p5-PerlIO-via-dynamic SUBDIR += p5-PerlIO-via-symlink SUBDIR += p5-PerlX-Maybe SUBDIR += p5-PerlX-Maybe-XS SUBDIR += p5-Pid-File-Flock SUBDIR += p5-Pipeline SUBDIR += p5-Pithub SUBDIR += p5-PkgConfig SUBDIR += p5-Pod-Coverage SUBDIR += p5-Pod-Coverage-Moose SUBDIR += p5-Pod-Coverage-TrustPod SUBDIR += p5-Pod-Tests SUBDIR += p5-Pod-Usage SUBDIR += p5-Pragmatic SUBDIR += p5-Proc-BackOff SUBDIR += p5-Proc-Background SUBDIR += p5-Proc-Daemon SUBDIR += p5-Proc-Fork SUBDIR += p5-Proc-Guard SUBDIR += p5-Proc-PID-File SUBDIR += p5-Proc-Pidfile SUBDIR += p5-Proc-ProcessTable SUBDIR += p5-Proc-Queue SUBDIR += p5-Proc-Reliable SUBDIR += p5-Proc-SafeExec SUBDIR += p5-Proc-Simple SUBDIR += p5-Proc-Wait3 SUBDIR += p5-Proc-WaitStat SUBDIR += p5-Project-Gantt SUBDIR += p5-Project-Libs SUBDIR += p5-Qudo SUBDIR += p5-RPSL-Parser SUBDIR += p5-RRDTool-OO SUBDIR += p5-Range-String SUBDIR += p5-Rcs SUBDIR += p5-Rcs-Agent SUBDIR += p5-ReadLine-Gnu SUBDIR += p5-ReadLine-Perl SUBDIR += p5-ReadLine-TTYtter SUBDIR += p5-Readonly SUBDIR += p5-Readonly-XS SUBDIR += p5-Reflex SUBDIR += p5-Regexp-Assemble SUBDIR += p5-Regexp-Assemble-Compressed SUBDIR += p5-Regexp-Bind SUBDIR += p5-Regexp-Compare SUBDIR += p5-Regexp-Grammars SUBDIR += p5-Regexp-Lexer SUBDIR += p5-Regexp-RegGrp SUBDIR += p5-Regexp-Shellish SUBDIR += p5-Regexp-Subst-Parallel SUBDIR += p5-Religion SUBDIR += p5-Reply SUBDIR += p5-ResourcePool SUBDIR += p5-Resources SUBDIR += p5-Return-MultiLevel SUBDIR += p5-Return-Type SUBDIR += p5-Return-Value SUBDIR += p5-Rinci SUBDIR += p5-Role-Basic SUBDIR += p5-Role-HasMessage SUBDIR += p5-Role-Identifiable SUBDIR += p5-Role-Tiny SUBDIR += p5-Rose-DateTime SUBDIR += p5-Rose-Object SUBDIR += p5-Router-R3 SUBDIR += p5-RunApp SUBDIR += p5-SDL SUBDIR += p5-SNMP-Persist SUBDIR += p5-SOAP-WSDL SUBDIR += p5-SSN-Validate SUBDIR += p5-SUPER SUBDIR += p5-SVN-ACL SUBDIR += p5-SVN-Access SUBDIR += p5-SVN-Agent SUBDIR += p5-SVN-Dump SUBDIR += p5-SVN-Dumpfile SUBDIR += p5-SVN-Hook SUBDIR += p5-SVN-Hooks SUBDIR += p5-SVN-Log SUBDIR += p5-SVN-Look SUBDIR += p5-SVN-Mirror SUBDIR += p5-SVN-Notify SUBDIR += p5-SVN-Notify-Config SUBDIR += p5-SVN-Notify-Filter-AuthZMail SUBDIR += p5-SVN-Notify-Filter-EmailFlatFileDB SUBDIR += p5-SVN-Notify-Filter-Markdown SUBDIR += p5-SVN-Notify-Filter-Watchers SUBDIR += p5-SVN-Notify-Mirror SUBDIR += p5-SVN-Notify-Snapshot SUBDIR += p5-SVN-S4 SUBDIR += p5-SVN-Simple SUBDIR += p5-SVN-Statistics SUBDIR += p5-SVN-Web SUBDIR += p5-Safe-Isa SUBDIR += p5-Sah SUBDIR += p5-Scalar-Defer SUBDIR += p5-Scalar-Does SUBDIR += p5-Scalar-Listify SUBDIR += p5-Scalar-String SUBDIR += p5-Scalar-Util-LooksLikeNumber SUBDIR += p5-Scalar-Util-Numeric SUBDIR += p5-Scope-Guard SUBDIR += p5-Scope-Upper SUBDIR += p5-Script-isAperlScript SUBDIR += p5-Search-Binary SUBDIR += p5-Sentinel SUBDIR += p5-Sepia SUBDIR += p5-Set-Array SUBDIR += p5-Set-ConsistentHash SUBDIR += p5-Set-Crontab SUBDIR += p5-Set-CrossProduct SUBDIR += p5-Set-Infinite SUBDIR += p5-Set-NestedGroups SUBDIR += p5-Set-Object SUBDIR += p5-Set-Scalar SUBDIR += p5-Set-Tiny SUBDIR += p5-Shape SUBDIR += p5-Shell-Base SUBDIR += p5-Shell-EnvImporter SUBDIR += p5-Shell-Parser SUBDIR += p5-Shell-Source SUBDIR += p5-ShipIt SUBDIR += p5-ShipIt-Step-Manifest SUBDIR += p5-Slurp SUBDIR += p5-Smart-Comments SUBDIR += p5-Sort-Array SUBDIR += p5-Sort-ArrayOfArrays SUBDIR += p5-Sort-Key SUBDIR += p5-Sort-Key-DateTime SUBDIR += p5-Sort-Key-Top SUBDIR += p5-Sort-Maker SUBDIR += p5-Sort-Tree SUBDIR += p5-Sort-Versions SUBDIR += p5-Specio SUBDIR += p5-Spiffy SUBDIR += p5-Spoon SUBDIR += p5-Storable SUBDIR += p5-Stream SUBDIR += p5-Stream-Buffered SUBDIR += p5-Stream-Reader SUBDIR += p5-String-Approx SUBDIR += p5-String-CRC32 SUBDIR += p5-String-Checker SUBDIR += p5-String-Diff SUBDIR += p5-String-Dump SUBDIR += p5-String-Ediff SUBDIR += p5-String-Errf SUBDIR += p5-String-Formatter SUBDIR += p5-String-LRC SUBDIR += p5-String-Parity SUBDIR += p5-String-Random SUBDIR += p5-String-RexxParse SUBDIR += p5-String-Similarity SUBDIR += p5-String-TT SUBDIR += p5-Struct-Dumb SUBDIR += p5-Sub-Alias SUBDIR += p5-Sub-Current SUBDIR += p5-Sub-Delete SUBDIR += p5-Sub-Exporter SUBDIR += p5-Sub-Exporter-ForMethods SUBDIR += p5-Sub-Exporter-GlobExporter SUBDIR += p5-Sub-Exporter-Lexical SUBDIR += p5-Sub-Exporter-Progressive SUBDIR += p5-Sub-Identify SUBDIR += p5-Sub-Infix SUBDIR += p5-Sub-Install SUBDIR += p5-Sub-Installer SUBDIR += p5-Sub-Multi SUBDIR += p5-Sub-Name SUBDIR += p5-Sub-Override SUBDIR += p5-Sub-Prototype SUBDIR += p5-Sub-Signatures SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages SUBDIR += p5-Symbol-Global-Name SUBDIR += p5-Symbol-Util SUBDIR += p5-Syntax-Keyword-Junction SUBDIR += p5-Sys-Cpu SUBDIR += p5-Sys-Info SUBDIR += p5-Sys-Info-Base SUBDIR += p5-Sys-Info-Driver-BSD SUBDIR += p5-Sys-MemInfo SUBDIR += p5-Sys-Mmap SUBDIR += p5-Sys-RunAlone SUBDIR += p5-Sys-RunAlways SUBDIR += p5-Sys-Sendfile SUBDIR += p5-Sys-Sendfile-FreeBSD SUBDIR += p5-Sys-Sig SUBDIR += p5-Sys-SigAction SUBDIR += p5-Sys-Syscall SUBDIR += p5-Sys-Trace SUBDIR += p5-Sys-Virt SUBDIR += p5-System-Command SUBDIR += p5-System-Sub SUBDIR += p5-System2 SUBDIR += p5-TAP-Formatter-JUnit SUBDIR += p5-TAP-Harness-JUnit SUBDIR += p5-TAP-SimpleOutput SUBDIR += p5-Taint-Runtime SUBDIR += p5-Taint-Util SUBDIR += p5-Task-Tiny SUBDIR += p5-Task-Weaken SUBDIR += p5-Tee SUBDIR += p5-Template-Provider-Encode SUBDIR += p5-Term-ANSIColor SUBDIR += p5-Term-ANSIScreen SUBDIR += p5-Term-Animation SUBDIR += p5-Term-CallEditor SUBDIR += p5-Term-Clui SUBDIR += p5-Term-EditLine SUBDIR += p5-Term-Encoding SUBDIR += p5-Term-Menus SUBDIR += p5-Term-ProgressBar SUBDIR += p5-Term-ProgressBar-Quiet SUBDIR += p5-Term-ProgressBar-Simple SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query SUBDIR += p5-Term-RawInput SUBDIR += p5-Term-ReadKey SUBDIR += p5-Term-ReadLine SUBDIR += p5-Term-ReadLine-Perl SUBDIR += p5-Term-ReadLine-Zoid SUBDIR += p5-Term-ReadPassword SUBDIR += p5-Term-Screen SUBDIR += p5-Term-ScreenColor SUBDIR += p5-Term-Shell SUBDIR += p5-Term-Size SUBDIR += p5-Term-Size-Any SUBDIR += p5-Term-Size-Perl SUBDIR += p5-Term-Sk SUBDIR += p5-Term-Title SUBDIR += p5-Term-UI SUBDIR += p5-Term-VT102 SUBDIR += p5-Term-VT102-Boundless SUBDIR += p5-Term-Visual SUBDIR += p5-Test-API SUBDIR += p5-Test-Able SUBDIR += p5-Test-Able-Runner SUBDIR += p5-Test-Aggregate SUBDIR += p5-Test-Assertions SUBDIR += p5-Test-Base SUBDIR += p5-Test-Benchmark SUBDIR += p5-Test-BinaryData SUBDIR += p5-Test-Bits SUBDIR += p5-Test-Block SUBDIR += p5-Test-CPAN-Meta SUBDIR += p5-Test-CPAN-Meta-YAML SUBDIR += p5-Test-CheckDeps SUBDIR += p5-Test-CheckManifest SUBDIR += p5-Test-Class SUBDIR += p5-Test-Class-Most SUBDIR += p5-Test-ClassAPI SUBDIR += p5-Test-Classy SUBDIR += p5-Test-CleanNamespaces SUBDIR += p5-Test-Cmd SUBDIR += p5-Test-Command SUBDIR += p5-Test-Command-Simple SUBDIR += p5-Test-Compile SUBDIR += p5-Test-DBIx-Class SUBDIR += p5-Test-Data SUBDIR += p5-Test-Debugger SUBDIR += p5-Test-Declare SUBDIR += p5-Test-Deep SUBDIR += p5-Test-Dependencies SUBDIR += p5-Test-DependentModules SUBDIR += p5-Test-Differences SUBDIR += p5-Test-Distribution SUBDIR += p5-Test-EOL SUBDIR += p5-Test-Exception SUBDIR += p5-Test-Exception-LessClever SUBDIR += p5-Test-Expect SUBDIR += p5-Test-FailWarnings SUBDIR += p5-Test-Fake-HTTPD SUBDIR += p5-Test-Fatal SUBDIR += p5-Test-File SUBDIR += p5-Test-File-Contents SUBDIR += p5-Test-File-ShareDir SUBDIR += p5-Test-Filename SUBDIR += p5-Test-Fixme SUBDIR += p5-Test-Fixture-DBIC-Schema SUBDIR += p5-Test-Group SUBDIR += p5-Test-HTML-Tidy SUBDIR += p5-Test-Harness SUBDIR += p5-Test-Harness-Straps SUBDIR += p5-Test-HasVersion SUBDIR += p5-Test-HexString SUBDIR += p5-Test-Identity SUBDIR += p5-Test-If SUBDIR += p5-Test-InDistDir SUBDIR += p5-Test-Inline SUBDIR += p5-Test-Inter SUBDIR += p5-Test-JSON SUBDIR += p5-Test-Kwalitee SUBDIR += p5-Test-Lazy SUBDIR += p5-Test-LeakTrace SUBDIR += p5-Test-LectroTest SUBDIR += p5-Test-LoadAllModules SUBDIR += p5-Test-Log4perl SUBDIR += p5-Test-LongString SUBDIR += p5-Test-Manifest SUBDIR += p5-Test-ManyParams SUBDIR += p5-Test-Memory-Cycle SUBDIR += p5-Test-Mini SUBDIR += p5-Test-Mini-Unit SUBDIR += p5-Test-Mock-Guard SUBDIR += p5-Test-Mock-LWP SUBDIR += p5-Test-Mock-LWP-Dispatch SUBDIR += p5-Test-MockModule SUBDIR += p5-Test-MockObject SUBDIR += p5-Test-MockRandom SUBDIR += p5-Test-MockTime SUBDIR += p5-Test-Modern SUBDIR += p5-Test-Module-Used SUBDIR += p5-Test-Moose-More SUBDIR += p5-Test-More-UTF8 SUBDIR += p5-Test-Most SUBDIR += p5-Test-Name-FromLine SUBDIR += p5-Test-Net-LDAP SUBDIR += p5-Test-Net-RabbitMQ SUBDIR += p5-Test-NoTabs SUBDIR += p5-Test-NoWarnings SUBDIR += p5-Test-Number-Delta SUBDIR += p5-Test-Object SUBDIR += p5-Test-OpenLDAP SUBDIR += p5-Test-Output SUBDIR += p5-Test-POE-Client-TCP SUBDIR += p5-Test-POE-Server-TCP SUBDIR += p5-Test-Parser SUBDIR += p5-Test-PerlTidy SUBDIR += p5-Test-Pod SUBDIR += p5-Test-Pod-Coverage SUBDIR += p5-Test-Pod-Coverage-Permissive SUBDIR += p5-Test-Portability-Files SUBDIR += p5-Test-Prereq SUBDIR += p5-Test-RandomResults SUBDIR += p5-Test-Refcount SUBDIR += p5-Test-Reporter SUBDIR += p5-Test-Reporter-Transport-Metabase SUBDIR += p5-Test-Requires SUBDIR += p5-Test-RequiresInternet SUBDIR += p5-Test-Script SUBDIR += p5-Test-Script-Run SUBDIR += p5-Test-SharedFork SUBDIR += p5-Test-Signature SUBDIR += p5-Test-Simple SUBDIR += p5-Test-Singleton SUBDIR += p5-Test-Spec SUBDIR += p5-Test-Spelling SUBDIR += p5-Test-Stream SUBDIR += p5-Test-Strict SUBDIR += p5-Test-SubCalls SUBDIR += p5-Test-Synopsis SUBDIR += p5-Test-Sys-Info SUBDIR += p5-Test-TAP-HTMLMatrix SUBDIR += p5-Test-TAP-Model SUBDIR += p5-Test-TCP SUBDIR += p5-Test-TableDriven SUBDIR += p5-Test-Taint SUBDIR += p5-Test-TempDir-Tiny SUBDIR += p5-Test-Time SUBDIR += p5-Test-Timer SUBDIR += p5-Test-TinyMocker SUBDIR += p5-Test-Trap SUBDIR += p5-Test-Unit SUBDIR += p5-Test-UseAllModules SUBDIR += p5-Test-Version SUBDIR += p5-Test-WWW-Declare SUBDIR += p5-Test-WWW-Mechanize SUBDIR += p5-Test-WWW-Mechanize-CGI SUBDIR += p5-Test-WWW-Mechanize-CGIApp SUBDIR += p5-Test-WWW-Mechanize-Catalyst SUBDIR += p5-Test-WWW-Mechanize-PSGI SUBDIR += p5-Test-WWW-Selenium SUBDIR += p5-Test-Warn SUBDIR += p5-Test-Warnings SUBDIR += p5-Test-Weaken SUBDIR += p5-Test-Without-Module SUBDIR += p5-Test-XML SUBDIR += p5-Test-XML-Valid SUBDIR += p5-Test-YAML SUBDIR += p5-Test-YAML-Meta SUBDIR += p5-Test-YAML-Valid SUBDIR += p5-Test-utf8 SUBDIR += p5-Text-Levenshtein SUBDIR += p5-Text-Levenshtein-Damerau SUBDIR += p5-Text-LevenshteinXS SUBDIR += p5-Text-Outdent SUBDIR += p5-Text-vFile-asData SUBDIR += p5-TheSchwartz SUBDIR += p5-TheSchwartz-Simple SUBDIR += p5-TheSchwartz-Worker-SendEmail SUBDIR += p5-Thread-Apartment SUBDIR += p5-Thread-Cancel SUBDIR += p5-Thread-Pool-Simple SUBDIR += p5-Thread-Queue SUBDIR += p5-Thread-Queue-Duplex SUBDIR += p5-Thread-Suspend SUBDIR += p5-Thrift SUBDIR += p5-Thrift-XS SUBDIR += p5-Throwable SUBDIR += p5-Tie-Array-Pack SUBDIR += p5-Tie-Array-Sorted SUBDIR += p5-Tie-CPHash SUBDIR += p5-Tie-Cache SUBDIR += p5-Tie-DB_File-SplitHash SUBDIR += p5-Tie-DB_FileLock SUBDIR += p5-Tie-File SUBDIR += p5-Tie-File-AsHash SUBDIR += p5-Tie-FileLRUCache SUBDIR += p5-Tie-Function SUBDIR += p5-Tie-Hash-Indexed SUBDIR += p5-Tie-Hash-MultiValue SUBDIR += p5-Tie-Hash-Regex SUBDIR += p5-Tie-Hash-Sorted SUBDIR += p5-Tie-Hash-TwoWay SUBDIR += p5-Tie-IxHash SUBDIR += p5-Tie-LLHash SUBDIR += p5-Tie-RefHash SUBDIR += p5-Tie-RefHash-Weak SUBDIR += p5-Tie-RegexpHash SUBDIR += p5-Tie-Restore SUBDIR += p5-Tie-ShareLite SUBDIR += p5-Tie-Simple SUBDIR += p5-Tie-ToObject SUBDIR += p5-Tie-Util SUBDIR += p5-Tie-iCal SUBDIR += p5-Time-Clock SUBDIR += p5-Time-Crontab SUBDIR += p5-Time-Duration SUBDIR += p5-Time-Duration-Parse SUBDIR += p5-Time-Format SUBDIR += p5-Time-HiRes SUBDIR += p5-Time-Interval SUBDIR += p5-Time-Local SUBDIR += p5-Time-Mock SUBDIR += p5-Time-Object SUBDIR += p5-Time-Out SUBDIR += p5-Time-Period SUBDIR += p5-Time-Piece SUBDIR += p5-Time-Piece-Range SUBDIR += p5-Time-Progress SUBDIR += p5-Time-Stopwatch SUBDIR += p5-Time-Warp SUBDIR += p5-Time-modules SUBDIR += p5-Time-timegm SUBDIR += p5-TimeDate SUBDIR += p5-ToolSet SUBDIR += p5-TraceFuncs SUBDIR += p5-Tree-Binary SUBDIR += p5-Tree-Binary-Dictionary SUBDIR += p5-Tree-DAG_Node SUBDIR += p5-Tree-Node SUBDIR += p5-Tree-Parser SUBDIR += p5-Tree-R SUBDIR += p5-Tree-RedBlack SUBDIR += p5-Tree-Simple SUBDIR += p5-Tree-Simple-View SUBDIR += p5-Tree-Simple-VisitorFactory SUBDIR += p5-Tree-Trie SUBDIR += p5-Type-Tie SUBDIR += p5-Type-Tiny SUBDIR += p5-Type-Tiny-Signatures SUBDIR += p5-Type-Tiny-XS SUBDIR += p5-Types-Core SUBDIR += p5-Types-Path-Tiny SUBDIR += p5-Types-Serialiser SUBDIR += p5-Types-URI SUBDIR += p5-Types-UUID SUBDIR += p5-UDCode SUBDIR += p5-UI-Dialog SUBDIR += p5-UNIVERSAL-can SUBDIR += p5-UNIVERSAL-isa SUBDIR += p5-UNIVERSAL-moniker SUBDIR += p5-UNIVERSAL-ref SUBDIR += p5-UNIVERSAL-require SUBDIR += p5-UNIVERSAL-which SUBDIR += p5-UUID SUBDIR += p5-UUID-Random SUBDIR += p5-UUID-Random-Patch-UseMRS SUBDIR += p5-UUID-Tiny SUBDIR += p5-Uniq SUBDIR += p5-Unix-Groups SUBDIR += p5-Unix-Statgrab SUBDIR += p5-Unix-Uptime SUBDIR += p5-User-Identity SUBDIR += p5-VCP-Dest-svk SUBDIR += p5-VCP-Source-cvsbk SUBDIR += p5-VCP-autrijus SUBDIR += p5-VCS SUBDIR += p5-VCS-CVS SUBDIR += p5-VCS-Lite SUBDIR += p5-Validation-Class SUBDIR += p5-Variable-Eject SUBDIR += p5-Variable-Magic SUBDIR += p5-Want SUBDIR += p5-WeakRef SUBDIR += p5-Workflow SUBDIR += p5-XML-Compile-Tester SUBDIR += p5-XML-Pastor SUBDIR += p5-XS-Object-Magic SUBDIR += p5-XSLoader SUBDIR += p5-Xporter SUBDIR += p5-YAML-AppConfig SUBDIR += p5-Yada-Yada-Yada SUBDIR += p5-ZConf-GUI SUBDIR += p5-ZML SUBDIR += p5-accessors SUBDIR += p5-accessors-fast SUBDIR += p5-aliased SUBDIR += p5-asa SUBDIR += p5-autobox SUBDIR += p5-autobox-Core SUBDIR += p5-autodie SUBDIR += p5-autovivification SUBDIR += p5-bareword-filehandles SUBDIR += p5-boolean SUBDIR += p5-capitalization SUBDIR += p5-carton SUBDIR += p5-common-sense SUBDIR += p5-constant SUBDIR += p5-constant-boolean SUBDIR += p5-constant-def SUBDIR += p5-constant-defer SUBDIR += p5-constant-lexical SUBDIR += p5-cpan-listchanges SUBDIR += p5-curry SUBDIR += p5-enum SUBDIR += p5-ex-lib SUBDIR += p5-experimental SUBDIR += p5-forks SUBDIR += p5-github_creator SUBDIR += p5-iCal-Parser SUBDIR += p5-indirect SUBDIR += p5-interface SUBDIR += p5-latest SUBDIR += p5-lexical-underscore SUBDIR += p5-lib-abs SUBDIR += p5-libalarm SUBDIR += p5-libxml-enno SUBDIR += p5-local-lib SUBDIR += p5-match-simple SUBDIR += p5-mem SUBDIR += p5-mixin SUBDIR += p5-mocked SUBDIR += p5-multidimensional SUBDIR += p5-namespace-autoclean SUBDIR += p5-namespace-clean SUBDIR += p5-namespace-sweep SUBDIR += p5-orz SUBDIR += p5-parent SUBDIR += p5-perlkde SUBDIR += p5-perlqt SUBDIR += p5-pip SUBDIR += p5-prefork SUBDIR += p5-reaper SUBDIR += p5-relative SUBDIR += p5-rpm-build-perl SUBDIR += p5-self SUBDIR += p5-self-init SUBDIR += p5-strictures SUBDIR += p5-subatom SUBDIR += p5-subversion SUBDIR += p5-syntax SUBDIR += p5-threads SUBDIR += p5-threads-shared SUBDIR += p5-true SUBDIR += p5-uni-perl SUBDIR += p5-version SUBDIR += p65 SUBDIR += paexec SUBDIR += papi SUBDIR += papp SUBDIR += pas2dox SUBDIR += pasm SUBDIR += patch SUBDIR += pccts SUBDIR += pcl SUBDIR += pcre SUBDIR += pcre++ SUBDIR += pcre2 SUBDIR += pcsc-ada SUBDIR += pcsc-lite SUBDIR += pdcurses SUBDIR += pdcurses-the SUBDIR += pear SUBDIR += pear-Config SUBDIR += pear-Console_Color SUBDIR += pear-Console_CommandLine SUBDIR += pear-Console_Getargs SUBDIR += pear-Console_Table SUBDIR += pear-Date SUBDIR += pear-Date_Holidays SUBDIR += pear-Date_Holidays_Austria SUBDIR += pear-Date_Holidays_Brazil SUBDIR += pear-Date_Holidays_Denmark SUBDIR += pear-Date_Holidays_Discordian SUBDIR += pear-Date_Holidays_EnglandWales SUBDIR += pear-Date_Holidays_Germany SUBDIR += pear-Date_Holidays_Iceland SUBDIR += pear-Date_Holidays_Ireland SUBDIR += pear-Date_Holidays_Italy SUBDIR += pear-Date_Holidays_Japan SUBDIR += pear-Date_Holidays_Netherlands SUBDIR += pear-Date_Holidays_Norway SUBDIR += pear-Date_Holidays_PHPdotNet SUBDIR += pear-Date_Holidays_Romania SUBDIR += pear-Date_Holidays_Slovenia SUBDIR += pear-Date_Holidays_Sweden SUBDIR += pear-Date_Holidays_UNO SUBDIR += pear-Date_Holidays_USA SUBDIR += pear-Date_Holidays_Ukraine SUBDIR += pear-Event_Dispatcher SUBDIR += pear-FSM SUBDIR += pear-File_Iterator SUBDIR += pear-HTML_BBCodeParser SUBDIR += pear-HTML_CSS SUBDIR += pear-HTML_Common SUBDIR += pear-HTML_Common2 SUBDIR += pear-HTML_Form SUBDIR += pear-HTML_Javascript SUBDIR += pear-HTML_Page2 SUBDIR += pear-HTML_QuickForm SUBDIR += pear-HTML_QuickForm2 SUBDIR += pear-HTML_QuickForm_Controller SUBDIR += pear-HTML_QuickForm_Livesearch SUBDIR += pear-HTML_QuickForm_Renderer_Tableless SUBDIR += pear-HTML_QuickForm_SelectFilter SUBDIR += pear-HTML_QuickForm_advmultiselect SUBDIR += pear-HTML_Select SUBDIR += pear-HTML_Select_Common SUBDIR += pear-HTML_Table SUBDIR += pear-HTML_Template_Flexy SUBDIR += pear-HTML_Template_IT SUBDIR += pear-HTML_Template_PHPLIB SUBDIR += pear-HTML_Template_Sigma SUBDIR += pear-HTML_TreeMenu SUBDIR += pear-Horde_Alarm SUBDIR += pear-Horde_Argv SUBDIR += pear-Horde_Autoloader SUBDIR += pear-Horde_Autoloader_Cache SUBDIR += pear-Horde_Cache SUBDIR += pear-Horde_Cli SUBDIR += pear-Horde_Constraint SUBDIR += pear-Horde_Controller SUBDIR += pear-Horde_Core SUBDIR += pear-Horde_Data SUBDIR += pear-Horde_Date SUBDIR += pear-Horde_Date_Parser SUBDIR += pear-Horde_Exception SUBDIR += pear-Horde_History SUBDIR += pear-Horde_Icalendar SUBDIR += pear-Horde_Injector SUBDIR += pear-Horde_Itip SUBDIR += pear-Horde_Lock SUBDIR += pear-Horde_LoginTasks SUBDIR += pear-Horde_Nls SUBDIR += pear-Horde_Notification SUBDIR += pear-Horde_Prefs SUBDIR += pear-Horde_Queue SUBDIR += pear-Horde_Rdo SUBDIR += pear-Horde_Role SUBDIR += pear-Horde_Scheduler SUBDIR += pear-Horde_Serialize SUBDIR += pear-Horde_Stream SUBDIR += pear-Horde_Stream_Filter SUBDIR += pear-Horde_Stream_Wrapper SUBDIR += pear-Horde_Support SUBDIR += pear-Horde_Thrift SUBDIR += pear-Horde_Timezone SUBDIR += pear-Horde_Token SUBDIR += pear-Horde_Translation SUBDIR += pear-Horde_Tree SUBDIR += pear-Horde_Util SUBDIR += pear-Horde_View SUBDIR += pear-I18N SUBDIR += pear-IO_Bit SUBDIR += pear-Math_Fraction SUBDIR += pear-Net_Gearman SUBDIR += pear-OLE SUBDIR += pear-PEAR_Info SUBDIR += pear-PEAR_PackageFileManager SUBDIR += pear-PEAR_PackageFileManager2 SUBDIR += pear-PEAR_PackageFileManager_Plugins SUBDIR += pear-PHPDoc SUBDIR += pear-PHPTAL SUBDIR += pear-PHPUnit3 SUBDIR += pear-PHPUnit_MockObject SUBDIR += pear-PHP_ArrayOf SUBDIR += pear-PHP_Beautifier SUBDIR += pear-PHP_CodeBrowser SUBDIR += pear-PHP_CodeCoverage SUBDIR += pear-PHP_CodeSniffer SUBDIR += pear-PHP_Compat SUBDIR += pear-PHP_CompatInfo SUBDIR += pear-PHP_Depend SUBDIR += pear-PHP_PMD SUBDIR += pear-PHP_Parser SUBDIR += pear-PHP_ParserGenerator SUBDIR += pear-PHP_Timer SUBDIR += pear-PHP_TokenStream SUBDIR += pear-PHP_UML SUBDIR += pear-PPW SUBDIR += pear-Pager SUBDIR += pear-PhpDocumentor SUBDIR += pear-Pirum SUBDIR += pear-SebastianBergmann_FinderFacade SUBDIR += pear-SebastianBergmann_Git SUBDIR += pear-SebastianBergmann_PHPCPD SUBDIR += pear-SebastianBergmann_PHPLOC SUBDIR += pear-SebastianBergmann_Version SUBDIR += pear-Structure_LinkedList SUBDIR += pear-Structures_DataGrid SUBDIR += pear-Structures_DataGrid_Renderer_Console SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable SUBDIR += pear-Structures_DataGrid_Renderer_XUL SUBDIR += pear-Symfony_Component_Console SUBDIR += pear-Symfony_Component_Finder SUBDIR += pear-System_Command SUBDIR += pear-Testing_Selenium SUBDIR += pear-Text_Diff SUBDIR += pear-TheSeer_DirectoryScanner SUBDIR += pear-TheSeer_fDOMDocument SUBDIR += pear-TheSeer_fXSL SUBDIR += pear-TheSeer_phpDox SUBDIR += pear-VFS SUBDIR += pear-Validate SUBDIR += pear-Validate_AU SUBDIR += pear-Validate_Finance SUBDIR += pear-Validate_Finance_CreditCard SUBDIR += pear-Validate_US SUBDIR += pear-Var_Dump SUBDIR += pear-VersionControl_Git SUBDIR += pear-VersionControl_SVN SUBDIR += pear-XML_NITF SUBDIR += pear-XML_Parser SUBDIR += pear-XML_RSS SUBDIR += pear-XML_SVG SUBDIR += pear-XML_Serializer SUBDIR += pear-XML_Transformer SUBDIR += pear-XML_Tree SUBDIR += pear-XML_Util SUBDIR += pear-channel-doctrine SUBDIR += pear-channel-ezc SUBDIR += pear-channel-horde SUBDIR += pear-channel-htmlpurifier SUBDIR += pear-channel-openpear SUBDIR += pear-channel-pdepend SUBDIR += pear-channel-phing SUBDIR += pear-channel-phpdoc SUBDIR += pear-channel-phpmd SUBDIR += pear-channel-phpunit SUBDIR += pear-channel-pirum SUBDIR += pear-channel-symfony SUBDIR += pear-channel-symfony2 SUBDIR += pear-channel-theseer SUBDIR += pear-channel-twig SUBDIR += pear-codegen SUBDIR += pear-ezc_Base SUBDIR += pear-ezc_ConsoleTools SUBDIR += pear-htmlpurifier SUBDIR += pear-pdepend-staticReflection SUBDIR += pear-phing SUBDIR += pecl-APCu SUBDIR += pecl-automap SUBDIR += pecl-bbcode SUBDIR += pecl-bcompiler SUBDIR += pecl-dio SUBDIR += pecl-eio SUBDIR += pecl-ev SUBDIR += pecl-event SUBDIR += pecl-expect SUBDIR += pecl-gearman SUBDIR += pecl-hidef SUBDIR += pecl-hrtime SUBDIR += pecl-htscanner SUBDIR += pecl-inclued SUBDIR += pecl-inotify SUBDIR += pecl-intl SUBDIR += pecl-jsmin SUBDIR += pecl-jsonc SUBDIR += pecl-jsond SUBDIR += pecl-jsonnet SUBDIR += pecl-judy SUBDIR += pecl-libevent SUBDIR += pecl-mcve SUBDIR += pecl-memoize SUBDIR += pecl-msgpack SUBDIR += pecl-ncurses SUBDIR += pecl-newt SUBDIR += pecl-operator SUBDIR += pecl-params SUBDIR += pecl-parsekit SUBDIR += pecl-propro SUBDIR += pecl-pthreads SUBDIR += pecl-qb SUBDIR += pecl-raphf SUBDIR += pecl-runkit SUBDIR += pecl-scream SUBDIR += pecl-shape SUBDIR += pecl-spl_types SUBDIR += pecl-spread SUBDIR += pecl-statgrab SUBDIR += pecl-strict SUBDIR += pecl-svn SUBDIR += pecl-swoole SUBDIR += pecl-sync SUBDIR += pecl-test_helpers SUBDIR += pecl-trace SUBDIR += pecl-uopz SUBDIR += pecl-uploadprogress SUBDIR += pecl-uri_template SUBDIR += pecl-uuid SUBDIR += pecl-vld SUBDIR += pecl-weakref SUBDIR += pecl-xhprof SUBDIR += pecl-yac SUBDIR += pecl-zookeeper SUBDIR += pep8 SUBDIR += performance SUBDIR += perlconsole SUBDIR += phabricator SUBDIR += php-Psr_Log SUBDIR += php-composer SUBDIR += php-jq SUBDIR += php-libawl SUBDIR += php-memoize SUBDIR += php-scalar_objects SUBDIR += php-uprofiler SUBDIR += php-xdebug SUBDIR += php5-blitz SUBDIR += php5-blitz-devel SUBDIR += php5-dav SUBDIR += php5-geshi SUBDIR += php5-gettext SUBDIR += php5-ice SUBDIR += php5-json SUBDIR += php5-msgpack SUBDIR += php5-pcntl SUBDIR += php5-pinba SUBDIR += php5-readline SUBDIR += php5-shmop SUBDIR += php5-sysvmsg SUBDIR += php5-sysvsem SUBDIR += php5-sysvshm SUBDIR += php5-thrift SUBDIR += php5-tokenizer SUBDIR += php55-gettext SUBDIR += php55-json SUBDIR += php55-pcntl SUBDIR += php55-readline SUBDIR += php55-shmop SUBDIR += php55-sysvmsg SUBDIR += php55-sysvsem SUBDIR += php55-sysvshm SUBDIR += php55-tokenizer SUBDIR += php56-gettext SUBDIR += php56-json SUBDIR += php56-pcntl SUBDIR += php56-readline SUBDIR += php56-shmop SUBDIR += php56-sysvmsg SUBDIR += php56-sysvsem SUBDIR += php56-sysvshm SUBDIR += php56-tokenizer SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phpunit SUBDIR += physfs SUBDIR += physfs-devel SUBDIR += picp SUBDIR += picprog SUBDIR += pig SUBDIR += piklab SUBDIR += pinba_engine SUBDIR += pipestatus SUBDIR += pire SUBDIR += pit SUBDIR += pkg-info.el SUBDIR += pkgconf SUBDIR += plan9port SUBDIR += pmccabe SUBDIR += pmd SUBDIR += poco SUBDIR += poco-devel SUBDIR += poco-ssl SUBDIR += ponscripter-sekai SUBDIR += popt SUBDIR += poslib SUBDIR += powerpc64-binutils SUBDIR += powerpc64-gcc SUBDIR += powerpc64-xtoolchain-gcc SUBDIR += poxml SUBDIR += ppl SUBDIR += premake SUBDIR += premake4 SUBDIR += privman SUBDIR += projectcenter SUBDIR += protobuf SUBDIR += protobuf-c SUBDIR += protobuf25 SUBDIR += pructl SUBDIR += psptoolchain SUBDIR += psptoolchain-binutils SUBDIR += psptoolchain-gcc-stage1 SUBDIR += psptoolchain-gcc-stage2 SUBDIR += psptoolchain-gdb SUBDIR += psptoolchain-newlib SUBDIR += psptoolchain-pspsdk-stage1 SUBDIR += psptoolchain-pspsdk-stage2 SUBDIR += pstreams SUBDIR += psvn SUBDIR += pth SUBDIR += pth-hard SUBDIR += pthsem SUBDIR += ptlib SUBDIR += ptmalloc SUBDIR += ptmalloc2 SUBDIR += pty SUBDIR += ptypes SUBDIR += publib SUBDIR += pure-ffi SUBDIR += pure-readline SUBDIR += pure-stldict SUBDIR += pure-stllib SUBDIR += pushmi SUBDIR += pwlib SUBDIR += py-Acquisition SUBDIR += py-AddOns SUBDIR += py-Breve SUBDIR += py-BytecodeAssembler SUBDIR += py-DateTime SUBDIR += py-DocumentTemplate SUBDIR += py-EnthoughtBase SUBDIR += py-ExtensionClass SUBDIR += py-InlineEgg SUBDIR += py-Jinja SUBDIR += py-Jinja2 SUBDIR += py-Jinja2-doc SUBDIR += py-Missing SUBDIR += py-MultiMapping SUBDIR += py-PEAK-Rules SUBDIR += py-Persistence SUBDIR += py-Products.ATContentTypes SUBDIR += py-Products.ATReferenceBrowserWidget SUBDIR += py-Products.Archetypes SUBDIR += py-Products.BTreeFolder2 SUBDIR += py-Products.CMFActionIcons SUBDIR += py-Products.CMFCalendar SUBDIR += py-Products.CMFCore SUBDIR += py-Products.CMFDefault SUBDIR += py-Products.CMFDiffTool SUBDIR += py-Products.CMFDynamicViewFTI SUBDIR += py-Products.CMFEditions SUBDIR += py-Products.CMFFormController SUBDIR += py-Products.CMFPlacefulWorkflow SUBDIR += py-Products.CMFQuickInstallerTool SUBDIR += py-Products.CMFTestCase SUBDIR += py-Products.CMFUid SUBDIR += py-Products.DCWorkflow SUBDIR += py-Products.ExtendedPathIndex SUBDIR += py-Products.ExternalEditor SUBDIR += py-Products.ExternalMethod SUBDIR += py-Products.GenericSetup SUBDIR += py-Products.LDAPMultiPlugins SUBDIR += py-Products.LDAPUserFolder SUBDIR += py-Products.MIMETools SUBDIR += py-Products.Marshall SUBDIR += py-Products.MimetypesRegistry SUBDIR += py-Products.OFSP SUBDIR += py-Products.PasswordResetTool SUBDIR += py-Products.PlacelessTranslationService SUBDIR += py-Products.PloneLanguageTool SUBDIR += py-Products.PloneTestCase SUBDIR += py-Products.PluginRegistry SUBDIR += py-Products.PortalTransforms SUBDIR += py-Products.PythonScripts SUBDIR += py-Products.ResourceRegistries SUBDIR += py-Products.StandardCacheManagers SUBDIR += py-Products.ZCTextIndex SUBDIR += py-Products.ZCatalog SUBDIR += py-Products.ZSQLMethods SUBDIR += py-Products.ZopeVersionControl SUBDIR += py-Products.contentmigration SUBDIR += py-Products.statusmessages SUBDIR += py-Products.validation SUBDIR += py-RPyC SUBDIR += py-Record SUBDIR += py-SymbolType SUBDIR += py-TGScheduler SUBDIR += py-ToscaWidgets SUBDIR += py-TurboJinja SUBDIR += py-ZopeUndo SUBDIR += py-akismet SUBDIR += py-aniso8601 SUBDIR += py-anonfunc SUBDIR += py-anyconfig SUBDIR += py-anyjson SUBDIR += py-apache_conf_parser SUBDIR += py-apipkg SUBDIR += py-appdirs SUBDIR += py-application SUBDIR += py-apscheduler SUBDIR += py-archetypes.querywidget SUBDIR += py-archetypes.referencebrowserwidget SUBDIR += py-archetypes.schemaextender SUBDIR += py-argcomplete SUBDIR += py-argh SUBDIR += py-argparse SUBDIR += py-args SUBDIR += py-aspects SUBDIR += py-aspyct SUBDIR += py-astroid SUBDIR += py-asyncio SUBDIR += py-atomicwrites SUBDIR += py-avro SUBDIR += py-babel SUBDIR += py-babelfish SUBDIR += py-backports.shutil_get_terminal_size SUBDIR += py-backports_abc SUBDIR += py-bcdoc SUBDIR += py-billiard SUBDIR += py-binplist SUBDIR += py-biplist SUBDIR += py-bison SUBDIR += py-bitarray SUBDIR += py-bitstring SUBDIR += py-blessings SUBDIR += py-blinker SUBDIR += py-bluelet SUBDIR += py-boto SUBDIR += py-botocore SUBDIR += py-capstone SUBDIR += py-cclib SUBDIR += py-celery SUBDIR += py-cffi SUBDIR += py-cfgparse SUBDIR += py-characteristic SUBDIR += py-check-manifest SUBDIR += py-cheetah SUBDIR += py-ciphon SUBDIR += py-circuits SUBDIR += py-cjson SUBDIR += py-cld SUBDIR += py-click SUBDIR += py-clint SUBDIR += py-clonedigger SUBDIR += py-cmdln SUBDIR += py-codegen SUBDIR += py-cog SUBDIR += py-coil SUBDIR += py-collective.monkeypatcher SUBDIR += py-collective.z3cform.datetimewidget SUBDIR += py-colorama SUBDIR += py-colorlog SUBDIR += py-columnize SUBDIR += py-conditional SUBDIR += py-configargparse SUBDIR += py-configobj SUBDIR += py-configparser SUBDIR += py-construct SUBDIR += py-country SUBDIR += py-cov-core SUBDIR += py-coverage SUBDIR += py-crcmod SUBDIR += py-ctags SUBDIR += py-curtsies SUBDIR += py-cxx SUBDIR += py-d2to1 SUBDIR += py-daemon SUBDIR += py-daemons SUBDIR += py-dal SUBDIR += py-darcsver SUBDIR += py-dateutil SUBDIR += py-dbus SUBDIR += py-decorator SUBDIR += py-decoratortools SUBDIR += py-defusedxml SUBDIR += py-deliciousapi SUBDIR += py-demjson SUBDIR += py-dexml SUBDIR += py-dialog SUBDIR += py-diazo SUBDIR += py-dirspec SUBDIR += py-distorm SUBDIR += py-distutils-extra SUBDIR += py-django-rq SUBDIR += py-django-tastypie-mongoengine SUBDIR += py-django16-tastypie-mongoengine SUBDIR += py-docopt SUBDIR += py-dogpile.cache SUBDIR += py-dogpile.core SUBDIR += py-doit SUBDIR += py-durus SUBDIR += py-dynrules SUBDIR += py-efilter SUBDIR += py-efl SUBDIR += py-eggtestinfo SUBDIR += py-enum34 SUBDIR += py-envisage SUBDIR += py-epdb SUBDIR += py-epsilon SUBDIR += py-evdev SUBDIR += py-event SUBDIR += py-extras SUBDIR += py-extremes SUBDIR += py-ezpyinline SUBDIR += py-fabric SUBDIR += py-fake-factory SUBDIR += py-fam SUBDIR += py-fastimport SUBDIR += py-filemagic SUBDIR += py-fileutils SUBDIR += py-five.customerize SUBDIR += py-five.formlib SUBDIR += py-five.globalrequest SUBDIR += py-five.localsitemanager SUBDIR += py-flake8 SUBDIR += py-flask-babel SUBDIR += py-flexmock SUBDIR += py-foolscap SUBDIR += py-fortran SUBDIR += py-freebsd SUBDIR += py-freenas.dispatcher SUBDIR += py-freenas.utils SUBDIR += py-freezegun SUBDIR += py-fs SUBDIR += py-fsm SUBDIR += py-fudge SUBDIR += py-funcparserlib SUBDIR += py-functools32 SUBDIR += py-fusefs SUBDIR += py-future SUBDIR += py-futures SUBDIR += py-game SUBDIR += py-game_sdl2 SUBDIR += py-gamin SUBDIR += py-gdata SUBDIR += py-gearman SUBDIR += py-generate SUBDIR += py-geojson SUBDIR += py-geotypes SUBDIR += py-gevent SUBDIR += py-gflags SUBDIR += py-git-up SUBDIR += py-gitdb SUBDIR += py-gitosis SUBDIR += py-gitpython SUBDIR += py-glob2 SUBDIR += py-gobject SUBDIR += py-gobject3 SUBDIR += py-google-apputils SUBDIR += py-grab SUBDIR += py-greenlet SUBDIR += py-grizzled SUBDIR += py-grouch SUBDIR += py-gyp-devel SUBDIR += py-hashring SUBDIR += py-hghooks SUBDIR += py-hgsubversion SUBDIR += py-hgtools SUBDIR += py-humanize SUBDIR += py-icalendar SUBDIR += py-ice SUBDIR += py-icu SUBDIR += py-iniparse SUBDIR += py-initgroups SUBDIR += py-instant SUBDIR += py-interface SUBDIR += py-intervaltree SUBDIR += py-ioflo SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-iso8601 SUBDIR += py-isodate SUBDIR += py-iterpipes SUBDIR += py-itools SUBDIR += py-jaraco.timing SUBDIR += py-jaraco.util SUBDIR += py-jcc SUBDIR += py-jdcal SUBDIR += py-jedi SUBDIR += py-jellyfish SUBDIR += py-jep SUBDIR += py-jira SUBDIR += py-jmespath SUBDIR += py-joblib SUBDIR += py-jsmin SUBDIR += py-json-py SUBDIR += py-jsonlib SUBDIR += py-jsonlib2 SUBDIR += py-jsonpatch SUBDIR += py-jsonpointer SUBDIR += py-jsonrpclib SUBDIR += py-jsonschema SUBDIR += py-kaptan SUBDIR += py-kayako SUBDIR += py-kazoo SUBDIR += py-kid SUBDIR += py-kjbuckets SUBDIR += py-kqueue SUBDIR += py-krosspython SUBDIR += py-lazy SUBDIR += py-levenshtein SUBDIR += py-liblarch SUBDIR += py-libpeas SUBDIR += py-libplist SUBDIR += py-libvirt SUBDIR += py-libzfs SUBDIR += py-ll-core SUBDIR += py-lock_file SUBDIR += py-lockfile SUBDIR += py-log4py SUBDIR += py-logan SUBDIR += py-logilab-common SUBDIR += py-lxml SUBDIR += py-magic SUBDIR += py-manuel SUBDIR += py-mccabe SUBDIR += py-meliae SUBDIR += py-memory_profiler SUBDIR += py-mercurialserver SUBDIR += py-mez_xml SUBDIR += py-mimeparse SUBDIR += py-minimongo SUBDIR += py-mock SUBDIR += py-mongoengine SUBDIR += py-mongokit SUBDIR += py-more-itertools SUBDIR += py-mox SUBDIR += py-msgpack SUBDIR += py-multipledispatch SUBDIR += py-mwlib SUBDIR += py-mwlib.ext SUBDIR += py-mwlib.rl SUBDIR += py-mx-experimental SUBDIR += py-mygpoclient SUBDIR += py-nagioscheck SUBDIR += py-natural SUBDIR += py-ncurses SUBDIR += py-nose SUBDIR += py-notifier SUBDIR += py-notify SUBDIR += py-ocempgui SUBDIR += py-ode SUBDIR += py-odfpy SUBDIR += py-offtrac SUBDIR += py-olefile SUBDIR += py-oletools SUBDIR += py-omnijson SUBDIR += py-omniorb SUBDIR += py-omniorb-3 SUBDIR += py-optik SUBDIR += py-orbit SUBDIR += py-ordereddict SUBDIR += py-palm SUBDIR += py-parsedatetime SUBDIR += py-path.py SUBDIR += py-pathlib SUBDIR += py-pathtools SUBDIR += py-paver SUBDIR += py-pbr SUBDIR += py-pefile SUBDIR += py-period SUBDIR += py-pex SUBDIR += py-phabricator SUBDIR += py-phonenumbers SUBDIR += py-phpserialize SUBDIR += py-pika SUBDIR += py-pip SUBDIR += py-pkgconfig SUBDIR += py-plan SUBDIR += py-plex SUBDIR += py-pluggy SUBDIR += py-ply SUBDIR += py-polib SUBDIR += py-posix_ipc SUBDIR += py-pp SUBDIR += py-pqueue SUBDIR += py-pretend SUBDIR += py-prettytable SUBDIR += py-prioritized_methods SUBDIR += py-prompt_toolkit SUBDIR += py-protobuf SUBDIR += py-protocols SUBDIR += py-protocols-devel SUBDIR += py-ptrace SUBDIR += py-pudb SUBDIR += py-px SUBDIR += py-py SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules SUBDIR += py-pycalendar SUBDIR += py-pycallgraph SUBDIR += py-pycerberus SUBDIR += py-pycparser SUBDIR += py-pydasm SUBDIR += py-pydoop SUBDIR += py-pyechonest SUBDIR += py-pyee SUBDIR += py-pyelftools SUBDIR += py-pyev SUBDIR += py-pyflakes SUBDIR += py-pygit2 SUBDIR += py-pygithub SUBDIR += py-pygpx SUBDIR += py-pyinstaller SUBDIR += py-pykde4 SUBDIR += py-pykdeuic4 SUBDIR += py-pyke SUBDIR += py-pymarc SUBDIR += py-pympler SUBDIR += py-pymtbl SUBDIR += py-pyopencl SUBDIR += py-pyparsing SUBDIR += py-pyrfc3339 SUBDIR += py-pyro SUBDIR += py-pyshapelib SUBDIR += py-pytemplate SUBDIR += py-pytest SUBDIR += py-pytest-cache SUBDIR += py-pytest-capturelog SUBDIR += py-pytest-runner SUBDIR += py-pytest-timeout SUBDIR += py-pytest-xdist SUBDIR += py-python-bugzilla SUBDIR += py-python-jenkins SUBDIR += py-python-pcre SUBDIR += py-python-statsd SUBDIR += py-python2-pythondialog SUBDIR += py-pythonbrew SUBDIR += py-pytimeparse SUBDIR += py-pytools SUBDIR += py-pytrie SUBDIR += py-pytz SUBDIR += py-pyutil SUBDIR += py-pyvisa SUBDIR += py-pyvisa-py SUBDIR += py-pyxml2obj SUBDIR += py-qpid SUBDIR += py-qserve SUBDIR += py-qt4 SUBDIR += py-qt4-assistant SUBDIR += py-qt4-core SUBDIR += py-qt4-dbus SUBDIR += py-qt4-dbussupport SUBDIR += py-qt4-declarative SUBDIR += py-qt4-designer SUBDIR += py-qt4-designerplugin SUBDIR += py-qt4-help SUBDIR += py-qt4-qscintilla2 SUBDIR += py-qt4-script SUBDIR += py-qt4-scripttools SUBDIR += py-qt4-test + SUBDIR += py-qt5 + SUBDIR += py-qt5-core + SUBDIR += py-qt5-dbus + SUBDIR += py-qt5-dbussupport + SUBDIR += py-qt5-designer + SUBDIR += py-qt5-designerplugin + SUBDIR += py-qt5-qscintilla2 + SUBDIR += py-qt5-test SUBDIR += py-rauth SUBDIR += py-raven SUBDIR += py-rednose SUBDIR += py-repl SUBDIR += py-repoze.lru SUBDIR += py-repoze.sphinx.autointerface SUBDIR += py-repoze.tm2 SUBDIR += py-repoze.what SUBDIR += py-repoze.what-pylons SUBDIR += py-repoze.who SUBDIR += py-repoze.who-friendlyform SUBDIR += py-repoze.who-testutil SUBDIR += py-repoze.xmliter SUBDIR += py-resolver SUBDIR += py-resourcepackage SUBDIR += py-riak_pb SUBDIR += py-rlcompleter2 SUBDIR += py-robotframework SUBDIR += py-robotframework-pabot SUBDIR += py-robotframework-ride SUBDIR += py-robotframework-selenium2library SUBDIR += py-robotremoteserver SUBDIR += py-rope SUBDIR += py-rose SUBDIR += py-roxlib SUBDIR += py-rq SUBDIR += py-rtree SUBDIR += py-ruledispatch SUBDIR += py-sanetime SUBDIR += py-scripttest SUBDIR += py-sdl2 SUBDIR += py-selection SUBDIR += py-semantic_version SUBDIR += py-serpent SUBDIR += py-setproctitle SUBDIR += py-setuptools SUBDIR += py-setuptools-git SUBDIR += py-setuptools27 SUBDIR += py-setuptools32 SUBDIR += py-setuptools33 SUBDIR += py-setuptools34 SUBDIR += py-setuptools35 SUBDIR += py-setuptools_darcs SUBDIR += py-setuptools_hg SUBDIR += py-setuptools_scm SUBDIR += py-sh SUBDIR += py-shapely SUBDIR += py-simplegeneric SUBDIR += py-simplejson SUBDIR += py-simpleparse SUBDIR += py-simpletal SUBDIR += py-simpy SUBDIR += py-singledispatch SUBDIR += py-sip SUBDIR += py-six SUBDIR += py-smmap SUBDIR += py-snack SUBDIR += py-snackwich SUBDIR += py-sortedcontainers SUBDIR += py-spark SUBDIR += py-speaklater SUBDIR += py-spyder SUBDIR += py-sqlcc SUBDIR += py-statgrab SUBDIR += py-stdnum SUBDIR += py-stevedore SUBDIR += py-stsci.distutils SUBDIR += py-subversion SUBDIR += py-subvertpy SUBDIR += py-sysctl SUBDIR += py-sysv_ipc SUBDIR += py-tables SUBDIR += py-tabulate SUBDIR += py-tapi SUBDIR += py-tarantool-queue SUBDIR += py-tconfpy SUBDIR += py-tempstorage SUBDIR += py-termcolor SUBDIR += py-termstyle SUBDIR += py-testgears SUBDIR += py-testoob SUBDIR += py-testtools SUBDIR += py-tgMochiKit SUBDIR += py-thrift SUBDIR += py-timelib SUBDIR += py-tipper SUBDIR += py-tox SUBDIR += py-trace2html SUBDIR += py-traits SUBDIR += py-transaction SUBDIR += py-trollius SUBDIR += py-turbocheetah SUBDIR += py-turbojson SUBDIR += py-turbojson11 SUBDIR += py-turbokid SUBDIR += py-tvrage SUBDIR += py-tw.forms SUBDIR += py-twiggy SUBDIR += py-twisted SUBDIR += py-twistedCore SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner SUBDIR += py-tzlocal SUBDIR += py-ua_parser SUBDIR += py-ujson SUBDIR += py-uncompyle2 SUBDIR += py-unipath SUBDIR += py-unittest2 SUBDIR += py-unittestplus SUBDIR += py-urlimport SUBDIR += py-urwid SUBDIR += py-urwidtrees SUBDIR += py-usb SUBDIR += py-user_agents SUBDIR += py-utils SUBDIR += py-validictory SUBDIR += py-vcversioner SUBDIR += py-venusian SUBDIR += py-versiontools SUBDIR += py-virtualenv SUBDIR += py-virtualenv-clone SUBDIR += py-virtualenvwrapper SUBDIR += py-watchdog SUBDIR += py-wcwidth SUBDIR += py-weblib SUBDIR += py-wheel SUBDIR += py-wsgi_xmlrpc SUBDIR += py-wsgitools SUBDIR += py-wsgiutils SUBDIR += py-xattr SUBDIR += py-xcaplib SUBDIR += py-xdg SUBDIR += py-xerox SUBDIR += py-xmltodict SUBDIR += py-xoltar-toolkit SUBDIR += py-yaml SUBDIR += py-yandex-money-sdk SUBDIR += py-yappi SUBDIR += py-yapps2 SUBDIR += py-ydbf SUBDIR += py-yum-metadata-parser SUBDIR += py-yunomi SUBDIR += py-z3c.autoinclude SUBDIR += py-z3c.batching SUBDIR += py-z3c.caching SUBDIR += py-z3c.form SUBDIR += py-z3c.formwidget.query SUBDIR += py-z3c.zcmlhook SUBDIR += py-zExceptions SUBDIR += py-zLOG SUBDIR += py-zc.buildout SUBDIR += py-zclockfile SUBDIR += py-zconfig SUBDIR += py-zope.annotation SUBDIR += py-zope.app.applicationcontrol SUBDIR += py-zope.app.appsetup SUBDIR += py-zope.app.basicskin SUBDIR += py-zope.app.broken SUBDIR += py-zope.app.cache SUBDIR += py-zope.app.component SUBDIR += py-zope.app.container SUBDIR += py-zope.app.content SUBDIR += py-zope.app.debug SUBDIR += py-zope.app.dependable SUBDIR += py-zope.app.error SUBDIR += py-zope.app.exception SUBDIR += py-zope.app.folder SUBDIR += py-zope.app.form SUBDIR += py-zope.app.generations SUBDIR += py-zope.app.http SUBDIR += py-zope.app.pagetemplate SUBDIR += py-zope.app.publication SUBDIR += py-zope.app.publisher SUBDIR += py-zope.app.renderer SUBDIR += py-zope.app.rotterdam SUBDIR += py-zope.app.schema SUBDIR += py-zope.app.testing SUBDIR += py-zope.app.zcmlfiles SUBDIR += py-zope.app.zopeappgenerations SUBDIR += py-zope.applicationcontrol SUBDIR += py-zope.broken SUBDIR += py-zope.browser SUBDIR += py-zope.browsermenu SUBDIR += py-zope.browserpage SUBDIR += py-zope.browserresource SUBDIR += py-zope.cachedescriptors SUBDIR += py-zope.component SUBDIR += py-zope.componentvocabulary SUBDIR += py-zope.configuration SUBDIR += py-zope.container SUBDIR += py-zope.contentprovider SUBDIR += py-zope.contenttype SUBDIR += py-zope.copy SUBDIR += py-zope.copypastemove SUBDIR += py-zope.datetime SUBDIR += py-zope.deferredimport SUBDIR += py-zope.deprecation SUBDIR += py-zope.dottedname SUBDIR += py-zope.dublincore SUBDIR += py-zope.error SUBDIR += py-zope.event SUBDIR += py-zope.exceptions SUBDIR += py-zope.filerepresentation SUBDIR += py-zope.formlib SUBDIR += py-zope.generations SUBDIR += py-zope.globalrequest SUBDIR += py-zope.i18n SUBDIR += py-zope.interface SUBDIR += py-zope.lifecycleevent SUBDIR += py-zope.location SUBDIR += py-zope.minmax SUBDIR += py-zope.pagetemplate SUBDIR += py-zope.processlifetime SUBDIR += py-zope.ptresource SUBDIR += py-zope.publisher SUBDIR += py-zope.ramcache SUBDIR += py-zope.schema SUBDIR += py-zope.sequencesort SUBDIR += py-zope.site SUBDIR += py-zope.size SUBDIR += py-zope.tales SUBDIR += py-zope.testbrowser SUBDIR += py-zope.testing SUBDIR += py-zope.traversing SUBDIR += py-zope.viewlet SUBDIR += py3-Jinja2 SUBDIR += py3-babel SUBDIR += py3-dbus SUBDIR += py3-gobject3 SUBDIR += py3-jsonschema SUBDIR += py3-libpeas SUBDIR += py3-pytz SUBDIR += py3-vcversioner SUBDIR += py3-xdg SUBDIR += py_static_check SUBDIR += pybugz SUBDIR += pychecker SUBDIR += pycount SUBDIR += pydbus-common SUBDIR += pygobject3-common SUBDIR += pylint SUBDIR += pymacs SUBDIR += pyobfuscate SUBDIR += pypersrc SUBDIR += pyrex SUBDIR += pyside SUBDIR += pyside-tools SUBDIR += pyst SUBDIR += pysvn SUBDIR += pythk SUBDIR += pythontidy SUBDIR += qbzr SUBDIR += qca SUBDIR += qca-qt5 SUBDIR += qconf SUBDIR += qct SUBDIR += qdevelop SUBDIR += qgit SUBDIR += qjson SUBDIR += qmake SUBDIR += qmake4 SUBDIR += qmake5 SUBDIR += qprog SUBDIR += qross SUBDIR += qscintilla2 SUBDIR += qscintilla2-designerplugin + SUBDIR += qscintilla2-qt5 + SUBDIR += qscintilla2-designerplugin-qt5 SUBDIR += qt4 SUBDIR += qt4-assistant SUBDIR += qt4-assistant-adp SUBDIR += qt4-corelib SUBDIR += qt4-designer SUBDIR += qt4-help SUBDIR += qt4-help-tools SUBDIR += qt4-libqtassistantclient SUBDIR += qt4-linguist SUBDIR += qt4-linguisttools SUBDIR += qt4-makeqpf SUBDIR += qt4-moc SUBDIR += qt4-porting SUBDIR += qt4-qdbusviewer SUBDIR += qt4-qdoc3 SUBDIR += qt4-qmlviewer SUBDIR += qt4-qt3support SUBDIR += qt4-qtsolutions-singleapplication SUBDIR += qt4-qtsolutions-soap SUBDIR += qt4-qvfb SUBDIR += qt4-rcc SUBDIR += qt4-script SUBDIR += qt4-scripttools SUBDIR += qt4-testlib SUBDIR += qt4-uic SUBDIR += qt4-uic3 SUBDIR += qt5 SUBDIR += qt5-assistant SUBDIR += qt5-buildtools SUBDIR += qt5-concurrent SUBDIR += qt5-core SUBDIR += qt5-designer SUBDIR += qt5-help SUBDIR += qt5-linguist SUBDIR += qt5-linguisttools SUBDIR += qt5-qdbus SUBDIR += qt5-qdbusviewer SUBDIR += qt5-qdoc SUBDIR += qt5-script SUBDIR += qt5-scripttools SUBDIR += qt5-testlib SUBDIR += qt5-uitools SUBDIR += qtcreator SUBDIR += qtscriptgenerator SUBDIR += quickcheck++ SUBDIR += quilt SUBDIR += radare2 SUBDIR += ragel SUBDIR += raknet SUBDIR += rapidjson SUBDIR += rapidsvn SUBDIR += rbenv SUBDIR += rbtools SUBDIR += rclint SUBDIR += rcs SUBDIR += rcs57 SUBDIR += re2 SUBDIR += re2c SUBDIR += readline SUBDIR += rebar SUBDIR += rebar3 SUBDIR += regexx SUBDIR += regexxer SUBDIR += relx SUBDIR += remake SUBDIR += renpy SUBDIR += replay SUBDIR += rhtvision SUBDIR += rlog SUBDIR += rlvm SUBDIR += rlwrap SUBDIR += roboctl SUBDIR += robodoc SUBDIR += root-doc SUBDIR += rote SUBDIR += rpc2 SUBDIR += rpm-spec-mode.el SUBDIR += rsvndump SUBDIR += rth SUBDIR += ruby-aspectr SUBDIR += ruby-bsearch SUBDIR += ruby-build SUBDIR += ruby-byaccr SUBDIR += ruby-cache SUBDIR += ruby-calendar SUBDIR += ruby-date2 SUBDIR += ruby-dialogs SUBDIR += ruby-event-loop SUBDIR += ruby-gems SUBDIR += ruby-intl SUBDIR += ruby-korundum SUBDIR += ruby-krossruby SUBDIR += ruby-langscan SUBDIR += ruby-locale SUBDIR += ruby-ncurses SUBDIR += ruby-property SUBDIR += ruby-qtruby SUBDIR += ruby-rbbr SUBDIR += ruby-rbison SUBDIR += ruby-rbprof SUBDIR += ruby-rreadline SUBDIR += ruby-sdl SUBDIR += ruby-setup.rb SUBDIR += ruby-subversion SUBDIR += ruby-tzfile SUBDIR += ruby-wirble SUBDIR += rubygem-CFPropertyList SUBDIR += rubygem-abstract SUBDIR += rubygem-actionpack-action_caching SUBDIR += rubygem-actionview SUBDIR += rubygem-actionview41 SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activejob SUBDIR += rubygem-activemessaging SUBDIR += rubygem-activerecord-deprecated_finders SUBDIR += rubygem-activesupport SUBDIR += rubygem-activesupport4 SUBDIR += rubygem-activesupport41 SUBDIR += rubygem-algebrick SUBDIR += rubygem-algorithms SUBDIR += rubygem-allison SUBDIR += rubygem-analogger SUBDIR += rubygem-annoy SUBDIR += rubygem-ansi SUBDIR += rubygem-apipie-bindings SUBDIR += rubygem-apipie-params SUBDIR += rubygem-app_config SUBDIR += rubygem-arrayfields SUBDIR += rubygem-ascii85 SUBDIR += rubygem-asetus SUBDIR += rubygem-aspectr SUBDIR += rubygem-ast SUBDIR += rubygem-astrolabe SUBDIR += rubygem-atomic SUBDIR += rubygem-atoulme-antwrap SUBDIR += rubygem-attic SUBDIR += rubygem-attr_required SUBDIR += rubygem-authlogic SUBDIR += rubygem-awesome_print SUBDIR += rubygem-aws-sdk SUBDIR += rubygem-aws-sdk-core SUBDIR += rubygem-aws-sdk-resources SUBDIR += rubygem-aws-sdk-v1 SUBDIR += rubygem-axiom-types SUBDIR += rubygem-backports SUBDIR += rubygem-bacon SUBDIR += rubygem-benelux SUBDIR += rubygem-bin_utils SUBDIR += rubygem-bindata SUBDIR += rubygem-binding_of_caller SUBDIR += rubygem-bio SUBDIR += rubygem-blankslate SUBDIR += rubygem-blobstore_client SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bones SUBDIR += rubygem-bosh-template SUBDIR += rubygem-bosh_common SUBDIR += rubygem-bson SUBDIR += rubygem-bson1 SUBDIR += rubygem-buftok SUBDIR += rubygem-bugspots SUBDIR += rubygem-builder SUBDIR += rubygem-builder32 SUBDIR += rubygem-byebug SUBDIR += rubygem-caesars SUBDIR += rubygem-cairo-gobject SUBDIR += rubygem-capybara SUBDIR += rubygem-celluloid SUBDIR += rubygem-celluloid-essentials SUBDIR += rubygem-celluloid-extras SUBDIR += rubygem-celluloid-fsm SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-celluloid-pool SUBDIR += rubygem-celluloid-supervision SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic SUBDIR += rubygem-clamp SUBDIR += rubygem-classifier SUBDIR += rubygem-classifier-reborn SUBDIR += rubygem-climate_control SUBDIR += rubygem-clio SUBDIR += rubygem-cliprompt SUBDIR += rubygem-cloudfiles SUBDIR += rubygem-cocaine SUBDIR += rubygem-coercible SUBDIR += rubygem-coffee-rails SUBDIR += rubygem-coffee-rails4 SUBDIR += rubygem-coffee-rails41 SUBDIR += rubygem-coffee-script SUBDIR += rubygem-coffee-script-source SUBDIR += rubygem-colorize SUBDIR += rubygem-columnize SUBDIR += rubygem-commander SUBDIR += rubygem-concurrent-ruby SUBDIR += rubygem-concurrent-ruby-edge SUBDIR += rubygem-configatron SUBDIR += rubygem-configstruct SUBDIR += rubygem-configuration SUBDIR += rubygem-cool.io SUBDIR += rubygem-crack SUBDIR += rubygem-cri SUBDIR += rubygem-cucumber SUBDIR += rubygem-cucumber-core SUBDIR += rubygem-curses SUBDIR += rubygem-cyoi SUBDIR += rubygem-daemon_controller SUBDIR += rubygem-daemons SUBDIR += rubygem-debug_inspector SUBDIR += rubygem-debugger-linecache SUBDIR += rubygem-debugger-xml SUBDIR += rubygem-deep_merge SUBDIR += rubygem-deep_test SUBDIR += rubygem-default_value_for SUBDIR += rubygem-delayed_job SUBDIR += rubygem-delayer SUBDIR += rubygem-deprecated SUBDIR += rubygem-deprecated2 SUBDIR += rubygem-descendants_tracker SUBDIR += rubygem-devise SUBDIR += rubygem-devise-async SUBDIR += rubygem-devise-async-rails4 SUBDIR += rubygem-devise-rails4 SUBDIR += rubygem-directory_watcher SUBDIR += rubygem-ditz SUBDIR += rubygem-docile SUBDIR += rubygem-dotenv-deployment SUBDIR += rubygem-drydock SUBDIR += rubygem-dynflow SUBDIR += rubygem-edavis10-object_daddy SUBDIR += rubygem-elif SUBDIR += rubygem-enumerize SUBDIR += rubygem-equalizer SUBDIR += rubygem-errand SUBDIR += rubygem-eventmachine SUBDIR += rubygem-excon SUBDIR += rubygem-execjs SUBDIR += rubygem-extlib SUBDIR += rubygem-facets SUBDIR += rubygem-faraday_middleware-multi_json SUBDIR += rubygem-fast-stemmer SUBDIR += rubygem-fast_gettext SUBDIR += rubygem-fast_stack SUBDIR += rubygem-fast_xor SUBDIR += rubygem-fastercsv SUBDIR += rubygem-fastri SUBDIR += rubygem-fastthread SUBDIR += rubygem-fattr SUBDIR += rubygem-ffi SUBDIR += rubygem-ffi-compiler SUBDIR += rubygem-ffi-yajl SUBDIR += rubygem-file-tail SUBDIR += rubygem-flexmock SUBDIR += rubygem-fluent-logger SUBDIR += rubygem-fog SUBDIR += rubygem-fog-core SUBDIR += rubygem-fog-json SUBDIR += rubygem-font-awesome-rails SUBDIR += rubygem-font-awesome-rails-rails4 SUBDIR += rubygem-foreman SUBDIR += rubygem-formatador SUBDIR += rubygem-gdata SUBDIR += rubygem-gem_plugin SUBDIR += rubygem-gemcutter SUBDIR += rubygem-gemnasium-gitlab-service SUBDIR += rubygem-gems SUBDIR += rubygem-generator_spec SUBDIR += rubygem-generator_spec-rails4 SUBDIR += rubygem-georuby SUBDIR += rubygem-get_process_mem SUBDIR += rubygem-getopt SUBDIR += rubygem-gettext SUBDIR += rubygem-gh SUBDIR += rubygem-gibbler SUBDIR += rubygem-gio2 SUBDIR += rubygem-git SUBDIR += rubygem-git-version-bump SUBDIR += rubygem-github_api SUBDIR += rubygem-gitlab-pygments.rb SUBDIR += rubygem-gitlab_git SUBDIR += rubygem-gitlab_meta SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-graf SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grit SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku SUBDIR += rubygem-hashdiff SUBDIR += rubygem-hashery SUBDIR += rubygem-hashie SUBDIR += rubygem-hashie2 SUBDIR += rubygem-highline SUBDIR += rubygem-hike SUBDIR += rubygem-hitimes SUBDIR += rubygem-hoe SUBDIR += rubygem-holidays SUBDIR += rubygem-i18n SUBDIR += rubygem-icalendar SUBDIR += rubygem-ice_cube SUBDIR += rubygem-ice_nine SUBDIR += rubygem-inflecto SUBDIR += rubygem-interact SUBDIR += rubygem-io-like SUBDIR += rubygem-iobuffer SUBDIR += rubygem-jammit SUBDIR += rubygem-jbuilder SUBDIR += rubygem-jbuilder-rails41 SUBDIR += rubygem-jekyll-coffeescript SUBDIR += rubygem-jeweler SUBDIR += rubygem-jmespath SUBDIR += rubygem-jquery-ui-themes SUBDIR += rubygem-jruby-jars SUBDIR += rubygem-json SUBDIR += rubygem-json_pure SUBDIR += rubygem-kafo SUBDIR += rubygem-kafo_parsers SUBDIR += rubygem-kgio SUBDIR += rubygem-launchy SUBDIR += rubygem-launchy22 SUBDIR += rubygem-librarian SUBDIR += rubygem-librarianp SUBDIR += rubygem-libyajl2 SUBDIR += rubygem-listen SUBDIR += rubygem-little-plugger SUBDIR += rubygem-locale SUBDIR += rubygem-lockfile SUBDIR += rubygem-logging SUBDIR += rubygem-logster SUBDIR += rubygem-loquacious SUBDIR += rubygem-lru_redux SUBDIR += rubygem-lumberjack SUBDIR += rubygem-main SUBDIR += rubygem-map SUBDIR += rubygem-memoizable SUBDIR += rubygem-memoize SUBDIR += rubygem-mercenary SUBDIR += rubygem-message_bus SUBDIR += rubygem-metaclass SUBDIR += rubygem-metaid SUBDIR += rubygem-method_source SUBDIR += rubygem-minitest SUBDIR += rubygem-minitest4 SUBDIR += rubygem-mixlib-authentication SUBDIR += rubygem-mixlib-cli SUBDIR += rubygem-mixlib-config SUBDIR += rubygem-mixlib-log SUBDIR += rubygem-mixlib-shellout SUBDIR += rubygem-mkrf SUBDIR += rubygem-mocha SUBDIR += rubygem-moneta SUBDIR += rubygem-moneta06 SUBDIR += rubygem-mongo SUBDIR += rubygem-msgpack SUBDIR += rubygem-mspec SUBDIR += rubygem-multi_json SUBDIR += rubygem-multi_test SUBDIR += rubygem-murmurhash3 SUBDIR += rubygem-mustache SUBDIR += rubygem-mutter SUBDIR += rubygem-naught SUBDIR += rubygem-needle SUBDIR += rubygem-nenv SUBDIR += rubygem-nesty SUBDIR += rubygem-netaddr SUBDIR += rubygem-newrelic-grape SUBDIR += rubygem-newrelic_rpm SUBDIR += rubygem-nice-ffi SUBDIR += rubygem-nio4r SUBDIR += rubygem-nori SUBDIR += rubygem-notiffany SUBDIR += rubygem-notify SUBDIR += rubygem-nprogress-rails SUBDIR += rubygem-octopress-hooks SUBDIR += rubygem-oj SUBDIR += rubygem-omniauth_crowd SUBDIR += rubygem-omniauth_crowd-rails41 SUBDIR += rubygem-open3_backport SUBDIR += rubygem-open4 SUBDIR += rubygem-orm_adapter SUBDIR += rubygem-paint SUBDIR += rubygem-paperclip SUBDIR += rubygem-parser SUBDIR += rubygem-piston SUBDIR += rubygem-pkg-config SUBDIR += rubygem-platform SUBDIR += rubygem-plist SUBDIR += rubygem-polyglot SUBDIR += rubygem-popen4 SUBDIR += rubygem-posix-spawn SUBDIR += rubygem-power_assert SUBDIR += rubygem-powerbar SUBDIR += rubygem-powerpack SUBDIR += rubygem-progressbar SUBDIR += rubygem-protected_attributes SUBDIR += rubygem-prototype-rails SUBDIR += rubygem-pry SUBDIR += rubygem-pry-rails SUBDIR += rubygem-pry-remote-em SUBDIR += rubygem-ptreloaded SUBDIR += rubygem-pygments.rb SUBDIR += rubygem-r18n-core SUBDIR += rubygem-racc SUBDIR += rubygem-rack-mini-profiler SUBDIR += rubygem-rack-raw-upload SUBDIR += rubygem-rails-deprecated_sanitizer SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow SUBDIR += rubygem-rake SUBDIR += rubygem-rake-compiler SUBDIR += rubygem-rapt SUBDIR += rubygem-rash SUBDIR += rubygem-rb-fsevent SUBDIR += rubygem-rb-inotify SUBDIR += rubygem-rb-kqueue SUBDIR += rubygem-rbtrace SUBDIR += rubygem-rdoc SUBDIR += rubygem-rdoc3 SUBDIR += rubygem-readwritesettings SUBDIR += rubygem-recaptcha SUBDIR += rubygem-redis-activesupport SUBDIR += rubygem-redis-store SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-ref SUBDIR += rubygem-request_store SUBDIR += rubygem-require_all SUBDIR += rubygem-retryable SUBDIR += rubygem-rgl SUBDIR += rubygem-rodzilla SUBDIR += rubygem-rotp SUBDIR += rubygem-rr SUBDIR += rubygem-rrd-ffi SUBDIR += rubygem-rscm SUBDIR += rubygem-rspec SUBDIR += rubygem-rspec-core SUBDIR += rubygem-rspec-expectations SUBDIR += rubygem-rspec-logsplit SUBDIR += rubygem-rspec-mocks SUBDIR += rubygem-rspec-support SUBDIR += rubygem-rubigen SUBDIR += rubygem-rubocop SUBDIR += rubygem-ruby-atmos-pure SUBDIR += rubygem-ruby-bugzilla SUBDIR += rubygem-ruby-filemagic SUBDIR += rubygem-ruby-fogbugz SUBDIR += rubygem-ruby-libvirt SUBDIR += rubygem-ruby-ole SUBDIR += rubygem-ruby-prof SUBDIR += rubygem-ruby-progressbar SUBDIR += rubygem-ruby-sdl-ffi SUBDIR += rubygem-ruby2ruby SUBDIR += rubygem-ruby_parser SUBDIR += rubygem-rubygame SUBDIR += rubygem-rubygems-mirror SUBDIR += rubygem-rubygems-tasks SUBDIR += rubygem-rubygems-test SUBDIR += rubygem-rubyinline SUBDIR += rubygem-rubyinlineaccel SUBDIR += rubygem-rubytree SUBDIR += rubygem-rufus-scheduler SUBDIR += rubygem-rugged SUBDIR += rubygem-runt SUBDIR += rubygem-ruport SUBDIR += rubygem-safe_yaml SUBDIR += rubygem-sdoc SUBDIR += rubygem-semantic_puppet SUBDIR += rubygem-semi_semantic SUBDIR += rubygem-sequel SUBDIR += rubygem-sequel3 SUBDIR += rubygem-settingslogic SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-shoulda SUBDIR += rubygem-shoulda-context SUBDIR += rubygem-shoulda-matchers SUBDIR += rubygem-sidekiq SUBDIR += rubygem-sidetiq SUBDIR += rubygem-sigdump SUBDIR += rubygem-simple_form SUBDIR += rubygem-simplecov SUBDIR += rubygem-slack-notifier SUBDIR += rubygem-slim SUBDIR += rubygem-slop SUBDIR += rubygem-slop3 SUBDIR += rubygem-soap4r SUBDIR += rubygem-spring SUBDIR += rubygem-sprockets SUBDIR += rubygem-sprockets-helpers SUBDIR += rubygem-sprockets-rails SUBDIR += rubygem-sprockets-rails-rails41 SUBDIR += rubygem-sprockets-sass SUBDIR += rubygem-sprockets211 SUBDIR += rubygem-sprockets22 SUBDIR += rubygem-sprockets3 SUBDIR += rubygem-spruz SUBDIR += rubygem-state_machine SUBDIR += rubygem-statsd SUBDIR += rubygem-stella SUBDIR += rubygem-stemmer SUBDIR += rubygem-stomp SUBDIR += rubygem-storable SUBDIR += rubygem-stream SUBDIR += rubygem-streetaddress SUBDIR += rubygem-stringex SUBDIR += rubygem-structured_warnings SUBDIR += rubygem-subexec SUBDIR += rubygem-sugar-high SUBDIR += rubygem-sumbur SUBDIR += rubygem-sundawg_country_codes SUBDIR += rubygem-sysinfo SUBDIR += rubygem-systemu SUBDIR += rubygem-table_print SUBDIR += rubygem-tdiff SUBDIR += rubygem-templater SUBDIR += rubygem-temple SUBDIR += rubygem-term-ansicolor SUBDIR += rubygem-test-unit SUBDIR += rubygem-thor SUBDIR += rubygem-thread_safe SUBDIR += rubygem-thread_safe1 SUBDIR += rubygem-thrift SUBDIR += rubygem-tilt SUBDIR += rubygem-tilt1 SUBDIR += rubygem-timers SUBDIR += rubygem-tins SUBDIR += rubygem-tins0 SUBDIR += rubygem-titlecase SUBDIR += rubygem-toml SUBDIR += rubygem-transaction-simple SUBDIR += rubygem-travis SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop SUBDIR += rubygem-trollop1 SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo SUBDIR += rubygem-tzinfo03 SUBDIR += rubygem-unicode SUBDIR += rubygem-uuid SUBDIR += rubygem-uuidtools SUBDIR += rubygem-validatable SUBDIR += rubygem-versionomy SUBDIR += rubygem-virtus SUBDIR += rubygem-warbler SUBDIR += rubygem-warden SUBDIR += rubygem-wdm SUBDIR += rubygem-web-console SUBDIR += rubygem-webby SUBDIR += rubygem-wmi-lite SUBDIR += rubygem-xpath SUBDIR += rubygem-yajl-ruby SUBDIR += rubygem-yui-compressor SUBDIR += rubygem-zentest SUBDIR += rudeconfig SUBDIR += rudiments SUBDIR += runsnakerun SUBDIR += rvi SUBDIR += rvm SUBDIR += sabre SUBDIR += safe-iop SUBDIR += sbt SUBDIR += scalatest SUBDIR += scandoc SUBDIR += scons SUBDIR += sdl12 SUBDIR += sdl20 SUBDIR += sdl2pp SUBDIR += sdl_console SUBDIR += sdl_gnat SUBDIR += sdl_sge SUBDIR += sdlmm SUBDIR += sdlskk SUBDIR += sdts++ SUBDIR += sedsed SUBDIR += seed SUBDIR += seed3 SUBDIR += serdisplib SUBDIR += sfio SUBDIR += sfml SUBDIR += sfml1 SUBDIR += sgb SUBDIR += shapelib SUBDIR += shflags SUBDIR += shiboken SUBDIR += shmap SUBDIR += shtk SUBDIR += shtool SUBDIR += sigar SUBDIR += sigslot SUBDIR += silc-toolkit SUBDIR += silentbob SUBDIR += simgear SUBDIR += simian SUBDIR += simple_components SUBDIR += simpletest SUBDIR += skalibs SUBDIR += slf4j SUBDIR += smack SUBDIR += smake SUBDIR += smc SUBDIR += smokegen SUBDIR += smokekde SUBDIR += smokeqt SUBDIR += smv SUBDIR += soapui SUBDIR += sope SUBDIR += sourcenav SUBDIR += sparc64-binutils SUBDIR += sparc64-gcc SUBDIR += sparc64-xtoolchain-gcc SUBDIR += spark SUBDIR += spatialindex SUBDIR += spdict SUBDIR += spice-protocol SUBDIR += spin SUBDIR += splint SUBDIR += srecord SUBDIR += st SUBDIR += staf SUBDIR += statcvs SUBDIR += statik SUBDIR += statsvn SUBDIR += stfl SUBDIR += stlfilt SUBDIR += stlink SUBDIR += storm SUBDIR += stormlib-ghost++ SUBDIR += str SUBDIR += strace SUBDIR += streamhtmlparser SUBDIR += stringencoders SUBDIR += stxxl SUBDIR += styx SUBDIR += subcommander2 SUBDIR += subversion SUBDIR += subversion-book SUBDIR += subversion-static SUBDIR += subversion17 SUBDIR += subversion18 SUBDIR += subversive SUBDIR += svk SUBDIR += svn2git SUBDIR += svn_load_dirs SUBDIR += svndelta SUBDIR += svnkit SUBDIR += svntrac SUBDIR += swank-clojure SUBDIR += swig13 SUBDIR += swig20 SUBDIR += swig30 SUBDIR += synfig SUBDIR += sysconftool SUBDIR += sysfsutils SUBDIR += t1lib SUBDIR += ta-lib SUBDIR += tailor SUBDIR += talloc SUBDIR += tass64 SUBDIR += tbb SUBDIR += tcl-memchan SUBDIR += tcl-mmap SUBDIR += tcl-signal SUBDIR += tcl-trf SUBDIR += tclap SUBDIR += tclbsd SUBDIR += tclcheck SUBDIR += tclgetopts SUBDIR += tcllauncher SUBDIR += tcllib SUBDIR += tcllibc SUBDIR += tclmore SUBDIR += tcloo SUBDIR += tclreadline SUBDIR += tclthread SUBDIR += tcltls SUBDIR += tclvfs SUBDIR += tclxml SUBDIR += tdl SUBDIR += terminality SUBDIR += tesla SUBDIR += tevent SUBDIR += tex-kpathsea SUBDIR += tex-libtexlua SUBDIR += tex-libtexluajit SUBDIR += tex-synctex SUBDIR += tex-web2c SUBDIR += thrift SUBDIR += thrift-c_glib SUBDIR += thrift-cpp SUBDIR += thunar-vcs-plugin SUBDIR += tig SUBDIR += tigcc SUBDIR += tijmp SUBDIR += tinylaf SUBDIR += tinyq SUBDIR += tkcon SUBDIR += tkcvs SUBDIR += tkinspect SUBDIR += tkmerge SUBDIR += tkp4 SUBDIR += tla SUBDIR += tmake SUBDIR += tnt SUBDIR += toh SUBDIR += tokamak SUBDIR += tortoisehg SUBDIR += tpasm SUBDIR += tr-eric6 SUBDIR += trac-bitten SUBDIR += tradcpp SUBDIR += trio SUBDIR += truc SUBDIR += ua_parser-core SUBDIR += uatraits SUBDIR += uboot-mkimage SUBDIR += uclmmbase SUBDIR += ucommon SUBDIR += ucpp SUBDIR += udis86 SUBDIR += ultragetopt SUBDIR += umbrello SUBDIR += umem SUBDIR += umlgraph SUBDIR += unibilium SUBDIR += universalindentgui SUBDIR += upnp SUBDIR += upp SUBDIR += upslug SUBDIR += urjtag SUBDIR += utf8cpp SUBDIR += uthash SUBDIR += valgrind SUBDIR += valgrind-devel SUBDIR += varconf SUBDIR += vasm SUBDIR += vera++ SUBDIR += viewvc SUBDIR += violet SUBDIR += visualparadigm SUBDIR += vstr SUBDIR += vtcl SUBDIR += vxlog SUBDIR += wand-libconfig SUBDIR += wandio SUBDIR += websocketpp SUBDIR += websvn SUBDIR += wininfo SUBDIR += winpdb SUBDIR += wizardkit SUBDIR += wxGlade SUBDIR += wxformbuilder SUBDIR += xa65 SUBDIR += xc3sprog SUBDIR += xdg-user-dirs SUBDIR += xdg-utils SUBDIR += xfce4-dev-tools SUBDIR += xfce4-vala SUBDIR += xlocale SUBDIR += xmake SUBDIR += xmltooling SUBDIR += xorg-macros SUBDIR += xparam SUBDIR += xsd SUBDIR += xtl SUBDIR += xwpe SUBDIR += xxgdb SUBDIR += xxl SUBDIR += yajl SUBDIR += yajl-tcl SUBDIR += yaml-cpp SUBDIR += yaml-cpp03 SUBDIR += yasm SUBDIR += yasm-devel SUBDIR += z80-asm SUBDIR += z80asm SUBDIR += z80ex SUBDIR += zookeeper SUBDIR += zpu-binutils SUBDIR += zpu-gcc SUBDIR += ztcl SUBDIR += zthread SUBDIR += zziplib .include Index: head/devel/py-qt5/Makefile =================================================================== --- head/devel/py-qt5/Makefile (nonexistent) +++ head/devel/py-qt5/Makefile (revision 403693) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= qt5 +PORTVERSION= ${PYQT5_VERSION} +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt 5 toolkit (meta port) + +USES= metaport python pyqt:5 + +OPTIONS_DEFINE= core dbus dbussupport demo designer doc gui multimedia \ + multimediawidgets network opengl printsupport qml qscintilla2 \ + sql serialport svg test webkit webkitwidgets widgets \ + xml xmlpatterns +OPTIONS_DEFAULT=${OPTIONS_DEFINE} + +.for opt in ${OPTIONS_DEFINE} +${opt}_USE= PYQT=${opt}_run +${opt}_DESC= ${py-${opt}_DESC} +.endfor + +.include Property changes on: head/devel/py-qt5/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5/distinfo =================================================================== --- head/devel/py-qt5/distinfo (nonexistent) +++ head/devel/py-qt5/distinfo (revision 403693) @@ -0,0 +1,2 @@ +SHA256 (PyQt-gpl-5.5.1.tar.gz) = 0a70ef94fbffcf674b0dde024aae2a2a7a3f5a8c42806109ff7df2c941bd8386 +SIZE (PyQt-gpl-5.5.1.tar.gz) = 3705749 Property changes on: head/devel/py-qt5/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5/pkg-descr =================================================================== --- head/devel/py-qt5/pkg-descr (nonexistent) +++ head/devel/py-qt5/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the PyQt5 metaport. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/devel/py-qt5/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-core/Makefile =================================================================== --- head/devel/py-qt5-core/Makefile (nonexistent) +++ head/devel/py-qt5-core/Makefile (revision 403693) @@ -0,0 +1,50 @@ +# $FreeBSD$ + +PORTNAME= core +CATEGORIES= devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtCore module + +CONFIGURE_ARGS= --enable QtCore +PYQT_DIST= yes + +USES= python pyqt:5 +USE_PYTHON= py3kplist +USE_PYQT= sip_build +USE_QT5= core qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtCore API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 + +DEBUG_CONFIGURE_ON= --debug --trace + +.include + +# Bug 180467: We need to remove the port_v${VERSION} directory that does not +# correspond to the Python version being used to avoid failures in the +# bytecompilation calls in post-install. +PLIST_SUB+= PYTHON_MAJOR_VER="${PYTHON_MAJOR_VER}" +post-patch: +.if ${PYTHON_MAJOR_VER} == "2" + ${RM} -rf ${WRKSRC}/pyuic/uic/port_v3 +.elif ${PYTHON_MAJOR_VER} == "3" + ${RM} -rf ${WRKSRC}/pyuic/uic/port_v2 +.endif + +post-install: + ${INSTALL_DATA} ${FILESDIR}/Qt.py ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 + ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ + -f -d ${PYTHONPREFIX_SITELIBDIR} \ + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 + ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ + -f -d ${PYTHONPREFIX_SITELIBDIR} \ + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 + +.include Property changes on: head/devel/py-qt5-core/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-core/files/Qt.py =================================================================== --- head/devel/py-qt5-core/files/Qt.py (nonexistent) +++ head/devel/py-qt5-core/files/Qt.py (revision 403693) @@ -0,0 +1,73 @@ +# Replacement for the composite module PyQt5.Qt for FreeBSD +# Provides namespace for all installed PyQt5 modules by importing them + +from PyQt5.QtCore import * + +try: + from PyQt5.QtGui import * +except ImportError: + pass +try: + from PyQt5.QtDBus import * +except ImportError: + pass +try: + from PyQt5.QtMultimedia import * +except ImportError: + pass +try: + from PyQt5.QtMultimediaWidgets import * +except ImportError: + pass +try: + from PyQt5.QtNetwork import * +except ImportError: + pass +try: + from PyQt5.QtOpenGL import * +except ImportError: + pass +try: + from PyQt5.QtPrintSupport import * +except ImportError: + pass +try: + from PyQt5.QtQml import * +except ImportError: + pass +try: + from PyQt5.QtSerialPort import * +except ImportError: + pass +try: + from PyQt5.QtSql import * +except ImportError: + pass +try: + from PyQt5.QtSvg import * +except ImportError: + pass +try: + from PyQt5.QtTest import * +except ImportError: + pass +try: + from PyQt5.QtWebKit import * +except ImportError: + pass +try: + from PyQt5.QtWebKitWidgets import * +except ImportError: + pass +try: + from PyQt5.QtWidgets import * +except ImportError: + pass +try: + from PyQt5.QtXml import * +except ImportError: + pass +try: + from PyQt5.QtXmlPatterns import * +except ImportError: + pass Property changes on: head/devel/py-qt5-core/files/Qt.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-core/files/patch-configure.py =================================================================== --- head/devel/py-qt5-core/files/patch-configure.py (nonexistent) +++ head/devel/py-qt5-core/files/patch-configure.py (revision 403693) @@ -0,0 +1,94 @@ +This patch is necessary for us to split PyQt5 up into several different ports. + +It works by conditionally building and installing some tools (such as +pylupdate5 and pyrcc5), replacing the all-encompassing PyQt5.api file that +depends on different modules with module-specific .api files. +--- configure.py.orig 2015-10-25 11:42:16 UTC ++++ configure.py +@@ -1458,13 +1458,13 @@ def generate_makefiles(target_config, ve + + generate_sip_module_code(target_config, verbose, no_timestamp, parts, + tracing, 'Qt', sip_flags) +- subdirs.append('Qt') + + if not target_config.no_tools: +- # Generate pylupdate5 and pyrcc5. +- for tool in ('pylupdate', 'pyrcc'): +- generate_application_makefile(target_config, verbose, tool) +- subdirs.append(tool) ++ if "QtXml" in target_config.pyqt_modules: ++ # Generate pylupdate5 and pyrcc5. ++ for tool in ('pylupdate', 'pyrcc'): ++ generate_application_makefile(target_config, verbose, tool) ++ subdirs.append(tool) + + # Generate the pyuic5 wrapper. + pyuic_wrapper = generate_pyuic5_wrapper(target_config) +@@ -1483,22 +1483,6 @@ def generate_makefiles(target_config, ve + source_path('examples', 'quick', 'tutorials', 'extending', + 'chapter6-plugins')) + +- # Generate the QScintilla API file. +- if target_config.qsci_api: +- inform("Generating the QScintilla API file...") +- f = open_for_writing('PyQt5.api') +- +- for mname in target_config.pyqt_modules: +- api = open(mname + '.api') +- +- for l in api: +- f.write('PyQt5.' + l) +- +- api.close() +- os.remove(mname + '.api') +- +- f.close() +- + # Generate the Python dbus module. + if target_config.pydbus_module_dir != '': + mname = 'dbus' +@@ -1526,21 +1510,24 @@ def generate_makefiles(target_config, ve + out_f.write('''TEMPLATE = subdirs + CONFIG += ordered nostrip + SUBDIRS = %s ++''' % (' '.join(subdirs))) + ++ if "QtCore" in target_config.pyqt_modules: ++ out_f.write(''' + init_py.files = %s + init_py.path = %s/PyQt5 + INSTALLS += init_py +-''' % (' '.join(subdirs), source_path('__init__.py'), target_config.pyqt_module_dir)) ++''' % (source_path('__init__.py'), target_config.pyqt_module_dir)) + +- # Install the uic module and the pyuic5 wrapper. +- out_f.write(''' ++ # Install the uic module and the pyuic5 wrapper. ++ out_f.write(''' + uic_package.files = %s + uic_package.path = %s/PyQt5 + INSTALLS += uic_package + ''' % (source_path('pyuic', 'uic'), target_config.pyqt_module_dir)) + +- if not target_config.no_tools: +- out_f.write(''' ++ if not target_config.no_tools: ++ out_f.write(''' + pyuic5.files = %s + pyuic5.path = %s + INSTALLS += pyuic5 +@@ -1548,11 +1535,12 @@ INSTALLS += pyuic5 + + # Install the QScintilla .api file. + if target_config.qsci_api: ++ api_list = ' '.join(['%s.api' % m for m in target_config.pyqt_modules]) + out_f.write(''' +-qscintilla_api.files = PyQt5.api ++qscintilla_api.files = %s + qscintilla_api.path = %s/api/python + INSTALLS += qscintilla_api +-''' % target_config.qsci_api_dir) ++''' % (api_list, target_config.qsci_api_dir)) + + out_f.close() + Property changes on: head/devel/py-qt5-core/files/patch-configure.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-core/pkg-descr =================================================================== --- head/devel/py-qt5-core/pkg-descr (nonexistent) +++ head/devel/py-qt5-core/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtCore module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/devel/py-qt5-core/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-core/pkg-plist =================================================================== --- head/devel/py-qt5-core/pkg-plist (nonexistent) +++ head/devel/py-qt5-core/pkg-plist (revision 403693) @@ -0,0 +1,219 @@ +bin/pyuic5 +%%PYTHON_SITELIBDIR%%/PyQt5/Qt.py +%%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/QtCore.so +%%PYTHON_SITELIBDIR%%/PyQt5/__init__.py +%%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyo +%%PYQT_SIPDIR%%/QtCore/QtCoremod.sip +%%PYQT_SIPDIR%%/QtCore/qabstractanimation.sip +%%PYQT_SIPDIR%%/QtCore/qabstracteventdispatcher.sip +%%PYQT_SIPDIR%%/QtCore/qabstractitemmodel.sip +%%PYQT_SIPDIR%%/QtCore/qabstractnativeeventfilter.sip +%%PYQT_SIPDIR%%/QtCore/qabstractproxymodel.sip +%%PYQT_SIPDIR%%/QtCore/qabstractstate.sip +%%PYQT_SIPDIR%%/QtCore/qabstracttransition.sip +%%PYQT_SIPDIR%%/QtCore/qanimationgroup.sip +%%PYQT_SIPDIR%%/QtCore/qbasictimer.sip +%%PYQT_SIPDIR%%/QtCore/qbitarray.sip +%%PYQT_SIPDIR%%/QtCore/qbuffer.sip +%%PYQT_SIPDIR%%/QtCore/qbytearray.sip +%%PYQT_SIPDIR%%/QtCore/qbytearraymatcher.sip +%%PYQT_SIPDIR%%/QtCore/qchar.sip +%%PYQT_SIPDIR%%/QtCore/qcollator.sip +%%PYQT_SIPDIR%%/QtCore/qcommandlineoption.sip +%%PYQT_SIPDIR%%/QtCore/qcommandlineparser.sip +%%PYQT_SIPDIR%%/QtCore/qcoreapplication.sip +%%PYQT_SIPDIR%%/QtCore/qcoreevent.sip +%%PYQT_SIPDIR%%/QtCore/qcryptographichash.sip +%%PYQT_SIPDIR%%/QtCore/qdatastream.sip +%%PYQT_SIPDIR%%/QtCore/qdatetime.sip +%%PYQT_SIPDIR%%/QtCore/qdir.sip +%%PYQT_SIPDIR%%/QtCore/qdiriterator.sip +%%PYQT_SIPDIR%%/QtCore/qeasingcurve.sip +%%PYQT_SIPDIR%%/QtCore/qelapsedtimer.sip +%%PYQT_SIPDIR%%/QtCore/qeventloop.sip +%%PYQT_SIPDIR%%/QtCore/qeventtransition.sip +%%PYQT_SIPDIR%%/QtCore/qfile.sip +%%PYQT_SIPDIR%%/QtCore/qfiledevice.sip +%%PYQT_SIPDIR%%/QtCore/qfileinfo.sip +%%PYQT_SIPDIR%%/QtCore/qfileselector.sip +%%PYQT_SIPDIR%%/QtCore/qfilesystemwatcher.sip +%%PYQT_SIPDIR%%/QtCore/qfinalstate.sip +%%PYQT_SIPDIR%%/QtCore/qglobal.sip +%%PYQT_SIPDIR%%/QtCore/qhistorystate.sip +%%PYQT_SIPDIR%%/QtCore/qidentityproxymodel.sip +%%PYQT_SIPDIR%%/QtCore/qiodevice.sip +%%PYQT_SIPDIR%%/QtCore/qitemselectionmodel.sip +%%PYQT_SIPDIR%%/QtCore/qjsonarray.sip +%%PYQT_SIPDIR%%/QtCore/qjsondocument.sip +%%PYQT_SIPDIR%%/QtCore/qjsonobject.sip +%%PYQT_SIPDIR%%/QtCore/qjsonvalue.sip +%%PYQT_SIPDIR%%/QtCore/qlibrary.sip +%%PYQT_SIPDIR%%/QtCore/qlibraryinfo.sip +%%PYQT_SIPDIR%%/QtCore/qline.sip +%%PYQT_SIPDIR%%/QtCore/qlocale.sip +%%PYQT_SIPDIR%%/QtCore/qlockfile.sip +%%PYQT_SIPDIR%%/QtCore/qlogging.sip +%%PYQT_SIPDIR%%/QtCore/qmargins.sip +%%PYQT_SIPDIR%%/QtCore/qmessageauthenticationcode.sip +%%PYQT_SIPDIR%%/QtCore/qmetaobject.sip +%%PYQT_SIPDIR%%/QtCore/qmetatype.sip +%%PYQT_SIPDIR%%/QtCore/qmimedata.sip +%%PYQT_SIPDIR%%/QtCore/qmimedatabase.sip +%%PYQT_SIPDIR%%/QtCore/qmimetype.sip +%%PYQT_SIPDIR%%/QtCore/qmutex.sip +%%PYQT_SIPDIR%%/QtCore/qnamespace.sip +%%PYQT_SIPDIR%%/QtCore/qnumeric.sip +%%PYQT_SIPDIR%%/QtCore/qobject.sip +%%PYQT_SIPDIR%%/QtCore/qobjectcleanuphandler.sip +%%PYQT_SIPDIR%%/QtCore/qobjectdefs.sip +%%PYQT_SIPDIR%%/QtCore/qparallelanimationgroup.sip +%%PYQT_SIPDIR%%/QtCore/qpauseanimation.sip +%%PYQT_SIPDIR%%/QtCore/qpluginloader.sip +%%PYQT_SIPDIR%%/QtCore/qpoint.sip +%%PYQT_SIPDIR%%/QtCore/qprocess.sip +%%PYQT_SIPDIR%%/QtCore/qpropertyanimation.sip +%%PYQT_SIPDIR%%/QtCore/qpycore_qhash.sip +%%PYQT_SIPDIR%%/QtCore/qpycore_qlist.sip +%%PYQT_SIPDIR%%/QtCore/qpycore_qmap.sip +%%PYQT_SIPDIR%%/QtCore/qpycore_qpair.sip +%%PYQT_SIPDIR%%/QtCore/qpycore_qset.sip +%%PYQT_SIPDIR%%/QtCore/qpycore_qvector.sip +%%PYQT_SIPDIR%%/QtCore/qpycore_virtual_error_handler.sip +%%PYQT_SIPDIR%%/QtCore/qreadwritelock.sip +%%PYQT_SIPDIR%%/QtCore/qrect.sip +%%PYQT_SIPDIR%%/QtCore/qregexp.sip +%%PYQT_SIPDIR%%/QtCore/qregularexpression.sip +%%PYQT_SIPDIR%%/QtCore/qresource.sip +%%PYQT_SIPDIR%%/QtCore/qrunnable.sip +%%PYQT_SIPDIR%%/QtCore/qsavefile.sip +%%PYQT_SIPDIR%%/QtCore/qsemaphore.sip +%%PYQT_SIPDIR%%/QtCore/qsequentialanimationgroup.sip +%%PYQT_SIPDIR%%/QtCore/qsettings.sip +%%PYQT_SIPDIR%%/QtCore/qsharedmemory.sip +%%PYQT_SIPDIR%%/QtCore/qsignalmapper.sip +%%PYQT_SIPDIR%%/QtCore/qsignaltransition.sip +%%PYQT_SIPDIR%%/QtCore/qsize.sip +%%PYQT_SIPDIR%%/QtCore/qsocketnotifier.sip +%%PYQT_SIPDIR%%/QtCore/qsortfilterproxymodel.sip +%%PYQT_SIPDIR%%/QtCore/qstandardpaths.sip +%%PYQT_SIPDIR%%/QtCore/qstate.sip +%%PYQT_SIPDIR%%/QtCore/qstatemachine.sip +%%PYQT_SIPDIR%%/QtCore/qstorageinfo.sip +%%PYQT_SIPDIR%%/QtCore/qstring.sip +%%PYQT_SIPDIR%%/QtCore/qstringlist.sip +%%PYQT_SIPDIR%%/QtCore/qstringlistmodel.sip +%%PYQT_SIPDIR%%/QtCore/qsysinfo.sip +%%PYQT_SIPDIR%%/QtCore/qsystemsemaphore.sip +%%PYQT_SIPDIR%%/QtCore/qtemporarydir.sip +%%PYQT_SIPDIR%%/QtCore/qtemporaryfile.sip +%%PYQT_SIPDIR%%/QtCore/qtextboundaryfinder.sip +%%PYQT_SIPDIR%%/QtCore/qtextcodec.sip +%%PYQT_SIPDIR%%/QtCore/qtextstream.sip +%%PYQT_SIPDIR%%/QtCore/qthread.sip +%%PYQT_SIPDIR%%/QtCore/qthreadpool.sip +%%PYQT_SIPDIR%%/QtCore/qtimeline.sip +%%PYQT_SIPDIR%%/QtCore/qtimer.sip +%%PYQT_SIPDIR%%/QtCore/qtimezone.sip +%%PYQT_SIPDIR%%/QtCore/qtranslator.sip +%%PYQT_SIPDIR%%/QtCore/qurl.sip +%%PYQT_SIPDIR%%/QtCore/qurlquery.sip +%%PYQT_SIPDIR%%/QtCore/quuid.sip +%%PYQT_SIPDIR%%/QtCore/qvariant.sip +%%PYQT_SIPDIR%%/QtCore/qvariantanimation.sip +%%PYQT_SIPDIR%%/QtCore/qwaitcondition.sip +%%PYQT_SIPDIR%%/QtCore/qwineventnotifier.sip +%%PYQT_SIPDIR%%/QtCore/qxmlstream.sip +%%API%%share/qt5/qsci/api/python/QtCore.api Property changes on: head/devel/py-qt5-core/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-dbus/Makefile =================================================================== --- head/devel/py-qt5-dbus/Makefile (nonexistent) +++ head/devel/py-qt5-dbus/Makefile (revision 403693) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= dbus +CATEGORIES= devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtDBus module + +CONFIGURE_ARGS= --enable QtDBus +PYQT_DIST= yes + +USES= python pyqt:5 +USE_PYQT= sip_build core_run +USE_QT5= core dbus 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-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/devel/py-qt5-dbus/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-dbus/pkg-descr =================================================================== --- head/devel/py-qt5-dbus/pkg-descr (nonexistent) +++ head/devel/py-qt5-dbus/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the D-BUS module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/devel/py-qt5-dbus/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-dbus/pkg-plist =================================================================== --- head/devel/py-qt5-dbus/pkg-plist (nonexistent) +++ head/devel/py-qt5-dbus/pkg-plist (revision 403693) @@ -0,0 +1,17 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtDBus.so +%%PYQT_SIPDIR%%/QtDBus/QtDBusmod.sip +%%PYQT_SIPDIR%%/QtDBus/qdbusabstractadaptor.sip +%%PYQT_SIPDIR%%/QtDBus/qdbusabstractinterface.sip +%%PYQT_SIPDIR%%/QtDBus/qdbusargument.sip +%%PYQT_SIPDIR%%/QtDBus/qdbusconnection.sip +%%PYQT_SIPDIR%%/QtDBus/qdbusconnectioninterface.sip +%%PYQT_SIPDIR%%/QtDBus/qdbuserror.sip +%%PYQT_SIPDIR%%/QtDBus/qdbusextratypes.sip +%%PYQT_SIPDIR%%/QtDBus/qdbusinterface.sip +%%PYQT_SIPDIR%%/QtDBus/qdbusmessage.sip +%%PYQT_SIPDIR%%/QtDBus/qdbuspendingcall.sip +%%PYQT_SIPDIR%%/QtDBus/qdbusservicewatcher.sip +%%PYQT_SIPDIR%%/QtDBus/qdbusunixfiledescriptor.sip +%%PYQT_SIPDIR%%/QtDBus/qpydbuspendingreply.sip +%%PYQT_SIPDIR%%/QtDBus/qpydbusreply.sip +%%API%%share/qt5/qsci/api/python/QtDBus.api Property changes on: head/devel/py-qt5-dbus/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-dbussupport/Makefile =================================================================== --- head/devel/py-qt5-dbussupport/Makefile (nonexistent) +++ head/devel/py-qt5-dbussupport/Makefile (revision 403693) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= dbussupport +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:5 +USE_PYQT= sip_build +USE_QT5= core buildtools_build qmake_build + +OPTIONS_DEFINE= DEBUG +DEBUG_CONFIGURE_ON= --debug --trace + +BUILD_WRKSRC= ${WRKSRC}/dbus +INSTALL_WRKSRC= ${WRKSRC}/dbus + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/dbus/mainloop/pyqt5.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 Property changes on: head/devel/py-qt5-dbussupport/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-dbussupport/pkg-descr =================================================================== --- head/devel/py-qt5-dbussupport/pkg-descr (nonexistent) +++ head/devel/py-qt5-dbussupport/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides Qt event loop support for dbus-python. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/devel/py-qt5-dbussupport/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-designer/Makefile =================================================================== --- head/devel/py-qt5-designer/Makefile (nonexistent) +++ head/devel/py-qt5-designer/Makefile (revision 403693) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= designer +CATEGORIES= devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtDesigner module + +CONFIGURE_ARGS= --enable QtDesigner +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= yes +USE_PYQT= sip_build core_run widgets_run +USE_QT5= core gui designer widgets xml \ + buildtools_build qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtDesigner API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/devel/py-qt5-designer/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-designer/pkg-descr =================================================================== --- head/devel/py-qt5-designer/pkg-descr (nonexistent) +++ head/devel/py-qt5-designer/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtDesigner module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/devel/py-qt5-designer/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-designer/pkg-plist =================================================================== --- head/devel/py-qt5-designer/pkg-plist (nonexistent) +++ head/devel/py-qt5-designer/pkg-plist (revision 403693) @@ -0,0 +1,28 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtDesigner.so +%%QT_PLUGINDIR%%/designer/libpyqt5.so +%%PYQT_SIPDIR%%/QtDesigner/QtDesignermod.sip +%%PYQT_SIPDIR%%/QtDesigner/abstractactioneditor.sip +%%PYQT_SIPDIR%%/QtDesigner/abstractformbuilder.sip +%%PYQT_SIPDIR%%/QtDesigner/abstractformeditor.sip +%%PYQT_SIPDIR%%/QtDesigner/abstractformwindow.sip +%%PYQT_SIPDIR%%/QtDesigner/abstractformwindowcursor.sip +%%PYQT_SIPDIR%%/QtDesigner/abstractformwindowmanager.sip +%%PYQT_SIPDIR%%/QtDesigner/abstractobjectinspector.sip +%%PYQT_SIPDIR%%/QtDesigner/abstractpropertyeditor.sip +%%PYQT_SIPDIR%%/QtDesigner/abstractwidgetbox.sip +%%PYQT_SIPDIR%%/QtDesigner/container.sip +%%PYQT_SIPDIR%%/QtDesigner/customwidget.sip +%%PYQT_SIPDIR%%/QtDesigner/default_extensionfactory.sip +%%PYQT_SIPDIR%%/QtDesigner/extension.sip +%%PYQT_SIPDIR%%/QtDesigner/formbuilder.sip +%%PYQT_SIPDIR%%/QtDesigner/membersheet.sip +%%PYQT_SIPDIR%%/QtDesigner/propertysheet.sip +%%PYQT_SIPDIR%%/QtDesigner/qextensionmanager.sip +%%PYQT_SIPDIR%%/QtDesigner/qpydesignercontainerextension.sip +%%PYQT_SIPDIR%%/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip +%%PYQT_SIPDIR%%/QtDesigner/qpydesignercustomwidgetplugin.sip +%%PYQT_SIPDIR%%/QtDesigner/qpydesignermembersheetextension.sip +%%PYQT_SIPDIR%%/QtDesigner/qpydesignerpropertysheetextension.sip +%%PYQT_SIPDIR%%/QtDesigner/qpydesignertaskmenuextension.sip +%%PYQT_SIPDIR%%/QtDesigner/taskmenu.sip +%%API%%share/qt5/qsci/api/python/QtDesigner.api Property changes on: head/devel/py-qt5-designer/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-designerplugin/Makefile =================================================================== --- head/devel/py-qt5-designerplugin/Makefile (nonexistent) +++ head/devel/py-qt5-designerplugin/Makefile (revision 403693) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= designerplugin +CATEGORIES= devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtDesigner plugin + +BUILD_WRKSRC= ${WRKSRC}/designer +INSTALL_WRKSRC= ${WRKSRC}/designer +DESTDIRNAME= INSTALL_ROOT + +CONFIGURE_ARGS= --enable QtDesigner +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build +USE_QT5= core designer gui xml widgets \ + buildtools_build qmake_build + +OPTIONS_DEFINE= DEBUG +DEBUG_CONFIGURE_ON= --debug --trace + +PLIST_FILES= %%QT_PLUGINDIR%%/designer/libpyqt5.so + +.include Property changes on: head/devel/py-qt5-designerplugin/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-designerplugin/pkg-descr =================================================================== --- head/devel/py-qt5-designerplugin/pkg-descr (nonexistent) +++ head/devel/py-qt5-designerplugin/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +This package provides the QtDesigner plugin. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/devel/py-qt5-designerplugin/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-qscintilla2/Makefile =================================================================== --- head/devel/py-qt5-qscintilla2/Makefile (nonexistent) +++ head/devel/py-qt5-qscintilla2/Makefile (revision 403693) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= qscintilla2 +PORTVERSION= ${QSCI2_VERSION} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITES_QSCI2} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- +DISTNAME= ${QSCI2_DISTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for QScintilla2 (PyQt5), QSci module + +LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 + +DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo +DESTDIRNAME= INSTALL_ROOT + +HAS_CONFIGURE= yes +QT_NONSTANDARD= yes # Do not add unknown arguments to CONFIGURE_ARGS. + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip core gui printsupport widgets +USE_QT5= core gui printsupport widgets buildtools_build qmake_build + +OPTIONS_DEFINE= DEBUG +DEBUG_CONFIGURE_ON= --debug --trace + +QSCIDIR= ${PREFIX}/share/qt5/qsci +CONFIGURE_ARGS= --pyqt PyQt5 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 -v ${SIPDIR} \ + --apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR} +WRKSRC= ${WRKDIR}/${DISTNAME}/Python +ALL_TARGET= #empty + +do-configure: + cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ + ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} + +.include Property changes on: head/devel/py-qt5-qscintilla2/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-qscintilla2/pkg-descr =================================================================== --- head/devel/py-qt5-qscintilla2/pkg-descr (nonexistent) +++ head/devel/py-qt5-qscintilla2/pkg-descr (revision 403693) @@ -0,0 +1,5 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the Qsci module for the Qscintilla2 editor component. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ + http://www.riverbankcomputing.co.uk/software/qscintilla/ Property changes on: head/devel/py-qt5-qscintilla2/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-qscintilla2/pkg-plist =================================================================== --- head/devel/py-qt5-qscintilla2/pkg-plist (nonexistent) +++ head/devel/py-qt5-qscintilla2/pkg-plist (revision 403693) @@ -0,0 +1,54 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/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/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/qsciscintillabase.sip +%%PYQT_SIPDIR%%/Qsci/qscistyle.sip +%%PYQT_SIPDIR%%/Qsci/qscistyledtext.sip +%%QT_DATADIR%%/qsci/api/python/QScintilla2.api Property changes on: head/devel/py-qt5-qscintilla2/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-test/Makefile =================================================================== --- head/devel/py-qt5-test/Makefile (nonexistent) +++ head/devel/py-qt5-test/Makefile (revision 403693) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= test +CATEGORIES= devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtTest module + +CONFIGURE_ARGS= --enable QtTest +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run widgets_run +USE_QT5= core gui testlib widgets \ + buildtools_build qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtTest API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/devel/py-qt5-test/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-test/pkg-descr =================================================================== --- head/devel/py-qt5-test/pkg-descr (nonexistent) +++ head/devel/py-qt5-test/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtTest module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/devel/py-qt5-test/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-qt5-test/pkg-plist =================================================================== --- head/devel/py-qt5-test/pkg-plist (nonexistent) +++ head/devel/py-qt5-test/pkg-plist (revision 403693) @@ -0,0 +1,9 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtTest.so +%%PYQT_SIPDIR%%/QtTest/QtTestmod.sip +%%PYQT_SIPDIR%%/QtTest/qsignalspy.sip +%%PYQT_SIPDIR%%/QtTest/qtestcase.sip +%%PYQT_SIPDIR%%/QtTest/qtestkeyboard.sip +%%PYQT_SIPDIR%%/QtTest/qtestmouse.sip +%%PYQT_SIPDIR%%/QtTest/qtestsystem.sip +%%PYQT_SIPDIR%%/QtTest/qtesttouch.sip +%%API%%share/qt5/qsci/api/python/QtTest.api Property changes on: head/devel/py-qt5-test/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/qscintilla2-designerplugin-qt5/Makefile =================================================================== --- head/devel/qscintilla2-designerplugin-qt5/Makefile (nonexistent) +++ head/devel/qscintilla2-designerplugin-qt5/Makefile (revision 403693) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= designerplugin-qt5 +PORTVERSION= ${QSCI2_VERSION} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITES_QSCI2} +PKGNAMEPREFIX= qscintilla2- +DISTNAME= ${QSCI2_DISTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt5 Designer plugin for QScintilla2 + +LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 + +DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo +USE_GL= gl +USES= qmake pyqt:5 +USE_QT5= core designer printsupport gui widgets xml \ + buildtools_build qmake_build +HAS_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4Qt5 + +PLIST_FILES= %%QT_PLUGINDIR%%/designer/libqscintillaplugin.so + +.include Property changes on: head/devel/qscintilla2-designerplugin-qt5/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/qscintilla2-designerplugin-qt5/pkg-descr =================================================================== --- head/devel/qscintilla2-designerplugin-qt5/pkg-descr (nonexistent) +++ head/devel/qscintilla2-designerplugin-qt5/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +The Qt Designer plugin allows QScintilla2 instances to be included in GUI +designs just like any other Qt4 widget. + +WWW: http://www.riverbankcomputing.co.uk/software/qscintilla/ Property changes on: head/devel/qscintilla2-designerplugin-qt5/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/qscintilla2-qt5/Makefile =================================================================== --- head/devel/qscintilla2-qt5/Makefile (nonexistent) +++ head/devel/qscintilla2-qt5/Makefile (revision 403693) @@ -0,0 +1,47 @@ +# $FreeBSD$ + +PORTNAME= qscintilla2-qt5 +PORTVERSION= ${QSCI2_VERSION} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITES_QSCI2} +DISTNAME= ${QSCI2_DISTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt 5 port of the Scintilla C++ editor class + +USES= qmake pyqt:5 +USE_GL= gl +USE_PYQT= # +USE_QT5= buildtools_build gui printsupport widgets +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} + +BUILD_WRKSRC= ${WRKSRC}/Qt4Qt5 +CONFIGURE_WRKSRC= ${BUILD_WRKSRC} +INSTALL_WRKSRC= ${BUILD_WRKSRC} + +PORTDOCS= * +PORTEXAMPLES= * + +OPTIONS_DEFINE= DOCS EXAMPLES NLS +OPTIONS_SUB= yes + +.include + +post-patch: +.if empty(PORT_OPTIONS:MNLS) + cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e \ + 's|trans qsci|qsci|' qscintilla.pro +.endif + +post-install: + cd ${WRKSRC} &&\ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${STAGEDIR}${DOCSDIR}/Scintilla &&\ + ${INSTALL_DATA} NEWS README ${STAGEDIR}${DOCSDIR} &&\ + ${INSTALL_DATA} doc/html-Qt4Qt5/* ${STAGEDIR}${DOCSDIR}/html &&\ + ${INSTALL_DATA} doc/Scintilla/* ${STAGEDIR}${DOCSDIR}/Scintilla + cd ${WRKSRC}/example-Qt4Qt5 &&\ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/images &&\ + ${INSTALL_DATA} *.* ${STAGEDIR}${EXAMPLESDIR} &&\ + ${INSTALL_DATA} images/* ${STAGEDIR}${EXAMPLESDIR}/images + +.include Property changes on: head/devel/qscintilla2-qt5/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/qscintilla2-qt5/distinfo =================================================================== --- head/devel/qscintilla2-qt5/distinfo (nonexistent) +++ head/devel/qscintilla2-qt5/distinfo (revision 403693) @@ -0,0 +1,2 @@ +SHA256 (QScintilla-gpl-2.9.1.tar.gz) = 79e9c39d51549061d3d489387bcee86ff20c1f746d1b25ac173d5165426eabaf +SIZE (QScintilla-gpl-2.9.1.tar.gz) = 2490144 Property changes on: head/devel/qscintilla2-qt5/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/qscintilla2-qt5/files/patch-Qt4Qt5_features_qscintilla2.prf =================================================================== --- head/devel/qscintilla2-qt5/files/patch-Qt4Qt5_features_qscintilla2.prf (nonexistent) +++ head/devel/qscintilla2-qt5/files/patch-Qt4Qt5_features_qscintilla2.prf (revision 403693) @@ -0,0 +1,24 @@ +The Qt5 version of QScintilla is called libqscintilla2-qt5.so. +Make it be referenced this way by Qt's build system. +--- Qt4Qt5/features/qscintilla2.prf.orig 2015-04-20 14:38:24 UTC ++++ Qt4Qt5/features/qscintilla2.prf +@@ -17,9 +17,17 @@ CONFIG(debug, debug|release) { + win32: { + LIBS += -lqscintilla2d + } else { +- LIBS += -lqscintilla2 ++ greaterThan(QT_MAJOR_VERSION, 4) { ++ LIBS += -lqscintilla2-qt$${QT_MAJOR_VERSION} ++ } else { ++ LIBS += -lqscintilla2 ++ } + } + } + } else { +- LIBS += -lqscintilla2 ++ greaterThan(QT_MAJOR_VERSION, 4) { ++ LIBS += -lqscintilla2-qt$${QT_MAJOR_VERSION} ++ } else { ++ LIBS += -lqscintilla2 ++ } + } Property changes on: head/devel/qscintilla2-qt5/files/patch-Qt4Qt5_features_qscintilla2.prf ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/qscintilla2-qt5/files/patch-Qt4Qt5_qscintilla.pro =================================================================== --- head/devel/qscintilla2-qt5/files/patch-Qt4Qt5_qscintilla.pro (nonexistent) +++ head/devel/qscintilla2-qt5/files/patch-Qt4Qt5_qscintilla.pro (revision 403693) @@ -0,0 +1,18 @@ +Install the library as libqscintilla2-qt5.so. +The suffix is used to make it differ from libqscintilla2.so, which is the Qt4 +version. +--- Qt4Qt5/qscintilla.pro.orig 2015-04-20 14:38:24 UTC ++++ Qt4Qt5/qscintilla.pro +@@ -23,7 +23,11 @@ + !win32:VERSION = 12.0.0 + + TEMPLATE = lib +-TARGET = qscintilla2 ++greaterThan(QT_MAJOR_VERSION, 4) { ++ TARGET = qscintilla2-qt$${QT_MAJOR_VERSION} ++} else { ++ TARGET = qscintilla2 ++} + CONFIG += qt warn_off release thread exceptions + INCLUDEPATH += . ../include ../lexlib ../src + Property changes on: head/devel/qscintilla2-qt5/files/patch-Qt4Qt5_qscintilla.pro ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/qscintilla2-qt5/pkg-descr =================================================================== --- head/devel/qscintilla2-qt5/pkg-descr (nonexistent) +++ head/devel/qscintilla2-qt5/pkg-descr (revision 403693) @@ -0,0 +1,3 @@ +QScintilla2 is a port to Qt5 of Neil Hodgson's Scintilla C++ editor class. + +WWW: http://www.riverbankcomputing.co.uk/software/qscintilla/ Property changes on: head/devel/qscintilla2-qt5/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/qscintilla2-qt5/pkg-plist =================================================================== --- head/devel/qscintilla2-qt5/pkg-plist (nonexistent) +++ head/devel/qscintilla2-qt5/pkg-plist (revision 403693) @@ -0,0 +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-qt5.so +%%QT_LIBDIR%%/libqscintilla2-qt5.so.12 +%%QT_LIBDIR%%/libqscintilla2-qt5.so.12.0 +%%QT_LIBDIR%%/libqscintilla2-qt5.so.12.0.1 +%%QT_MKSPECDIR%%/features/qscintilla2.prf +%%QT_DATADIR%%/qsci/api/python/Python-2.4.api +%%QT_DATADIR%%/qsci/api/python/Python-2.5.api +%%QT_DATADIR%%/qsci/api/python/Python-2.6.api +%%QT_DATADIR%%/qsci/api/python/Python-2.7.api +%%QT_DATADIR%%/qsci/api/python/Python-3.1.api +%%QT_DATADIR%%/qsci/api/python/Python-3.2.api +%%QT_DATADIR%%/qsci/api/python/Python-3.3.api +%%QT_DATADIR%%/qsci/api/python/Python-3.4.api +%%QT_DATADIR%%/qsci/api/python/Python-3.5.api +%%NLS%%%%QT_L10NDIR%%/qscintilla_cs.qm +%%NLS%%%%QT_L10NDIR%%/qscintilla_de.qm +%%NLS%%%%QT_L10NDIR%%/qscintilla_es.qm +%%NLS%%%%QT_L10NDIR%%/qscintilla_fr.qm +%%NLS%%%%QT_L10NDIR%%/qscintilla_pt_br.qm Property changes on: head/devel/qscintilla2-qt5/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/Makefile =================================================================== --- head/graphics/Makefile (revision 403692) +++ head/graphics/Makefile (revision 403693) @@ -1,1083 +1,1084 @@ # $FreeBSD$ # COMMENT = Graphics tools and libraries SUBDIR += 4va SUBDIR += Coin SUBDIR += EZWGL SUBDIR += GraphicsMagick SUBDIR += Hermes SUBDIR += IPA SUBDIR += ImageMagick SUBDIR += ImageMagick-nox11 SUBDIR += ImageMagick7 SUBDIR += ImageMagick7-nox11 SUBDIR += O2-tools SUBDIR += OpenEXR SUBDIR += R-cran-DiagrammeR SUBDIR += R-cran-GDD SUBDIR += R-cran-RColorBrewer SUBDIR += R-cran-colorspace SUBDIR += R-cran-diagram SUBDIR += R-cran-dichromat SUBDIR += R-cran-dygraphs SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-gridBase SUBDIR += R-cran-munsell SUBDIR += R-cran-pixmap SUBDIR += R-cran-png SUBDIR += R-cran-rgdal SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales SUBDIR += R-cran-shape SUBDIR += R-cran-visNetwork SUBDIR += SciPlot SUBDIR += a2png SUBDIR += aalib SUBDIR += aaphoto SUBDIR += acidwarp SUBDIR += aeskulap SUBDIR += agave SUBDIR += agg SUBDIR += alembic SUBDIR += alpng SUBDIR += amide SUBDIR += ampasACES-container SUBDIR += ampasCTL SUBDIR += animorph SUBDIR += aoi SUBDIR += apngasm SUBDIR += apngdis SUBDIR += appleseed SUBDIR += apvlv SUBDIR += aqsis SUBDIR += argyllcms SUBDIR += asciio SUBDIR += atril SUBDIR += atril-lite SUBDIR += autopano-sift-c SUBDIR += autoq3d SUBDIR += autotrace SUBDIR += aview SUBDIR += ayam SUBDIR += backfract SUBDIR += barbecue SUBDIR += barcode SUBDIR += batik SUBDIR += blender SUBDIR += blender-doc SUBDIR += bmeps SUBDIR += bmp2html SUBDIR += box SUBDIR += boxer SUBDIR += bugle SUBDIR += burplex SUBDIR += c-a-i-r SUBDIR += cadubi SUBDIR += cairo SUBDIR += cairo-reference SUBDIR += cairomm SUBDIR += cal3d SUBDIR += camera SUBDIR += camerakit SUBDIR += cbrpager SUBDIR += cbview SUBDIR += cbviewer SUBDIR += cegui SUBDIR += cenon SUBDIR += cfdg SUBDIR += chbg SUBDIR += cimg SUBDIR += cinepaint SUBDIR += clutter SUBDIR += clutter-gtk SUBDIR += clutter-gtk3 SUBDIR += cluttermm SUBDIR += code-eli SUBDIR += cogl SUBDIR += colord SUBDIR += colord-gtk SUBDIR += comical SUBDIR += commons-utilities SUBDIR += compupic SUBDIR += converseen SUBDIR += copperspice SUBDIR += cosmoplayer SUBDIR += crw SUBDIR += cthumb SUBDIR += cuneiform SUBDIR += curator SUBDIR += cuttlefish SUBDIR += danpei SUBDIR += darknock SUBDIR += darktable SUBDIR += dataplot SUBDIR += dc20pack SUBDIR += dcp2icc SUBDIR += dcraw SUBDIR += dcraw-m SUBDIR += deegree-csw SUBDIR += deegree-igeoportal SUBDIR += deegree-wcs SUBDIR += deegree-wfs SUBDIR += deegree-wms SUBDIR += deegree-wps SUBDIR += deegree-wpvs SUBDIR += delaboratory SUBDIR += devil SUBDIR += dia SUBDIR += diacanvas2 SUBDIR += digikam-kde4 SUBDIR += digikam-kde4-doc SUBDIR += digikam-kde4-l10n SUBDIR += ditaa SUBDIR += djview4 SUBDIR += djview4-qt4 SUBDIR += djvulibre SUBDIR += dmtx-utils SUBDIR += dri SUBDIR += driconf SUBDIR += duhdraw SUBDIR += dynamechs SUBDIR += easypaint SUBDIR += edje_viewer SUBDIR += electrix SUBDIR += embree SUBDIR += enblend SUBDIR += entangle SUBDIR += eog SUBDIR += eog-plugins SUBDIR += eom SUBDIR += eos-movrec SUBDIR += epdfview SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool SUBDIR += eterm-bg SUBDIR += evas_generic_loaders SUBDIR += evas_generic_loaders-gst SUBDIR += evas_generic_loaders-pdf SUBDIR += evas_generic_loaders-ps SUBDIR += evas_generic_loaders-raw SUBDIR += evas_generic_loaders-svg SUBDIR += evas_generic_loaders-xcf SUBDIR += evince SUBDIR += evince-lite SUBDIR += evolvotron SUBDIR += exact-image SUBDIR += exif SUBDIR += exifprobe SUBDIR += exiftags SUBDIR += exiftran SUBDIR += exiv2 SUBDIR += exrtools SUBDIR += feh SUBDIR += ffff SUBDIR += fig2sxd SUBDIR += figurine SUBDIR += flam3 SUBDIR += flasm SUBDIR += flphoto SUBDIR += fly SUBDIR += fortytwo SUBDIR += fotofix SUBDIR += fotoxx SUBDIR += founts SUBDIR += fpc-cairo SUBDIR += fpc-graph SUBDIR += fpc-hermes SUBDIR += fpc-imagemagick SUBDIR += fpc-libgd SUBDIR += fpc-libpng SUBDIR += fpc-ncurses SUBDIR += fpc-opengl SUBDIR += fpc-pasjpeg SUBDIR += fpc-proj4 SUBDIR += fpc-rsvg SUBDIR += fpc-svgalib SUBDIR += fracplanet SUBDIR += fraqtive SUBDIR += freeglut SUBDIR += freeimage SUBDIR += frei0r SUBDIR += frei0r-plugins SUBDIR += frei0r-plugins-gavl SUBDIR += frei0r-plugins-opencv SUBDIR += ftgl SUBDIR += fujiplay SUBDIR += fusefs-gphotofs SUBDIR += fv SUBDIR += fyre SUBDIR += g2 SUBDIR += gauche-gl SUBDIR += gbm SUBDIR += gcolor SUBDIR += gcolor2 SUBDIR += gd SUBDIR += gdal SUBDIR += gdchart SUBDIR += gdk-pixbuf SUBDIR += gdk-pixbuf2 SUBDIR += gdtclft SUBDIR += geeqie SUBDIR += gegl SUBDIR += gegl3 SUBDIR += generic_image_decoder SUBDIR += geoapi SUBDIR += geomorph SUBDIR += geomview SUBDIR += geos SUBDIR += geoserver SUBDIR += gexiv2 SUBDIR += giblib SUBDIR += gif2png SUBDIR += giflib SUBDIR += gifmerge SUBDIR += gifsicle SUBDIR += giftool SUBDIR += gimageview SUBDIR += gimmage SUBDIR += gimp SUBDIR += gimp-app SUBDIR += gimp-beautify-plugin SUBDIR += gimp-data-extras SUBDIR += gimp-elsamuko-script SUBDIR += gimp-ez-perspective-plugin SUBDIR += gimp-focusblur-plugin SUBDIR += gimp-gmic-plugin SUBDIR += gimp-help SUBDIR += gimp-jagged-border-script SUBDIR += gimp-lensfun-plugin SUBDIR += gimp-lqr-plugin SUBDIR += gimp-manual-html SUBDIR += gimp-refocus-plugin SUBDIR += gimp-resynthesizer SUBDIR += gimp-save-for-web SUBDIR += gimp-wavelet-decompose-plugin SUBDIR += gimp-wavelet-denoise-plugin SUBDIR += gimp-wavelet-sharpen-plugin SUBDIR += gimpfx-foundry SUBDIR += giram SUBDIR += gkrellkam2 SUBDIR += gle SUBDIR += gle-graphics SUBDIR += glew SUBDIR += glexcess SUBDIR += glfw SUBDIR += glfw2 SUBDIR += glitz SUBDIR += gliv SUBDIR += glosm SUBDIR += glpng SUBDIR += gltt SUBDIR += gmt SUBDIR += gnash SUBDIR += gnofract4d SUBDIR += gnome-color-manager SUBDIR += gnome-video-effects SUBDIR += gnustep-slideshow SUBDIR += gnustep-slideshowkit SUBDIR += gocr SUBDIR += goocanvas SUBDIR += goocanvas2 SUBDIR += goocanvasmm SUBDIR += goocanvasmm2 SUBDIR += goom SUBDIR += gource SUBDIR += gpaint SUBDIR += gphoto2 SUBDIR += gpicview SUBDIR += gplot SUBDIR += gpsmanshp SUBDIR += gracula SUBDIR += grads SUBDIR += grafx2 SUBDIR += graphite2 SUBDIR += graphopt SUBDIR += graphos SUBDIR += graphviz SUBDIR += grx SUBDIR += gscan2pdf SUBDIR += gsculpt SUBDIR += gstreamer-plugins-aalib SUBDIR += gstreamer-plugins-cairo SUBDIR += gstreamer-plugins-gdkpixbuf SUBDIR += gstreamer-plugins-gl SUBDIR += gstreamer-plugins-jpeg SUBDIR += gstreamer-plugins-libcaca SUBDIR += gstreamer-plugins-libpng SUBDIR += gstreamer-plugins-libvisual SUBDIR += gstreamer-plugins-opencv SUBDIR += gstreamer1-plugins-aalib SUBDIR += gstreamer1-plugins-cairo SUBDIR += gstreamer1-plugins-gdkpixbuf SUBDIR += gstreamer1-plugins-gl SUBDIR += gstreamer1-plugins-jpeg SUBDIR += gstreamer1-plugins-libcaca SUBDIR += gstreamer1-plugins-libvisual SUBDIR += gstreamer1-plugins-opencv SUBDIR += gstreamer1-plugins-openjpeg SUBDIR += gstreamer1-plugins-png SUBDIR += gstreamer1-plugins-rsvg SUBDIR += gstreamer1-plugins-webp SUBDIR += gstreamer1-plugins-zbar SUBDIR += gthumb SUBDIR += gtimelapse SUBDIR += gtk-update-icon-cache SUBDIR += gtkam SUBDIR += gtkdps SUBDIR += gts SUBDIR += guilib SUBDIR += gwenview-kde4 SUBDIR += gx SUBDIR += hdr_tools SUBDIR += hobbes-icons-xpm SUBDIR += hppsmtools SUBDIR += hs-HGL SUBDIR += hs-JuicyPixels SUBDIR += hs-cairo SUBDIR += hs-dia-base SUBDIR += hs-dia-functions SUBDIR += hs-svgcairo SUBDIR += hsetroot SUBDIR += hugin SUBDIR += hugin-devel SUBDIR += icat SUBDIR += icc-profiles-basiccolor SUBDIR += icc-profiles-openicc SUBDIR += iccexamin SUBDIR += iccxml SUBDIR += icon-slicer SUBDIR += icontact SUBDIR += icoutils SUBDIR += ida SUBDIR += iec16022 SUBDIR += iiview SUBDIR += ilmbase SUBDIR += imageindex SUBDIR += imageviewer SUBDIR += imageworsener SUBDIR += imc SUBDIR += imgtops SUBDIR += imgv SUBDIR += imlib2 SUBDIR += imlib2_loaders SUBDIR += import-pictures SUBDIR += impressive SUBDIR += inkscape SUBDIR += intel-backlight SUBDIR += intergif SUBDIR += inventor SUBDIR += ipe SUBDIR += iulib SUBDIR += jalbum SUBDIR += jasper SUBDIR += jave6 SUBDIR += jbig2dec SUBDIR += jbigkit SUBDIR += jdraw SUBDIR += jgraph SUBDIR += jhead SUBDIR += jogamp-jogl SUBDIR += jogl SUBDIR += jp2a SUBDIR += jpatch SUBDIR += jpeg SUBDIR += jpeg-turbo SUBDIR += jpeginfo SUBDIR += jpegoptim SUBDIR += jpg2pdf SUBDIR += jpgraph2 SUBDIR += jpgtn SUBDIR += jslice SUBDIR += kamera-kde4 SUBDIR += kcolorchooser SUBDIR += kcoloredit SUBDIR += kdegraphics4 SUBDIR += kdegraphics4-mobipocket SUBDIR += kdegraphics4-strigi-analyzer SUBDIR += kdegraphics4-svgpart SUBDIR += kdegraphics4-thumbnailers SUBDIR += kiconedit SUBDIR += kipi-plugin-acquireimages SUBDIR += kipi-plugin-advancedslideshow SUBDIR += kipi-plugin-batchprocess SUBDIR += kipi-plugin-calendar SUBDIR += kipi-plugin-debianscreenshots SUBDIR += kipi-plugin-dngconverter SUBDIR += kipi-plugin-dropbox SUBDIR += kipi-plugin-expoblending SUBDIR += kipi-plugin-facebook SUBDIR += kipi-plugin-flashexport SUBDIR += kipi-plugin-flickrexport SUBDIR += kipi-plugin-galleryexport SUBDIR += kipi-plugin-googledrive SUBDIR += kipi-plugin-gpssync SUBDIR += kipi-plugin-htmlexport SUBDIR += kipi-plugin-imageshackexport SUBDIR += kipi-plugin-imageviewer SUBDIR += kipi-plugin-imgurexport SUBDIR += kipi-plugin-ipodexport SUBDIR += kipi-plugin-jalbumexport SUBDIR += kipi-plugin-jpeglossless SUBDIR += kipi-plugin-kioexport SUBDIR += kipi-plugin-kmlexport SUBDIR += kipi-plugin-kopete SUBDIR += kipi-plugin-mediawiki SUBDIR += kipi-plugin-metadataedit SUBDIR += kipi-plugin-panorama SUBDIR += kipi-plugin-photolayoutseditor SUBDIR += kipi-plugin-picasawebexport SUBDIR += kipi-plugin-piwigoexport SUBDIR += kipi-plugin-printimages SUBDIR += kipi-plugin-rajceexport SUBDIR += kipi-plugin-rawconverter SUBDIR += kipi-plugin-removeredeyes SUBDIR += kipi-plugin-sendimages SUBDIR += kipi-plugin-shwup SUBDIR += kipi-plugin-smug SUBDIR += kipi-plugin-timeadjust SUBDIR += kipi-plugin-videoslideshow SUBDIR += kipi-plugin-vkontakte SUBDIR += kipi-plugin-yandexfotki SUBDIR += kipi-plugins-kde4 SUBDIR += kix-kmod SUBDIR += klatexformula SUBDIR += kludge3d SUBDIR += kolourpaint SUBDIR += kphotoalbum-kde4 SUBDIR += kpovmodeler SUBDIR += kqtquickcharts SUBDIR += ksaneplugin SUBDIR += ksnapshot SUBDIR += kudu SUBDIR += l2p SUBDIR += laternamagica SUBDIR += lcdtest SUBDIR += lcms SUBDIR += lcms-python SUBDIR += lcms2 SUBDIR += leafpak SUBDIR += lensfun SUBDIR += leptonica SUBDIR += lfview SUBDIR += lib3ds SUBDIR += libEGL SUBDIR += libGL SUBDIR += libGLU SUBDIR += libGLw SUBDIR += libafterimage SUBDIR += libart_lgpl SUBDIR += libaux SUBDIR += libboard SUBDIR += libbpg SUBDIR += libcaca SUBDIR += libcdr01 SUBDIR += libchamplain SUBDIR += libchamplain08 SUBDIR += libdmtx SUBDIR += libdrm SUBDIR += libecwj2 SUBDIR += libemf SUBDIR += libepoxy SUBDIR += libetonyek01 SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libfpx SUBDIR += libfreehand SUBDIR += libgaiagraphics SUBDIR += libgeotiff SUBDIR += libgfx SUBDIR += libglapi SUBDIR += libglesv2 SUBDIR += libgltext SUBDIR += libgltf SUBDIR += libgnomecanvas SUBDIR += libgnomecanvas-reference SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 SUBDIR += libgxps SUBDIR += libimg SUBDIR += libiptcdata SUBDIR += libjpeg-turbo SUBDIR += libkdcraw-kde4 SUBDIR += libkexiv2-kde4 SUBDIR += libkface SUBDIR += libkipi-kde4 SUBDIR += libkipiplugins SUBDIR += libksane SUBDIR += libkscreen SUBDIR += liblqr-1 SUBDIR += liblug SUBDIR += libmng SUBDIR += libmorph SUBDIR += libopenraw SUBDIR += libosmesa SUBDIR += libpano13 SUBDIR += libpcd SUBDIR += libpgf SUBDIR += libpotrace SUBDIR += libprojectm SUBDIR += libpuzzle SUBDIR += libqrencode SUBDIR += librasterlite SUBDIR += librasterlite2 SUBDIR += libraw SUBDIR += libreatlas SUBDIR += librsvg2 SUBDIR += libsixel SUBDIR += libspiro SUBDIR += libsvg SUBDIR += libsvg-cairo SUBDIR += libtxc_dxtn SUBDIR += libvisual SUBDIR += libvisual04 SUBDIR += libvisual04-plugins SUBDIR += libwmf SUBDIR += libwmf-nox11 SUBDIR += libwpg SUBDIR += libwpg03 SUBDIR += lightzone SUBDIR += linplasma SUBDIR += linux-adobesvg SUBDIR += linux-c6-cairo SUBDIR += linux-c6-dri SUBDIR += linux-c6-dri-compat SUBDIR += linux-c6-gdk-pixbuf2 SUBDIR += linux-c6-glx-utils SUBDIR += linux-c6-jpeg SUBDIR += linux-c6-libGLU SUBDIR += linux-c6-png SUBDIR += linux-c6-sdl_image SUBDIR += linux-c6-sdl_ttf SUBDIR += linux-c6-tiff SUBDIR += linux-f10-cairo SUBDIR += linux-f10-dri SUBDIR += linux-f10-gdk-pixbuf SUBDIR += linux-f10-glew SUBDIR += linux-f10-imlib SUBDIR += linux-f10-jpeg SUBDIR += linux-f10-libGLU SUBDIR += linux-f10-libmng SUBDIR += linux-f10-png SUBDIR += linux-f10-sdl_image SUBDIR += linux-f10-sdl_ttf SUBDIR += linux-f10-tiff SUBDIR += linux-f10-ungif SUBDIR += lprof-devel SUBDIR += lua-gd SUBDIR += luminance SUBDIR += luminance-qt5 SUBDIR += luxrender SUBDIR += luxrender14 SUBDIR += mahotas SUBDIR += maim SUBDIR += makehuman SUBDIR += mandelbulber SUBDIR += mapnik SUBDIR += mapserver SUBDIR += mapyrus SUBDIR += megapov SUBDIR += mesa-demos SUBDIR += meshviewer SUBDIR += metacam SUBDIR += metapixel SUBDIR += mhgui SUBDIR += ming SUBDIR += mirage SUBDIR += mitsuba SUBDIR += mmrecover SUBDIR += mozjpeg SUBDIR += mscgen SUBDIR += mtpaint SUBDIR += multican SUBDIR += mupdf SUBDIR += mxp SUBDIR += mypaint SUBDIR += nathive SUBDIR += netpbm SUBDIR += nip2 SUBDIR += nomacs SUBDIR += npretty SUBDIR += nurbs++ SUBDIR += nvidia-texture-tools SUBDIR += ocaml-images SUBDIR += ocaml-lablgl SUBDIR += ocrad SUBDIR += ocre SUBDIR += ocrfeeder SUBDIR += ocropus SUBDIR += ogre3d SUBDIR += okular SUBDIR += opencollada SUBDIR += opencolorio SUBDIR += opencolorio-tools SUBDIR += opencsg SUBDIR += opencv SUBDIR += opencv-core SUBDIR += opencv-java SUBDIR += opendx SUBDIR += opengl-man SUBDIR += opengtl SUBDIR += openimageio SUBDIR += openjpeg SUBDIR += openjpeg15 SUBDIR += openjump SUBDIR += opennurbs SUBDIR += openrm SUBDIR += openshadinglanguage SUBDIR += optar SUBDIR += optipng SUBDIR += osg SUBDIR += osg-devel SUBDIR += osgearth SUBDIR += oyranos SUBDIR += p5-Acme-Steganography-Image-Png SUBDIR += p5-Barcode-ZBar SUBDIR += p5-CAD-Drawing SUBDIR += p5-CAD-Drawing-Template SUBDIR += p5-Cairo SUBDIR += p5-Captcha-reCAPTCHA SUBDIR += p5-Captcha-reCAPTCHA-Mailhide SUBDIR += p5-Chart SUBDIR += p5-Chart-Clicker SUBDIR += p5-Chart-Gnuplot SUBDIR += p5-Chart-Graph SUBDIR += p5-Chart-PNGgraph SUBDIR += p5-Color-Calc SUBDIR += p5-Color-Library SUBDIR += p5-Color-Palette SUBDIR += p5-Color-Rgb SUBDIR += p5-Color-Scheme SUBDIR += p5-Convert-Color SUBDIR += p5-GD SUBDIR += p5-GD-Arrow SUBDIR += p5-GD-Barcode SUBDIR += p5-GD-Graph SUBDIR += p5-GD-Graph-histogram SUBDIR += p5-GD-Graph-ohlc SUBDIR += p5-GD-Graph3d SUBDIR += p5-GD-SVG SUBDIR += p5-GD-TextUtil SUBDIR += p5-GD-Thumbnail SUBDIR += p5-Geo-EOP SUBDIR += p5-Geo-GDAL SUBDIR += p5-Geo-GML SUBDIR += p5-Geo-Gpx SUBDIR += p5-Geo-Point SUBDIR += p5-Geo-Proj4 SUBDIR += p5-Geometry-Primitive SUBDIR += p5-Gimp SUBDIR += p5-Google-Chart SUBDIR += p5-Graph-Easy SUBDIR += p5-Graph-ReadWrite SUBDIR += p5-Graph-SocialMap SUBDIR += p5-Graph-Writer-GraphViz SUBDIR += p5-GraphViz SUBDIR += p5-GraphViz-Data-Structure SUBDIR += p5-GraphViz-Traverse SUBDIR += p5-GraphViz2 SUBDIR += p5-Graphics-Color SUBDIR += p5-Graphics-ColorNames SUBDIR += p5-Graphics-ColorNames-WWW SUBDIR += p5-Graphics-GnuplotIF SUBDIR += p5-Graphics-Primitive SUBDIR += p5-Graphics-Primitive-Driver-Cairo SUBDIR += p5-Image-Base SUBDIR += p5-Image-Base-SVG SUBDIR += p5-Image-Caa SUBDIR += p5-Image-Compare SUBDIR += p5-Image-ExifTool SUBDIR += p5-Image-ExifTool-devel SUBDIR += p5-Image-Grab SUBDIR += p5-Image-Heatmap SUBDIR += p5-Image-IPTCInfo SUBDIR += p5-Image-Imgur SUBDIR += p5-Image-Imlib2 SUBDIR += p5-Image-Info SUBDIR += p5-Image-LibExif SUBDIR += p5-Image-Magick-Iterator SUBDIR += p5-Image-Math-Constrain SUBDIR += p5-Image-MetaData-GQview SUBDIR += p5-Image-MetaData-JPEG SUBDIR += p5-Image-ObjectDetect SUBDIR += p5-Image-PBMlib SUBDIR += p5-Image-Pngslimmer SUBDIR += p5-Image-Scale SUBDIR += p5-Image-Size SUBDIR += p5-Image-Size-FillFullSelect SUBDIR += p5-Imager SUBDIR += p5-Imager-AverageGray SUBDIR += p5-Imager-Graph SUBDIR += p5-Imager-Plot SUBDIR += p5-Imager-QRCode SUBDIR += p5-Imlib2 SUBDIR += p5-Layout-Manager SUBDIR += p5-OpenGL SUBDIR += p5-PGPLOT SUBDIR += p5-SVG-DOM2 SUBDIR += p5-SVG-Graph SUBDIR += p5-SVG-Metadata SUBDIR += p5-SWF-Builder SUBDIR += p5-SWF-File SUBDIR += p5-Sane SUBDIR += p5-SpringGraph SUBDIR += p5-Tk-JPEG-Lite SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio SUBDIR += p5-feedgnuplot SUBDIR += p5-ming SUBDIR += panoglview SUBDIR += panomatic SUBDIR += partio SUBDIR += pdf2svg SUBDIR += pear-Horde_Image SUBDIR += pear-IO_SWF SUBDIR += pear-Image_3D SUBDIR += pear-Image_Barcode SUBDIR += pear-Image_Barcode2 SUBDIR += pear-Image_Canvas SUBDIR += pear-Image_Color SUBDIR += pear-Image_Graph SUBDIR += pear-Image_GraphViz SUBDIR += pear-Image_Transform SUBDIR += pecl-gmagick SUBDIR += pecl-imagick SUBDIR += pecl-imlib2 SUBDIR += pecl-qrencode SUBDIR += pecomato SUBDIR += pencil SUBDIR += peps SUBDIR += pfscalibration SUBDIR += pfstmo SUBDIR += pfstools SUBDIR += pgplot SUBDIR += pho SUBDIR += photopc SUBDIR += phototonic SUBDIR += php-facedetect SUBDIR += php-gdal SUBDIR += php-libpuzzle SUBDIR += php-magickwand SUBDIR += php5-exif SUBDIR += php5-ffmpeg SUBDIR += php5-gd SUBDIR += php5-swfed SUBDIR += php55-exif SUBDIR += php55-gd SUBDIR += php56-exif SUBDIR += php56-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle SUBDIR += pikopixel SUBDIR += pinpoint SUBDIR += pinta SUBDIR += pixelize SUBDIR += pixen SUBDIR += pixie SUBDIR += pixmap SUBDIR += plasma-kmod SUBDIR += plotutils SUBDIR += png SUBDIR += png2html SUBDIR += png2ico SUBDIR += pngcheck SUBDIR += pngcrush SUBDIR += pngnq SUBDIR += pngquant SUBDIR += pngrewrite SUBDIR += pngwriter SUBDIR += podofo SUBDIR += poppler SUBDIR += poppler-data SUBDIR += poppler-glib SUBDIR += poppler-qt4 SUBDIR += poppler-qt5 SUBDIR += poppler-utils SUBDIR += potrace SUBDIR += povray-meta SUBDIR += povray36 SUBDIR += povray37 SUBDIR += ppmcaption SUBDIR += ppminfo SUBDIR += ppsei SUBDIR += pqiv SUBDIR += preview SUBDIR += price SUBDIR += prison SUBDIR += processing SUBDIR += proj SUBDIR += projectm-libvisual SUBDIR += pstoedit SUBDIR += pstoepsi SUBDIR += py-PyX SUBDIR += py-PyX12 SUBDIR += py-aafigure SUBDIR += py-actdiag SUBDIR += py-blockdiag SUBDIR += py-blockdiagcontrib-cisco SUBDIR += py-cairo SUBDIR += py-chart SUBDIR += py-django-easy-thumbnails SUBDIR += py-editobj SUBDIR += py-exif SUBDIR += py-exiv2 SUBDIR += py-freeimagepy SUBDIR += py-gchartwrapper SUBDIR += py-gd SUBDIR += py-gdal SUBDIR += py-gimp SUBDIR += py-glewpy SUBDIR += py-goocanvas SUBDIR += py-gphoto2 SUBDIR += py-graph SUBDIR += py-graph-core SUBDIR += py-graph-dot SUBDIR += py-graphviz SUBDIR += py-graphy SUBDIR += py-gvgen SUBDIR += py-imaging SUBDIR += py-mcomix SUBDIR += py-ming SUBDIR += py-nwdiag SUBDIR += py-opencv SUBDIR += py-openexr SUBDIR += py-opengl SUBDIR += py-opengl-accelerate SUBDIR += py-openimageio SUBDIR += py-paint SUBDIR += py-pillow SUBDIR += py-pivy SUBDIR += py-plotly SUBDIR += py-png SUBDIR += py-poppler SUBDIR += py-poppler-qt4 SUBDIR += py-pycha SUBDIR += py-pydot SUBDIR += py-pygal SUBDIR += py-pyganim SUBDIR += py-pyggel SUBDIR += py-pyglet SUBDIR += py-pygooglechart SUBDIR += py-pyproj SUBDIR += py-qt4-svg + SUBDIR += py-qt5-svg SUBDIR += py-rabbyt SUBDIR += py-sane SUBDIR += py-seqdiag SUBDIR += py-sorl-thumbnail SUBDIR += py-soya3d SUBDIR += py-stltools SUBDIR += py-toyplot SUBDIR += py-wand SUBDIR += py-webcolors SUBDIR += py3-cairo SUBDIR += pygts SUBDIR += pymorph SUBDIR += pysvg SUBDIR += qcomicbook SUBDIR += qgis SUBDIR += qiv SUBDIR += qiviewer SUBDIR += qslim SUBDIR += qt4-iconengines SUBDIR += qt4-imageformats SUBDIR += qt4-opengl SUBDIR += qt4-pixeltool SUBDIR += qt4-svg SUBDIR += qt5-graphicaleffects SUBDIR += qt5-imageformats SUBDIR += qt5-opengl SUBDIR += qt5-pixeltool SUBDIR += qt5-svg SUBDIR += qtawesome SUBDIR += qtgtl SUBDIR += quat SUBDIR += quat-gui SUBDIR += quesa SUBDIR += quesoglc SUBDIR += qxv SUBDIR += radius-engine SUBDIR += raster3d SUBDIR += rawstudio SUBDIR += rawtherapee SUBDIR += rayshade SUBDIR += reallyslick SUBDIR += recoverjpeg SUBDIR += renrot SUBDIR += repng2jpeg SUBDIR += rgbpaint SUBDIR += ristretto SUBDIR += ruby-gd SUBDIR += ruby-gdal SUBDIR += ruby-image_size SUBDIR += ruby-imlib2 SUBDIR += ruby-svg SUBDIR += rubygem-cairo SUBDIR += rubygem-captcha SUBDIR += rubygem-chunky_png SUBDIR += rubygem-clutter SUBDIR += rubygem-clutter-gtk SUBDIR += rubygem-dragonfly SUBDIR += rubygem-emoji SUBDIR += rubygem-exifr SUBDIR += rubygem-ezprint SUBDIR += rubygem-fastimage SUBDIR += rubygem-flamegraph SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-gemojione SUBDIR += rubygem-geokit SUBDIR += rubygem-gitlab_emoji SUBDIR += rubygem-goocanvas SUBDIR += rubygem-gruff SUBDIR += rubygem-image_science SUBDIR += rubygem-imagesize SUBDIR += rubygem-mini_magick SUBDIR += rubygem-objectdetect SUBDIR += rubygem-opengl SUBDIR += rubygem-pdfkit SUBDIR += rubygem-png SUBDIR += rubygem-railroad SUBDIR += rubygem-rmagick SUBDIR += rubygem-rsvg2 SUBDIR += rubygem-ruby-graphviz SUBDIR += rubygem-scruffy SUBDIR += s10sh SUBDIR += sage SUBDIR += sam2p SUBDIR += sampleicc SUBDIR += sane-backends SUBDIR += sane-frontends SUBDIR += scale2x SUBDIR += scantailor SUBDIR += scr2png SUBDIR += scrot SUBDIR += scwm-icons SUBDIR += sdl2_gfx SUBDIR += sdl2_image SUBDIR += sdl2_ttf SUBDIR += sdl_gfx SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += sdump SUBDIR += seam-carving-gui SUBDIR += seejpeg SUBDIR += seexpr SUBDIR += seom SUBDIR += separate SUBDIR += seq2gif SUBDIR += shared-color-profiles SUBDIR += sharpconstruct SUBDIR += shiva-collections SUBDIR += shotwell SUBDIR += showimage SUBDIR += silgraphite SUBDIR += simage SUBDIR += simpleviewer SUBDIR += sk1libs SUBDIR += skanlite SUBDIR += smillaenlarger SUBDIR += springgraph SUBDIR += squish SUBDIR += sswf SUBDIR += stamp SUBDIR += structuresynth SUBDIR += svg2pdf SUBDIR += svg2png SUBDIR += svgalib SUBDIR += svgfig SUBDIR += swfdec SUBDIR += swfmill SUBDIR += swftools SUBDIR += sxiv SUBDIR += synaesthesia SUBDIR += synfigstudio SUBDIR += telak SUBDIR += tesseract SUBDIR += tesseract-data SUBDIR += tgif SUBDIR += tif22pnm SUBDIR += tiff SUBDIR += tiffgt SUBDIR += tifmerge SUBDIR += tilecache SUBDIR += tiled SUBDIR += timeless SUBDIR += tintfu SUBDIR += tinyows SUBDIR += tkpng SUBDIR += togl SUBDIR += truevision SUBDIR += ttygif SUBDIR += tulip SUBDIR += tumble SUBDIR += ufraw SUBDIR += uniconvertor SUBDIR += uniconvw SUBDIR += unpaper SUBDIR += urt SUBDIR += variety SUBDIR += vcg SUBDIR += viewnior SUBDIR += vigra SUBDIR += vips SUBDIR += visprint SUBDIR += volpack SUBDIR += vp SUBDIR += waffle SUBDIR += waifu2x-converter-cpp SUBDIR += webp SUBDIR += whirlgif SUBDIR += white_dune SUBDIR += wings SUBDIR += wmicons SUBDIR += wxsvg SUBDIR += xaos SUBDIR += xbmbrowser SUBDIR += xcftools SUBDIR += xd3d SUBDIR += xdgagrab SUBDIR += xface.el SUBDIR += xfig SUBDIR += xfpovray SUBDIR += xfractint SUBDIR += xglurbules SUBDIR += xgrasp SUBDIR += xli SUBDIR += xmandel SUBDIR += xmedcon SUBDIR += xmlgraphics-commons SUBDIR += xmountains SUBDIR += xnview SUBDIR += xoris SUBDIR += xournal SUBDIR += xpaint SUBDIR += xpdf SUBDIR += xpeps SUBDIR += xpx SUBDIR += xsane SUBDIR += xsvg SUBDIR += xtexcad SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xwpick SUBDIR += yafray SUBDIR += yagf SUBDIR += yed SUBDIR += yukon SUBDIR += zathura SUBDIR += zathura-cb SUBDIR += zathura-djvu SUBDIR += zathura-pdf-mupdf SUBDIR += zathura-pdf-poppler SUBDIR += zathura-ps SUBDIR += zbar SUBDIR += zgv SUBDIR += zimg SUBDIR += zint SUBDIR += zphoto .include Index: head/graphics/py-qt5-svg/Makefile =================================================================== --- head/graphics/py-qt5-svg/Makefile (nonexistent) +++ head/graphics/py-qt5-svg/Makefile (revision 403693) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= svg +CATEGORIES= graphics devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtSvg module + +CONFIGURE_ARGS= --enable QtSvg +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run gui_run widgets_run +USE_QT5= core gui svg widgets qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtSvg API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/graphics/py-qt5-svg/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/py-qt5-svg/pkg-descr =================================================================== --- head/graphics/py-qt5-svg/pkg-descr (nonexistent) +++ head/graphics/py-qt5-svg/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtSvg module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/graphics/py-qt5-svg/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/py-qt5-svg/pkg-plist =================================================================== --- head/graphics/py-qt5-svg/pkg-plist (nonexistent) +++ head/graphics/py-qt5-svg/pkg-plist (revision 403693) @@ -0,0 +1,7 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtSvg.so +%%PYQT_SIPDIR%%/QtSvg/QtSvgmod.sip +%%PYQT_SIPDIR%%/QtSvg/qgraphicssvgitem.sip +%%PYQT_SIPDIR%%/QtSvg/qsvggenerator.sip +%%PYQT_SIPDIR%%/QtSvg/qsvgrenderer.sip +%%PYQT_SIPDIR%%/QtSvg/qsvgwidget.sip +%%API%%share/qt5/qsci/api/python/QtSvg.api Property changes on: head/graphics/py-qt5-svg/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/Makefile =================================================================== --- head/lang/Makefile (revision 403692) +++ head/lang/Makefile (revision 403693) @@ -1,361 +1,362 @@ # $FreeBSD$ # COMMENT = Programming languages SUBDIR += Gofer SUBDIR += abcl SUBDIR += adacontrol SUBDIR += afnix SUBDIR += alchemist.el SUBDIR += algol68g SUBDIR += alisp SUBDIR += angelscript SUBDIR += arena SUBDIR += asis SUBDIR += asn1c SUBDIR += atlast SUBDIR += ats SUBDIR += awka SUBDIR += bas2tap SUBDIR += basic256 SUBDIR += beignet SUBDIR += bf2c SUBDIR += bigloo SUBDIR += bsh SUBDIR += bwbasic SUBDIR += c SUBDIR += ccl SUBDIR += cdent SUBDIR += cduce SUBDIR += ceylon SUBDIR += cfortran SUBDIR += chibi-scheme SUBDIR += chicken SUBDIR += cint SUBDIR += cjs SUBDIR += clang-devel SUBDIR += clang33 SUBDIR += clang34 SUBDIR += clang35 SUBDIR += clang36 SUBDIR += clang37 SUBDIR += clojure SUBDIR += clojure-mode.el SUBDIR += cloudabi-clang SUBDIR += clover SUBDIR += cmucl SUBDIR += cmucl-extra SUBDIR += cocor SUBDIR += cparser SUBDIR += csharp-mode.el SUBDIR += cython SUBDIR += diveintopython SUBDIR += dlv SUBDIR += dmd1 SUBDIR += dmd2 SUBDIR += duktape SUBDIR += ecl SUBDIR += elan SUBDIR += elixir SUBDIR += elixir-mode.el SUBDIR += elk SUBDIR += emacs-lisp-intro SUBDIR += erlang SUBDIR += erlang-java SUBDIR += erlang-riak SUBDIR += erlang-runtime15 SUBDIR += erlang-runtime16 SUBDIR += erlang-runtime17 SUBDIR += erlang-runtime18 SUBDIR += erlang-wx SUBDIR += execline SUBDIR += expect SUBDIR += f2c SUBDIR += fasm SUBDIR += ferite SUBDIR += ficl SUBDIR += fpc SUBDIR += fpc-base SUBDIR += fpc-docs SUBDIR += fpc-lua SUBDIR += fpc-rexx SUBDIR += fpc-rtl-console SUBDIR += fpc-rtl-extra SUBDIR += fpc-rtl-objpas SUBDIR += fpc-rtl-unicode SUBDIR += fpc-tcl SUBDIR += fpc-units SUBDIR += fpc-utils SUBDIR += fsharp SUBDIR += gambit-c SUBDIR += gauche SUBDIR += gawk SUBDIR += gcc SUBDIR += gcc-aux SUBDIR += gcc-ecj45 SUBDIR += gcc46 SUBDIR += gcc47 SUBDIR += gcc48 SUBDIR += gcc49 SUBDIR += gcc5 SUBDIR += gcc5-aux SUBDIR += gcc5-devel SUBDIR += gcc6-aux SUBDIR += gcc6-devel SUBDIR += gcl SUBDIR += gforth SUBDIR += ghc SUBDIR += gjs SUBDIR += gnat_util SUBDIR += gnatdroid-armv7 SUBDIR += gnatdroid-binutils SUBDIR += gnatdroid-binutils-x86 SUBDIR += gnatdroid-sysroot SUBDIR += gnatdroid-sysroot-x86 SUBDIR += gnatdroid-x86 SUBDIR += gnu-cobol SUBDIR += gnustep-base SUBDIR += go SUBDIR += go14 SUBDIR += gprolog SUBDIR += groovy SUBDIR += gscheme SUBDIR += guile SUBDIR += guile2 SUBDIR += harbour SUBDIR += hla SUBDIR += hope SUBDIR += hs-brainfuck SUBDIR += hs-unlambda SUBDIR += huc SUBDIR += hugs SUBDIR += icc SUBDIR += ici SUBDIR += icon SUBDIR += intel2gas SUBDIR += intercal SUBDIR += io SUBDIR += itcl SUBDIR += itcl4 SUBDIR += jakarta-commons-jelly SUBDIR += jimtcl SUBDIR += jruby SUBDIR += js_of_ocaml SUBDIR += jython SUBDIR += kawa SUBDIR += kturtle SUBDIR += lafontaine SUBDIR += lci SUBDIR += lfe SUBDIR += libhx SUBDIR += libjit SUBDIR += libobjc2 SUBDIR += librep SUBDIR += libstdc++_stldoc_4.2.2 SUBDIR += linux-c6-tcl85 SUBDIR += linux-f10-libg2c SUBDIR += linux-f10-tcl85 SUBDIR += linux-j SUBDIR += lua-ada SUBDIR += lua-mode.el SUBDIR += lua51 SUBDIR += lua52 SUBDIR += lua53 SUBDIR += luajit SUBDIR += malbolge SUBDIR += maude SUBDIR += mawk SUBDIR += mdk SUBDIR += micropython SUBDIR += mit-scheme SUBDIR += mixal SUBDIR += mlton SUBDIR += mmix SUBDIR += modula3 SUBDIR += mono SUBDIR += mono-basic SUBDIR += moscow_ml SUBDIR += mosh SUBDIR += mtasc SUBDIR += munger SUBDIR += nawk SUBDIR += nbc SUBDIR += nbfc SUBDIR += nesasm SUBDIR += newlisp SUBDIR += newlisp-devel SUBDIR += nhc98 SUBDIR += nickle SUBDIR += nim SUBDIR += nml SUBDIR += nqc SUBDIR += nwcc SUBDIR += nx SUBDIR += ocaml SUBDIR += ocaml-autoconf SUBDIR += ocaml-nox11 SUBDIR += ofc SUBDIR += ohugs SUBDIR += onyx SUBDIR += oo2c SUBDIR += opendylan SUBDIR += p2c SUBDIR += p5-Data-JavaScript SUBDIR += p5-Error SUBDIR += p5-Expect SUBDIR += p5-ExtUtils-F77 SUBDIR += p5-Interpolation SUBDIR += p5-JSAN SUBDIR += p5-JavaScript-SpiderMonkey SUBDIR += p5-JavaScript-Squish SUBDIR += p5-JavaScript-Value-Escape SUBDIR += p5-List-MoreUtils SUBDIR += p5-Marpa SUBDIR += p5-Marpa-PP SUBDIR += p5-Marpa-XS SUBDIR += p5-Modern-Perl SUBDIR += p5-Parse-Perl SUBDIR += p5-Perl6-Subs SUBDIR += p5-Promises SUBDIR += p5-Pugs-Compiler-Rule SUBDIR += p5-Quantum-Superpositions SUBDIR += p5-Scalar-List-Utils SUBDIR += p5-Switch SUBDIR += p5-Tcl SUBDIR += p5-Test-XPath SUBDIR += p5-Try-Catch SUBDIR += p5-Try-Tiny SUBDIR += p5-Try-Tiny-Retry SUBDIR += p5-TryCatch SUBDIR += p5-ePerl SUBDIR += p5-signatures SUBDIR += p5-v6 SUBDIR += parrot SUBDIR += pbasic SUBDIR += pcc SUBDIR += pecl-perl SUBDIR += perl5-devel SUBDIR += perl5.16 SUBDIR += perl5.18 SUBDIR += perl5.20 SUBDIR += perl5.22 SUBDIR += petite-chez SUBDIR += pfe SUBDIR += phantomjs SUBDIR += pharo SUBDIR += phc SUBDIR += php-mode.el SUBDIR += php5 SUBDIR += php5-extensions SUBDIR += php55 SUBDIR += php55-extensions SUBDIR += php56 SUBDIR += php56-extensions SUBDIR += php_doc SUBDIR += picoc SUBDIR += pike78 SUBDIR += polyml SUBDIR += ptoc SUBDIR += pure SUBDIR += py-clojure SUBDIR += py-mx-base SUBDIR += py-prolog + SUBDIR += py-qt5-qml SUBDIR += pypy SUBDIR += pypy3-devel SUBDIR += python SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 SUBDIR += python-doc-pdf-letter SUBDIR += python-doc-text SUBDIR += python-mode.el SUBDIR += python-tools SUBDIR += python2 SUBDIR += python27 SUBDIR += python3 SUBDIR += python32 SUBDIR += python33 SUBDIR += python34 SUBDIR += python35 SUBDIR += qore SUBDIR += qscheme SUBDIR += qt5-qml SUBDIR += quack SUBDIR += racket SUBDIR += racket-minimal SUBDIR += ratfor SUBDIR += rexx-imc SUBDIR += rexx-regina SUBDIR += rexx-regutil SUBDIR += rexx-wrapper SUBDIR += rhino SUBDIR += rubinius SUBDIR += ruby20 SUBDIR += ruby21 SUBDIR += ruby22 SUBDIR += runawk SUBDIR += rust SUBDIR += rust-nightly SUBDIR += s9fes SUBDIR += sagittarius-scheme SUBDIR += sather-specification SUBDIR += sather-tutorial SUBDIR += sbcl SUBDIR += scala SUBDIR += scala-docs SUBDIR += scheme48 SUBDIR += scm SUBDIR += sdcc SUBDIR += sdcc-devel SUBDIR += see SUBDIR += seed7 SUBDIR += siod SUBDIR += sisc SUBDIR += sketchy SUBDIR += slib SUBDIR += slib-guile SUBDIR += slib-guile2 SUBDIR += slisp SUBDIR += smalltalk SUBDIR += smlnj SUBDIR += snobol4 SUBDIR += spark SUBDIR += spidermonkey17 SUBDIR += spidermonkey170 SUBDIR += spidermonkey185 SUBDIR += spidermonkey24 SUBDIR += spl SUBDIR += squeak SUBDIR += squirrel SUBDIR += stalin SUBDIR += starlogo SUBDIR += stldoc SUBDIR += swi-pl SUBDIR += tcbasic SUBDIR += tcc SUBDIR += tcl-manual SUBDIR += tcl-wrapper SUBDIR += tcl84 SUBDIR += tcl85 SUBDIR += tcl86 SUBDIR += tclX SUBDIR += tinypy SUBDIR += tolua SUBDIR += tolua++ SUBDIR += tuareg-mode.el SUBDIR += twelf SUBDIR += ucc SUBDIR += urweb SUBDIR += v8 SUBDIR += v8-devel SUBDIR += vala SUBDIR += visualworks SUBDIR += whitespace SUBDIR += x10 SUBDIR += yabasic SUBDIR += yap SUBDIR += yap-devel SUBDIR += yorick SUBDIR += ypsilon .include Index: head/lang/py-qt5-qml/Makefile =================================================================== --- head/lang/py-qt5-qml/Makefile (nonexistent) +++ head/lang/py-qt5-qml/Makefile (revision 403693) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= qml +CATEGORIES= lang devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QML module + +CONFIGURE_ARGS= --enable QtQml +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run network_run +USE_QT5= core gui network qml buildtools_build qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtQml API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/lang/py-qt5-qml/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/py-qt5-qml/pkg-descr =================================================================== --- head/lang/py-qt5-qml/pkg-descr (nonexistent) +++ head/lang/py-qt5-qml/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtQml module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/lang/py-qt5-qml/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/py-qt5-qml/pkg-plist =================================================================== --- head/lang/py-qt5-qml/pkg-plist (nonexistent) +++ head/lang/py-qt5-qml/pkg-plist (revision 403693) @@ -0,0 +1,27 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtQml.so +%%QT_PLUGINDIR%%/PyQt5/libpyqt5qmlplugin.so +%%PYQT_SIPDIR%%/QtQml/QtQmlmod.sip +%%PYQT_SIPDIR%%/QtQml/qjsengine.sip +%%PYQT_SIPDIR%%/QtQml/qjsvalue.sip +%%PYQT_SIPDIR%%/QtQml/qjsvalueiterator.sip +%%PYQT_SIPDIR%%/QtQml/qmlattachedpropertiesobject.sip +%%PYQT_SIPDIR%%/QtQml/qmlregistertype.sip +%%PYQT_SIPDIR%%/QtQml/qpyqmllistproperty.sip +%%PYQT_SIPDIR%%/QtQml/qqmlabstracturlinterceptor.sip +%%PYQT_SIPDIR%%/QtQml/qqmlapplicationengine.sip +%%PYQT_SIPDIR%%/QtQml/qqmlcomponent.sip +%%PYQT_SIPDIR%%/QtQml/qqmlcontext.sip +%%PYQT_SIPDIR%%/QtQml/qqmlengine.sip +%%PYQT_SIPDIR%%/QtQml/qqmlerror.sip +%%PYQT_SIPDIR%%/QtQml/qqmlexpression.sip +%%PYQT_SIPDIR%%/QtQml/qqmlextensionplugin.sip +%%PYQT_SIPDIR%%/QtQml/qqmlfileselector.sip +%%PYQT_SIPDIR%%/QtQml/qqmlincubator.sip +%%PYQT_SIPDIR%%/QtQml/qqmllist.sip +%%PYQT_SIPDIR%%/QtQml/qqmlnetworkaccessmanagerfactory.sip +%%PYQT_SIPDIR%%/QtQml/qqmlparserstatus.sip +%%PYQT_SIPDIR%%/QtQml/qqmlproperty.sip +%%PYQT_SIPDIR%%/QtQml/qqmlpropertymap.sip +%%PYQT_SIPDIR%%/QtQml/qqmlpropertyvaluesource.sip +%%PYQT_SIPDIR%%/QtQml/qqmlscriptstring.sip +%%API%%share/qt5/qsci/api/python/QtQml.api Property changes on: head/lang/py-qt5-qml/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/Makefile =================================================================== --- head/misc/Makefile (revision 403692) +++ head/misc/Makefile (revision 403693) @@ -1,497 +1,499 @@ # $FreeBSD$ # COMMENT = Miscellaneous utilities SUBDIR += R-cran-mime SUBDIR += achievo SUBDIR += aclgen SUBDIR += amanda-client SUBDIR += amanda-perl-wrapper SUBDIR += amanda-server SUBDIR += amfm SUBDIR += ansiweather SUBDIR += apparix SUBDIR += artikulate SUBDIR += asbutton SUBDIR += asr-manpages SUBDIR += astrolog SUBDIR += auto-multiple-choice SUBDIR += bb SUBDIR += bbjd SUBDIR += bdelta SUBDIR += bestfit SUBDIR += bibletime SUBDIR += biblical-curse SUBDIR += biosfont-demos SUBDIR += birthday SUBDIR += bogosort SUBDIR += bottlerocket SUBDIR += boxes SUBDIR += boxquote.el SUBDIR += brs SUBDIR += buffer SUBDIR += cave SUBDIR += cdcollect SUBDIR += chef SUBDIR += chmlib SUBDIR += chord2html SUBDIR += cinnamon-translations SUBDIR += clex SUBDIR += cloc SUBDIR += clpbar SUBDIR += cmatrix SUBDIR += colortail SUBDIR += colwide SUBDIR += compat10x SUBDIR += compat4x SUBDIR += compat5x SUBDIR += compat6x SUBDIR += compat7x SUBDIR += compat8x SUBDIR += compat9x SUBDIR += countrycodes SUBDIR += cpuid SUBDIR += crosspad SUBDIR += cs SUBDIR += cstream SUBDIR += cuecat SUBDIR += dahdi SUBDIR += dahdi-kmod SUBDIR += dahdi-kmod26 SUBDIR += ddate SUBDIR += deco SUBDIR += dejagnu SUBDIR += delay SUBDIR += detachtty SUBDIR += diary-hercules SUBDIR += diction SUBDIR += digitemp SUBDIR += display SUBDIR += dnetc SUBDIR += dphys-config SUBDIR += dtach SUBDIR += dvorak7min SUBDIR += dvorakng SUBDIR += e2fsprogs-libblkid SUBDIR += e2fsprogs-libuuid SUBDIR += elixir-uuid SUBDIR += elscreen SUBDIR += erlang-mimerl SUBDIR += esniper SUBDIR += estic SUBDIR += excel-writer SUBDIR += exercism SUBDIR += explosions SUBDIR += fbless SUBDIR += felis SUBDIR += figlet SUBDIR += figlet-fonts SUBDIR += findutils SUBDIR += firestring SUBDIR += flag SUBDIR += floatator SUBDIR += fortune-mod-bible SUBDIR += fortune-mod-bofh SUBDIR += fortune-mod-culmea-culmilor SUBDIR += fortune-mod-epictetus SUBDIR += fortune-mod-ferengi_rules_of_acquisition SUBDIR += fortune-mod-futurama SUBDIR += fortune-mod-psalms SUBDIR += fortuneit SUBDIR += fpc-chm SUBDIR += freebsd-doc-all SUBDIR += freebsd-doc-bn SUBDIR += freebsd-doc-da SUBDIR += freebsd-doc-de SUBDIR += freebsd-doc-el SUBDIR += freebsd-doc-en SUBDIR += freebsd-doc-es SUBDIR += freebsd-doc-fr SUBDIR += freebsd-doc-hu SUBDIR += freebsd-doc-it SUBDIR += freebsd-doc-ja SUBDIR += freebsd-doc-ko SUBDIR += freebsd-doc-mn SUBDIR += freebsd-doc-nl SUBDIR += freebsd-doc-pl SUBDIR += freebsd-doc-pt SUBDIR += freebsd-doc-ru SUBDIR += freebsd-doc-sr SUBDIR += freebsd-doc-tr SUBDIR += freebsd-doc-zh_cn SUBDIR += freebsd-doc-zh_tw SUBDIR += freeguide SUBDIR += ftdi-eeprom SUBDIR += fxload SUBDIR += gcstar SUBDIR += gctpc SUBDIR += geekcode SUBDIR += getopt SUBDIR += gimp-help-ca SUBDIR += gimp-help-da SUBDIR += gimp-help-el SUBDIR += gimp-help-en SUBDIR += gimp-help-en_GB SUBDIR += gimp-help-es SUBDIR += gimp-help-it SUBDIR += gimp-help-nl SUBDIR += gimp-help-nn SUBDIR += gimp-help-sl SUBDIR += gimp-help-sv SUBDIR += gkrellm-gamma SUBDIR += gkrellm-helium SUBDIR += gkrellm-xkb SUBDIR += gkrellmbgchg2 SUBDIR += gkrellmlaunch2 SUBDIR += gkrellshoot2 SUBDIR += gkrellweather2 SUBDIR += gkx86info2 SUBDIR += gnome-devel-docs SUBDIR += gnome-icon-theme SUBDIR += gnome-icon-theme-extras SUBDIR += gnome-mime-data SUBDIR += gnome-osd SUBDIR += gnome-user-docs SUBDIR += gnu-watch SUBDIR += gnuit SUBDIR += gnuls SUBDIR += gnustep-examples SUBDIR += gone SUBDIR += gonvert SUBDIR += gplink SUBDIR += granulate SUBDIR += grc SUBDIR += gregexp SUBDIR += grun SUBDIR += gtkfind SUBDIR += gwhich SUBDIR += hb SUBDIR += hello SUBDIR += help2man SUBDIR += heyu2 SUBDIR += hicolor-icon-theme SUBDIR += histring SUBDIR += hotkeys SUBDIR += hulgalugha SUBDIR += imerge SUBDIR += ini_file_manager SUBDIR += inplace SUBDIR += ipa_conv SUBDIR += ipbt SUBDIR += iselect SUBDIR += iso-codes SUBDIR += jargon SUBDIR += jbidwatcher SUBDIR += jive SUBDIR += kbdscan SUBDIR += kcd SUBDIR += kde-thumbnailer-chm SUBDIR += kde-thumbnailer-epub SUBDIR += kde-thumbnailer-fb2 SUBDIR += kde4-l10n SUBDIR += kde4-l10n-bg SUBDIR += kde4-l10n-bs SUBDIR += kde4-l10n-ca SUBDIR += kde4-l10n-ca_valencia SUBDIR += kde4-l10n-cs SUBDIR += kde4-l10n-da SUBDIR += kde4-l10n-el SUBDIR += kde4-l10n-en_GB SUBDIR += kde4-l10n-es SUBDIR += kde4-l10n-et SUBDIR += kde4-l10n-eu SUBDIR += kde4-l10n-fa SUBDIR += kde4-l10n-fi SUBDIR += kde4-l10n-ga SUBDIR += kde4-l10n-gl SUBDIR += kde4-l10n-hi SUBDIR += kde4-l10n-hr SUBDIR += kde4-l10n-ia SUBDIR += kde4-l10n-id SUBDIR += kde4-l10n-is SUBDIR += kde4-l10n-it SUBDIR += kde4-l10n-kk SUBDIR += kde4-l10n-km SUBDIR += kde4-l10n-lt SUBDIR += kde4-l10n-lv SUBDIR += kde4-l10n-mr SUBDIR += kde4-l10n-nb SUBDIR += kde4-l10n-nds SUBDIR += kde4-l10n-nl SUBDIR += kde4-l10n-nn SUBDIR += kde4-l10n-pa SUBDIR += kde4-l10n-ro SUBDIR += kde4-l10n-si SUBDIR += kde4-l10n-sk SUBDIR += kde4-l10n-sl SUBDIR += kde4-l10n-sr SUBDIR += kde4-l10n-sv SUBDIR += kde4-l10n-tg SUBDIR += kde4-l10n-th SUBDIR += kde4-l10n-tr SUBDIR += kde4-l10n-ug SUBDIR += kde4-l10n-wa SUBDIR += kde4-xdg-env SUBDIR += kdeedu4 SUBDIR += kdehier4 SUBDIR += kdeutils4 SUBDIR += kenny SUBDIR += kgeography SUBDIR += klettres SUBDIR += krecipes-kde4 SUBDIR += ktouch SUBDIR += kwordquiz SUBDIR += latex-mk SUBDIR += lc SUBDIR += lesspipe SUBDIR += libeatmydata SUBDIR += libisocodes SUBDIR += libkdeedu SUBDIR += libmetalink SUBDIR += libpri SUBDIR += libsupertone SUBDIR += libutf SUBDIR += lifelines SUBDIR += lingoteach SUBDIR += linm SUBDIR += localedata SUBDIR += logsurfer SUBDIR += loop SUBDIR += lr SUBDIR += lv SUBDIR += lxde-common SUBDIR += magicpoint SUBDIR += man.el SUBDIR += mbuffer SUBDIR += mc SUBDIR += mc-light SUBDIR += mdp SUBDIR += metalink-checker SUBDIR += metalink-editor SUBDIR += metalink-tools SUBDIR += metromap SUBDIR += mime-support SUBDIR += mirmon SUBDIR += mmv SUBDIR += mtail SUBDIR += mtx SUBDIR += najitool SUBDIR += newer SUBDIR += nsf SUBDIR += numchar SUBDIR += nut SUBDIR += ondir SUBDIR += opencyc SUBDIR += openr2 SUBDIR += orville-write SUBDIR += ossp-uuid SUBDIR += otter SUBDIR += p5-Acme-ButFirst SUBDIR += p5-Array-Compare SUBDIR += p5-Array-Diff SUBDIR += p5-Array-FileReader SUBDIR += p5-Array-IntSpan SUBDIR += p5-Array-LineReader SUBDIR += p5-Array-PrintCols SUBDIR += p5-Array-RefElem SUBDIR += p5-Asterisk SUBDIR += p5-Asterisk-FastAGI SUBDIR += p5-Bot-Training SUBDIR += p5-Bot-Training-MegaHAL SUBDIR += p5-Bot-Training-StarCraft SUBDIR += p5-Business-EDI SUBDIR += p5-Business-Hours SUBDIR += p5-Business-ISBN SUBDIR += p5-Business-ISBN-Data SUBDIR += p5-Business-ISIN SUBDIR += p5-Business-ISMN SUBDIR += p5-Business-ISSN SUBDIR += p5-Business-UPS SUBDIR += p5-Chatbot-Eliza SUBDIR += p5-Data-Buffer SUBDIR += p5-File-CounterFile SUBDIR += p5-File-Sort SUBDIR += p5-Geo-Cache SUBDIR += p5-Geo-Coder-Bing SUBDIR += p5-Geo-Coder-Geocoder-US SUBDIR += p5-Geo-Coder-Google SUBDIR += p5-Geo-Coder-Googlev3 SUBDIR += p5-Geo-Coder-Many SUBDIR += p5-Geo-Coder-Mapquest SUBDIR += p5-Geo-Coder-Multimap SUBDIR += p5-Geo-Coder-Multiple SUBDIR += p5-Geo-Coder-Navteq SUBDIR += p5-Geo-Coder-OSM SUBDIR += p5-Geo-Coder-OpenCage SUBDIR += p5-Geo-Coder-Ovi SUBDIR += p5-Geo-Coder-PlaceFinder SUBDIR += p5-Geo-Coder-TomTom SUBDIR += p5-Geo-GeoNames SUBDIR += p5-Geo-Postcodes SUBDIR += p5-Geo-Postcodes-DK SUBDIR += p5-Geo-Postcodes-NO SUBDIR += p5-Geo-Weather SUBDIR += p5-Geography-Countries SUBDIR += p5-I18N-Charset SUBDIR += p5-I18N-LangTags SUBDIR += p5-LEGO-RCX SUBDIR += p5-List-Compare SUBDIR += p5-List-Util-WeightedRoundRobin SUBDIR += p5-Locale-Codes SUBDIR += p5-Locale-Geocode SUBDIR += p5-Locale-Msgcat SUBDIR += p5-Locale-SubCountry SUBDIR += p5-Locale-US SUBDIR += p5-Net-vCard SUBDIR += p5-Norge SUBDIR += p5-OSSP-uuid SUBDIR += p5-Software-License SUBDIR += p5-Software-License-CCpack SUBDIR += p5-Test-Dir SUBDIR += p5-Text-FIGlet SUBDIR += p5-Tie-DxHash SUBDIR += p5-Zen-Koans SUBDIR += pantry SUBDIR += parley SUBDIR += pastebinit SUBDIR += patchutils SUBDIR += pauker SUBDIR += pciids SUBDIR += pdmenu SUBDIR += pear-Services_Weather SUBDIR += pear-Text_Figlet SUBDIR += pecl-timezonedb SUBDIR += pfm SUBDIR += php5-calendar SUBDIR += php55-calendar SUBDIR += php56-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pipe SUBDIR += podsleuth SUBDIR += posixtestsuite SUBDIR += proxyper SUBDIR += pspresent SUBDIR += py-YABT SUBDIR += py-osd SUBDIR += py-pexpect SUBDIR += py-progressbar SUBDIR += py-progressbar231 SUBDIR += py-qt4-demo SUBDIR += py-qt4-doc + SUBDIR += py-qt5-demo + SUBDIR += py-qt5-doc SUBDIR += py-yolk SUBDIR += pylize SUBDIR += pypanda SUBDIR += qbrew SUBDIR += qlas SUBDIR += qmetro SUBDIR += qt4-doc SUBDIR += qt4-l10n SUBDIR += qt4-qtconfig SUBDIR += qt4-qtdemo SUBDIR += qt5ct SUBDIR += quotes SUBDIR += raspberrypi-userland SUBDIR += raspbsd-led SUBDIR += ree SUBDIR += rfc SUBDIR += ringtonetools SUBDIR += rname SUBDIR += rpl SUBDIR += rtfm SUBDIR += rubygem-dotenv SUBDIR += rubygem-iesd SUBDIR += rubygem-mime-types SUBDIR += rubygem-mime-types-data SUBDIR += rubygem-mime-types1 SUBDIR += rubygem-mimemagic SUBDIR += rubygem-rabbit SUBDIR += rubygem-vpim SUBDIR += rump SUBDIR += saaghar SUBDIR += seq2 SUBDIR += shared-mime-info SUBDIR += shc SUBDIR += shuffle SUBDIR += shuffle-db SUBDIR += since SUBDIR += skyutils SUBDIR += sloccount SUBDIR += sls SUBDIR += smssend SUBDIR += solarized SUBDIR += spamcalc SUBDIR += sshbuddy SUBDIR += sssnips SUBDIR += susv2 SUBDIR += susv3 SUBDIR += susv4 SUBDIR += sword SUBDIR += table.el SUBDIR += talkfilters SUBDIR += tcb SUBDIR += team SUBDIR += telbook SUBDIR += tellico-kde4 SUBDIR += tempcontrol SUBDIR += termatrix SUBDIR += terraform SUBDIR += teseq SUBDIR += tkcron SUBDIR += tkinfo SUBDIR += tkregexp SUBDIR += tkrunit SUBDIR += toilet SUBDIR += tpp SUBDIR += translate SUBDIR += ttyrec SUBDIR += tudu SUBDIR += tvbrowser SUBDIR += typetrainer SUBDIR += uk-phone SUBDIR += uk-postcodes SUBDIR += umodunpack SUBDIR += unclutter SUBDIR += upclient SUBDIR += us-zipcodes SUBDIR += usbids SUBDIR += usbrh-libusb SUBDIR += utftools SUBDIR += valspeak SUBDIR += vdmfec SUBDIR += vera SUBDIR += vifm SUBDIR += viz SUBDIR += whichman SUBDIR += window SUBDIR += wmScoreBoard SUBDIR += wmcalendar SUBDIR += wmjulia SUBDIR += wmpal SUBDIR += wmtunlo SUBDIR += wmweather+ SUBDIR += wmwork SUBDIR += wotsap SUBDIR += xd SUBDIR += xdelta SUBDIR += xdelta3 SUBDIR += xdg-menu SUBDIR += xfce4-appfinder SUBDIR += xfce4-weather-plugin SUBDIR += xfce4-wm-themes SUBDIR += xgas SUBDIR += xiphos SUBDIR += xless SUBDIR += xosd SUBDIR += xpns SUBDIR += xsw SUBDIR += xtail SUBDIR += xtar SUBDIR += xtypo SUBDIR += xyzcmd SUBDIR += yaunc SUBDIR += ytree SUBDIR += zoneinfo .include Index: head/misc/py-qt5-demo/Makefile =================================================================== --- head/misc/py-qt5-demo/Makefile (nonexistent) +++ head/misc/py-qt5-demo/Makefile (revision 403693) @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= demo +PORTVERSION= ${PYQT5_VERSION} +CATEGORIES= misc devel python +MASTER_SITES= ${MASTER_SITES_PYQT5} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- +DISTNAME= ${PYQT_DISTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, Qt demo and examples + +DISTINFO_FILE= ${PYQT_DISTINFO_FILE} + +NO_BUILD= yes +USES= python pyqt:5 +USE_PYQT= # + +EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5 + +USE_PYQT= core_run dbus_run designer_run \ + designerplugin_run doc_run gui_run multimedia_run \ + multimediawidgets_run network_run opengl_run qscintilla2_run \ + sql_run svg_run test_run webkit_run xml_run \ + xmlpatterns_run sip_run qscintilla2_run \ + printsupport_run serialport_run webkitwidgets_run widgets_run + +do-install: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} + +post-install: + ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ + -f -d ${PYTHONPREFIX_SITELIBDIR} \ + ${STAGEDIR}${EXAMPLESDIR} + ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ + -f -d ${PYTHONPREFIX_SITELIBDIR} \ + ${STAGEDIR}${EXAMPLESDIR} + +.include Property changes on: head/misc/py-qt5-demo/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/py-qt5-demo/pkg-descr =================================================================== --- head/misc/py-qt5-demo/pkg-descr (nonexistent) +++ head/misc/py-qt5-demo/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the PyQt5 demo and examples. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/misc/py-qt5-demo/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/py-qt5-demo/pkg-plist =================================================================== --- head/misc/py-qt5-demo/pkg-plist (nonexistent) +++ head/misc/py-qt5-demo/pkg-plist (revision 403693) @@ -0,0 +1,1260 @@ +%%EXAMPLESDIR%%/README +%%EXAMPLESDIR%%/activeqt/README +%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image0.xpm +%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image1.xpm +%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image2.xpm +%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image3.xpm +%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image4.xpm +%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image5.xpm +%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image6.xpm +%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.qrc +%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.ui +%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.py +%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.pyc +%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.pyo +%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.py +%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyc +%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyo +%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.py +%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyc +%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyo +%%EXAMPLESDIR%%/animation/README +%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.py +%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyc +%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyo +%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.qrc +%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc.py +%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc.pyc +%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc.pyo +%%EXAMPLESDIR%%/animation/animatedtiles/images/Time-For-Lunch-2.jpg +%%EXAMPLESDIR%%/animation/animatedtiles/images/centered.png +%%EXAMPLESDIR%%/animation/animatedtiles/images/ellipse.png +%%EXAMPLESDIR%%/animation/animatedtiles/images/figure8.png +%%EXAMPLESDIR%%/animation/animatedtiles/images/kinetic.png +%%EXAMPLESDIR%%/animation/animatedtiles/images/random.png +%%EXAMPLESDIR%%/animation/animatedtiles/images/tile.png +%%EXAMPLESDIR%%/animation/appchooser/accessories-dictionary.png +%%EXAMPLESDIR%%/animation/appchooser/akregator.png +%%EXAMPLESDIR%%/animation/appchooser/appchooser.py +%%EXAMPLESDIR%%/animation/appchooser/appchooser.pyc +%%EXAMPLESDIR%%/animation/appchooser/appchooser.pyo +%%EXAMPLESDIR%%/animation/appchooser/appchooser.qrc +%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc.py +%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc.pyc +%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc.pyo +%%EXAMPLESDIR%%/animation/appchooser/digikam.png +%%EXAMPLESDIR%%/animation/appchooser/k3b.png +%%EXAMPLESDIR%%/animation/easing/easing.py +%%EXAMPLESDIR%%/animation/easing/easing.pyc +%%EXAMPLESDIR%%/animation/easing/easing.pyo +%%EXAMPLESDIR%%/animation/easing/easing.qrc +%%EXAMPLESDIR%%/animation/easing/easing_rc.py +%%EXAMPLESDIR%%/animation/easing/easing_rc.pyc +%%EXAMPLESDIR%%/animation/easing/easing_rc.pyo +%%EXAMPLESDIR%%/animation/easing/form.ui +%%EXAMPLESDIR%%/animation/easing/images/qt-logo.png +%%EXAMPLESDIR%%/animation/easing/ui_form.py +%%EXAMPLESDIR%%/animation/easing/ui_form.pyc +%%EXAMPLESDIR%%/animation/easing/ui_form.pyo +%%EXAMPLESDIR%%/animation/moveblocks.py +%%EXAMPLESDIR%%/animation/moveblocks.pyc +%%EXAMPLESDIR%%/animation/moveblocks.pyo +%%EXAMPLESDIR%%/animation/states/accessories-dictionary.png +%%EXAMPLESDIR%%/animation/states/akregator.png +%%EXAMPLESDIR%%/animation/states/digikam.png +%%EXAMPLESDIR%%/animation/states/help-browser.png +%%EXAMPLESDIR%%/animation/states/k3b.png +%%EXAMPLESDIR%%/animation/states/kchart.png +%%EXAMPLESDIR%%/animation/states/states.py +%%EXAMPLESDIR%%/animation/states/states.pyc +%%EXAMPLESDIR%%/animation/states/states.pyo +%%EXAMPLESDIR%%/animation/states/states.qrc +%%EXAMPLESDIR%%/animation/states/states_rc.py +%%EXAMPLESDIR%%/animation/states/states_rc.pyc +%%EXAMPLESDIR%%/animation/states/states_rc.pyo +%%EXAMPLESDIR%%/animation/stickman/animations/chilling +%%EXAMPLESDIR%%/animation/stickman/animations/dancing +%%EXAMPLESDIR%%/animation/stickman/animations/dead +%%EXAMPLESDIR%%/animation/stickman/animations/jumping +%%EXAMPLESDIR%%/animation/stickman/stickman.py +%%EXAMPLESDIR%%/animation/stickman/stickman.pyc +%%EXAMPLESDIR%%/animation/stickman/stickman.pyo +%%EXAMPLESDIR%%/animation/stickman/stickman.qrc +%%EXAMPLESDIR%%/animation/stickman/stickman_rc.py +%%EXAMPLESDIR%%/animation/stickman/stickman_rc.pyc +%%EXAMPLESDIR%%/animation/stickman/stickman_rc.pyo +%%EXAMPLESDIR%%/dbus/chat/chat.py +%%EXAMPLESDIR%%/dbus/chat/chat.pyc +%%EXAMPLESDIR%%/dbus/chat/chat.pyo +%%EXAMPLESDIR%%/dbus/chat/chatmainwindow.ui +%%EXAMPLESDIR%%/dbus/chat/chatsetnickname.ui +%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.py +%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.pyc +%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.pyo +%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.py +%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.pyc +%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.pyo +%%EXAMPLESDIR%%/dbus/listnames.py +%%EXAMPLESDIR%%/dbus/listnames.pyc +%%EXAMPLESDIR%%/dbus/listnames.pyo +%%EXAMPLESDIR%%/dbus/pingpong/ping.py +%%EXAMPLESDIR%%/dbus/pingpong/ping.pyc +%%EXAMPLESDIR%%/dbus/pingpong/ping.pyo +%%EXAMPLESDIR%%/dbus/pingpong/pong.py +%%EXAMPLESDIR%%/dbus/pingpong/pong.pyc +%%EXAMPLESDIR%%/dbus/pingpong/pong.pyo +%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.py +%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.pyc +%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.pyo +%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.py +%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.pyc +%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.pyo +%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.ui +%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.py +%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyc +%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyo +%%EXAMPLESDIR%%/designer/README +%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.py +%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyc +%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyo +%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.ui +%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.py +%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyc +%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyo +%%EXAMPLESDIR%%/designer/plugins/plugins.py +%%EXAMPLESDIR%%/designer/plugins/plugins.pyc +%%EXAMPLESDIR%%/designer/plugins/plugins.pyo +%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.py +%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyc +%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyo +%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.py +%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyc +%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyo +%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.py +%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyc +%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyo +%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.py +%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyc +%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyo +%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.py +%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyc +%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyo +%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.py +%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyc +%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyo +%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.py +%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyc +%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyo +%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.py +%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyc +%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyo +%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.py +%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyc +%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyo +%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.py +%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyc +%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyo +%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.py +%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyc +%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyo +%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.py +%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyc +%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyo +%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.py +%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyc +%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyo +%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.py +%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyc +%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyo +%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.py +%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyc +%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyo +%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.py +%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyc +%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyo +%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.py +%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyc +%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyo +%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.py +%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyc +%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyo +%%EXAMPLESDIR%%/desktop/README +%%EXAMPLESDIR%%/desktop/screenshot.py +%%EXAMPLESDIR%%/desktop/screenshot.pyc +%%EXAMPLESDIR%%/desktop/screenshot.pyo +%%EXAMPLESDIR%%/desktop/systray/images/bad.png +%%EXAMPLESDIR%%/desktop/systray/images/heart.png +%%EXAMPLESDIR%%/desktop/systray/images/trash.png +%%EXAMPLESDIR%%/desktop/systray/systray.py +%%EXAMPLESDIR%%/desktop/systray/systray.pyc +%%EXAMPLESDIR%%/desktop/systray/systray.pyo +%%EXAMPLESDIR%%/desktop/systray/systray.qrc +%%EXAMPLESDIR%%/desktop/systray/systray_rc.py +%%EXAMPLESDIR%%/desktop/systray/systray_rc.pyc +%%EXAMPLESDIR%%/desktop/systray/systray_rc.pyo +%%EXAMPLESDIR%%/dialogs/README +%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.py +%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyc +%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyo +%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.qrc +%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc.py +%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc.pyc +%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc.pyo +%%EXAMPLESDIR%%/dialogs/classwizard/images/background.png +%%EXAMPLESDIR%%/dialogs/classwizard/images/banner.png +%%EXAMPLESDIR%%/dialogs/classwizard/images/logo1.png +%%EXAMPLESDIR%%/dialogs/classwizard/images/logo2.png +%%EXAMPLESDIR%%/dialogs/classwizard/images/logo3.png +%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark1.png +%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark2.png +%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.py +%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyc +%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyo +%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.qrc +%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.py +%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.pyc +%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.pyo +%%EXAMPLESDIR%%/dialogs/configdialog/images/config.png +%%EXAMPLESDIR%%/dialogs/configdialog/images/query.png +%%EXAMPLESDIR%%/dialogs/configdialog/images/update.png +%%EXAMPLESDIR%%/dialogs/extension.py +%%EXAMPLESDIR%%/dialogs/extension.pyc +%%EXAMPLESDIR%%/dialogs/extension.pyo +%%EXAMPLESDIR%%/dialogs/findfiles.py +%%EXAMPLESDIR%%/dialogs/findfiles.pyc +%%EXAMPLESDIR%%/dialogs/findfiles.pyo +%%EXAMPLESDIR%%/dialogs/standarddialogs.py +%%EXAMPLESDIR%%/dialogs/standarddialogs.pyc +%%EXAMPLESDIR%%/dialogs/standarddialogs.pyo +%%EXAMPLESDIR%%/dialogs/tabdialog.py +%%EXAMPLESDIR%%/dialogs/tabdialog.pyc +%%EXAMPLESDIR%%/dialogs/tabdialog.pyo +%%EXAMPLESDIR%%/dialogs/trivialwizard.py +%%EXAMPLESDIR%%/dialogs/trivialwizard.pyc +%%EXAMPLESDIR%%/dialogs/trivialwizard.pyo +%%EXAMPLESDIR%%/draganddrop/README +%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.py +%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.pyc +%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.pyo +%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.qrc +%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc.py +%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc.pyc +%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc.pyo +%%EXAMPLESDIR%%/draganddrop/delayedencoding/images/drag.png +%%EXAMPLESDIR%%/draganddrop/delayedencoding/images/example.svg +%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.py +%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyc +%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyo +%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.qrc +%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.py +%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.pyc +%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.pyo +%%EXAMPLESDIR%%/draganddrop/draggableicons/images/boat.png +%%EXAMPLESDIR%%/draganddrop/draggableicons/images/car.png +%%EXAMPLESDIR%%/draganddrop/draggableicons/images/house.png +%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.py +%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyc +%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyo +%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.qrc +%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.py +%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.pyc +%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.pyo +%%EXAMPLESDIR%%/draganddrop/draggabletext/words.txt +%%EXAMPLESDIR%%/draganddrop/dropsite.py +%%EXAMPLESDIR%%/draganddrop/dropsite.pyc +%%EXAMPLESDIR%%/draganddrop/dropsite.pyo +%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.py +%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc +%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyo +%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc +%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.py +%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.pyc +%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.pyo +%%EXAMPLESDIR%%/draganddrop/fridgemagnets/words.txt +%%EXAMPLESDIR%%/draganddrop/puzzle/example.jpg +%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.py +%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyc +%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyo +%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.qrc +%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.py +%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.pyc +%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.pyo +%%EXAMPLESDIR%%/effects/README +%%EXAMPLESDIR%%/effects/lighting.py +%%EXAMPLESDIR%%/effects/lighting.pyc +%%EXAMPLESDIR%%/effects/lighting.pyo +%%EXAMPLESDIR%%/graphicsview/README +%%EXAMPLESDIR%%/graphicsview/anchorlayout.py +%%EXAMPLESDIR%%/graphicsview/anchorlayout.pyc +%%EXAMPLESDIR%%/graphicsview/anchorlayout.pyo +%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.py +%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyc +%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyo +%%EXAMPLESDIR%%/graphicsview/collidingmice/images/cheese.jpg +%%EXAMPLESDIR%%/graphicsview/collidingmice/mice.qrc +%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.py +%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.pyc +%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.pyo +%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.py +%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyc +%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyo +%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.qrc +%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc.py +%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc.pyc +%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc.pyo +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background1.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background2.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background3.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background4.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bold.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bringtofront.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/delete.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/floodfill.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/italic.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linecolor.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linepointer.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/pointer.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/sendtoback.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/textpointer.png +%%EXAMPLESDIR%%/graphicsview/diagramscene/images/underline.png +%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.py +%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyc +%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyo +%%EXAMPLESDIR%%/graphicsview/dragdroprobot/images/head.png +%%EXAMPLESDIR%%/graphicsview/elasticnodes.py +%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyc +%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyo +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/No-Ones-Laughing-3.jpg +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.py +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.pyc +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.pyo +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.ui +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.py +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.pyc +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.pyo +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.qrc +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.py +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.pyc +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.pyo +%%EXAMPLESDIR%%/graphicsview/padnavigator/form.ui +%%EXAMPLESDIR%%/graphicsview/padnavigator/images/artsfftscope.png +%%EXAMPLESDIR%%/graphicsview/padnavigator/images/blue_angle_swirl.jpg +%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_contacts.png +%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_journal.png +%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_mail.png +%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_notes.png +%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kopeteavailable.png +%%EXAMPLESDIR%%/graphicsview/padnavigator/images/metacontact_online.png +%%EXAMPLESDIR%%/graphicsview/padnavigator/images/minitools.png +%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.py +%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyc +%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyo +%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.qrc +%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc.py +%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc.pyc +%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc.pyo +%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_form.py +%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_form.pyc +%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_form.pyo +%%EXAMPLESDIR%%/ipc/README +%%EXAMPLESDIR%%/ipc/localfortuneclient.py +%%EXAMPLESDIR%%/ipc/localfortuneclient.pyc +%%EXAMPLESDIR%%/ipc/localfortuneclient.pyo +%%EXAMPLESDIR%%/ipc/localfortuneserver.py +%%EXAMPLESDIR%%/ipc/localfortuneserver.pyc +%%EXAMPLESDIR%%/ipc/localfortuneserver.pyo +%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.py +%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.pyc +%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.pyo +%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.ui +%%EXAMPLESDIR%%/ipc/sharedmemory/image.png +%%EXAMPLESDIR%%/ipc/sharedmemory/qt.png +%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.py +%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.pyc +%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.pyo +%%EXAMPLESDIR%%/itemviews/README +%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.py +%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyc +%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyo +%%EXAMPLESDIR%%/itemviews/chart/chart.py +%%EXAMPLESDIR%%/itemviews/chart/chart.pyc +%%EXAMPLESDIR%%/itemviews/chart/chart.pyo +%%EXAMPLESDIR%%/itemviews/chart/chart.qrc +%%EXAMPLESDIR%%/itemviews/chart/chart_rc.py +%%EXAMPLESDIR%%/itemviews/chart/chart_rc.pyc +%%EXAMPLESDIR%%/itemviews/chart/chart_rc.pyo +%%EXAMPLESDIR%%/itemviews/chart/mydata.cht +%%EXAMPLESDIR%%/itemviews/chart/qtdata.cht +%%EXAMPLESDIR%%/itemviews/coloreditorfactory.py +%%EXAMPLESDIR%%/itemviews/coloreditorfactory.pyc +%%EXAMPLESDIR%%/itemviews/coloreditorfactory.pyo +%%EXAMPLESDIR%%/itemviews/combowidgetmapper.py +%%EXAMPLESDIR%%/itemviews/combowidgetmapper.pyc +%%EXAMPLESDIR%%/itemviews/combowidgetmapper.pyo +%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.py +%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.pyc +%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.pyo +%%EXAMPLESDIR%%/itemviews/dirview.py +%%EXAMPLESDIR%%/itemviews/dirview.pyc +%%EXAMPLESDIR%%/itemviews/dirview.pyo +%%EXAMPLESDIR%%/itemviews/editabletreemodel/default.txt +%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.py +%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyc +%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyo +%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.qrc +%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.py +%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.pyc +%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.pyo +%%EXAMPLESDIR%%/itemviews/editabletreemodel/mainwindow.ui +%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.py +%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyc +%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyo +%%EXAMPLESDIR%%/itemviews/fetchmore.py +%%EXAMPLESDIR%%/itemviews/fetchmore.pyc +%%EXAMPLESDIR%%/itemviews/fetchmore.pyo +%%EXAMPLESDIR%%/itemviews/pixelator/images/qt.png +%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py +%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc +%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyo +%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.qrc +%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.py +%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.pyc +%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.pyo +%%EXAMPLESDIR%%/itemviews/puzzle/example.jpg +%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.py +%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyc +%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyo +%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.qrc +%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.py +%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.pyc +%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.pyo +%%EXAMPLESDIR%%/itemviews/simpledommodel.py +%%EXAMPLESDIR%%/itemviews/simpledommodel.pyc +%%EXAMPLESDIR%%/itemviews/simpledommodel.pyo +%%EXAMPLESDIR%%/itemviews/simpletreemodel/default.txt +%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.py +%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc +%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyo +%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc +%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.py +%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyc +%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyo +%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.py +%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.pyc +%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.pyo +%%EXAMPLESDIR%%/itemviews/spinboxdelegate.py +%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc +%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyo +%%EXAMPLESDIR%%/itemviews/spreadsheet/images/interview.png +%%EXAMPLESDIR%%/itemviews/spreadsheet/printview.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/printview.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/printview.pyo +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.pyo +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.qrc +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet_rc.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet_rc.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet_rc.pyo +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetdelegate.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetdelegate.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetdelegate.pyo +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetitem.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetitem.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetitem.pyo +%%EXAMPLESDIR%%/itemviews/spreadsheet/util.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/util.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/util.pyo +%%EXAMPLESDIR%%/itemviews/stardelegate.py +%%EXAMPLESDIR%%/itemviews/stardelegate.pyc +%%EXAMPLESDIR%%/itemviews/stardelegate.pyo +%%EXAMPLESDIR%%/layouts/README +%%EXAMPLESDIR%%/layouts/basiclayouts.py +%%EXAMPLESDIR%%/layouts/basiclayouts.pyc +%%EXAMPLESDIR%%/layouts/basiclayouts.pyo +%%EXAMPLESDIR%%/layouts/borderlayout.py +%%EXAMPLESDIR%%/layouts/borderlayout.pyc +%%EXAMPLESDIR%%/layouts/borderlayout.pyo +%%EXAMPLESDIR%%/layouts/flowlayout.py +%%EXAMPLESDIR%%/layouts/flowlayout.pyc +%%EXAMPLESDIR%%/layouts/flowlayout.pyo +%%EXAMPLESDIR%%/mainwindows/README +%%EXAMPLESDIR%%/mainwindows/application/application.py +%%EXAMPLESDIR%%/mainwindows/application/application.pyc +%%EXAMPLESDIR%%/mainwindows/application/application.pyo +%%EXAMPLESDIR%%/mainwindows/application/images/copy.png +%%EXAMPLESDIR%%/mainwindows/application/images/cut.png +%%EXAMPLESDIR%%/mainwindows/application/images/new.png +%%EXAMPLESDIR%%/mainwindows/application/images/open.png +%%EXAMPLESDIR%%/mainwindows/application/images/paste.png +%%EXAMPLESDIR%%/mainwindows/application/images/save.png +%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.py +%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyc +%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyo +%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.qrc +%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.py +%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.pyc +%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.pyo +%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/new.png +%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/print.png +%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/save.png +%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/undo.png +%%EXAMPLESDIR%%/mainwindows/mdi/images/copy.png +%%EXAMPLESDIR%%/mainwindows/mdi/images/cut.png +%%EXAMPLESDIR%%/mainwindows/mdi/images/new.png +%%EXAMPLESDIR%%/mainwindows/mdi/images/open.png +%%EXAMPLESDIR%%/mainwindows/mdi/images/paste.png +%%EXAMPLESDIR%%/mainwindows/mdi/images/save.png +%%EXAMPLESDIR%%/mainwindows/mdi/mdi.py +%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyc +%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyo +%%EXAMPLESDIR%%/mainwindows/mdi/mdi.qrc +%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.py +%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.pyc +%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.pyo +%%EXAMPLESDIR%%/mainwindows/menus.py +%%EXAMPLESDIR%%/mainwindows/menus.pyc +%%EXAMPLESDIR%%/mainwindows/menus.pyo +%%EXAMPLESDIR%%/mainwindows/recentfiles.py +%%EXAMPLESDIR%%/mainwindows/recentfiles.pyc +%%EXAMPLESDIR%%/mainwindows/recentfiles.pyo +%%EXAMPLESDIR%%/mainwindows/sdi/images/copy.png +%%EXAMPLESDIR%%/mainwindows/sdi/images/cut.png +%%EXAMPLESDIR%%/mainwindows/sdi/images/new.png +%%EXAMPLESDIR%%/mainwindows/sdi/images/open.png +%%EXAMPLESDIR%%/mainwindows/sdi/images/paste.png +%%EXAMPLESDIR%%/mainwindows/sdi/images/save.png +%%EXAMPLESDIR%%/mainwindows/sdi/sdi.py +%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyc +%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyo +%%EXAMPLESDIR%%/mainwindows/sdi/sdi.qrc +%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.py +%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.pyc +%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.pyo +%%EXAMPLESDIR%%/mainwindows/separations.py +%%EXAMPLESDIR%%/mainwindows/separations.pyc +%%EXAMPLESDIR%%/mainwindows/separations.pyo +%%EXAMPLESDIR%%/multimedia/README +%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevices.py +%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevices.pyc +%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevices.pyo +%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevicesbase.ui +%%EXAMPLESDIR%%/multimedia/audiodevices/ui_audiodevicesbase.py +%%EXAMPLESDIR%%/multimedia/audiodevices/ui_audiodevicesbase.pyc +%%EXAMPLESDIR%%/multimedia/audiodevices/ui_audiodevicesbase.pyo +%%EXAMPLESDIR%%/multimedia/audiooutput.py +%%EXAMPLESDIR%%/multimedia/audiooutput.pyc +%%EXAMPLESDIR%%/multimedia/audiooutput.pyo +%%EXAMPLESDIR%%/multimediawidgets/README +%%EXAMPLESDIR%%/multimediawidgets/camera/camera.py +%%EXAMPLESDIR%%/multimediawidgets/camera/camera.pyc +%%EXAMPLESDIR%%/multimediawidgets/camera/camera.pyo +%%EXAMPLESDIR%%/multimediawidgets/camera/camera.ui +%%EXAMPLESDIR%%/multimediawidgets/camera/imagesettings.ui +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_camera.py +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_camera.pyc +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_camera.pyo +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_imagesettings.py +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_imagesettings.pyc +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_imagesettings.pyo +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_videosettings.py +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_videosettings.pyc +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_videosettings.pyo +%%EXAMPLESDIR%%/multimediawidgets/camera/videosettings.ui +%%EXAMPLESDIR%%/multimediawidgets/player.py +%%EXAMPLESDIR%%/multimediawidgets/player.pyc +%%EXAMPLESDIR%%/multimediawidgets/player.pyo +%%EXAMPLESDIR%%/multimediawidgets/videographicsitem.py +%%EXAMPLESDIR%%/multimediawidgets/videographicsitem.pyc +%%EXAMPLESDIR%%/multimediawidgets/videographicsitem.pyo +%%EXAMPLESDIR%%/multimediawidgets/videowidget.py +%%EXAMPLESDIR%%/multimediawidgets/videowidget.pyc +%%EXAMPLESDIR%%/multimediawidgets/videowidget.pyo +%%EXAMPLESDIR%%/network/README +%%EXAMPLESDIR%%/network/blockingfortuneclient.py +%%EXAMPLESDIR%%/network/blockingfortuneclient.pyc +%%EXAMPLESDIR%%/network/blockingfortuneclient.pyo +%%EXAMPLESDIR%%/network/broadcastreceiver.py +%%EXAMPLESDIR%%/network/broadcastreceiver.pyc +%%EXAMPLESDIR%%/network/broadcastreceiver.pyo +%%EXAMPLESDIR%%/network/broadcastsender.py +%%EXAMPLESDIR%%/network/broadcastsender.pyc +%%EXAMPLESDIR%%/network/broadcastsender.pyo +%%EXAMPLESDIR%%/network/fortuneclient.py +%%EXAMPLESDIR%%/network/fortuneclient.pyc +%%EXAMPLESDIR%%/network/fortuneclient.pyo +%%EXAMPLESDIR%%/network/fortuneserver.py +%%EXAMPLESDIR%%/network/fortuneserver.pyc +%%EXAMPLESDIR%%/network/fortuneserver.pyo +%%EXAMPLESDIR%%/network/http/authenticationdialog.ui +%%EXAMPLESDIR%%/network/http/http.py +%%EXAMPLESDIR%%/network/http/http.pyc +%%EXAMPLESDIR%%/network/http/http.pyo +%%EXAMPLESDIR%%/network/lightmaps.py +%%EXAMPLESDIR%%/network/lightmaps.pyc +%%EXAMPLESDIR%%/network/lightmaps.pyo +%%EXAMPLESDIR%%/network/loopback.py +%%EXAMPLESDIR%%/network/loopback.pyc +%%EXAMPLESDIR%%/network/loopback.pyo +%%EXAMPLESDIR%%/network/threadedfortuneserver.py +%%EXAMPLESDIR%%/network/threadedfortuneserver.pyc +%%EXAMPLESDIR%%/network/threadedfortuneserver.pyo +%%EXAMPLESDIR%%/opengl/2dpainting.py +%%EXAMPLESDIR%%/opengl/2dpainting.pyc +%%EXAMPLESDIR%%/opengl/2dpainting.pyo +%%EXAMPLESDIR%%/opengl/README +%%EXAMPLESDIR%%/opengl/grabber.py +%%EXAMPLESDIR%%/opengl/grabber.pyc +%%EXAMPLESDIR%%/opengl/grabber.pyo +%%EXAMPLESDIR%%/opengl/hellogl.py +%%EXAMPLESDIR%%/opengl/hellogl.pyc +%%EXAMPLESDIR%%/opengl/hellogl.pyo +%%EXAMPLESDIR%%/opengl/openglwindow.py +%%EXAMPLESDIR%%/opengl/openglwindow.pyc +%%EXAMPLESDIR%%/opengl/openglwindow.pyo +%%EXAMPLESDIR%%/opengl/overpainting.py +%%EXAMPLESDIR%%/opengl/overpainting.pyc +%%EXAMPLESDIR%%/opengl/overpainting.pyo +%%EXAMPLESDIR%%/opengl/textures/images/side1.png +%%EXAMPLESDIR%%/opengl/textures/images/side2.png +%%EXAMPLESDIR%%/opengl/textures/images/side3.png +%%EXAMPLESDIR%%/opengl/textures/images/side4.png +%%EXAMPLESDIR%%/opengl/textures/images/side5.png +%%EXAMPLESDIR%%/opengl/textures/images/side6.png +%%EXAMPLESDIR%%/opengl/textures/textures.py +%%EXAMPLESDIR%%/opengl/textures/textures.pyc +%%EXAMPLESDIR%%/opengl/textures/textures.pyo +%%EXAMPLESDIR%%/painting/README +%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.py +%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyc +%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyo +%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.qrc +%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.py +%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.pyc +%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.pyo +%%EXAMPLESDIR%%/painting/basicdrawing/images/brick.png +%%EXAMPLESDIR%%/painting/basicdrawing/images/qt-logo.png +%%EXAMPLESDIR%%/painting/concentriccircles.py +%%EXAMPLESDIR%%/painting/concentriccircles.pyc +%%EXAMPLESDIR%%/painting/concentriccircles.pyo +%%EXAMPLESDIR%%/painting/painterpaths.py +%%EXAMPLESDIR%%/painting/painterpaths.pyc +%%EXAMPLESDIR%%/painting/painterpaths.pyo +%%EXAMPLESDIR%%/painting/svgviewer/files/bubbles.svg +%%EXAMPLESDIR%%/painting/svgviewer/files/cubic.svg +%%EXAMPLESDIR%%/painting/svgviewer/files/spheres.svg +%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.py +%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyc +%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyo +%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.qrc +%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.py +%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.pyc +%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.pyo +%%EXAMPLESDIR%%/painting/transformations.py +%%EXAMPLESDIR%%/painting/transformations.pyc +%%EXAMPLESDIR%%/painting/transformations.pyo +%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.py +%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyc +%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyo +%%EXAMPLESDIR%%/pyuic/demo.ui +%%EXAMPLESDIR%%/pyuic/load_ui1.py +%%EXAMPLESDIR%%/pyuic/load_ui1.pyc +%%EXAMPLESDIR%%/pyuic/load_ui1.pyo +%%EXAMPLESDIR%%/pyuic/load_ui2.py +%%EXAMPLESDIR%%/pyuic/load_ui2.pyc +%%EXAMPLESDIR%%/pyuic/load_ui2.pyo +%%EXAMPLESDIR%%/qml/referenceexamples/adding.py +%%EXAMPLESDIR%%/qml/referenceexamples/adding.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/adding.pyo +%%EXAMPLESDIR%%/qml/referenceexamples/attached.py +%%EXAMPLESDIR%%/qml/referenceexamples/attached.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/attached.pyo +%%EXAMPLESDIR%%/qml/referenceexamples/binding.py +%%EXAMPLESDIR%%/qml/referenceexamples/binding.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/binding.pyo +%%EXAMPLESDIR%%/qml/referenceexamples/coercion.py +%%EXAMPLESDIR%%/qml/referenceexamples/coercion.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/coercion.pyo +%%EXAMPLESDIR%%/qml/referenceexamples/default.py +%%EXAMPLESDIR%%/qml/referenceexamples/default.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/default.pyo +%%EXAMPLESDIR%%/qml/referenceexamples/grouped.py +%%EXAMPLESDIR%%/qml/referenceexamples/grouped.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/grouped.pyo +%%EXAMPLESDIR%%/qml/referenceexamples/methods.py +%%EXAMPLESDIR%%/qml/referenceexamples/methods.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/methods.pyo +%%EXAMPLESDIR%%/qml/referenceexamples/properties.py +%%EXAMPLESDIR%%/qml/referenceexamples/properties.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/properties.pyo +%%EXAMPLESDIR%%/qml/referenceexamples/signal.py +%%EXAMPLESDIR%%/qml/referenceexamples/signal.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/signal.pyo +%%EXAMPLESDIR%%/qml/referenceexamples/valuesource.py +%%EXAMPLESDIR%%/qml/referenceexamples/valuesource.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/valuesource.pyo +%%EXAMPLESDIR%%/qtdemo/colors.py +%%EXAMPLESDIR%%/qtdemo/colors.pyc +%%EXAMPLESDIR%%/qtdemo/colors.pyo +%%EXAMPLESDIR%%/qtdemo/demoitem.py +%%EXAMPLESDIR%%/qtdemo/demoitem.pyc +%%EXAMPLESDIR%%/qtdemo/demoitem.pyo +%%EXAMPLESDIR%%/qtdemo/demoitemanimation.py +%%EXAMPLESDIR%%/qtdemo/demoitemanimation.pyc +%%EXAMPLESDIR%%/qtdemo/demoitemanimation.pyo +%%EXAMPLESDIR%%/qtdemo/demotextitem.py +%%EXAMPLESDIR%%/qtdemo/demotextitem.pyc +%%EXAMPLESDIR%%/qtdemo/demotextitem.pyo +%%EXAMPLESDIR%%/qtdemo/examplecontent.py +%%EXAMPLESDIR%%/qtdemo/examplecontent.pyc +%%EXAMPLESDIR%%/qtdemo/examplecontent.pyo +%%EXAMPLESDIR%%/qtdemo/examples.xml +%%EXAMPLESDIR%%/qtdemo/guide.py +%%EXAMPLESDIR%%/qtdemo/guide.pyc +%%EXAMPLESDIR%%/qtdemo/guide.pyo +%%EXAMPLESDIR%%/qtdemo/guidecircle.py +%%EXAMPLESDIR%%/qtdemo/guidecircle.pyc +%%EXAMPLESDIR%%/qtdemo/guidecircle.pyo +%%EXAMPLESDIR%%/qtdemo/guideline.py +%%EXAMPLESDIR%%/qtdemo/guideline.pyc +%%EXAMPLESDIR%%/qtdemo/guideline.pyo +%%EXAMPLESDIR%%/qtdemo/headingitem.py +%%EXAMPLESDIR%%/qtdemo/headingitem.pyc +%%EXAMPLESDIR%%/qtdemo/headingitem.pyo +%%EXAMPLESDIR%%/qtdemo/imageitem.py +%%EXAMPLESDIR%%/qtdemo/imageitem.pyc +%%EXAMPLESDIR%%/qtdemo/imageitem.pyo +%%EXAMPLESDIR%%/qtdemo/images/demobg.png +%%EXAMPLESDIR%%/qtdemo/images/qtlogo_small.png +%%EXAMPLESDIR%%/qtdemo/images/trolltech-logo.png +%%EXAMPLESDIR%%/qtdemo/itemcircleanimation.py +%%EXAMPLESDIR%%/qtdemo/itemcircleanimation.pyc +%%EXAMPLESDIR%%/qtdemo/itemcircleanimation.pyo +%%EXAMPLESDIR%%/qtdemo/letteritem.py +%%EXAMPLESDIR%%/qtdemo/letteritem.pyc +%%EXAMPLESDIR%%/qtdemo/letteritem.pyo +%%EXAMPLESDIR%%/qtdemo/mainwindow.py +%%EXAMPLESDIR%%/qtdemo/mainwindow.pyc +%%EXAMPLESDIR%%/qtdemo/mainwindow.pyo +%%EXAMPLESDIR%%/qtdemo/menucontent.py +%%EXAMPLESDIR%%/qtdemo/menucontent.pyc +%%EXAMPLESDIR%%/qtdemo/menucontent.pyo +%%EXAMPLESDIR%%/qtdemo/menumanager.py +%%EXAMPLESDIR%%/qtdemo/menumanager.pyc +%%EXAMPLESDIR%%/qtdemo/menumanager.pyo +%%EXAMPLESDIR%%/qtdemo/qtdemo.py +%%EXAMPLESDIR%%/qtdemo/qtdemo.pyc +%%EXAMPLESDIR%%/qtdemo/qtdemo.pyo +%%EXAMPLESDIR%%/qtdemo/scanitem.py +%%EXAMPLESDIR%%/qtdemo/scanitem.pyc +%%EXAMPLESDIR%%/qtdemo/scanitem.pyo +%%EXAMPLESDIR%%/qtdemo/score.py +%%EXAMPLESDIR%%/qtdemo/score.pyc +%%EXAMPLESDIR%%/qtdemo/score.pyo +%%EXAMPLESDIR%%/qtdemo/textbutton.py +%%EXAMPLESDIR%%/qtdemo/textbutton.pyc +%%EXAMPLESDIR%%/qtdemo/textbutton.pyo +%%EXAMPLESDIR%%/quick/README +%%EXAMPLESDIR%%/quick/animation/animation.py +%%EXAMPLESDIR%%/quick/animation/animation.pyc +%%EXAMPLESDIR%%/quick/animation/animation.pyo +%%EXAMPLESDIR%%/quick/animation/animation.qml +%%EXAMPLESDIR%%/quick/animation/animation.qrc +%%EXAMPLESDIR%%/quick/animation/animation_rc.py +%%EXAMPLESDIR%%/quick/animation/animation_rc.pyc +%%EXAMPLESDIR%%/quick/animation/animation_rc.pyo +%%EXAMPLESDIR%%/quick/animation/basics/color-animation.qml +%%EXAMPLESDIR%%/quick/animation/basics/images/face-smile.png +%%EXAMPLESDIR%%/quick/animation/basics/images/moon.png +%%EXAMPLESDIR%%/quick/animation/basics/images/shadow.png +%%EXAMPLESDIR%%/quick/animation/basics/images/star.png +%%EXAMPLESDIR%%/quick/animation/basics/images/sun.png +%%EXAMPLESDIR%%/quick/animation/basics/property-animation.qml +%%EXAMPLESDIR%%/quick/animation/behaviors/SideRect.qml +%%EXAMPLESDIR%%/quick/animation/behaviors/behavior-example.qml +%%EXAMPLESDIR%%/quick/animation/behaviors/tvtennis.qml +%%EXAMPLESDIR%%/quick/animation/behaviors/wigglytext.qml +%%EXAMPLESDIR%%/quick/animation/easing/easing.qml +%%EXAMPLESDIR%%/quick/animation/pathanimation/pathanimation.qml +%%EXAMPLESDIR%%/quick/animation/pathinterpolator/pathinterpolator.qml +%%EXAMPLESDIR%%/quick/animation/states/qt-logo.png +%%EXAMPLESDIR%%/quick/animation/states/states.qml +%%EXAMPLESDIR%%/quick/animation/states/transitions.qml +%%EXAMPLESDIR%%/quick/canvas/bezierCurve/bezierCurve.qml +%%EXAMPLESDIR%%/quick/canvas/canvas.py +%%EXAMPLESDIR%%/quick/canvas/canvas.pyc +%%EXAMPLESDIR%%/quick/canvas/canvas.pyo +%%EXAMPLESDIR%%/quick/canvas/canvas.qml +%%EXAMPLESDIR%%/quick/canvas/canvas.qrc +%%EXAMPLESDIR%%/quick/canvas/canvas_rc.py +%%EXAMPLESDIR%%/quick/canvas/canvas_rc.pyc +%%EXAMPLESDIR%%/quick/canvas/canvas_rc.pyo +%%EXAMPLESDIR%%/quick/canvas/clip/clip.qml +%%EXAMPLESDIR%%/quick/canvas/contents/Button.qml +%%EXAMPLESDIR%%/quick/canvas/contents/ScrollBar.qml +%%EXAMPLESDIR%%/quick/canvas/contents/Slider.qml +%%EXAMPLESDIR%%/quick/canvas/contents/TitleBar.qml +%%EXAMPLESDIR%%/quick/canvas/contents/ToolBar.qml +%%EXAMPLESDIR%%/quick/canvas/contents/images/button-pressed.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/button.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/default.svg +%%EXAMPLESDIR%%/quick/canvas/contents/images/gloss.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/lineedit.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/lineedit.sci +%%EXAMPLESDIR%%/quick/canvas/contents/images/quit.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/stripes.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/titlebar.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/titlebar.sci +%%EXAMPLESDIR%%/quick/canvas/contents/images/toolbutton.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/toolbutton.sci +%%EXAMPLESDIR%%/quick/canvas/contents/qt-logo.png +%%EXAMPLESDIR%%/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml +%%EXAMPLESDIR%%/quick/canvas/roundedrect/roundedrect.qml +%%EXAMPLESDIR%%/quick/canvas/smile/smile.qml +%%EXAMPLESDIR%%/quick/canvas/squircle/squircle.png +%%EXAMPLESDIR%%/quick/canvas/squircle/squircle.qml +%%EXAMPLESDIR%%/quick/canvas/tiger/tiger.js +%%EXAMPLESDIR%%/quick/canvas/tiger/tiger.qml +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.py +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.pyc +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.pyo +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.qrc +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.py +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.pyc +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.pyo +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/view.qml +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.py +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.pyc +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.pyo +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.qrc +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.py +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.pyc +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.pyo +%%EXAMPLESDIR%%/quick/models/objectlistmodel/view.qml +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.py +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.pyc +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.pyo +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.qrc +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.py +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.pyc +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.pyo +%%EXAMPLESDIR%%/quick/models/stringlistmodel/view.qml +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.py +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.pyc +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.pyo +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.qrc +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.py +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.pyc +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.pyo +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/main.qml +%%EXAMPLESDIR%%/quick/shared/Button.qml +%%EXAMPLESDIR%%/quick/shared/LauncherList.qml +%%EXAMPLESDIR%%/quick/shared/SimpleLauncherDelegate.qml +%%EXAMPLESDIR%%/quick/shared/images/back.png +%%EXAMPLESDIR%%/quick/shared/images/next.png +%%EXAMPLESDIR%%/quick/shared/shared.qrc +%%EXAMPLESDIR%%/quick/shared/shared_rc.py +%%EXAMPLESDIR%%/quick/shared/shared_rc.pyc +%%EXAMPLESDIR%%/quick/shared/shared_rc.pyo +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/app.qml +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.pyo +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/app.qml +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.pyo +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/app.qml +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.pyo +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/app.qml +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyo +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/app.qml +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pyo +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.pyo +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.pyo +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.pyo +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/qmldir +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/app.qml +%%EXAMPLESDIR%%/richtext/README +%%EXAMPLESDIR%%/richtext/calendar.py +%%EXAMPLESDIR%%/richtext/calendar.pyc +%%EXAMPLESDIR%%/richtext/calendar.pyo +%%EXAMPLESDIR%%/richtext/orderform.py +%%EXAMPLESDIR%%/richtext/orderform.pyc +%%EXAMPLESDIR%%/richtext/orderform.pyo +%%EXAMPLESDIR%%/richtext/syntaxhighlighter.py +%%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyc +%%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyo +%%EXAMPLESDIR%%/richtext/textedit/example.html +%%EXAMPLESDIR%%/richtext/textedit/images/logo.png +%%EXAMPLESDIR%%/richtext/textedit/images/logo32.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/editcopy.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/editcut.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/editpaste.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/editredo.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/editundo.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/exportpdf.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/filenew.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/fileopen.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/fileprint.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/filesave.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textbold.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textcenter.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textitalic.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textjustify.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textleft.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textright.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textunder.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/zoomin.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/zoomout.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/editcopy.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/editcut.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/editpaste.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/editredo.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/editundo.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/exportpdf.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/filenew.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/fileopen.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/fileprint.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/filesave.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textbold.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textcenter.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textitalic.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textjustify.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textleft.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textright.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textunder.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/zoomin.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/zoomout.png +%%EXAMPLESDIR%%/richtext/textedit/textedit.py +%%EXAMPLESDIR%%/richtext/textedit/textedit.pyc +%%EXAMPLESDIR%%/richtext/textedit/textedit.pyo +%%EXAMPLESDIR%%/richtext/textedit/textedit.qrc +%%EXAMPLESDIR%%/richtext/textedit/textedit_rc.py +%%EXAMPLESDIR%%/richtext/textedit/textedit_rc.pyc +%%EXAMPLESDIR%%/richtext/textedit/textedit_rc.pyo +%%EXAMPLESDIR%%/richtext/textobject/files/heart.svg +%%EXAMPLESDIR%%/richtext/textobject/textobject.py +%%EXAMPLESDIR%%/richtext/textobject/textobject.pyc +%%EXAMPLESDIR%%/richtext/textobject/textobject.pyo +%%EXAMPLESDIR%%/sql/README +%%EXAMPLESDIR%%/sql/cachedtable.py +%%EXAMPLESDIR%%/sql/cachedtable.pyc +%%EXAMPLESDIR%%/sql/cachedtable.pyo +%%EXAMPLESDIR%%/sql/connection.py +%%EXAMPLESDIR%%/sql/connection.pyc +%%EXAMPLESDIR%%/sql/connection.pyo +%%EXAMPLESDIR%%/sql/querymodel.py +%%EXAMPLESDIR%%/sql/querymodel.pyc +%%EXAMPLESDIR%%/sql/querymodel.pyo +%%EXAMPLESDIR%%/sql/relationaltablemodel.py +%%EXAMPLESDIR%%/sql/relationaltablemodel.pyc +%%EXAMPLESDIR%%/sql/relationaltablemodel.pyo +%%EXAMPLESDIR%%/sql/tablemodel.py +%%EXAMPLESDIR%%/sql/tablemodel.pyc +%%EXAMPLESDIR%%/sql/tablemodel.pyo +%%EXAMPLESDIR%%/threads/README +%%EXAMPLESDIR%%/threads/mandelbrot.py +%%EXAMPLESDIR%%/threads/mandelbrot.pyc +%%EXAMPLESDIR%%/threads/mandelbrot.pyo +%%EXAMPLESDIR%%/threads/semaphores.py +%%EXAMPLESDIR%%/threads/semaphores.pyc +%%EXAMPLESDIR%%/threads/semaphores.pyo +%%EXAMPLESDIR%%/threads/waitconditions.py +%%EXAMPLESDIR%%/threads/waitconditions.pyc +%%EXAMPLESDIR%%/threads/waitconditions.pyo +%%EXAMPLESDIR%%/tools/README +%%EXAMPLESDIR%%/tools/codecs/codecs.py +%%EXAMPLESDIR%%/tools/codecs/codecs.pyc +%%EXAMPLESDIR%%/tools/codecs/codecs.pyo +%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-1.txt +%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-15.txt +%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16.txt +%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16be.txt +%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16le.txt +%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-8.txt +%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.py +%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.pyc +%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.pyo +%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.qrc +%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc.py +%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc.pyc +%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc.pyo +%%EXAMPLESDIR%%/tools/customcompleter/resources/wordlist.txt +%%EXAMPLESDIR%%/tools/i18n/i18n.py +%%EXAMPLESDIR%%/tools/i18n/i18n.pyc +%%EXAMPLESDIR%%/tools/i18n/i18n.pyo +%%EXAMPLESDIR%%/tools/i18n/i18n.qrc +%%EXAMPLESDIR%%/tools/i18n/i18n_rc.py +%%EXAMPLESDIR%%/tools/i18n/i18n_rc.pyc +%%EXAMPLESDIR%%/tools/i18n/i18n_rc.pyo +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.ts +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.qm +%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.ts +%%EXAMPLESDIR%%/tools/regexp.py +%%EXAMPLESDIR%%/tools/regexp.pyc +%%EXAMPLESDIR%%/tools/regexp.pyo +%%EXAMPLESDIR%%/tools/settingseditor/inifiles/licensepage.ini +%%EXAMPLESDIR%%/tools/settingseditor/inifiles/qsa.ini +%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.py +%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyc +%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyo +%%EXAMPLESDIR%%/tutorials/addressbook/README +%%EXAMPLESDIR%%/tutorials/addressbook/part1.py +%%EXAMPLESDIR%%/tutorials/addressbook/part1.pyc +%%EXAMPLESDIR%%/tutorials/addressbook/part1.pyo +%%EXAMPLESDIR%%/tutorials/addressbook/part2.py +%%EXAMPLESDIR%%/tutorials/addressbook/part2.pyc +%%EXAMPLESDIR%%/tutorials/addressbook/part2.pyo +%%EXAMPLESDIR%%/tutorials/addressbook/part3.py +%%EXAMPLESDIR%%/tutorials/addressbook/part3.pyc +%%EXAMPLESDIR%%/tutorials/addressbook/part3.pyo +%%EXAMPLESDIR%%/tutorials/addressbook/part4.py +%%EXAMPLESDIR%%/tutorials/addressbook/part4.pyc +%%EXAMPLESDIR%%/tutorials/addressbook/part4.pyo +%%EXAMPLESDIR%%/tutorials/addressbook/part5.py +%%EXAMPLESDIR%%/tutorials/addressbook/part5.pyc +%%EXAMPLESDIR%%/tutorials/addressbook/part5.pyo +%%EXAMPLESDIR%%/tutorials/addressbook/part6.py +%%EXAMPLESDIR%%/tutorials/addressbook/part6.pyc +%%EXAMPLESDIR%%/tutorials/addressbook/part6.pyo +%%EXAMPLESDIR%%/tutorials/addressbook/part7.py +%%EXAMPLESDIR%%/tutorials/addressbook/part7.pyc +%%EXAMPLESDIR%%/tutorials/addressbook/part7.pyo +%%EXAMPLESDIR%%/webkit/README +%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.py +%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.pyc +%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.pyo +%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.py +%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.pyc +%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.pyo +%%EXAMPLESDIR%%/webkit/domtraversal/window.ui +%%EXAMPLESDIR%%/webkit/fancybrowser/__pycache__/jquery_rc.cpython-34.pyc +%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.py +%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.pyc +%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.pyo +%%EXAMPLESDIR%%/webkit/fancybrowser/jquery.min.js +%%EXAMPLESDIR%%/webkit/fancybrowser/jquery.qrc +%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc.py +%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc.pyc +%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc.pyo +%%EXAMPLESDIR%%/webkit/formextractor/form.html +%%EXAMPLESDIR%%/webkit/formextractor/formextractor.py +%%EXAMPLESDIR%%/webkit/formextractor/formextractor.pyc +%%EXAMPLESDIR%%/webkit/formextractor/formextractor.pyo +%%EXAMPLESDIR%%/webkit/formextractor/formextractor.qrc +%%EXAMPLESDIR%%/webkit/formextractor/formextractor.ui +%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc.py +%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc.pyc +%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc.pyo +%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.py +%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.pyc +%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.pyo +%%EXAMPLESDIR%%/webkit/framecapture.py +%%EXAMPLESDIR%%/webkit/framecapture.pyc +%%EXAMPLESDIR%%/webkit/framecapture.pyo +%%EXAMPLESDIR%%/webkit/previewer/previewer.py +%%EXAMPLESDIR%%/webkit/previewer/previewer.pyc +%%EXAMPLESDIR%%/webkit/previewer/previewer.pyo +%%EXAMPLESDIR%%/webkit/previewer/previewer.ui +%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.py +%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.pyc +%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.pyo +%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.py +%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.pyc +%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.pyo +%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.py +%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.pyc +%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.pyo +%%EXAMPLESDIR%%/webkit/simpleselector/window.ui +%%EXAMPLESDIR%%/widgets/README +%%EXAMPLESDIR%%/widgets/analogclock.py +%%EXAMPLESDIR%%/widgets/analogclock.pyc +%%EXAMPLESDIR%%/widgets/analogclock.pyo +%%EXAMPLESDIR%%/widgets/calculator.py +%%EXAMPLESDIR%%/widgets/calculator.pyc +%%EXAMPLESDIR%%/widgets/calculator.pyo +%%EXAMPLESDIR%%/widgets/calendarwidget.py +%%EXAMPLESDIR%%/widgets/calendarwidget.pyc +%%EXAMPLESDIR%%/widgets/calendarwidget.pyo +%%EXAMPLESDIR%%/widgets/charactermap.py +%%EXAMPLESDIR%%/widgets/charactermap.pyc +%%EXAMPLESDIR%%/widgets/charactermap.pyo +%%EXAMPLESDIR%%/widgets/digitalclock.py +%%EXAMPLESDIR%%/widgets/digitalclock.pyc +%%EXAMPLESDIR%%/widgets/digitalclock.pyo +%%EXAMPLESDIR%%/widgets/groupbox.py +%%EXAMPLESDIR%%/widgets/groupbox.pyc +%%EXAMPLESDIR%%/widgets/groupbox.pyo +%%EXAMPLESDIR%%/widgets/icons/icons.py +%%EXAMPLESDIR%%/widgets/icons/icons.pyc +%%EXAMPLESDIR%%/widgets/icons/icons.pyo +%%EXAMPLESDIR%%/widgets/icons/images/designer.png +%%EXAMPLESDIR%%/widgets/icons/images/find_disabled.png +%%EXAMPLESDIR%%/widgets/icons/images/find_normal.png +%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_128x128.png +%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_16x16.png +%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_32x32.png +%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_64x64.png +%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_128x128.png +%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_16x16.png +%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_32x32.png +%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_64x64.png +%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_16x16.png +%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_32x32.png +%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_48x48.png +%%EXAMPLESDIR%%/widgets/imageviewer.py +%%EXAMPLESDIR%%/widgets/imageviewer.pyc +%%EXAMPLESDIR%%/widgets/imageviewer.pyo +%%EXAMPLESDIR%%/widgets/lineedits.py +%%EXAMPLESDIR%%/widgets/lineedits.pyc +%%EXAMPLESDIR%%/widgets/lineedits.pyo +%%EXAMPLESDIR%%/widgets/movie/animation.mng +%%EXAMPLESDIR%%/widgets/movie/movie.py +%%EXAMPLESDIR%%/widgets/movie/movie.pyc +%%EXAMPLESDIR%%/widgets/movie/movie.pyo +%%EXAMPLESDIR%%/widgets/scribble.py +%%EXAMPLESDIR%%/widgets/scribble.pyc +%%EXAMPLESDIR%%/widgets/scribble.pyo +%%EXAMPLESDIR%%/widgets/shapedclock.py +%%EXAMPLESDIR%%/widgets/shapedclock.pyc +%%EXAMPLESDIR%%/widgets/shapedclock.pyo +%%EXAMPLESDIR%%/widgets/sliders.py +%%EXAMPLESDIR%%/widgets/sliders.pyc +%%EXAMPLESDIR%%/widgets/sliders.pyo +%%EXAMPLESDIR%%/widgets/spinboxes.py +%%EXAMPLESDIR%%/widgets/spinboxes.pyc +%%EXAMPLESDIR%%/widgets/spinboxes.pyo +%%EXAMPLESDIR%%/widgets/styles.py +%%EXAMPLESDIR%%/widgets/styles.pyc +%%EXAMPLESDIR%%/widgets/styles.pyo +%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked_hover.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked_pressed.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked_hover.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked_pressed.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/down_arrow.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/down_arrow_disabled.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/frame.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/pagefold.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton_hover.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton_pressed.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked_hover.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked_pressed.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked_hover.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked_pressed.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/sizegrip.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_hover.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_off.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_pressed.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_hover.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_off.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_pressed.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/up_arrow.png +%%EXAMPLESDIR%%/widgets/stylesheet/images/up_arrow_disabled.png +%%EXAMPLESDIR%%/widgets/stylesheet/mainwindow.ui +%%EXAMPLESDIR%%/widgets/stylesheet/qss/coffee.qss +%%EXAMPLESDIR%%/widgets/stylesheet/qss/default.qss +%%EXAMPLESDIR%%/widgets/stylesheet/qss/pagefold.qss +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.py +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.pyc +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.pyo +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.qrc +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc.py +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc.pyc +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc.pyo +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.py +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.pyc +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.pyo +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.ui +%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.py +%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.pyc +%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.pyo +%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.py +%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyc +%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyo +%%EXAMPLESDIR%%/widgets/tetrix.py +%%EXAMPLESDIR%%/widgets/tetrix.pyc +%%EXAMPLESDIR%%/widgets/tetrix.pyo +%%EXAMPLESDIR%%/widgets/tooltips/images/circle.png +%%EXAMPLESDIR%%/widgets/tooltips/images/square.png +%%EXAMPLESDIR%%/widgets/tooltips/images/triangle.png +%%EXAMPLESDIR%%/widgets/tooltips/tooltips.py +%%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyc +%%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyo +%%EXAMPLESDIR%%/widgets/tooltips/tooltips.qrc +%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.py +%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.pyc +%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.pyo +%%EXAMPLESDIR%%/widgets/wiggly.py +%%EXAMPLESDIR%%/widgets/wiggly.pyc +%%EXAMPLESDIR%%/widgets/wiggly.pyo +%%EXAMPLESDIR%%/widgets/windowflags.py +%%EXAMPLESDIR%%/widgets/windowflags.pyc +%%EXAMPLESDIR%%/widgets/windowflags.pyo +%%EXAMPLESDIR%%/xmlpatterns/README +%%EXAMPLESDIR%%/xmlpatterns/schema/files/contact.xsd +%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_contact.xml +%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_order.xml +%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_recipe.xml +%%EXAMPLESDIR%%/xmlpatterns/schema/files/order.xsd +%%EXAMPLESDIR%%/xmlpatterns/schema/files/recipe.xsd +%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_contact.xml +%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_order.xml +%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_recipe.xml +%%EXAMPLESDIR%%/xmlpatterns/schema/schema.py +%%EXAMPLESDIR%%/xmlpatterns/schema/schema.pyc +%%EXAMPLESDIR%%/xmlpatterns/schema/schema.pyo +%%EXAMPLESDIR%%/xmlpatterns/schema/schema.qrc +%%EXAMPLESDIR%%/xmlpatterns/schema/schema.ui +%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc.py +%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc.pyc +%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc.pyo +%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.py +%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.pyc +%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.pyo Property changes on: head/misc/py-qt5-demo/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/py-qt5-doc/Makefile =================================================================== --- head/misc/py-qt5-doc/Makefile (nonexistent) +++ head/misc/py-qt5-doc/Makefile (revision 403693) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= doc +PORTVERSION= ${PYQT5_VERSION} +CATEGORIES= misc devel python +MASTER_SITES= ${MASTER_SITES_PYQT5} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- +DISTNAME= ${PYQT_DISTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, documentation + +DISTINFO_FILE= ${PYQT_DISTINFO_FILE} +NO_BUILD= yes + +USES= python pyqt:5 +USE_PYQT= # + +DOCSDIR= ${PREFIX}/share/doc/py-qt5 + +do-install: + cd ${WRKSRC} &&\ + ${MKDIR} ${STAGEDIR}${DOCSDIR} &&\ + ${INSTALL_DATA} NEWS LICENSE README\ + ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} + +.include Property changes on: head/misc/py-qt5-doc/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/py-qt5-doc/pkg-descr =================================================================== --- head/misc/py-qt5-doc/pkg-descr (nonexistent) +++ head/misc/py-qt5-doc/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the PyQt5 documentation. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/misc/py-qt5-doc/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/py-qt5-doc/pkg-plist =================================================================== --- head/misc/py-qt5-doc/pkg-plist (nonexistent) +++ head/misc/py-qt5-doc/pkg-plist (revision 403693) @@ -0,0 +1,2010 @@ +%%DOCSDIR%%/LICENSE +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +%%DOCSDIR%%/html/_sources/api/enginio.txt +%%DOCSDIR%%/html/_sources/api/enginioclient.txt +%%DOCSDIR%%/html/_sources/api/enginioclientconnection.txt +%%DOCSDIR%%/html/_sources/api/enginioidentity.txt +%%DOCSDIR%%/html/_sources/api/enginiomodel.txt +%%DOCSDIR%%/html/_sources/api/enginiooauth2authentication.txt +%%DOCSDIR%%/html/_sources/api/enginioreply.txt +%%DOCSDIR%%/html/_sources/api/qabstractanimation.txt +%%DOCSDIR%%/html/_sources/api/qabstractbutton.txt +%%DOCSDIR%%/html/_sources/api/qabstracteventdispatcher.txt +%%DOCSDIR%%/html/_sources/api/qabstractextensionfactory.txt +%%DOCSDIR%%/html/_sources/api/qabstractextensionmanager.txt +%%DOCSDIR%%/html/_sources/api/qabstractformbuilder.txt +%%DOCSDIR%%/html/_sources/api/qabstractgraphicsshapeitem.txt +%%DOCSDIR%%/html/_sources/api/qabstractitemdelegate.txt +%%DOCSDIR%%/html/_sources/api/qabstractitemmodel.txt +%%DOCSDIR%%/html/_sources/api/qabstractitemview.txt +%%DOCSDIR%%/html/_sources/api/qabstractlistmodel.txt +%%DOCSDIR%%/html/_sources/api/qabstractmessagehandler.txt +%%DOCSDIR%%/html/_sources/api/qabstractnativeeventfilter.txt +%%DOCSDIR%%/html/_sources/api/qabstractnetworkcache.txt +%%DOCSDIR%%/html/_sources/api/qabstractprintdialog.txt +%%DOCSDIR%%/html/_sources/api/qabstractproxymodel.txt +%%DOCSDIR%%/html/_sources/api/qabstractscrollarea.txt +%%DOCSDIR%%/html/_sources/api/qabstractslider.txt +%%DOCSDIR%%/html/_sources/api/qabstractsocket.txt +%%DOCSDIR%%/html/_sources/api/qabstractspinbox.txt +%%DOCSDIR%%/html/_sources/api/qabstractstate.txt +%%DOCSDIR%%/html/_sources/api/qabstracttablemodel.txt +%%DOCSDIR%%/html/_sources/api/qabstracttextdocumentlayout.txt +%%DOCSDIR%%/html/_sources/api/qabstracttransition.txt +%%DOCSDIR%%/html/_sources/api/qabstracturiresolver.txt +%%DOCSDIR%%/html/_sources/api/qabstractvideobuffer.txt +%%DOCSDIR%%/html/_sources/api/qabstractvideosurface.txt +%%DOCSDIR%%/html/_sources/api/qabstractxmlnodemodel.txt +%%DOCSDIR%%/html/_sources/api/qabstractxmlreceiver.txt +%%DOCSDIR%%/html/_sources/api/qaccelerometer.txt +%%DOCSDIR%%/html/_sources/api/qaccelerometerfilter.txt +%%DOCSDIR%%/html/_sources/api/qaccelerometerreading.txt +%%DOCSDIR%%/html/_sources/api/qaction.txt +%%DOCSDIR%%/html/_sources/api/qactionevent.txt +%%DOCSDIR%%/html/_sources/api/qactiongroup.txt +%%DOCSDIR%%/html/_sources/api/qaltimeter.txt +%%DOCSDIR%%/html/_sources/api/qaltimeterfilter.txt +%%DOCSDIR%%/html/_sources/api/qaltimeterreading.txt +%%DOCSDIR%%/html/_sources/api/qambientlightfilter.txt +%%DOCSDIR%%/html/_sources/api/qambientlightreading.txt +%%DOCSDIR%%/html/_sources/api/qambientlightsensor.txt +%%DOCSDIR%%/html/_sources/api/qambienttemperaturefilter.txt +%%DOCSDIR%%/html/_sources/api/qambienttemperaturereading.txt +%%DOCSDIR%%/html/_sources/api/qambienttemperaturesensor.txt +%%DOCSDIR%%/html/_sources/api/qanimationgroup.txt +%%DOCSDIR%%/html/_sources/api/qapplication.txt +%%DOCSDIR%%/html/_sources/api/qaudio.txt +%%DOCSDIR%%/html/_sources/api/qaudiobuffer.txt +%%DOCSDIR%%/html/_sources/api/qaudiodecoder.txt +%%DOCSDIR%%/html/_sources/api/qaudiodeviceinfo.txt +%%DOCSDIR%%/html/_sources/api/qaudioencodersettings.txt +%%DOCSDIR%%/html/_sources/api/qaudioformat.txt +%%DOCSDIR%%/html/_sources/api/qaudioinput.txt +%%DOCSDIR%%/html/_sources/api/qaudiooutput.txt +%%DOCSDIR%%/html/_sources/api/qaudioprobe.txt +%%DOCSDIR%%/html/_sources/api/qaudiorecorder.txt +%%DOCSDIR%%/html/_sources/api/qauthenticator.txt +%%DOCSDIR%%/html/_sources/api/qaxbase.txt +%%DOCSDIR%%/html/_sources/api/qaxobject.txt +%%DOCSDIR%%/html/_sources/api/qaxwidget.txt +%%DOCSDIR%%/html/_sources/api/qbackingstore.txt +%%DOCSDIR%%/html/_sources/api/qbasictimer.txt +%%DOCSDIR%%/html/_sources/api/qbitarray.txt +%%DOCSDIR%%/html/_sources/api/qbitmap.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothaddress.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothdevicediscoveryagent.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothdeviceinfo.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothhostinfo.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothlocaldevice.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothserver.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothservicediscoveryagent.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothserviceinfo.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothsocket.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothtransfermanager.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothtransferreply.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothtransferrequest.txt +%%DOCSDIR%%/html/_sources/api/qbluetoothuuid.txt +%%DOCSDIR%%/html/_sources/api/qboxlayout.txt +%%DOCSDIR%%/html/_sources/api/qbrush.txt +%%DOCSDIR%%/html/_sources/api/qbuffer.txt +%%DOCSDIR%%/html/_sources/api/qbuttongroup.txt +%%DOCSDIR%%/html/_sources/api/qbytearray.txt +%%DOCSDIR%%/html/_sources/api/qbytearraymatcher.txt +%%DOCSDIR%%/html/_sources/api/qcalendarwidget.txt +%%DOCSDIR%%/html/_sources/api/qcamera.txt +%%DOCSDIR%%/html/_sources/api/qcameraexposure.txt +%%DOCSDIR%%/html/_sources/api/qcamerafocus.txt +%%DOCSDIR%%/html/_sources/api/qcamerafocuszone.txt +%%DOCSDIR%%/html/_sources/api/qcameraimagecapture.txt +%%DOCSDIR%%/html/_sources/api/qcameraimageprocessing.txt +%%DOCSDIR%%/html/_sources/api/qcamerainfo.txt +%%DOCSDIR%%/html/_sources/api/qcameraviewfinder.txt +%%DOCSDIR%%/html/_sources/api/qcheckbox.txt +%%DOCSDIR%%/html/_sources/api/qchildevent.txt +%%DOCSDIR%%/html/_sources/api/qclipboard.txt +%%DOCSDIR%%/html/_sources/api/qcloseevent.txt +%%DOCSDIR%%/html/_sources/api/qcollator.txt +%%DOCSDIR%%/html/_sources/api/qcollatorsortkey.txt +%%DOCSDIR%%/html/_sources/api/qcolor.txt +%%DOCSDIR%%/html/_sources/api/qcolordialog.txt +%%DOCSDIR%%/html/_sources/api/qcolumnview.txt +%%DOCSDIR%%/html/_sources/api/qcombobox.txt +%%DOCSDIR%%/html/_sources/api/qcommandlineoption.txt +%%DOCSDIR%%/html/_sources/api/qcommandlineparser.txt +%%DOCSDIR%%/html/_sources/api/qcommandlinkbutton.txt +%%DOCSDIR%%/html/_sources/api/qcommonstyle.txt +%%DOCSDIR%%/html/_sources/api/qcompass.txt +%%DOCSDIR%%/html/_sources/api/qcompassfilter.txt +%%DOCSDIR%%/html/_sources/api/qcompassreading.txt +%%DOCSDIR%%/html/_sources/api/qcompleter.txt +%%DOCSDIR%%/html/_sources/api/qconicalgradient.txt +%%DOCSDIR%%/html/_sources/api/qcontextmenuevent.txt +%%DOCSDIR%%/html/_sources/api/qcoreapplication.txt +%%DOCSDIR%%/html/_sources/api/qcryptographichash.txt +%%DOCSDIR%%/html/_sources/api/qcursor.txt +%%DOCSDIR%%/html/_sources/api/qdatastream.txt +%%DOCSDIR%%/html/_sources/api/qdatawidgetmapper.txt +%%DOCSDIR%%/html/_sources/api/qdate.txt +%%DOCSDIR%%/html/_sources/api/qdateedit.txt +%%DOCSDIR%%/html/_sources/api/qdatetime.txt +%%DOCSDIR%%/html/_sources/api/qdatetimeedit.txt +%%DOCSDIR%%/html/_sources/api/qdbus.txt +%%DOCSDIR%%/html/_sources/api/qdbusabstractadaptor.txt +%%DOCSDIR%%/html/_sources/api/qdbusabstractinterface.txt +%%DOCSDIR%%/html/_sources/api/qdbusargument.txt +%%DOCSDIR%%/html/_sources/api/qdbusconnection.txt +%%DOCSDIR%%/html/_sources/api/qdbusconnectioninterface.txt +%%DOCSDIR%%/html/_sources/api/qdbuserror.txt +%%DOCSDIR%%/html/_sources/api/qdbusinterface.txt +%%DOCSDIR%%/html/_sources/api/qdbusmessage.txt +%%DOCSDIR%%/html/_sources/api/qdbusobjectpath.txt +%%DOCSDIR%%/html/_sources/api/qdbuspendingcall.txt +%%DOCSDIR%%/html/_sources/api/qdbuspendingcallwatcher.txt +%%DOCSDIR%%/html/_sources/api/qdbuspendingreply.txt +%%DOCSDIR%%/html/_sources/api/qdbusreply.txt +%%DOCSDIR%%/html/_sources/api/qdbusservicewatcher.txt +%%DOCSDIR%%/html/_sources/api/qdbussignature.txt +%%DOCSDIR%%/html/_sources/api/qdbusunixfiledescriptor.txt +%%DOCSDIR%%/html/_sources/api/qdbusvariant.txt +%%DOCSDIR%%/html/_sources/api/qdesigneractioneditorinterface.txt +%%DOCSDIR%%/html/_sources/api/qdesignercontainerextension.txt +%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetcollectioninterface.txt +%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetinterface.txt +%%DOCSDIR%%/html/_sources/api/qdesignerformeditorinterface.txt +%%DOCSDIR%%/html/_sources/api/qdesignerformwindowcursorinterface.txt +%%DOCSDIR%%/html/_sources/api/qdesignerformwindowinterface.txt +%%DOCSDIR%%/html/_sources/api/qdesignerformwindowmanagerinterface.txt +%%DOCSDIR%%/html/_sources/api/qdesignermembersheetextension.txt +%%DOCSDIR%%/html/_sources/api/qdesignerobjectinspectorinterface.txt +%%DOCSDIR%%/html/_sources/api/qdesignerpropertyeditorinterface.txt +%%DOCSDIR%%/html/_sources/api/qdesignerpropertysheetextension.txt +%%DOCSDIR%%/html/_sources/api/qdesignertaskmenuextension.txt +%%DOCSDIR%%/html/_sources/api/qdesignerwidgetboxinterface.txt +%%DOCSDIR%%/html/_sources/api/qdesktopservices.txt +%%DOCSDIR%%/html/_sources/api/qdesktopwidget.txt +%%DOCSDIR%%/html/_sources/api/qdial.txt +%%DOCSDIR%%/html/_sources/api/qdialog.txt +%%DOCSDIR%%/html/_sources/api/qdialogbuttonbox.txt +%%DOCSDIR%%/html/_sources/api/qdir.txt +%%DOCSDIR%%/html/_sources/api/qdiriterator.txt +%%DOCSDIR%%/html/_sources/api/qdirmodel.txt +%%DOCSDIR%%/html/_sources/api/qdistancefilter.txt +%%DOCSDIR%%/html/_sources/api/qdistancereading.txt +%%DOCSDIR%%/html/_sources/api/qdistancesensor.txt +%%DOCSDIR%%/html/_sources/api/qdnsdomainnamerecord.txt +%%DOCSDIR%%/html/_sources/api/qdnshostaddressrecord.txt +%%DOCSDIR%%/html/_sources/api/qdnslookup.txt +%%DOCSDIR%%/html/_sources/api/qdnsmailexchangerecord.txt +%%DOCSDIR%%/html/_sources/api/qdnsservicerecord.txt +%%DOCSDIR%%/html/_sources/api/qdnstextrecord.txt +%%DOCSDIR%%/html/_sources/api/qdockwidget.txt +%%DOCSDIR%%/html/_sources/api/qdomattr.txt +%%DOCSDIR%%/html/_sources/api/qdomcdatasection.txt +%%DOCSDIR%%/html/_sources/api/qdomcharacterdata.txt +%%DOCSDIR%%/html/_sources/api/qdomcomment.txt +%%DOCSDIR%%/html/_sources/api/qdomdocument.txt +%%DOCSDIR%%/html/_sources/api/qdomdocumentfragment.txt +%%DOCSDIR%%/html/_sources/api/qdomdocumenttype.txt +%%DOCSDIR%%/html/_sources/api/qdomelement.txt +%%DOCSDIR%%/html/_sources/api/qdomentity.txt +%%DOCSDIR%%/html/_sources/api/qdomentityreference.txt +%%DOCSDIR%%/html/_sources/api/qdomimplementation.txt +%%DOCSDIR%%/html/_sources/api/qdomnamednodemap.txt +%%DOCSDIR%%/html/_sources/api/qdomnode.txt +%%DOCSDIR%%/html/_sources/api/qdomnodelist.txt +%%DOCSDIR%%/html/_sources/api/qdomnotation.txt +%%DOCSDIR%%/html/_sources/api/qdomprocessinginstruction.txt +%%DOCSDIR%%/html/_sources/api/qdomtext.txt +%%DOCSDIR%%/html/_sources/api/qdoublespinbox.txt +%%DOCSDIR%%/html/_sources/api/qdoublevalidator.txt +%%DOCSDIR%%/html/_sources/api/qdrag.txt +%%DOCSDIR%%/html/_sources/api/qdragenterevent.txt +%%DOCSDIR%%/html/_sources/api/qdragleaveevent.txt +%%DOCSDIR%%/html/_sources/api/qdragmoveevent.txt +%%DOCSDIR%%/html/_sources/api/qdropevent.txt +%%DOCSDIR%%/html/_sources/api/qdynamicpropertychangeevent.txt +%%DOCSDIR%%/html/_sources/api/qeasingcurve.txt +%%DOCSDIR%%/html/_sources/api/qelapsedtimer.txt +%%DOCSDIR%%/html/_sources/api/qenterevent.txt +%%DOCSDIR%%/html/_sources/api/qerrormessage.txt +%%DOCSDIR%%/html/_sources/api/qevent.txt +%%DOCSDIR%%/html/_sources/api/qeventloop.txt +%%DOCSDIR%%/html/_sources/api/qeventlooplocker.txt +%%DOCSDIR%%/html/_sources/api/qeventtransition.txt +%%DOCSDIR%%/html/_sources/api/qexposeevent.txt +%%DOCSDIR%%/html/_sources/api/qextensionfactory.txt +%%DOCSDIR%%/html/_sources/api/qextensionmanager.txt +%%DOCSDIR%%/html/_sources/api/qfile.txt +%%DOCSDIR%%/html/_sources/api/qfiledevice.txt +%%DOCSDIR%%/html/_sources/api/qfiledialog.txt +%%DOCSDIR%%/html/_sources/api/qfileiconprovider.txt +%%DOCSDIR%%/html/_sources/api/qfileinfo.txt +%%DOCSDIR%%/html/_sources/api/qfileopenevent.txt +%%DOCSDIR%%/html/_sources/api/qfileselector.txt +%%DOCSDIR%%/html/_sources/api/qfilesystemmodel.txt +%%DOCSDIR%%/html/_sources/api/qfilesystemwatcher.txt +%%DOCSDIR%%/html/_sources/api/qfinalstate.txt +%%DOCSDIR%%/html/_sources/api/qfocusevent.txt +%%DOCSDIR%%/html/_sources/api/qfocusframe.txt +%%DOCSDIR%%/html/_sources/api/qfont.txt +%%DOCSDIR%%/html/_sources/api/qfontcombobox.txt +%%DOCSDIR%%/html/_sources/api/qfontdatabase.txt +%%DOCSDIR%%/html/_sources/api/qfontdialog.txt +%%DOCSDIR%%/html/_sources/api/qfontinfo.txt +%%DOCSDIR%%/html/_sources/api/qfontmetrics.txt +%%DOCSDIR%%/html/_sources/api/qfontmetricsf.txt +%%DOCSDIR%%/html/_sources/api/qformbuilder.txt +%%DOCSDIR%%/html/_sources/api/qformlayout.txt +%%DOCSDIR%%/html/_sources/api/qframe.txt +%%DOCSDIR%%/html/_sources/api/qgenericargument.txt +%%DOCSDIR%%/html/_sources/api/qgenericreturnargument.txt +%%DOCSDIR%%/html/_sources/api/qgeoaddress.txt +%%DOCSDIR%%/html/_sources/api/qgeoareamonitorinfo.txt +%%DOCSDIR%%/html/_sources/api/qgeoareamonitorsource.txt +%%DOCSDIR%%/html/_sources/api/qgeocircle.txt +%%DOCSDIR%%/html/_sources/api/qgeocodereply.txt +%%DOCSDIR%%/html/_sources/api/qgeocodingmanager.txt +%%DOCSDIR%%/html/_sources/api/qgeocodingmanagerengine.txt +%%DOCSDIR%%/html/_sources/api/qgeocoordinate.txt +%%DOCSDIR%%/html/_sources/api/qgeolocation.txt +%%DOCSDIR%%/html/_sources/api/qgeomaneuver.txt +%%DOCSDIR%%/html/_sources/api/qgeopositioninfo.txt +%%DOCSDIR%%/html/_sources/api/qgeopositioninfosource.txt +%%DOCSDIR%%/html/_sources/api/qgeorectangle.txt +%%DOCSDIR%%/html/_sources/api/qgeoroute.txt +%%DOCSDIR%%/html/_sources/api/qgeoroutereply.txt +%%DOCSDIR%%/html/_sources/api/qgeorouterequest.txt +%%DOCSDIR%%/html/_sources/api/qgeoroutesegment.txt +%%DOCSDIR%%/html/_sources/api/qgeoroutingmanager.txt +%%DOCSDIR%%/html/_sources/api/qgeoroutingmanagerengine.txt +%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfo.txt +%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfosource.txt +%%DOCSDIR%%/html/_sources/api/qgeoserviceprovider.txt +%%DOCSDIR%%/html/_sources/api/qgeoshape.txt +%%DOCSDIR%%/html/_sources/api/qgesture.txt +%%DOCSDIR%%/html/_sources/api/qgestureevent.txt +%%DOCSDIR%%/html/_sources/api/qgesturerecognizer.txt +%%DOCSDIR%%/html/_sources/api/qgl.txt +%%DOCSDIR%%/html/_sources/api/qglcontext.txt +%%DOCSDIR%%/html/_sources/api/qglformat.txt +%%DOCSDIR%%/html/_sources/api/qglwidget.txt +%%DOCSDIR%%/html/_sources/api/qglyphrun.txt +%%DOCSDIR%%/html/_sources/api/qgradient.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsanchor.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsanchorlayout.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsblureffect.txt +%%DOCSDIR%%/html/_sources/api/qgraphicscolorizeeffect.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsdropshadoweffect.txt +%%DOCSDIR%%/html/_sources/api/qgraphicseffect.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsellipseitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsgridlayout.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsitemgroup.txt +%%DOCSDIR%%/html/_sources/api/qgraphicslayout.txt +%%DOCSDIR%%/html/_sources/api/qgraphicslayoutitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicslinearlayout.txt +%%DOCSDIR%%/html/_sources/api/qgraphicslineitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsobject.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsopacityeffect.txt +%%DOCSDIR%%/html/_sources/api/qgraphicspathitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicspixmapitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicspolygonitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsproxywidget.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsrectitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsrotation.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsscale.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsscene.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsscenecontextmenuevent.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsscenedragdropevent.txt +%%DOCSDIR%%/html/_sources/api/qgraphicssceneevent.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsscenehelpevent.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsscenehoverevent.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsscenemouseevent.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsscenemoveevent.txt +%%DOCSDIR%%/html/_sources/api/qgraphicssceneresizeevent.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsscenewheelevent.txt +%%DOCSDIR%%/html/_sources/api/qgraphicssimpletextitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicssvgitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicstextitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicstransform.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsvideoitem.txt +%%DOCSDIR%%/html/_sources/api/qgraphicsview.txt +%%DOCSDIR%%/html/_sources/api/qgraphicswebview.txt +%%DOCSDIR%%/html/_sources/api/qgraphicswidget.txt +%%DOCSDIR%%/html/_sources/api/qgridlayout.txt +%%DOCSDIR%%/html/_sources/api/qgroupbox.txt +%%DOCSDIR%%/html/_sources/api/qguiapplication.txt +%%DOCSDIR%%/html/_sources/api/qgyroscope.txt +%%DOCSDIR%%/html/_sources/api/qgyroscopefilter.txt +%%DOCSDIR%%/html/_sources/api/qgyroscopereading.txt +%%DOCSDIR%%/html/_sources/api/qhboxlayout.txt +%%DOCSDIR%%/html/_sources/api/qheaderview.txt +%%DOCSDIR%%/html/_sources/api/qhelpcontentitem.txt +%%DOCSDIR%%/html/_sources/api/qhelpcontentmodel.txt +%%DOCSDIR%%/html/_sources/api/qhelpcontentwidget.txt +%%DOCSDIR%%/html/_sources/api/qhelpengine.txt +%%DOCSDIR%%/html/_sources/api/qhelpenginecore.txt +%%DOCSDIR%%/html/_sources/api/qhelpevent.txt +%%DOCSDIR%%/html/_sources/api/qhelpindexmodel.txt +%%DOCSDIR%%/html/_sources/api/qhelpindexwidget.txt +%%DOCSDIR%%/html/_sources/api/qhelpsearchengine.txt +%%DOCSDIR%%/html/_sources/api/qhelpsearchquery.txt +%%DOCSDIR%%/html/_sources/api/qhelpsearchquerywidget.txt +%%DOCSDIR%%/html/_sources/api/qhelpsearchresultwidget.txt +%%DOCSDIR%%/html/_sources/api/qhideevent.txt +%%DOCSDIR%%/html/_sources/api/qhistorystate.txt +%%DOCSDIR%%/html/_sources/api/qholsterfilter.txt +%%DOCSDIR%%/html/_sources/api/qholsterreading.txt +%%DOCSDIR%%/html/_sources/api/qholstersensor.txt +%%DOCSDIR%%/html/_sources/api/qhostaddress.txt +%%DOCSDIR%%/html/_sources/api/qhostinfo.txt +%%DOCSDIR%%/html/_sources/api/qhoverevent.txt +%%DOCSDIR%%/html/_sources/api/qhttpmultipart.txt +%%DOCSDIR%%/html/_sources/api/qhttppart.txt +%%DOCSDIR%%/html/_sources/api/qicon.txt +%%DOCSDIR%%/html/_sources/api/qicondragevent.txt +%%DOCSDIR%%/html/_sources/api/qiconengine.txt +%%DOCSDIR%%/html/_sources/api/qidentityproxymodel.txt +%%DOCSDIR%%/html/_sources/api/qimage.txt +%%DOCSDIR%%/html/_sources/api/qimageencodersettings.txt +%%DOCSDIR%%/html/_sources/api/qimageiohandler.txt +%%DOCSDIR%%/html/_sources/api/qimagereader.txt +%%DOCSDIR%%/html/_sources/api/qimagewriter.txt +%%DOCSDIR%%/html/_sources/api/qinputdialog.txt +%%DOCSDIR%%/html/_sources/api/qinputevent.txt +%%DOCSDIR%%/html/_sources/api/qinputmethod.txt +%%DOCSDIR%%/html/_sources/api/qinputmethodevent.txt +%%DOCSDIR%%/html/_sources/api/qinputmethodqueryevent.txt +%%DOCSDIR%%/html/_sources/api/qintvalidator.txt +%%DOCSDIR%%/html/_sources/api/qiodevice.txt +%%DOCSDIR%%/html/_sources/api/qirproximityfilter.txt +%%DOCSDIR%%/html/_sources/api/qirproximityreading.txt +%%DOCSDIR%%/html/_sources/api/qirproximitysensor.txt +%%DOCSDIR%%/html/_sources/api/qitemdelegate.txt +%%DOCSDIR%%/html/_sources/api/qitemeditorcreatorbase.txt +%%DOCSDIR%%/html/_sources/api/qitemeditorfactory.txt +%%DOCSDIR%%/html/_sources/api/qitemselection.txt +%%DOCSDIR%%/html/_sources/api/qitemselectionmodel.txt +%%DOCSDIR%%/html/_sources/api/qitemselectionrange.txt +%%DOCSDIR%%/html/_sources/api/qjsengine.txt +%%DOCSDIR%%/html/_sources/api/qjsonarray.txt +%%DOCSDIR%%/html/_sources/api/qjsondocument.txt +%%DOCSDIR%%/html/_sources/api/qjsonobject.txt +%%DOCSDIR%%/html/_sources/api/qjsonparseerror.txt +%%DOCSDIR%%/html/_sources/api/qjsonvalue.txt +%%DOCSDIR%%/html/_sources/api/qjsvalue.txt +%%DOCSDIR%%/html/_sources/api/qjsvalueiterator.txt +%%DOCSDIR%%/html/_sources/api/qkeyevent.txt +%%DOCSDIR%%/html/_sources/api/qkeyeventtransition.txt +%%DOCSDIR%%/html/_sources/api/qkeysequence.txt +%%DOCSDIR%%/html/_sources/api/qkeysequenceedit.txt +%%DOCSDIR%%/html/_sources/api/qlabel.txt +%%DOCSDIR%%/html/_sources/api/qlayout.txt +%%DOCSDIR%%/html/_sources/api/qlayoutitem.txt +%%DOCSDIR%%/html/_sources/api/qlcdnumber.txt +%%DOCSDIR%%/html/_sources/api/qlibrary.txt +%%DOCSDIR%%/html/_sources/api/qlibraryinfo.txt +%%DOCSDIR%%/html/_sources/api/qlightfilter.txt +%%DOCSDIR%%/html/_sources/api/qlightreading.txt +%%DOCSDIR%%/html/_sources/api/qlightsensor.txt +%%DOCSDIR%%/html/_sources/api/qline.txt +%%DOCSDIR%%/html/_sources/api/qlineargradient.txt +%%DOCSDIR%%/html/_sources/api/qlineedit.txt +%%DOCSDIR%%/html/_sources/api/qlinef.txt +%%DOCSDIR%%/html/_sources/api/qlistview.txt +%%DOCSDIR%%/html/_sources/api/qlistwidget.txt +%%DOCSDIR%%/html/_sources/api/qlistwidgetitem.txt +%%DOCSDIR%%/html/_sources/api/qlocale.txt +%%DOCSDIR%%/html/_sources/api/qlocalserver.txt +%%DOCSDIR%%/html/_sources/api/qlocalsocket.txt +%%DOCSDIR%%/html/_sources/api/qlocation.txt +%%DOCSDIR%%/html/_sources/api/qlockfile.txt +%%DOCSDIR%%/html/_sources/api/qlowenergycharacteristic.txt +%%DOCSDIR%%/html/_sources/api/qlowenergycontroller.txt +%%DOCSDIR%%/html/_sources/api/qlowenergydescriptor.txt +%%DOCSDIR%%/html/_sources/api/qlowenergyservice.txt +%%DOCSDIR%%/html/_sources/api/qmaccocoaviewcontainer.txt +%%DOCSDIR%%/html/_sources/api/qmacpasteboardmime.txt +%%DOCSDIR%%/html/_sources/api/qmactoolbar.txt +%%DOCSDIR%%/html/_sources/api/qmactoolbaritem.txt +%%DOCSDIR%%/html/_sources/api/qmagnetometer.txt +%%DOCSDIR%%/html/_sources/api/qmagnetometerfilter.txt +%%DOCSDIR%%/html/_sources/api/qmagnetometerreading.txt +%%DOCSDIR%%/html/_sources/api/qmainwindow.txt +%%DOCSDIR%%/html/_sources/api/qmargins.txt +%%DOCSDIR%%/html/_sources/api/qmarginsf.txt +%%DOCSDIR%%/html/_sources/api/qmaskgenerator.txt +%%DOCSDIR%%/html/_sources/api/qmatrix2x2.txt +%%DOCSDIR%%/html/_sources/api/qmatrix2x3.txt +%%DOCSDIR%%/html/_sources/api/qmatrix2x4.txt +%%DOCSDIR%%/html/_sources/api/qmatrix3x2.txt +%%DOCSDIR%%/html/_sources/api/qmatrix3x3.txt +%%DOCSDIR%%/html/_sources/api/qmatrix3x4.txt +%%DOCSDIR%%/html/_sources/api/qmatrix4x2.txt +%%DOCSDIR%%/html/_sources/api/qmatrix4x3.txt +%%DOCSDIR%%/html/_sources/api/qmatrix4x4.txt +%%DOCSDIR%%/html/_sources/api/qmdiarea.txt +%%DOCSDIR%%/html/_sources/api/qmdisubwindow.txt +%%DOCSDIR%%/html/_sources/api/qmediabindableinterface.txt +%%DOCSDIR%%/html/_sources/api/qmediacontent.txt +%%DOCSDIR%%/html/_sources/api/qmediacontrol.txt +%%DOCSDIR%%/html/_sources/api/qmediametadata.txt +%%DOCSDIR%%/html/_sources/api/qmediaobject.txt +%%DOCSDIR%%/html/_sources/api/qmediaplayer.txt +%%DOCSDIR%%/html/_sources/api/qmediaplaylist.txt +%%DOCSDIR%%/html/_sources/api/qmediarecorder.txt +%%DOCSDIR%%/html/_sources/api/qmediaresource.txt +%%DOCSDIR%%/html/_sources/api/qmediaservice.txt +%%DOCSDIR%%/html/_sources/api/qmediatimeinterval.txt +%%DOCSDIR%%/html/_sources/api/qmediatimerange.txt +%%DOCSDIR%%/html/_sources/api/qmenu.txt +%%DOCSDIR%%/html/_sources/api/qmenubar.txt +%%DOCSDIR%%/html/_sources/api/qmessageauthenticationcode.txt +%%DOCSDIR%%/html/_sources/api/qmessagebox.txt +%%DOCSDIR%%/html/_sources/api/qmessagelogcontext.txt +%%DOCSDIR%%/html/_sources/api/qmessagelogger.txt +%%DOCSDIR%%/html/_sources/api/qmetaclassinfo.txt +%%DOCSDIR%%/html/_sources/api/qmetaenum.txt +%%DOCSDIR%%/html/_sources/api/qmetamethod.txt +%%DOCSDIR%%/html/_sources/api/qmetaobject.txt +%%DOCSDIR%%/html/_sources/api/qmetaproperty.txt +%%DOCSDIR%%/html/_sources/api/qmetatype.txt +%%DOCSDIR%%/html/_sources/api/qmimedata.txt +%%DOCSDIR%%/html/_sources/api/qmimedatabase.txt +%%DOCSDIR%%/html/_sources/api/qmimetype.txt +%%DOCSDIR%%/html/_sources/api/qmodelindex.txt +%%DOCSDIR%%/html/_sources/api/qmouseevent.txt +%%DOCSDIR%%/html/_sources/api/qmouseeventtransition.txt +%%DOCSDIR%%/html/_sources/api/qmoveevent.txt +%%DOCSDIR%%/html/_sources/api/qmovie.txt +%%DOCSDIR%%/html/_sources/api/qmultimedia.txt +%%DOCSDIR%%/html/_sources/api/qmutex.txt +%%DOCSDIR%%/html/_sources/api/qmutexlocker.txt +%%DOCSDIR%%/html/_sources/api/qndeffilter.txt +%%DOCSDIR%%/html/_sources/api/qndefmessage.txt +%%DOCSDIR%%/html/_sources/api/qndefnfciconrecord.txt +%%DOCSDIR%%/html/_sources/api/qndefnfcsmartposterrecord.txt +%%DOCSDIR%%/html/_sources/api/qndefnfctextrecord.txt +%%DOCSDIR%%/html/_sources/api/qndefnfcurirecord.txt +%%DOCSDIR%%/html/_sources/api/qndefrecord.txt +%%DOCSDIR%%/html/_sources/api/qnearfieldmanager.txt +%%DOCSDIR%%/html/_sources/api/qnearfieldsharemanager.txt +%%DOCSDIR%%/html/_sources/api/qnearfieldsharetarget.txt +%%DOCSDIR%%/html/_sources/api/qnearfieldtarget.txt +%%DOCSDIR%%/html/_sources/api/qnetworkaccessmanager.txt +%%DOCSDIR%%/html/_sources/api/qnetworkaddressentry.txt +%%DOCSDIR%%/html/_sources/api/qnetworkcachemetadata.txt +%%DOCSDIR%%/html/_sources/api/qnetworkconfiguration.txt +%%DOCSDIR%%/html/_sources/api/qnetworkconfigurationmanager.txt +%%DOCSDIR%%/html/_sources/api/qnetworkcookie.txt +%%DOCSDIR%%/html/_sources/api/qnetworkcookiejar.txt +%%DOCSDIR%%/html/_sources/api/qnetworkdiskcache.txt +%%DOCSDIR%%/html/_sources/api/qnetworkinterface.txt +%%DOCSDIR%%/html/_sources/api/qnetworkproxy.txt +%%DOCSDIR%%/html/_sources/api/qnetworkproxyfactory.txt +%%DOCSDIR%%/html/_sources/api/qnetworkproxyquery.txt +%%DOCSDIR%%/html/_sources/api/qnetworkreply.txt +%%DOCSDIR%%/html/_sources/api/qnetworkrequest.txt +%%DOCSDIR%%/html/_sources/api/qnetworksession.txt +%%DOCSDIR%%/html/_sources/api/qnmeapositioninfosource.txt +%%DOCSDIR%%/html/_sources/api/qobject.txt +%%DOCSDIR%%/html/_sources/api/qobjectcleanuphandler.txt +%%DOCSDIR%%/html/_sources/api/qoffscreensurface.txt +%%DOCSDIR%%/html/_sources/api/qopenglbuffer.txt +%%DOCSDIR%%/html/_sources/api/qopenglcontext.txt +%%DOCSDIR%%/html/_sources/api/qopenglcontextgroup.txt +%%DOCSDIR%%/html/_sources/api/qopengldebuglogger.txt +%%DOCSDIR%%/html/_sources/api/qopengldebugmessage.txt +%%DOCSDIR%%/html/_sources/api/qopenglframebufferobject.txt +%%DOCSDIR%%/html/_sources/api/qopenglframebufferobjectformat.txt +%%DOCSDIR%%/html/_sources/api/qopenglpaintdevice.txt +%%DOCSDIR%%/html/_sources/api/qopenglshader.txt +%%DOCSDIR%%/html/_sources/api/qopenglshaderprogram.txt +%%DOCSDIR%%/html/_sources/api/qopengltexture.txt +%%DOCSDIR%%/html/_sources/api/qopengltimemonitor.txt +%%DOCSDIR%%/html/_sources/api/qopengltimerquery.txt +%%DOCSDIR%%/html/_sources/api/qopenglvertexarrayobject.txt +%%DOCSDIR%%/html/_sources/api/qopenglwidget.txt +%%DOCSDIR%%/html/_sources/api/qopenglwindow.txt +%%DOCSDIR%%/html/_sources/api/qorientationfilter.txt +%%DOCSDIR%%/html/_sources/api/qorientationreading.txt +%%DOCSDIR%%/html/_sources/api/qorientationsensor.txt +%%DOCSDIR%%/html/_sources/api/qpagedpaintdevice.txt +%%DOCSDIR%%/html/_sources/api/qpagelayout.txt +%%DOCSDIR%%/html/_sources/api/qpagesetupdialog.txt +%%DOCSDIR%%/html/_sources/api/qpagesize.txt +%%DOCSDIR%%/html/_sources/api/qpaintdevice.txt +%%DOCSDIR%%/html/_sources/api/qpaintdevicewindow.txt +%%DOCSDIR%%/html/_sources/api/qpaintengine.txt +%%DOCSDIR%%/html/_sources/api/qpaintenginestate.txt +%%DOCSDIR%%/html/_sources/api/qpainter.txt +%%DOCSDIR%%/html/_sources/api/qpainterpath.txt +%%DOCSDIR%%/html/_sources/api/qpainterpathstroker.txt +%%DOCSDIR%%/html/_sources/api/qpaintevent.txt +%%DOCSDIR%%/html/_sources/api/qpalette.txt +%%DOCSDIR%%/html/_sources/api/qpangesture.txt +%%DOCSDIR%%/html/_sources/api/qparallelanimationgroup.txt +%%DOCSDIR%%/html/_sources/api/qpauseanimation.txt +%%DOCSDIR%%/html/_sources/api/qpdfwriter.txt +%%DOCSDIR%%/html/_sources/api/qpen.txt +%%DOCSDIR%%/html/_sources/api/qpersistentmodelindex.txt +%%DOCSDIR%%/html/_sources/api/qpicture.txt +%%DOCSDIR%%/html/_sources/api/qpictureio.txt +%%DOCSDIR%%/html/_sources/api/qpinchgesture.txt +%%DOCSDIR%%/html/_sources/api/qpixelformat.txt +%%DOCSDIR%%/html/_sources/api/qpixmap.txt +%%DOCSDIR%%/html/_sources/api/qpixmapcache.txt +%%DOCSDIR%%/html/_sources/api/qplace.txt +%%DOCSDIR%%/html/_sources/api/qplaceattribute.txt +%%DOCSDIR%%/html/_sources/api/qplacecategory.txt +%%DOCSDIR%%/html/_sources/api/qplacecontactdetail.txt +%%DOCSDIR%%/html/_sources/api/qplacecontent.txt +%%DOCSDIR%%/html/_sources/api/qplacecontentreply.txt +%%DOCSDIR%%/html/_sources/api/qplacecontentrequest.txt +%%DOCSDIR%%/html/_sources/api/qplacedetailsreply.txt +%%DOCSDIR%%/html/_sources/api/qplaceeditorial.txt +%%DOCSDIR%%/html/_sources/api/qplaceicon.txt +%%DOCSDIR%%/html/_sources/api/qplaceidreply.txt +%%DOCSDIR%%/html/_sources/api/qplaceimage.txt +%%DOCSDIR%%/html/_sources/api/qplacemanager.txt +%%DOCSDIR%%/html/_sources/api/qplacemanagerengine.txt +%%DOCSDIR%%/html/_sources/api/qplacematchreply.txt +%%DOCSDIR%%/html/_sources/api/qplacematchrequest.txt +%%DOCSDIR%%/html/_sources/api/qplaceproposedsearchresult.txt +%%DOCSDIR%%/html/_sources/api/qplaceratings.txt +%%DOCSDIR%%/html/_sources/api/qplacereply.txt +%%DOCSDIR%%/html/_sources/api/qplaceresult.txt +%%DOCSDIR%%/html/_sources/api/qplacereview.txt +%%DOCSDIR%%/html/_sources/api/qplacesearchreply.txt +%%DOCSDIR%%/html/_sources/api/qplacesearchrequest.txt +%%DOCSDIR%%/html/_sources/api/qplacesearchresult.txt +%%DOCSDIR%%/html/_sources/api/qplacesearchsuggestionreply.txt +%%DOCSDIR%%/html/_sources/api/qplacesupplier.txt +%%DOCSDIR%%/html/_sources/api/qplaceuser.txt +%%DOCSDIR%%/html/_sources/api/qplaintextdocumentlayout.txt +%%DOCSDIR%%/html/_sources/api/qplaintextedit.txt +%%DOCSDIR%%/html/_sources/api/qpluginloader.txt +%%DOCSDIR%%/html/_sources/api/qpoint.txt +%%DOCSDIR%%/html/_sources/api/qpointf.txt +%%DOCSDIR%%/html/_sources/api/qpolygon.txt +%%DOCSDIR%%/html/_sources/api/qpolygonf.txt +%%DOCSDIR%%/html/_sources/api/qpressurefilter.txt +%%DOCSDIR%%/html/_sources/api/qpressurereading.txt +%%DOCSDIR%%/html/_sources/api/qpressuresensor.txt +%%DOCSDIR%%/html/_sources/api/qprintdialog.txt +%%DOCSDIR%%/html/_sources/api/qprintengine.txt +%%DOCSDIR%%/html/_sources/api/qprinter.txt +%%DOCSDIR%%/html/_sources/api/qprinterinfo.txt +%%DOCSDIR%%/html/_sources/api/qprintpreviewdialog.txt +%%DOCSDIR%%/html/_sources/api/qprintpreviewwidget.txt +%%DOCSDIR%%/html/_sources/api/qprocess.txt +%%DOCSDIR%%/html/_sources/api/qprocessenvironment.txt +%%DOCSDIR%%/html/_sources/api/qprogressbar.txt +%%DOCSDIR%%/html/_sources/api/qprogressdialog.txt +%%DOCSDIR%%/html/_sources/api/qpropertyanimation.txt +%%DOCSDIR%%/html/_sources/api/qproximityfilter.txt +%%DOCSDIR%%/html/_sources/api/qproximityreading.txt +%%DOCSDIR%%/html/_sources/api/qproximitysensor.txt +%%DOCSDIR%%/html/_sources/api/qproxystyle.txt +%%DOCSDIR%%/html/_sources/api/qpushbutton.txt +%%DOCSDIR%%/html/_sources/api/qqmlabstracturlinterceptor.txt +%%DOCSDIR%%/html/_sources/api/qqmlapplicationengine.txt +%%DOCSDIR%%/html/_sources/api/qqmlcomponent.txt +%%DOCSDIR%%/html/_sources/api/qqmlcontext.txt +%%DOCSDIR%%/html/_sources/api/qqmlengine.txt +%%DOCSDIR%%/html/_sources/api/qqmlerror.txt +%%DOCSDIR%%/html/_sources/api/qqmlexpression.txt +%%DOCSDIR%%/html/_sources/api/qqmlextensionplugin.txt +%%DOCSDIR%%/html/_sources/api/qqmlfileselector.txt +%%DOCSDIR%%/html/_sources/api/qqmlimageproviderbase.txt +%%DOCSDIR%%/html/_sources/api/qqmlincubator.txt +%%DOCSDIR%%/html/_sources/api/qqmlincubatorcontrol.txt +%%DOCSDIR%%/html/_sources/api/qqmllistproperty.txt +%%DOCSDIR%%/html/_sources/api/qqmllistreference.txt +%%DOCSDIR%%/html/_sources/api/qqmlndefrecord.txt +%%DOCSDIR%%/html/_sources/api/qqmlnetworkaccessmanagerfactory.txt +%%DOCSDIR%%/html/_sources/api/qqmlparserstatus.txt +%%DOCSDIR%%/html/_sources/api/qqmlproperty.txt +%%DOCSDIR%%/html/_sources/api/qqmlpropertymap.txt +%%DOCSDIR%%/html/_sources/api/qqmlpropertyvaluesource.txt +%%DOCSDIR%%/html/_sources/api/qqmlscriptstring.txt +%%DOCSDIR%%/html/_sources/api/qquaternion.txt +%%DOCSDIR%%/html/_sources/api/qquickframebufferobject.txt +%%DOCSDIR%%/html/_sources/api/qquickimageprovider.txt +%%DOCSDIR%%/html/_sources/api/qquickitem.txt +%%DOCSDIR%%/html/_sources/api/qquickitemgrabresult.txt +%%DOCSDIR%%/html/_sources/api/qquickpainteditem.txt +%%DOCSDIR%%/html/_sources/api/qquickrendercontrol.txt +%%DOCSDIR%%/html/_sources/api/qquicktextdocument.txt +%%DOCSDIR%%/html/_sources/api/qquicktexturefactory.txt +%%DOCSDIR%%/html/_sources/api/qquickview.txt +%%DOCSDIR%%/html/_sources/api/qquickwidget.txt +%%DOCSDIR%%/html/_sources/api/qquickwindow.txt +%%DOCSDIR%%/html/_sources/api/qradialgradient.txt +%%DOCSDIR%%/html/_sources/api/qradiobutton.txt +%%DOCSDIR%%/html/_sources/api/qradiodata.txt +%%DOCSDIR%%/html/_sources/api/qradiotuner.txt +%%DOCSDIR%%/html/_sources/api/qrasterwindow.txt +%%DOCSDIR%%/html/_sources/api/qrawfont.txt +%%DOCSDIR%%/html/_sources/api/qreadlocker.txt +%%DOCSDIR%%/html/_sources/api/qreadwritelock.txt +%%DOCSDIR%%/html/_sources/api/qrect.txt +%%DOCSDIR%%/html/_sources/api/qrectf.txt +%%DOCSDIR%%/html/_sources/api/qregexp.txt +%%DOCSDIR%%/html/_sources/api/qregexpvalidator.txt +%%DOCSDIR%%/html/_sources/api/qregion.txt +%%DOCSDIR%%/html/_sources/api/qregularexpression.txt +%%DOCSDIR%%/html/_sources/api/qregularexpressionmatch.txt +%%DOCSDIR%%/html/_sources/api/qregularexpressionmatchiterator.txt +%%DOCSDIR%%/html/_sources/api/qregularexpressionvalidator.txt +%%DOCSDIR%%/html/_sources/api/qresizeevent.txt +%%DOCSDIR%%/html/_sources/api/qresource.txt +%%DOCSDIR%%/html/_sources/api/qrotationfilter.txt +%%DOCSDIR%%/html/_sources/api/qrotationreading.txt +%%DOCSDIR%%/html/_sources/api/qrotationsensor.txt +%%DOCSDIR%%/html/_sources/api/qrubberband.txt +%%DOCSDIR%%/html/_sources/api/qrunnable.txt +%%DOCSDIR%%/html/_sources/api/qsavefile.txt +%%DOCSDIR%%/html/_sources/api/qscreen.txt +%%DOCSDIR%%/html/_sources/api/qscrollarea.txt +%%DOCSDIR%%/html/_sources/api/qscrollbar.txt +%%DOCSDIR%%/html/_sources/api/qscroller.txt +%%DOCSDIR%%/html/_sources/api/qscrollerproperties.txt +%%DOCSDIR%%/html/_sources/api/qscrollevent.txt +%%DOCSDIR%%/html/_sources/api/qscrollprepareevent.txt +%%DOCSDIR%%/html/_sources/api/qsemaphore.txt +%%DOCSDIR%%/html/_sources/api/qsensor.txt +%%DOCSDIR%%/html/_sources/api/qsensorfilter.txt +%%DOCSDIR%%/html/_sources/api/qsensorreading.txt +%%DOCSDIR%%/html/_sources/api/qsequentialanimationgroup.txt +%%DOCSDIR%%/html/_sources/api/qserialport.txt +%%DOCSDIR%%/html/_sources/api/qserialportinfo.txt +%%DOCSDIR%%/html/_sources/api/qsessionmanager.txt +%%DOCSDIR%%/html/_sources/api/qsettings.txt +%%DOCSDIR%%/html/_sources/api/qsgabstractrenderer.txt +%%DOCSDIR%%/html/_sources/api/qsgbasicgeometrynode.txt +%%DOCSDIR%%/html/_sources/api/qsgclipnode.txt +%%DOCSDIR%%/html/_sources/api/qsgdynamictexture.txt +%%DOCSDIR%%/html/_sources/api/qsgengine.txt +%%DOCSDIR%%/html/_sources/api/qsgflatcolormaterial.txt +%%DOCSDIR%%/html/_sources/api/qsggeometry.txt +%%DOCSDIR%%/html/_sources/api/qsggeometrynode.txt +%%DOCSDIR%%/html/_sources/api/qsgmaterial.txt +%%DOCSDIR%%/html/_sources/api/qsgmaterialshader.txt +%%DOCSDIR%%/html/_sources/api/qsgmaterialtype.txt +%%DOCSDIR%%/html/_sources/api/qsgnode.txt +%%DOCSDIR%%/html/_sources/api/qsgopacitynode.txt +%%DOCSDIR%%/html/_sources/api/qsgopaquetexturematerial.txt +%%DOCSDIR%%/html/_sources/api/qsgsimplerectnode.txt +%%DOCSDIR%%/html/_sources/api/qsgsimpletexturenode.txt +%%DOCSDIR%%/html/_sources/api/qsgtexture.txt +%%DOCSDIR%%/html/_sources/api/qsgtexturematerial.txt +%%DOCSDIR%%/html/_sources/api/qsgtextureprovider.txt +%%DOCSDIR%%/html/_sources/api/qsgtransformnode.txt +%%DOCSDIR%%/html/_sources/api/qsgvertexcolormaterial.txt +%%DOCSDIR%%/html/_sources/api/qsharedmemory.txt +%%DOCSDIR%%/html/_sources/api/qshortcut.txt +%%DOCSDIR%%/html/_sources/api/qshortcutevent.txt +%%DOCSDIR%%/html/_sources/api/qshowevent.txt +%%DOCSDIR%%/html/_sources/api/qsignalblocker.txt +%%DOCSDIR%%/html/_sources/api/qsignalmapper.txt +%%DOCSDIR%%/html/_sources/api/qsignalspy.txt +%%DOCSDIR%%/html/_sources/api/qsignaltransition.txt +%%DOCSDIR%%/html/_sources/api/qsimplexmlnodemodel.txt +%%DOCSDIR%%/html/_sources/api/qsize.txt +%%DOCSDIR%%/html/_sources/api/qsizef.txt +%%DOCSDIR%%/html/_sources/api/qsizegrip.txt +%%DOCSDIR%%/html/_sources/api/qsizepolicy.txt +%%DOCSDIR%%/html/_sources/api/qslider.txt +%%DOCSDIR%%/html/_sources/api/qsocketnotifier.txt +%%DOCSDIR%%/html/_sources/api/qsortfilterproxymodel.txt +%%DOCSDIR%%/html/_sources/api/qsound.txt +%%DOCSDIR%%/html/_sources/api/qsoundeffect.txt +%%DOCSDIR%%/html/_sources/api/qsourcelocation.txt +%%DOCSDIR%%/html/_sources/api/qspaceritem.txt +%%DOCSDIR%%/html/_sources/api/qspinbox.txt +%%DOCSDIR%%/html/_sources/api/qsplashscreen.txt +%%DOCSDIR%%/html/_sources/api/qsplitter.txt +%%DOCSDIR%%/html/_sources/api/qsplitterhandle.txt +%%DOCSDIR%%/html/_sources/api/qsql.txt +%%DOCSDIR%%/html/_sources/api/qsqldatabase.txt +%%DOCSDIR%%/html/_sources/api/qsqldriver.txt +%%DOCSDIR%%/html/_sources/api/qsqldrivercreatorbase.txt +%%DOCSDIR%%/html/_sources/api/qsqlerror.txt +%%DOCSDIR%%/html/_sources/api/qsqlfield.txt +%%DOCSDIR%%/html/_sources/api/qsqlindex.txt +%%DOCSDIR%%/html/_sources/api/qsqlquery.txt +%%DOCSDIR%%/html/_sources/api/qsqlquerymodel.txt +%%DOCSDIR%%/html/_sources/api/qsqlrecord.txt +%%DOCSDIR%%/html/_sources/api/qsqlrelation.txt +%%DOCSDIR%%/html/_sources/api/qsqlrelationaldelegate.txt +%%DOCSDIR%%/html/_sources/api/qsqlrelationaltablemodel.txt +%%DOCSDIR%%/html/_sources/api/qsqlresult.txt +%%DOCSDIR%%/html/_sources/api/qsqltablemodel.txt +%%DOCSDIR%%/html/_sources/api/qssl.txt +%%DOCSDIR%%/html/_sources/api/qsslcertificate.txt +%%DOCSDIR%%/html/_sources/api/qsslcertificateextension.txt +%%DOCSDIR%%/html/_sources/api/qsslcipher.txt +%%DOCSDIR%%/html/_sources/api/qsslconfiguration.txt +%%DOCSDIR%%/html/_sources/api/qsslerror.txt +%%DOCSDIR%%/html/_sources/api/qsslkey.txt +%%DOCSDIR%%/html/_sources/api/qsslsocket.txt +%%DOCSDIR%%/html/_sources/api/qstackedlayout.txt +%%DOCSDIR%%/html/_sources/api/qstackedwidget.txt +%%DOCSDIR%%/html/_sources/api/qstandarditem.txt +%%DOCSDIR%%/html/_sources/api/qstandarditemmodel.txt +%%DOCSDIR%%/html/_sources/api/qstandardpaths.txt +%%DOCSDIR%%/html/_sources/api/qstate.txt +%%DOCSDIR%%/html/_sources/api/qstatemachine.txt +%%DOCSDIR%%/html/_sources/api/qstatictext.txt +%%DOCSDIR%%/html/_sources/api/qstatusbar.txt +%%DOCSDIR%%/html/_sources/api/qstatustipevent.txt +%%DOCSDIR%%/html/_sources/api/qstorageinfo.txt +%%DOCSDIR%%/html/_sources/api/qstringlistmodel.txt +%%DOCSDIR%%/html/_sources/api/qstyle.txt +%%DOCSDIR%%/html/_sources/api/qstyleditemdelegate.txt +%%DOCSDIR%%/html/_sources/api/qstylefactory.txt +%%DOCSDIR%%/html/_sources/api/qstylehintreturn.txt +%%DOCSDIR%%/html/_sources/api/qstylehintreturnmask.txt +%%DOCSDIR%%/html/_sources/api/qstylehintreturnvariant.txt +%%DOCSDIR%%/html/_sources/api/qstylehints.txt +%%DOCSDIR%%/html/_sources/api/qstyleoption.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptionbutton.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptioncombobox.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptioncomplex.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptiondockwidget.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptionfocusrect.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptionframe.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptiongraphicsitem.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptiongroupbox.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptionheader.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptionmenuitem.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptionprogressbar.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptionrubberband.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptionsizegrip.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptionslider.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptionspinbox.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptiontab.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptiontabbarbase.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptiontabwidgetframe.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptiontitlebar.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbar.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbox.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbutton.txt +%%DOCSDIR%%/html/_sources/api/qstyleoptionviewitem.txt +%%DOCSDIR%%/html/_sources/api/qstylepainter.txt +%%DOCSDIR%%/html/_sources/api/qsurface.txt +%%DOCSDIR%%/html/_sources/api/qsurfaceformat.txt +%%DOCSDIR%%/html/_sources/api/qsvggenerator.txt +%%DOCSDIR%%/html/_sources/api/qsvgrenderer.txt +%%DOCSDIR%%/html/_sources/api/qsvgwidget.txt +%%DOCSDIR%%/html/_sources/api/qswipegesture.txt +%%DOCSDIR%%/html/_sources/api/qsyntaxhighlighter.txt +%%DOCSDIR%%/html/_sources/api/qsysinfo.txt +%%DOCSDIR%%/html/_sources/api/qsystemsemaphore.txt +%%DOCSDIR%%/html/_sources/api/qsystemtrayicon.txt +%%DOCSDIR%%/html/_sources/api/qt.txt +%%DOCSDIR%%/html/_sources/api/qtabbar.txt +%%DOCSDIR%%/html/_sources/api/qtabletevent.txt +%%DOCSDIR%%/html/_sources/api/qtableview.txt +%%DOCSDIR%%/html/_sources/api/qtablewidget.txt +%%DOCSDIR%%/html/_sources/api/qtablewidgetitem.txt +%%DOCSDIR%%/html/_sources/api/qtablewidgetselectionrange.txt +%%DOCSDIR%%/html/_sources/api/qtabwidget.txt +%%DOCSDIR%%/html/_sources/api/qtapandholdgesture.txt +%%DOCSDIR%%/html/_sources/api/qtapfilter.txt +%%DOCSDIR%%/html/_sources/api/qtapgesture.txt +%%DOCSDIR%%/html/_sources/api/qtapreading.txt +%%DOCSDIR%%/html/_sources/api/qtapsensor.txt +%%DOCSDIR%%/html/_sources/api/qtcpserver.txt +%%DOCSDIR%%/html/_sources/api/qtcpsocket.txt +%%DOCSDIR%%/html/_sources/api/qtemporarydir.txt +%%DOCSDIR%%/html/_sources/api/qtemporaryfile.txt +%%DOCSDIR%%/html/_sources/api/qtest.txt +%%DOCSDIR%%/html/_sources/api/qtextblock.txt +%%DOCSDIR%%/html/_sources/api/qtextblockformat.txt +%%DOCSDIR%%/html/_sources/api/qtextblockgroup.txt +%%DOCSDIR%%/html/_sources/api/qtextblockuserdata.txt +%%DOCSDIR%%/html/_sources/api/qtextboundaryfinder.txt +%%DOCSDIR%%/html/_sources/api/qtextbrowser.txt +%%DOCSDIR%%/html/_sources/api/qtextcharformat.txt +%%DOCSDIR%%/html/_sources/api/qtextcodec.txt +%%DOCSDIR%%/html/_sources/api/qtextcursor.txt +%%DOCSDIR%%/html/_sources/api/qtextdecoder.txt +%%DOCSDIR%%/html/_sources/api/qtextdocument.txt +%%DOCSDIR%%/html/_sources/api/qtextdocumentfragment.txt +%%DOCSDIR%%/html/_sources/api/qtextdocumentwriter.txt +%%DOCSDIR%%/html/_sources/api/qtextedit.txt +%%DOCSDIR%%/html/_sources/api/qtextencoder.txt +%%DOCSDIR%%/html/_sources/api/qtextformat.txt +%%DOCSDIR%%/html/_sources/api/qtextfragment.txt +%%DOCSDIR%%/html/_sources/api/qtextframe.txt +%%DOCSDIR%%/html/_sources/api/qtextframeformat.txt +%%DOCSDIR%%/html/_sources/api/qtextimageformat.txt +%%DOCSDIR%%/html/_sources/api/qtextinlineobject.txt +%%DOCSDIR%%/html/_sources/api/qtextitem.txt +%%DOCSDIR%%/html/_sources/api/qtextlayout.txt +%%DOCSDIR%%/html/_sources/api/qtextlength.txt +%%DOCSDIR%%/html/_sources/api/qtextline.txt +%%DOCSDIR%%/html/_sources/api/qtextlist.txt +%%DOCSDIR%%/html/_sources/api/qtextlistformat.txt +%%DOCSDIR%%/html/_sources/api/qtextobject.txt +%%DOCSDIR%%/html/_sources/api/qtextobjectinterface.txt +%%DOCSDIR%%/html/_sources/api/qtextoption.txt +%%DOCSDIR%%/html/_sources/api/qtextstream.txt +%%DOCSDIR%%/html/_sources/api/qtextstreammanipulator.txt +%%DOCSDIR%%/html/_sources/api/qtexttable.txt +%%DOCSDIR%%/html/_sources/api/qtexttablecell.txt +%%DOCSDIR%%/html/_sources/api/qtexttablecellformat.txt +%%DOCSDIR%%/html/_sources/api/qtexttableformat.txt +%%DOCSDIR%%/html/_sources/api/qthread.txt +%%DOCSDIR%%/html/_sources/api/qthreadpool.txt +%%DOCSDIR%%/html/_sources/api/qtiltfilter.txt +%%DOCSDIR%%/html/_sources/api/qtiltreading.txt +%%DOCSDIR%%/html/_sources/api/qtiltsensor.txt +%%DOCSDIR%%/html/_sources/api/qtime.txt +%%DOCSDIR%%/html/_sources/api/qtimeedit.txt +%%DOCSDIR%%/html/_sources/api/qtimeline.txt +%%DOCSDIR%%/html/_sources/api/qtimer.txt +%%DOCSDIR%%/html/_sources/api/qtimerevent.txt +%%DOCSDIR%%/html/_sources/api/qtimezone.txt +%%DOCSDIR%%/html/_sources/api/qtoolbar.txt +%%DOCSDIR%%/html/_sources/api/qtoolbox.txt +%%DOCSDIR%%/html/_sources/api/qtoolbutton.txt +%%DOCSDIR%%/html/_sources/api/qtooltip.txt +%%DOCSDIR%%/html/_sources/api/qtouchdevice.txt +%%DOCSDIR%%/html/_sources/api/qtouchevent.txt +%%DOCSDIR%%/html/_sources/api/qtransform.txt +%%DOCSDIR%%/html/_sources/api/qtranslator.txt +%%DOCSDIR%%/html/_sources/api/qtreeview.txt +%%DOCSDIR%%/html/_sources/api/qtreewidget.txt +%%DOCSDIR%%/html/_sources/api/qtreewidgetitem.txt +%%DOCSDIR%%/html/_sources/api/qtreewidgetitemiterator.txt +%%DOCSDIR%%/html/_sources/api/qtwin.txt +%%DOCSDIR%%/html/_sources/api/qudpsocket.txt +%%DOCSDIR%%/html/_sources/api/qundocommand.txt +%%DOCSDIR%%/html/_sources/api/qundogroup.txt +%%DOCSDIR%%/html/_sources/api/qundostack.txt +%%DOCSDIR%%/html/_sources/api/qundoview.txt +%%DOCSDIR%%/html/_sources/api/qurl.txt +%%DOCSDIR%%/html/_sources/api/qurlquery.txt +%%DOCSDIR%%/html/_sources/api/quuid.txt +%%DOCSDIR%%/html/_sources/api/qvalidator.txt +%%DOCSDIR%%/html/_sources/api/qvariant.txt +%%DOCSDIR%%/html/_sources/api/qvariantanimation.txt +%%DOCSDIR%%/html/_sources/api/qvboxlayout.txt +%%DOCSDIR%%/html/_sources/api/qvector2d.txt +%%DOCSDIR%%/html/_sources/api/qvector3d.txt +%%DOCSDIR%%/html/_sources/api/qvector4d.txt +%%DOCSDIR%%/html/_sources/api/qvideoencodersettings.txt +%%DOCSDIR%%/html/_sources/api/qvideoframe.txt +%%DOCSDIR%%/html/_sources/api/qvideoprobe.txt +%%DOCSDIR%%/html/_sources/api/qvideosurfaceformat.txt +%%DOCSDIR%%/html/_sources/api/qvideowidget.txt +%%DOCSDIR%%/html/_sources/api/qwaitcondition.txt +%%DOCSDIR%%/html/_sources/api/qwebchannel.txt +%%DOCSDIR%%/html/_sources/api/qwebchannelabstracttransport.txt +%%DOCSDIR%%/html/_sources/api/qwebdatabase.txt +%%DOCSDIR%%/html/_sources/api/qwebelement.txt +%%DOCSDIR%%/html/_sources/api/qwebelementcollection.txt +%%DOCSDIR%%/html/_sources/api/qwebenginecertificateerror.txt +%%DOCSDIR%%/html/_sources/api/qwebenginedownloaditem.txt +%%DOCSDIR%%/html/_sources/api/qwebenginehistory.txt +%%DOCSDIR%%/html/_sources/api/qwebenginehistoryitem.txt +%%DOCSDIR%%/html/_sources/api/qwebenginepage.txt +%%DOCSDIR%%/html/_sources/api/qwebengineprofile.txt +%%DOCSDIR%%/html/_sources/api/qwebenginescript.txt +%%DOCSDIR%%/html/_sources/api/qwebenginescriptcollection.txt +%%DOCSDIR%%/html/_sources/api/qwebenginesettings.txt +%%DOCSDIR%%/html/_sources/api/qwebengineview.txt +%%DOCSDIR%%/html/_sources/api/qwebframe.txt +%%DOCSDIR%%/html/_sources/api/qwebhistory.txt +%%DOCSDIR%%/html/_sources/api/qwebhistoryinterface.txt +%%DOCSDIR%%/html/_sources/api/qwebhistoryitem.txt +%%DOCSDIR%%/html/_sources/api/qwebhittestresult.txt +%%DOCSDIR%%/html/_sources/api/qwebinspector.txt +%%DOCSDIR%%/html/_sources/api/qwebpage.txt +%%DOCSDIR%%/html/_sources/api/qwebpluginfactory.txt +%%DOCSDIR%%/html/_sources/api/qwebsecurityorigin.txt +%%DOCSDIR%%/html/_sources/api/qwebsettings.txt +%%DOCSDIR%%/html/_sources/api/qwebsocket.txt +%%DOCSDIR%%/html/_sources/api/qwebsocketcorsauthenticator.txt +%%DOCSDIR%%/html/_sources/api/qwebsocketprotocol.txt +%%DOCSDIR%%/html/_sources/api/qwebsocketserver.txt +%%DOCSDIR%%/html/_sources/api/qwebview.txt +%%DOCSDIR%%/html/_sources/api/qwhatsthis.txt +%%DOCSDIR%%/html/_sources/api/qwhatsthisclickedevent.txt +%%DOCSDIR%%/html/_sources/api/qwheelevent.txt +%%DOCSDIR%%/html/_sources/api/qwidget.txt +%%DOCSDIR%%/html/_sources/api/qwidgetaction.txt +%%DOCSDIR%%/html/_sources/api/qwidgetitem.txt +%%DOCSDIR%%/html/_sources/api/qwindow.txt +%%DOCSDIR%%/html/_sources/api/qwindowstatechangeevent.txt +%%DOCSDIR%%/html/_sources/api/qwinjumplist.txt +%%DOCSDIR%%/html/_sources/api/qwinjumplistcategory.txt +%%DOCSDIR%%/html/_sources/api/qwinjumplistitem.txt +%%DOCSDIR%%/html/_sources/api/qwintaskbarbutton.txt +%%DOCSDIR%%/html/_sources/api/qwintaskbarprogress.txt +%%DOCSDIR%%/html/_sources/api/qwinthumbnailtoolbar.txt +%%DOCSDIR%%/html/_sources/api/qwinthumbnailtoolbutton.txt +%%DOCSDIR%%/html/_sources/api/qwizard.txt +%%DOCSDIR%%/html/_sources/api/qwizardpage.txt +%%DOCSDIR%%/html/_sources/api/qwritelocker.txt +%%DOCSDIR%%/html/_sources/api/qx11info.txt +%%DOCSDIR%%/html/_sources/api/qxmlattributes.txt +%%DOCSDIR%%/html/_sources/api/qxmlcontenthandler.txt +%%DOCSDIR%%/html/_sources/api/qxmldeclhandler.txt +%%DOCSDIR%%/html/_sources/api/qxmldefaulthandler.txt +%%DOCSDIR%%/html/_sources/api/qxmldtdhandler.txt +%%DOCSDIR%%/html/_sources/api/qxmlentityresolver.txt +%%DOCSDIR%%/html/_sources/api/qxmlerrorhandler.txt +%%DOCSDIR%%/html/_sources/api/qxmlformatter.txt +%%DOCSDIR%%/html/_sources/api/qxmlinputsource.txt +%%DOCSDIR%%/html/_sources/api/qxmlitem.txt +%%DOCSDIR%%/html/_sources/api/qxmllexicalhandler.txt +%%DOCSDIR%%/html/_sources/api/qxmllocator.txt +%%DOCSDIR%%/html/_sources/api/qxmlname.txt +%%DOCSDIR%%/html/_sources/api/qxmlnamepool.txt +%%DOCSDIR%%/html/_sources/api/qxmlnamespacesupport.txt +%%DOCSDIR%%/html/_sources/api/qxmlnodemodelindex.txt +%%DOCSDIR%%/html/_sources/api/qxmlparseexception.txt +%%DOCSDIR%%/html/_sources/api/qxmlquery.txt +%%DOCSDIR%%/html/_sources/api/qxmlreader.txt +%%DOCSDIR%%/html/_sources/api/qxmlresultitems.txt +%%DOCSDIR%%/html/_sources/api/qxmlschema.txt +%%DOCSDIR%%/html/_sources/api/qxmlschemavalidator.txt +%%DOCSDIR%%/html/_sources/api/qxmlserializer.txt +%%DOCSDIR%%/html/_sources/api/qxmlsimplereader.txt +%%DOCSDIR%%/html/_sources/api/qxmlstreamattribute.txt +%%DOCSDIR%%/html/_sources/api/qxmlstreamattributes.txt +%%DOCSDIR%%/html/_sources/api/qxmlstreamentitydeclaration.txt +%%DOCSDIR%%/html/_sources/api/qxmlstreamentityresolver.txt +%%DOCSDIR%%/html/_sources/api/qxmlstreamnamespacedeclaration.txt +%%DOCSDIR%%/html/_sources/api/qxmlstreamnotationdeclaration.txt +%%DOCSDIR%%/html/_sources/api/qxmlstreamreader.txt +%%DOCSDIR%%/html/_sources/api/qxmlstreamwriter.txt +%%DOCSDIR%%/html/_sources/class_reference.txt +%%DOCSDIR%%/html/_sources/dbus.txt +%%DOCSDIR%%/html/_sources/deploy_commercial.txt +%%DOCSDIR%%/html/_sources/deprecations.txt +%%DOCSDIR%%/html/_sources/designer.txt +%%DOCSDIR%%/html/_sources/extension_api.txt +%%DOCSDIR%%/html/_sources/gotchas.txt +%%DOCSDIR%%/html/_sources/i18n.txt +%%DOCSDIR%%/html/_sources/incompatibilities.txt +%%DOCSDIR%%/html/_sources/index.txt +%%DOCSDIR%%/html/_sources/installation.txt +%%DOCSDIR%%/html/_sources/introduction.txt +%%DOCSDIR%%/html/_sources/metaobjects.txt +%%DOCSDIR%%/html/_sources/multiinheritance.txt +%%DOCSDIR%%/html/_sources/opengl.txt +%%DOCSDIR%%/html/_sources/pickle.txt +%%DOCSDIR%%/html/_sources/platforms.txt +%%DOCSDIR%%/html/_sources/pyqt4_differences.txt +%%DOCSDIR%%/html/_sources/pyqt_qsettings.txt +%%DOCSDIR%%/html/_sources/pyqt_qvariant.txt +%%DOCSDIR%%/html/_sources/python_shell.txt +%%DOCSDIR%%/html/_sources/qml.txt +%%DOCSDIR%%/html/_sources/qt_interfaces.txt +%%DOCSDIR%%/html/_sources/qt_properties.txt +%%DOCSDIR%%/html/_sources/resources.txt +%%DOCSDIR%%/html/_sources/signals_slots.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/doctools.js +%%DOCSDIR%%/html/_static/down-pressed.png +%%DOCSDIR%%/html/_static/down.png +%%DOCSDIR%%/html/_static/file.png +%%DOCSDIR%%/html/_static/jquery-1.11.1.js +%%DOCSDIR%%/html/_static/jquery.js +%%DOCSDIR%%/html/_static/logo.png +%%DOCSDIR%%/html/_static/logo_tn.ico +%%DOCSDIR%%/html/_static/minus.png +%%DOCSDIR%%/html/_static/plus.png +%%DOCSDIR%%/html/_static/pygments.css +%%DOCSDIR%%/html/_static/searchtools.js +%%DOCSDIR%%/html/_static/sidebar.js +%%DOCSDIR%%/html/_static/underscore-1.3.1.js +%%DOCSDIR%%/html/_static/underscore.js +%%DOCSDIR%%/html/_static/up-pressed.png +%%DOCSDIR%%/html/_static/up.png +%%DOCSDIR%%/html/_static/websupport.js +%%DOCSDIR%%/html/api/enginio.html +%%DOCSDIR%%/html/api/enginioclient.html +%%DOCSDIR%%/html/api/enginioclientconnection.html +%%DOCSDIR%%/html/api/enginioidentity.html +%%DOCSDIR%%/html/api/enginiomodel.html +%%DOCSDIR%%/html/api/enginiooauth2authentication.html +%%DOCSDIR%%/html/api/enginioreply.html +%%DOCSDIR%%/html/api/qabstractanimation.html +%%DOCSDIR%%/html/api/qabstractbutton.html +%%DOCSDIR%%/html/api/qabstracteventdispatcher.html +%%DOCSDIR%%/html/api/qabstractextensionfactory.html +%%DOCSDIR%%/html/api/qabstractextensionmanager.html +%%DOCSDIR%%/html/api/qabstractformbuilder.html +%%DOCSDIR%%/html/api/qabstractgraphicsshapeitem.html +%%DOCSDIR%%/html/api/qabstractitemdelegate.html +%%DOCSDIR%%/html/api/qabstractitemmodel.html +%%DOCSDIR%%/html/api/qabstractitemview.html +%%DOCSDIR%%/html/api/qabstractlistmodel.html +%%DOCSDIR%%/html/api/qabstractmessagehandler.html +%%DOCSDIR%%/html/api/qabstractnativeeventfilter.html +%%DOCSDIR%%/html/api/qabstractnetworkcache.html +%%DOCSDIR%%/html/api/qabstractprintdialog.html +%%DOCSDIR%%/html/api/qabstractproxymodel.html +%%DOCSDIR%%/html/api/qabstractscrollarea.html +%%DOCSDIR%%/html/api/qabstractslider.html +%%DOCSDIR%%/html/api/qabstractsocket.html +%%DOCSDIR%%/html/api/qabstractspinbox.html +%%DOCSDIR%%/html/api/qabstractstate.html +%%DOCSDIR%%/html/api/qabstracttablemodel.html +%%DOCSDIR%%/html/api/qabstracttextdocumentlayout.html +%%DOCSDIR%%/html/api/qabstracttransition.html +%%DOCSDIR%%/html/api/qabstracturiresolver.html +%%DOCSDIR%%/html/api/qabstractvideobuffer.html +%%DOCSDIR%%/html/api/qabstractvideosurface.html +%%DOCSDIR%%/html/api/qabstractxmlnodemodel.html +%%DOCSDIR%%/html/api/qabstractxmlreceiver.html +%%DOCSDIR%%/html/api/qaccelerometer.html +%%DOCSDIR%%/html/api/qaccelerometerfilter.html +%%DOCSDIR%%/html/api/qaccelerometerreading.html +%%DOCSDIR%%/html/api/qaction.html +%%DOCSDIR%%/html/api/qactionevent.html +%%DOCSDIR%%/html/api/qactiongroup.html +%%DOCSDIR%%/html/api/qaltimeter.html +%%DOCSDIR%%/html/api/qaltimeterfilter.html +%%DOCSDIR%%/html/api/qaltimeterreading.html +%%DOCSDIR%%/html/api/qambientlightfilter.html +%%DOCSDIR%%/html/api/qambientlightreading.html +%%DOCSDIR%%/html/api/qambientlightsensor.html +%%DOCSDIR%%/html/api/qambienttemperaturefilter.html +%%DOCSDIR%%/html/api/qambienttemperaturereading.html +%%DOCSDIR%%/html/api/qambienttemperaturesensor.html +%%DOCSDIR%%/html/api/qanimationgroup.html +%%DOCSDIR%%/html/api/qapplication.html +%%DOCSDIR%%/html/api/qaudio.html +%%DOCSDIR%%/html/api/qaudiobuffer.html +%%DOCSDIR%%/html/api/qaudiodecoder.html +%%DOCSDIR%%/html/api/qaudiodeviceinfo.html +%%DOCSDIR%%/html/api/qaudioencodersettings.html +%%DOCSDIR%%/html/api/qaudioformat.html +%%DOCSDIR%%/html/api/qaudioinput.html +%%DOCSDIR%%/html/api/qaudiooutput.html +%%DOCSDIR%%/html/api/qaudioprobe.html +%%DOCSDIR%%/html/api/qaudiorecorder.html +%%DOCSDIR%%/html/api/qauthenticator.html +%%DOCSDIR%%/html/api/qaxbase.html +%%DOCSDIR%%/html/api/qaxobject.html +%%DOCSDIR%%/html/api/qaxwidget.html +%%DOCSDIR%%/html/api/qbackingstore.html +%%DOCSDIR%%/html/api/qbasictimer.html +%%DOCSDIR%%/html/api/qbitarray.html +%%DOCSDIR%%/html/api/qbitmap.html +%%DOCSDIR%%/html/api/qbluetoothaddress.html +%%DOCSDIR%%/html/api/qbluetoothdevicediscoveryagent.html +%%DOCSDIR%%/html/api/qbluetoothdeviceinfo.html +%%DOCSDIR%%/html/api/qbluetoothhostinfo.html +%%DOCSDIR%%/html/api/qbluetoothlocaldevice.html +%%DOCSDIR%%/html/api/qbluetoothserver.html +%%DOCSDIR%%/html/api/qbluetoothservicediscoveryagent.html +%%DOCSDIR%%/html/api/qbluetoothserviceinfo.html +%%DOCSDIR%%/html/api/qbluetoothsocket.html +%%DOCSDIR%%/html/api/qbluetoothtransfermanager.html +%%DOCSDIR%%/html/api/qbluetoothtransferreply.html +%%DOCSDIR%%/html/api/qbluetoothtransferrequest.html +%%DOCSDIR%%/html/api/qbluetoothuuid.html +%%DOCSDIR%%/html/api/qboxlayout.html +%%DOCSDIR%%/html/api/qbrush.html +%%DOCSDIR%%/html/api/qbuffer.html +%%DOCSDIR%%/html/api/qbuttongroup.html +%%DOCSDIR%%/html/api/qbytearray.html +%%DOCSDIR%%/html/api/qbytearraymatcher.html +%%DOCSDIR%%/html/api/qcalendarwidget.html +%%DOCSDIR%%/html/api/qcamera.html +%%DOCSDIR%%/html/api/qcameraexposure.html +%%DOCSDIR%%/html/api/qcamerafocus.html +%%DOCSDIR%%/html/api/qcamerafocuszone.html +%%DOCSDIR%%/html/api/qcameraimagecapture.html +%%DOCSDIR%%/html/api/qcameraimageprocessing.html +%%DOCSDIR%%/html/api/qcamerainfo.html +%%DOCSDIR%%/html/api/qcameraviewfinder.html +%%DOCSDIR%%/html/api/qcheckbox.html +%%DOCSDIR%%/html/api/qchildevent.html +%%DOCSDIR%%/html/api/qclipboard.html +%%DOCSDIR%%/html/api/qcloseevent.html +%%DOCSDIR%%/html/api/qcollator.html +%%DOCSDIR%%/html/api/qcollatorsortkey.html +%%DOCSDIR%%/html/api/qcolor.html +%%DOCSDIR%%/html/api/qcolordialog.html +%%DOCSDIR%%/html/api/qcolumnview.html +%%DOCSDIR%%/html/api/qcombobox.html +%%DOCSDIR%%/html/api/qcommandlineoption.html +%%DOCSDIR%%/html/api/qcommandlineparser.html +%%DOCSDIR%%/html/api/qcommandlinkbutton.html +%%DOCSDIR%%/html/api/qcommonstyle.html +%%DOCSDIR%%/html/api/qcompass.html +%%DOCSDIR%%/html/api/qcompassfilter.html +%%DOCSDIR%%/html/api/qcompassreading.html +%%DOCSDIR%%/html/api/qcompleter.html +%%DOCSDIR%%/html/api/qconicalgradient.html +%%DOCSDIR%%/html/api/qcontextmenuevent.html +%%DOCSDIR%%/html/api/qcoreapplication.html +%%DOCSDIR%%/html/api/qcryptographichash.html +%%DOCSDIR%%/html/api/qcursor.html +%%DOCSDIR%%/html/api/qdatastream.html +%%DOCSDIR%%/html/api/qdatawidgetmapper.html +%%DOCSDIR%%/html/api/qdate.html +%%DOCSDIR%%/html/api/qdateedit.html +%%DOCSDIR%%/html/api/qdatetime.html +%%DOCSDIR%%/html/api/qdatetimeedit.html +%%DOCSDIR%%/html/api/qdbus.html +%%DOCSDIR%%/html/api/qdbusabstractadaptor.html +%%DOCSDIR%%/html/api/qdbusabstractinterface.html +%%DOCSDIR%%/html/api/qdbusargument.html +%%DOCSDIR%%/html/api/qdbusconnection.html +%%DOCSDIR%%/html/api/qdbusconnectioninterface.html +%%DOCSDIR%%/html/api/qdbuserror.html +%%DOCSDIR%%/html/api/qdbusinterface.html +%%DOCSDIR%%/html/api/qdbusmessage.html +%%DOCSDIR%%/html/api/qdbusobjectpath.html +%%DOCSDIR%%/html/api/qdbuspendingcall.html +%%DOCSDIR%%/html/api/qdbuspendingcallwatcher.html +%%DOCSDIR%%/html/api/qdbuspendingreply.html +%%DOCSDIR%%/html/api/qdbusreply.html +%%DOCSDIR%%/html/api/qdbusservicewatcher.html +%%DOCSDIR%%/html/api/qdbussignature.html +%%DOCSDIR%%/html/api/qdbusunixfiledescriptor.html +%%DOCSDIR%%/html/api/qdbusvariant.html +%%DOCSDIR%%/html/api/qdesigneractioneditorinterface.html +%%DOCSDIR%%/html/api/qdesignercontainerextension.html +%%DOCSDIR%%/html/api/qdesignercustomwidgetcollectioninterface.html +%%DOCSDIR%%/html/api/qdesignercustomwidgetinterface.html +%%DOCSDIR%%/html/api/qdesignerformeditorinterface.html +%%DOCSDIR%%/html/api/qdesignerformwindowcursorinterface.html +%%DOCSDIR%%/html/api/qdesignerformwindowinterface.html +%%DOCSDIR%%/html/api/qdesignerformwindowmanagerinterface.html +%%DOCSDIR%%/html/api/qdesignermembersheetextension.html +%%DOCSDIR%%/html/api/qdesignerobjectinspectorinterface.html +%%DOCSDIR%%/html/api/qdesignerpropertyeditorinterface.html +%%DOCSDIR%%/html/api/qdesignerpropertysheetextension.html +%%DOCSDIR%%/html/api/qdesignertaskmenuextension.html +%%DOCSDIR%%/html/api/qdesignerwidgetboxinterface.html +%%DOCSDIR%%/html/api/qdesktopservices.html +%%DOCSDIR%%/html/api/qdesktopwidget.html +%%DOCSDIR%%/html/api/qdial.html +%%DOCSDIR%%/html/api/qdialog.html +%%DOCSDIR%%/html/api/qdialogbuttonbox.html +%%DOCSDIR%%/html/api/qdir.html +%%DOCSDIR%%/html/api/qdiriterator.html +%%DOCSDIR%%/html/api/qdirmodel.html +%%DOCSDIR%%/html/api/qdistancefilter.html +%%DOCSDIR%%/html/api/qdistancereading.html +%%DOCSDIR%%/html/api/qdistancesensor.html +%%DOCSDIR%%/html/api/qdnsdomainnamerecord.html +%%DOCSDIR%%/html/api/qdnshostaddressrecord.html +%%DOCSDIR%%/html/api/qdnslookup.html +%%DOCSDIR%%/html/api/qdnsmailexchangerecord.html +%%DOCSDIR%%/html/api/qdnsservicerecord.html +%%DOCSDIR%%/html/api/qdnstextrecord.html +%%DOCSDIR%%/html/api/qdockwidget.html +%%DOCSDIR%%/html/api/qdomattr.html +%%DOCSDIR%%/html/api/qdomcdatasection.html +%%DOCSDIR%%/html/api/qdomcharacterdata.html +%%DOCSDIR%%/html/api/qdomcomment.html +%%DOCSDIR%%/html/api/qdomdocument.html +%%DOCSDIR%%/html/api/qdomdocumentfragment.html +%%DOCSDIR%%/html/api/qdomdocumenttype.html +%%DOCSDIR%%/html/api/qdomelement.html +%%DOCSDIR%%/html/api/qdomentity.html +%%DOCSDIR%%/html/api/qdomentityreference.html +%%DOCSDIR%%/html/api/qdomimplementation.html +%%DOCSDIR%%/html/api/qdomnamednodemap.html +%%DOCSDIR%%/html/api/qdomnode.html +%%DOCSDIR%%/html/api/qdomnodelist.html +%%DOCSDIR%%/html/api/qdomnotation.html +%%DOCSDIR%%/html/api/qdomprocessinginstruction.html +%%DOCSDIR%%/html/api/qdomtext.html +%%DOCSDIR%%/html/api/qdoublespinbox.html +%%DOCSDIR%%/html/api/qdoublevalidator.html +%%DOCSDIR%%/html/api/qdrag.html +%%DOCSDIR%%/html/api/qdragenterevent.html +%%DOCSDIR%%/html/api/qdragleaveevent.html +%%DOCSDIR%%/html/api/qdragmoveevent.html +%%DOCSDIR%%/html/api/qdropevent.html +%%DOCSDIR%%/html/api/qdynamicpropertychangeevent.html +%%DOCSDIR%%/html/api/qeasingcurve.html +%%DOCSDIR%%/html/api/qelapsedtimer.html +%%DOCSDIR%%/html/api/qenterevent.html +%%DOCSDIR%%/html/api/qerrormessage.html +%%DOCSDIR%%/html/api/qevent.html +%%DOCSDIR%%/html/api/qeventloop.html +%%DOCSDIR%%/html/api/qeventlooplocker.html +%%DOCSDIR%%/html/api/qeventtransition.html +%%DOCSDIR%%/html/api/qexposeevent.html +%%DOCSDIR%%/html/api/qextensionfactory.html +%%DOCSDIR%%/html/api/qextensionmanager.html +%%DOCSDIR%%/html/api/qfile.html +%%DOCSDIR%%/html/api/qfiledevice.html +%%DOCSDIR%%/html/api/qfiledialog.html +%%DOCSDIR%%/html/api/qfileiconprovider.html +%%DOCSDIR%%/html/api/qfileinfo.html +%%DOCSDIR%%/html/api/qfileopenevent.html +%%DOCSDIR%%/html/api/qfileselector.html +%%DOCSDIR%%/html/api/qfilesystemmodel.html +%%DOCSDIR%%/html/api/qfilesystemwatcher.html +%%DOCSDIR%%/html/api/qfinalstate.html +%%DOCSDIR%%/html/api/qfocusevent.html +%%DOCSDIR%%/html/api/qfocusframe.html +%%DOCSDIR%%/html/api/qfont.html +%%DOCSDIR%%/html/api/qfontcombobox.html +%%DOCSDIR%%/html/api/qfontdatabase.html +%%DOCSDIR%%/html/api/qfontdialog.html +%%DOCSDIR%%/html/api/qfontinfo.html +%%DOCSDIR%%/html/api/qfontmetrics.html +%%DOCSDIR%%/html/api/qfontmetricsf.html +%%DOCSDIR%%/html/api/qformbuilder.html +%%DOCSDIR%%/html/api/qformlayout.html +%%DOCSDIR%%/html/api/qframe.html +%%DOCSDIR%%/html/api/qgenericargument.html +%%DOCSDIR%%/html/api/qgenericreturnargument.html +%%DOCSDIR%%/html/api/qgeoaddress.html +%%DOCSDIR%%/html/api/qgeoareamonitorinfo.html +%%DOCSDIR%%/html/api/qgeoareamonitorsource.html +%%DOCSDIR%%/html/api/qgeocircle.html +%%DOCSDIR%%/html/api/qgeocodereply.html +%%DOCSDIR%%/html/api/qgeocodingmanager.html +%%DOCSDIR%%/html/api/qgeocodingmanagerengine.html +%%DOCSDIR%%/html/api/qgeocoordinate.html +%%DOCSDIR%%/html/api/qgeolocation.html +%%DOCSDIR%%/html/api/qgeomaneuver.html +%%DOCSDIR%%/html/api/qgeopositioninfo.html +%%DOCSDIR%%/html/api/qgeopositioninfosource.html +%%DOCSDIR%%/html/api/qgeorectangle.html +%%DOCSDIR%%/html/api/qgeoroute.html +%%DOCSDIR%%/html/api/qgeoroutereply.html +%%DOCSDIR%%/html/api/qgeorouterequest.html +%%DOCSDIR%%/html/api/qgeoroutesegment.html +%%DOCSDIR%%/html/api/qgeoroutingmanager.html +%%DOCSDIR%%/html/api/qgeoroutingmanagerengine.html +%%DOCSDIR%%/html/api/qgeosatelliteinfo.html +%%DOCSDIR%%/html/api/qgeosatelliteinfosource.html +%%DOCSDIR%%/html/api/qgeoserviceprovider.html +%%DOCSDIR%%/html/api/qgeoshape.html +%%DOCSDIR%%/html/api/qgesture.html +%%DOCSDIR%%/html/api/qgestureevent.html +%%DOCSDIR%%/html/api/qgesturerecognizer.html +%%DOCSDIR%%/html/api/qgl.html +%%DOCSDIR%%/html/api/qglcontext.html +%%DOCSDIR%%/html/api/qglformat.html +%%DOCSDIR%%/html/api/qglwidget.html +%%DOCSDIR%%/html/api/qglyphrun.html +%%DOCSDIR%%/html/api/qgradient.html +%%DOCSDIR%%/html/api/qgraphicsanchor.html +%%DOCSDIR%%/html/api/qgraphicsanchorlayout.html +%%DOCSDIR%%/html/api/qgraphicsblureffect.html +%%DOCSDIR%%/html/api/qgraphicscolorizeeffect.html +%%DOCSDIR%%/html/api/qgraphicsdropshadoweffect.html +%%DOCSDIR%%/html/api/qgraphicseffect.html +%%DOCSDIR%%/html/api/qgraphicsellipseitem.html +%%DOCSDIR%%/html/api/qgraphicsgridlayout.html +%%DOCSDIR%%/html/api/qgraphicsitem.html +%%DOCSDIR%%/html/api/qgraphicsitemgroup.html +%%DOCSDIR%%/html/api/qgraphicslayout.html +%%DOCSDIR%%/html/api/qgraphicslayoutitem.html +%%DOCSDIR%%/html/api/qgraphicslinearlayout.html +%%DOCSDIR%%/html/api/qgraphicslineitem.html +%%DOCSDIR%%/html/api/qgraphicsobject.html +%%DOCSDIR%%/html/api/qgraphicsopacityeffect.html +%%DOCSDIR%%/html/api/qgraphicspathitem.html +%%DOCSDIR%%/html/api/qgraphicspixmapitem.html +%%DOCSDIR%%/html/api/qgraphicspolygonitem.html +%%DOCSDIR%%/html/api/qgraphicsproxywidget.html +%%DOCSDIR%%/html/api/qgraphicsrectitem.html +%%DOCSDIR%%/html/api/qgraphicsrotation.html +%%DOCSDIR%%/html/api/qgraphicsscale.html +%%DOCSDIR%%/html/api/qgraphicsscene.html +%%DOCSDIR%%/html/api/qgraphicsscenecontextmenuevent.html +%%DOCSDIR%%/html/api/qgraphicsscenedragdropevent.html +%%DOCSDIR%%/html/api/qgraphicssceneevent.html +%%DOCSDIR%%/html/api/qgraphicsscenehelpevent.html +%%DOCSDIR%%/html/api/qgraphicsscenehoverevent.html +%%DOCSDIR%%/html/api/qgraphicsscenemouseevent.html +%%DOCSDIR%%/html/api/qgraphicsscenemoveevent.html +%%DOCSDIR%%/html/api/qgraphicssceneresizeevent.html +%%DOCSDIR%%/html/api/qgraphicsscenewheelevent.html +%%DOCSDIR%%/html/api/qgraphicssimpletextitem.html +%%DOCSDIR%%/html/api/qgraphicssvgitem.html +%%DOCSDIR%%/html/api/qgraphicstextitem.html +%%DOCSDIR%%/html/api/qgraphicstransform.html +%%DOCSDIR%%/html/api/qgraphicsvideoitem.html +%%DOCSDIR%%/html/api/qgraphicsview.html +%%DOCSDIR%%/html/api/qgraphicswebview.html +%%DOCSDIR%%/html/api/qgraphicswidget.html +%%DOCSDIR%%/html/api/qgridlayout.html +%%DOCSDIR%%/html/api/qgroupbox.html +%%DOCSDIR%%/html/api/qguiapplication.html +%%DOCSDIR%%/html/api/qgyroscope.html +%%DOCSDIR%%/html/api/qgyroscopefilter.html +%%DOCSDIR%%/html/api/qgyroscopereading.html +%%DOCSDIR%%/html/api/qhboxlayout.html +%%DOCSDIR%%/html/api/qheaderview.html +%%DOCSDIR%%/html/api/qhelpcontentitem.html +%%DOCSDIR%%/html/api/qhelpcontentmodel.html +%%DOCSDIR%%/html/api/qhelpcontentwidget.html +%%DOCSDIR%%/html/api/qhelpengine.html +%%DOCSDIR%%/html/api/qhelpenginecore.html +%%DOCSDIR%%/html/api/qhelpevent.html +%%DOCSDIR%%/html/api/qhelpindexmodel.html +%%DOCSDIR%%/html/api/qhelpindexwidget.html +%%DOCSDIR%%/html/api/qhelpsearchengine.html +%%DOCSDIR%%/html/api/qhelpsearchquery.html +%%DOCSDIR%%/html/api/qhelpsearchquerywidget.html +%%DOCSDIR%%/html/api/qhelpsearchresultwidget.html +%%DOCSDIR%%/html/api/qhideevent.html +%%DOCSDIR%%/html/api/qhistorystate.html +%%DOCSDIR%%/html/api/qholsterfilter.html +%%DOCSDIR%%/html/api/qholsterreading.html +%%DOCSDIR%%/html/api/qholstersensor.html +%%DOCSDIR%%/html/api/qhostaddress.html +%%DOCSDIR%%/html/api/qhostinfo.html +%%DOCSDIR%%/html/api/qhoverevent.html +%%DOCSDIR%%/html/api/qhttpmultipart.html +%%DOCSDIR%%/html/api/qhttppart.html +%%DOCSDIR%%/html/api/qicon.html +%%DOCSDIR%%/html/api/qicondragevent.html +%%DOCSDIR%%/html/api/qiconengine.html +%%DOCSDIR%%/html/api/qidentityproxymodel.html +%%DOCSDIR%%/html/api/qimage.html +%%DOCSDIR%%/html/api/qimageencodersettings.html +%%DOCSDIR%%/html/api/qimageiohandler.html +%%DOCSDIR%%/html/api/qimagereader.html +%%DOCSDIR%%/html/api/qimagewriter.html +%%DOCSDIR%%/html/api/qinputdialog.html +%%DOCSDIR%%/html/api/qinputevent.html +%%DOCSDIR%%/html/api/qinputmethod.html +%%DOCSDIR%%/html/api/qinputmethodevent.html +%%DOCSDIR%%/html/api/qinputmethodqueryevent.html +%%DOCSDIR%%/html/api/qintvalidator.html +%%DOCSDIR%%/html/api/qiodevice.html +%%DOCSDIR%%/html/api/qirproximityfilter.html +%%DOCSDIR%%/html/api/qirproximityreading.html +%%DOCSDIR%%/html/api/qirproximitysensor.html +%%DOCSDIR%%/html/api/qitemdelegate.html +%%DOCSDIR%%/html/api/qitemeditorcreatorbase.html +%%DOCSDIR%%/html/api/qitemeditorfactory.html +%%DOCSDIR%%/html/api/qitemselection.html +%%DOCSDIR%%/html/api/qitemselectionmodel.html +%%DOCSDIR%%/html/api/qitemselectionrange.html +%%DOCSDIR%%/html/api/qjsengine.html +%%DOCSDIR%%/html/api/qjsonarray.html +%%DOCSDIR%%/html/api/qjsondocument.html +%%DOCSDIR%%/html/api/qjsonobject.html +%%DOCSDIR%%/html/api/qjsonparseerror.html +%%DOCSDIR%%/html/api/qjsonvalue.html +%%DOCSDIR%%/html/api/qjsvalue.html +%%DOCSDIR%%/html/api/qjsvalueiterator.html +%%DOCSDIR%%/html/api/qkeyevent.html +%%DOCSDIR%%/html/api/qkeyeventtransition.html +%%DOCSDIR%%/html/api/qkeysequence.html +%%DOCSDIR%%/html/api/qkeysequenceedit.html +%%DOCSDIR%%/html/api/qlabel.html +%%DOCSDIR%%/html/api/qlayout.html +%%DOCSDIR%%/html/api/qlayoutitem.html +%%DOCSDIR%%/html/api/qlcdnumber.html +%%DOCSDIR%%/html/api/qlibrary.html +%%DOCSDIR%%/html/api/qlibraryinfo.html +%%DOCSDIR%%/html/api/qlightfilter.html +%%DOCSDIR%%/html/api/qlightreading.html +%%DOCSDIR%%/html/api/qlightsensor.html +%%DOCSDIR%%/html/api/qline.html +%%DOCSDIR%%/html/api/qlineargradient.html +%%DOCSDIR%%/html/api/qlineedit.html +%%DOCSDIR%%/html/api/qlinef.html +%%DOCSDIR%%/html/api/qlistview.html +%%DOCSDIR%%/html/api/qlistwidget.html +%%DOCSDIR%%/html/api/qlistwidgetitem.html +%%DOCSDIR%%/html/api/qlocale.html +%%DOCSDIR%%/html/api/qlocalserver.html +%%DOCSDIR%%/html/api/qlocalsocket.html +%%DOCSDIR%%/html/api/qlocation.html +%%DOCSDIR%%/html/api/qlockfile.html +%%DOCSDIR%%/html/api/qlowenergycharacteristic.html +%%DOCSDIR%%/html/api/qlowenergycontroller.html +%%DOCSDIR%%/html/api/qlowenergydescriptor.html +%%DOCSDIR%%/html/api/qlowenergyservice.html +%%DOCSDIR%%/html/api/qmaccocoaviewcontainer.html +%%DOCSDIR%%/html/api/qmacpasteboardmime.html +%%DOCSDIR%%/html/api/qmactoolbar.html +%%DOCSDIR%%/html/api/qmactoolbaritem.html +%%DOCSDIR%%/html/api/qmagnetometer.html +%%DOCSDIR%%/html/api/qmagnetometerfilter.html +%%DOCSDIR%%/html/api/qmagnetometerreading.html +%%DOCSDIR%%/html/api/qmainwindow.html +%%DOCSDIR%%/html/api/qmargins.html +%%DOCSDIR%%/html/api/qmarginsf.html +%%DOCSDIR%%/html/api/qmaskgenerator.html +%%DOCSDIR%%/html/api/qmatrix2x2.html +%%DOCSDIR%%/html/api/qmatrix2x3.html +%%DOCSDIR%%/html/api/qmatrix2x4.html +%%DOCSDIR%%/html/api/qmatrix3x2.html +%%DOCSDIR%%/html/api/qmatrix3x3.html +%%DOCSDIR%%/html/api/qmatrix3x4.html +%%DOCSDIR%%/html/api/qmatrix4x2.html +%%DOCSDIR%%/html/api/qmatrix4x3.html +%%DOCSDIR%%/html/api/qmatrix4x4.html +%%DOCSDIR%%/html/api/qmdiarea.html +%%DOCSDIR%%/html/api/qmdisubwindow.html +%%DOCSDIR%%/html/api/qmediabindableinterface.html +%%DOCSDIR%%/html/api/qmediacontent.html +%%DOCSDIR%%/html/api/qmediacontrol.html +%%DOCSDIR%%/html/api/qmediametadata.html +%%DOCSDIR%%/html/api/qmediaobject.html +%%DOCSDIR%%/html/api/qmediaplayer.html +%%DOCSDIR%%/html/api/qmediaplaylist.html +%%DOCSDIR%%/html/api/qmediarecorder.html +%%DOCSDIR%%/html/api/qmediaresource.html +%%DOCSDIR%%/html/api/qmediaservice.html +%%DOCSDIR%%/html/api/qmediatimeinterval.html +%%DOCSDIR%%/html/api/qmediatimerange.html +%%DOCSDIR%%/html/api/qmenu.html +%%DOCSDIR%%/html/api/qmenubar.html +%%DOCSDIR%%/html/api/qmessageauthenticationcode.html +%%DOCSDIR%%/html/api/qmessagebox.html +%%DOCSDIR%%/html/api/qmessagelogcontext.html +%%DOCSDIR%%/html/api/qmessagelogger.html +%%DOCSDIR%%/html/api/qmetaclassinfo.html +%%DOCSDIR%%/html/api/qmetaenum.html +%%DOCSDIR%%/html/api/qmetamethod.html +%%DOCSDIR%%/html/api/qmetaobject.html +%%DOCSDIR%%/html/api/qmetaproperty.html +%%DOCSDIR%%/html/api/qmetatype.html +%%DOCSDIR%%/html/api/qmimedata.html +%%DOCSDIR%%/html/api/qmimedatabase.html +%%DOCSDIR%%/html/api/qmimetype.html +%%DOCSDIR%%/html/api/qmodelindex.html +%%DOCSDIR%%/html/api/qmouseevent.html +%%DOCSDIR%%/html/api/qmouseeventtransition.html +%%DOCSDIR%%/html/api/qmoveevent.html +%%DOCSDIR%%/html/api/qmovie.html +%%DOCSDIR%%/html/api/qmultimedia.html +%%DOCSDIR%%/html/api/qmutex.html +%%DOCSDIR%%/html/api/qmutexlocker.html +%%DOCSDIR%%/html/api/qndeffilter.html +%%DOCSDIR%%/html/api/qndefmessage.html +%%DOCSDIR%%/html/api/qndefnfciconrecord.html +%%DOCSDIR%%/html/api/qndefnfcsmartposterrecord.html +%%DOCSDIR%%/html/api/qndefnfctextrecord.html +%%DOCSDIR%%/html/api/qndefnfcurirecord.html +%%DOCSDIR%%/html/api/qndefrecord.html +%%DOCSDIR%%/html/api/qnearfieldmanager.html +%%DOCSDIR%%/html/api/qnearfieldsharemanager.html +%%DOCSDIR%%/html/api/qnearfieldsharetarget.html +%%DOCSDIR%%/html/api/qnearfieldtarget.html +%%DOCSDIR%%/html/api/qnetworkaccessmanager.html +%%DOCSDIR%%/html/api/qnetworkaddressentry.html +%%DOCSDIR%%/html/api/qnetworkcachemetadata.html +%%DOCSDIR%%/html/api/qnetworkconfiguration.html +%%DOCSDIR%%/html/api/qnetworkconfigurationmanager.html +%%DOCSDIR%%/html/api/qnetworkcookie.html +%%DOCSDIR%%/html/api/qnetworkcookiejar.html +%%DOCSDIR%%/html/api/qnetworkdiskcache.html +%%DOCSDIR%%/html/api/qnetworkinterface.html +%%DOCSDIR%%/html/api/qnetworkproxy.html +%%DOCSDIR%%/html/api/qnetworkproxyfactory.html +%%DOCSDIR%%/html/api/qnetworkproxyquery.html +%%DOCSDIR%%/html/api/qnetworkreply.html +%%DOCSDIR%%/html/api/qnetworkrequest.html +%%DOCSDIR%%/html/api/qnetworksession.html +%%DOCSDIR%%/html/api/qnmeapositioninfosource.html +%%DOCSDIR%%/html/api/qobject.html +%%DOCSDIR%%/html/api/qobjectcleanuphandler.html +%%DOCSDIR%%/html/api/qoffscreensurface.html +%%DOCSDIR%%/html/api/qopenglbuffer.html +%%DOCSDIR%%/html/api/qopenglcontext.html +%%DOCSDIR%%/html/api/qopenglcontextgroup.html +%%DOCSDIR%%/html/api/qopengldebuglogger.html +%%DOCSDIR%%/html/api/qopengldebugmessage.html +%%DOCSDIR%%/html/api/qopenglframebufferobject.html +%%DOCSDIR%%/html/api/qopenglframebufferobjectformat.html +%%DOCSDIR%%/html/api/qopenglpaintdevice.html +%%DOCSDIR%%/html/api/qopenglshader.html +%%DOCSDIR%%/html/api/qopenglshaderprogram.html +%%DOCSDIR%%/html/api/qopengltexture.html +%%DOCSDIR%%/html/api/qopengltimemonitor.html +%%DOCSDIR%%/html/api/qopengltimerquery.html +%%DOCSDIR%%/html/api/qopenglvertexarrayobject.html +%%DOCSDIR%%/html/api/qopenglwidget.html +%%DOCSDIR%%/html/api/qopenglwindow.html +%%DOCSDIR%%/html/api/qorientationfilter.html +%%DOCSDIR%%/html/api/qorientationreading.html +%%DOCSDIR%%/html/api/qorientationsensor.html +%%DOCSDIR%%/html/api/qpagedpaintdevice.html +%%DOCSDIR%%/html/api/qpagelayout.html +%%DOCSDIR%%/html/api/qpagesetupdialog.html +%%DOCSDIR%%/html/api/qpagesize.html +%%DOCSDIR%%/html/api/qpaintdevice.html +%%DOCSDIR%%/html/api/qpaintdevicewindow.html +%%DOCSDIR%%/html/api/qpaintengine.html +%%DOCSDIR%%/html/api/qpaintenginestate.html +%%DOCSDIR%%/html/api/qpainter.html +%%DOCSDIR%%/html/api/qpainterpath.html +%%DOCSDIR%%/html/api/qpainterpathstroker.html +%%DOCSDIR%%/html/api/qpaintevent.html +%%DOCSDIR%%/html/api/qpalette.html +%%DOCSDIR%%/html/api/qpangesture.html +%%DOCSDIR%%/html/api/qparallelanimationgroup.html +%%DOCSDIR%%/html/api/qpauseanimation.html +%%DOCSDIR%%/html/api/qpdfwriter.html +%%DOCSDIR%%/html/api/qpen.html +%%DOCSDIR%%/html/api/qpersistentmodelindex.html +%%DOCSDIR%%/html/api/qpicture.html +%%DOCSDIR%%/html/api/qpictureio.html +%%DOCSDIR%%/html/api/qpinchgesture.html +%%DOCSDIR%%/html/api/qpixelformat.html +%%DOCSDIR%%/html/api/qpixmap.html +%%DOCSDIR%%/html/api/qpixmapcache.html +%%DOCSDIR%%/html/api/qplace.html +%%DOCSDIR%%/html/api/qplaceattribute.html +%%DOCSDIR%%/html/api/qplacecategory.html +%%DOCSDIR%%/html/api/qplacecontactdetail.html +%%DOCSDIR%%/html/api/qplacecontent.html +%%DOCSDIR%%/html/api/qplacecontentreply.html +%%DOCSDIR%%/html/api/qplacecontentrequest.html +%%DOCSDIR%%/html/api/qplacedetailsreply.html +%%DOCSDIR%%/html/api/qplaceeditorial.html +%%DOCSDIR%%/html/api/qplaceicon.html +%%DOCSDIR%%/html/api/qplaceidreply.html +%%DOCSDIR%%/html/api/qplaceimage.html +%%DOCSDIR%%/html/api/qplacemanager.html +%%DOCSDIR%%/html/api/qplacemanagerengine.html +%%DOCSDIR%%/html/api/qplacematchreply.html +%%DOCSDIR%%/html/api/qplacematchrequest.html +%%DOCSDIR%%/html/api/qplaceproposedsearchresult.html +%%DOCSDIR%%/html/api/qplaceratings.html +%%DOCSDIR%%/html/api/qplacereply.html +%%DOCSDIR%%/html/api/qplaceresult.html +%%DOCSDIR%%/html/api/qplacereview.html +%%DOCSDIR%%/html/api/qplacesearchreply.html +%%DOCSDIR%%/html/api/qplacesearchrequest.html +%%DOCSDIR%%/html/api/qplacesearchresult.html +%%DOCSDIR%%/html/api/qplacesearchsuggestionreply.html +%%DOCSDIR%%/html/api/qplacesupplier.html +%%DOCSDIR%%/html/api/qplaceuser.html +%%DOCSDIR%%/html/api/qplaintextdocumentlayout.html +%%DOCSDIR%%/html/api/qplaintextedit.html +%%DOCSDIR%%/html/api/qpluginloader.html +%%DOCSDIR%%/html/api/qpoint.html +%%DOCSDIR%%/html/api/qpointf.html +%%DOCSDIR%%/html/api/qpolygon.html +%%DOCSDIR%%/html/api/qpolygonf.html +%%DOCSDIR%%/html/api/qpressurefilter.html +%%DOCSDIR%%/html/api/qpressurereading.html +%%DOCSDIR%%/html/api/qpressuresensor.html +%%DOCSDIR%%/html/api/qprintdialog.html +%%DOCSDIR%%/html/api/qprintengine.html +%%DOCSDIR%%/html/api/qprinter.html +%%DOCSDIR%%/html/api/qprinterinfo.html +%%DOCSDIR%%/html/api/qprintpreviewdialog.html +%%DOCSDIR%%/html/api/qprintpreviewwidget.html +%%DOCSDIR%%/html/api/qprocess.html +%%DOCSDIR%%/html/api/qprocessenvironment.html +%%DOCSDIR%%/html/api/qprogressbar.html +%%DOCSDIR%%/html/api/qprogressdialog.html +%%DOCSDIR%%/html/api/qpropertyanimation.html +%%DOCSDIR%%/html/api/qproximityfilter.html +%%DOCSDIR%%/html/api/qproximityreading.html +%%DOCSDIR%%/html/api/qproximitysensor.html +%%DOCSDIR%%/html/api/qproxystyle.html +%%DOCSDIR%%/html/api/qpushbutton.html +%%DOCSDIR%%/html/api/qqmlabstracturlinterceptor.html +%%DOCSDIR%%/html/api/qqmlapplicationengine.html +%%DOCSDIR%%/html/api/qqmlcomponent.html +%%DOCSDIR%%/html/api/qqmlcontext.html +%%DOCSDIR%%/html/api/qqmlengine.html +%%DOCSDIR%%/html/api/qqmlerror.html +%%DOCSDIR%%/html/api/qqmlexpression.html +%%DOCSDIR%%/html/api/qqmlextensionplugin.html +%%DOCSDIR%%/html/api/qqmlfileselector.html +%%DOCSDIR%%/html/api/qqmlimageproviderbase.html +%%DOCSDIR%%/html/api/qqmlincubator.html +%%DOCSDIR%%/html/api/qqmlincubatorcontrol.html +%%DOCSDIR%%/html/api/qqmllistproperty.html +%%DOCSDIR%%/html/api/qqmllistreference.html +%%DOCSDIR%%/html/api/qqmlndefrecord.html +%%DOCSDIR%%/html/api/qqmlnetworkaccessmanagerfactory.html +%%DOCSDIR%%/html/api/qqmlparserstatus.html +%%DOCSDIR%%/html/api/qqmlproperty.html +%%DOCSDIR%%/html/api/qqmlpropertymap.html +%%DOCSDIR%%/html/api/qqmlpropertyvaluesource.html +%%DOCSDIR%%/html/api/qqmlscriptstring.html +%%DOCSDIR%%/html/api/qquaternion.html +%%DOCSDIR%%/html/api/qquickframebufferobject.html +%%DOCSDIR%%/html/api/qquickimageprovider.html +%%DOCSDIR%%/html/api/qquickitem.html +%%DOCSDIR%%/html/api/qquickitemgrabresult.html +%%DOCSDIR%%/html/api/qquickpainteditem.html +%%DOCSDIR%%/html/api/qquickrendercontrol.html +%%DOCSDIR%%/html/api/qquicktextdocument.html +%%DOCSDIR%%/html/api/qquicktexturefactory.html +%%DOCSDIR%%/html/api/qquickview.html +%%DOCSDIR%%/html/api/qquickwidget.html +%%DOCSDIR%%/html/api/qquickwindow.html +%%DOCSDIR%%/html/api/qradialgradient.html +%%DOCSDIR%%/html/api/qradiobutton.html +%%DOCSDIR%%/html/api/qradiodata.html +%%DOCSDIR%%/html/api/qradiotuner.html +%%DOCSDIR%%/html/api/qrasterwindow.html +%%DOCSDIR%%/html/api/qrawfont.html +%%DOCSDIR%%/html/api/qreadlocker.html +%%DOCSDIR%%/html/api/qreadwritelock.html +%%DOCSDIR%%/html/api/qrect.html +%%DOCSDIR%%/html/api/qrectf.html +%%DOCSDIR%%/html/api/qregexp.html +%%DOCSDIR%%/html/api/qregexpvalidator.html +%%DOCSDIR%%/html/api/qregion.html +%%DOCSDIR%%/html/api/qregularexpression.html +%%DOCSDIR%%/html/api/qregularexpressionmatch.html +%%DOCSDIR%%/html/api/qregularexpressionmatchiterator.html +%%DOCSDIR%%/html/api/qregularexpressionvalidator.html +%%DOCSDIR%%/html/api/qresizeevent.html +%%DOCSDIR%%/html/api/qresource.html +%%DOCSDIR%%/html/api/qrotationfilter.html +%%DOCSDIR%%/html/api/qrotationreading.html +%%DOCSDIR%%/html/api/qrotationsensor.html +%%DOCSDIR%%/html/api/qrubberband.html +%%DOCSDIR%%/html/api/qrunnable.html +%%DOCSDIR%%/html/api/qsavefile.html +%%DOCSDIR%%/html/api/qscreen.html +%%DOCSDIR%%/html/api/qscrollarea.html +%%DOCSDIR%%/html/api/qscrollbar.html +%%DOCSDIR%%/html/api/qscroller.html +%%DOCSDIR%%/html/api/qscrollerproperties.html +%%DOCSDIR%%/html/api/qscrollevent.html +%%DOCSDIR%%/html/api/qscrollprepareevent.html +%%DOCSDIR%%/html/api/qsemaphore.html +%%DOCSDIR%%/html/api/qsensor.html +%%DOCSDIR%%/html/api/qsensorfilter.html +%%DOCSDIR%%/html/api/qsensorreading.html +%%DOCSDIR%%/html/api/qsequentialanimationgroup.html +%%DOCSDIR%%/html/api/qserialport.html +%%DOCSDIR%%/html/api/qserialportinfo.html +%%DOCSDIR%%/html/api/qsessionmanager.html +%%DOCSDIR%%/html/api/qsettings.html +%%DOCSDIR%%/html/api/qsgabstractrenderer.html +%%DOCSDIR%%/html/api/qsgbasicgeometrynode.html +%%DOCSDIR%%/html/api/qsgclipnode.html +%%DOCSDIR%%/html/api/qsgdynamictexture.html +%%DOCSDIR%%/html/api/qsgengine.html +%%DOCSDIR%%/html/api/qsgflatcolormaterial.html +%%DOCSDIR%%/html/api/qsggeometry.html +%%DOCSDIR%%/html/api/qsggeometrynode.html +%%DOCSDIR%%/html/api/qsgmaterial.html +%%DOCSDIR%%/html/api/qsgmaterialshader.html +%%DOCSDIR%%/html/api/qsgmaterialtype.html +%%DOCSDIR%%/html/api/qsgnode.html +%%DOCSDIR%%/html/api/qsgopacitynode.html +%%DOCSDIR%%/html/api/qsgopaquetexturematerial.html +%%DOCSDIR%%/html/api/qsgsimplerectnode.html +%%DOCSDIR%%/html/api/qsgsimpletexturenode.html +%%DOCSDIR%%/html/api/qsgtexture.html +%%DOCSDIR%%/html/api/qsgtexturematerial.html +%%DOCSDIR%%/html/api/qsgtextureprovider.html +%%DOCSDIR%%/html/api/qsgtransformnode.html +%%DOCSDIR%%/html/api/qsgvertexcolormaterial.html +%%DOCSDIR%%/html/api/qsharedmemory.html +%%DOCSDIR%%/html/api/qshortcut.html +%%DOCSDIR%%/html/api/qshortcutevent.html +%%DOCSDIR%%/html/api/qshowevent.html +%%DOCSDIR%%/html/api/qsignalblocker.html +%%DOCSDIR%%/html/api/qsignalmapper.html +%%DOCSDIR%%/html/api/qsignalspy.html +%%DOCSDIR%%/html/api/qsignaltransition.html +%%DOCSDIR%%/html/api/qsimplexmlnodemodel.html +%%DOCSDIR%%/html/api/qsize.html +%%DOCSDIR%%/html/api/qsizef.html +%%DOCSDIR%%/html/api/qsizegrip.html +%%DOCSDIR%%/html/api/qsizepolicy.html +%%DOCSDIR%%/html/api/qslider.html +%%DOCSDIR%%/html/api/qsocketnotifier.html +%%DOCSDIR%%/html/api/qsortfilterproxymodel.html +%%DOCSDIR%%/html/api/qsound.html +%%DOCSDIR%%/html/api/qsoundeffect.html +%%DOCSDIR%%/html/api/qsourcelocation.html +%%DOCSDIR%%/html/api/qspaceritem.html +%%DOCSDIR%%/html/api/qspinbox.html +%%DOCSDIR%%/html/api/qsplashscreen.html +%%DOCSDIR%%/html/api/qsplitter.html +%%DOCSDIR%%/html/api/qsplitterhandle.html +%%DOCSDIR%%/html/api/qsql.html +%%DOCSDIR%%/html/api/qsqldatabase.html +%%DOCSDIR%%/html/api/qsqldriver.html +%%DOCSDIR%%/html/api/qsqldrivercreatorbase.html +%%DOCSDIR%%/html/api/qsqlerror.html +%%DOCSDIR%%/html/api/qsqlfield.html +%%DOCSDIR%%/html/api/qsqlindex.html +%%DOCSDIR%%/html/api/qsqlquery.html +%%DOCSDIR%%/html/api/qsqlquerymodel.html +%%DOCSDIR%%/html/api/qsqlrecord.html +%%DOCSDIR%%/html/api/qsqlrelation.html +%%DOCSDIR%%/html/api/qsqlrelationaldelegate.html +%%DOCSDIR%%/html/api/qsqlrelationaltablemodel.html +%%DOCSDIR%%/html/api/qsqlresult.html +%%DOCSDIR%%/html/api/qsqltablemodel.html +%%DOCSDIR%%/html/api/qssl.html +%%DOCSDIR%%/html/api/qsslcertificate.html +%%DOCSDIR%%/html/api/qsslcertificateextension.html +%%DOCSDIR%%/html/api/qsslcipher.html +%%DOCSDIR%%/html/api/qsslconfiguration.html +%%DOCSDIR%%/html/api/qsslerror.html +%%DOCSDIR%%/html/api/qsslkey.html +%%DOCSDIR%%/html/api/qsslsocket.html +%%DOCSDIR%%/html/api/qstackedlayout.html +%%DOCSDIR%%/html/api/qstackedwidget.html +%%DOCSDIR%%/html/api/qstandarditem.html +%%DOCSDIR%%/html/api/qstandarditemmodel.html +%%DOCSDIR%%/html/api/qstandardpaths.html +%%DOCSDIR%%/html/api/qstate.html +%%DOCSDIR%%/html/api/qstatemachine.html +%%DOCSDIR%%/html/api/qstatictext.html +%%DOCSDIR%%/html/api/qstatusbar.html +%%DOCSDIR%%/html/api/qstatustipevent.html +%%DOCSDIR%%/html/api/qstorageinfo.html +%%DOCSDIR%%/html/api/qstringlistmodel.html +%%DOCSDIR%%/html/api/qstyle.html +%%DOCSDIR%%/html/api/qstyleditemdelegate.html +%%DOCSDIR%%/html/api/qstylefactory.html +%%DOCSDIR%%/html/api/qstylehintreturn.html +%%DOCSDIR%%/html/api/qstylehintreturnmask.html +%%DOCSDIR%%/html/api/qstylehintreturnvariant.html +%%DOCSDIR%%/html/api/qstylehints.html +%%DOCSDIR%%/html/api/qstyleoption.html +%%DOCSDIR%%/html/api/qstyleoptionbutton.html +%%DOCSDIR%%/html/api/qstyleoptioncombobox.html +%%DOCSDIR%%/html/api/qstyleoptioncomplex.html +%%DOCSDIR%%/html/api/qstyleoptiondockwidget.html +%%DOCSDIR%%/html/api/qstyleoptionfocusrect.html +%%DOCSDIR%%/html/api/qstyleoptionframe.html +%%DOCSDIR%%/html/api/qstyleoptiongraphicsitem.html +%%DOCSDIR%%/html/api/qstyleoptiongroupbox.html +%%DOCSDIR%%/html/api/qstyleoptionheader.html +%%DOCSDIR%%/html/api/qstyleoptionmenuitem.html +%%DOCSDIR%%/html/api/qstyleoptionprogressbar.html +%%DOCSDIR%%/html/api/qstyleoptionrubberband.html +%%DOCSDIR%%/html/api/qstyleoptionsizegrip.html +%%DOCSDIR%%/html/api/qstyleoptionslider.html +%%DOCSDIR%%/html/api/qstyleoptionspinbox.html +%%DOCSDIR%%/html/api/qstyleoptiontab.html +%%DOCSDIR%%/html/api/qstyleoptiontabbarbase.html +%%DOCSDIR%%/html/api/qstyleoptiontabwidgetframe.html +%%DOCSDIR%%/html/api/qstyleoptiontitlebar.html +%%DOCSDIR%%/html/api/qstyleoptiontoolbar.html +%%DOCSDIR%%/html/api/qstyleoptiontoolbox.html +%%DOCSDIR%%/html/api/qstyleoptiontoolbutton.html +%%DOCSDIR%%/html/api/qstyleoptionviewitem.html +%%DOCSDIR%%/html/api/qstylepainter.html +%%DOCSDIR%%/html/api/qsurface.html +%%DOCSDIR%%/html/api/qsurfaceformat.html +%%DOCSDIR%%/html/api/qsvggenerator.html +%%DOCSDIR%%/html/api/qsvgrenderer.html +%%DOCSDIR%%/html/api/qsvgwidget.html +%%DOCSDIR%%/html/api/qswipegesture.html +%%DOCSDIR%%/html/api/qsyntaxhighlighter.html +%%DOCSDIR%%/html/api/qsysinfo.html +%%DOCSDIR%%/html/api/qsystemsemaphore.html +%%DOCSDIR%%/html/api/qsystemtrayicon.html +%%DOCSDIR%%/html/api/qt.html +%%DOCSDIR%%/html/api/qtabbar.html +%%DOCSDIR%%/html/api/qtabletevent.html +%%DOCSDIR%%/html/api/qtableview.html +%%DOCSDIR%%/html/api/qtablewidget.html +%%DOCSDIR%%/html/api/qtablewidgetitem.html +%%DOCSDIR%%/html/api/qtablewidgetselectionrange.html +%%DOCSDIR%%/html/api/qtabwidget.html +%%DOCSDIR%%/html/api/qtapandholdgesture.html +%%DOCSDIR%%/html/api/qtapfilter.html +%%DOCSDIR%%/html/api/qtapgesture.html +%%DOCSDIR%%/html/api/qtapreading.html +%%DOCSDIR%%/html/api/qtapsensor.html +%%DOCSDIR%%/html/api/qtcpserver.html +%%DOCSDIR%%/html/api/qtcpsocket.html +%%DOCSDIR%%/html/api/qtemporarydir.html +%%DOCSDIR%%/html/api/qtemporaryfile.html +%%DOCSDIR%%/html/api/qtest.html +%%DOCSDIR%%/html/api/qtextblock.html +%%DOCSDIR%%/html/api/qtextblockformat.html +%%DOCSDIR%%/html/api/qtextblockgroup.html +%%DOCSDIR%%/html/api/qtextblockuserdata.html +%%DOCSDIR%%/html/api/qtextboundaryfinder.html +%%DOCSDIR%%/html/api/qtextbrowser.html +%%DOCSDIR%%/html/api/qtextcharformat.html +%%DOCSDIR%%/html/api/qtextcodec.html +%%DOCSDIR%%/html/api/qtextcursor.html +%%DOCSDIR%%/html/api/qtextdecoder.html +%%DOCSDIR%%/html/api/qtextdocument.html +%%DOCSDIR%%/html/api/qtextdocumentfragment.html +%%DOCSDIR%%/html/api/qtextdocumentwriter.html +%%DOCSDIR%%/html/api/qtextedit.html +%%DOCSDIR%%/html/api/qtextencoder.html +%%DOCSDIR%%/html/api/qtextformat.html +%%DOCSDIR%%/html/api/qtextfragment.html +%%DOCSDIR%%/html/api/qtextframe.html +%%DOCSDIR%%/html/api/qtextframeformat.html +%%DOCSDIR%%/html/api/qtextimageformat.html +%%DOCSDIR%%/html/api/qtextinlineobject.html +%%DOCSDIR%%/html/api/qtextitem.html +%%DOCSDIR%%/html/api/qtextlayout.html +%%DOCSDIR%%/html/api/qtextlength.html +%%DOCSDIR%%/html/api/qtextline.html +%%DOCSDIR%%/html/api/qtextlist.html +%%DOCSDIR%%/html/api/qtextlistformat.html +%%DOCSDIR%%/html/api/qtextobject.html +%%DOCSDIR%%/html/api/qtextobjectinterface.html +%%DOCSDIR%%/html/api/qtextoption.html +%%DOCSDIR%%/html/api/qtextstream.html +%%DOCSDIR%%/html/api/qtextstreammanipulator.html +%%DOCSDIR%%/html/api/qtexttable.html +%%DOCSDIR%%/html/api/qtexttablecell.html +%%DOCSDIR%%/html/api/qtexttablecellformat.html +%%DOCSDIR%%/html/api/qtexttableformat.html +%%DOCSDIR%%/html/api/qthread.html +%%DOCSDIR%%/html/api/qthreadpool.html +%%DOCSDIR%%/html/api/qtiltfilter.html +%%DOCSDIR%%/html/api/qtiltreading.html +%%DOCSDIR%%/html/api/qtiltsensor.html +%%DOCSDIR%%/html/api/qtime.html +%%DOCSDIR%%/html/api/qtimeedit.html +%%DOCSDIR%%/html/api/qtimeline.html +%%DOCSDIR%%/html/api/qtimer.html +%%DOCSDIR%%/html/api/qtimerevent.html +%%DOCSDIR%%/html/api/qtimezone.html +%%DOCSDIR%%/html/api/qtoolbar.html +%%DOCSDIR%%/html/api/qtoolbox.html +%%DOCSDIR%%/html/api/qtoolbutton.html +%%DOCSDIR%%/html/api/qtooltip.html +%%DOCSDIR%%/html/api/qtouchdevice.html +%%DOCSDIR%%/html/api/qtouchevent.html +%%DOCSDIR%%/html/api/qtransform.html +%%DOCSDIR%%/html/api/qtranslator.html +%%DOCSDIR%%/html/api/qtreeview.html +%%DOCSDIR%%/html/api/qtreewidget.html +%%DOCSDIR%%/html/api/qtreewidgetitem.html +%%DOCSDIR%%/html/api/qtreewidgetitemiterator.html +%%DOCSDIR%%/html/api/qtwin.html +%%DOCSDIR%%/html/api/qudpsocket.html +%%DOCSDIR%%/html/api/qundocommand.html +%%DOCSDIR%%/html/api/qundogroup.html +%%DOCSDIR%%/html/api/qundostack.html +%%DOCSDIR%%/html/api/qundoview.html +%%DOCSDIR%%/html/api/qurl.html +%%DOCSDIR%%/html/api/qurlquery.html +%%DOCSDIR%%/html/api/quuid.html +%%DOCSDIR%%/html/api/qvalidator.html +%%DOCSDIR%%/html/api/qvariant.html +%%DOCSDIR%%/html/api/qvariantanimation.html +%%DOCSDIR%%/html/api/qvboxlayout.html +%%DOCSDIR%%/html/api/qvector2d.html +%%DOCSDIR%%/html/api/qvector3d.html +%%DOCSDIR%%/html/api/qvector4d.html +%%DOCSDIR%%/html/api/qvideoencodersettings.html +%%DOCSDIR%%/html/api/qvideoframe.html +%%DOCSDIR%%/html/api/qvideoprobe.html +%%DOCSDIR%%/html/api/qvideosurfaceformat.html +%%DOCSDIR%%/html/api/qvideowidget.html +%%DOCSDIR%%/html/api/qwaitcondition.html +%%DOCSDIR%%/html/api/qwebchannel.html +%%DOCSDIR%%/html/api/qwebchannelabstracttransport.html +%%DOCSDIR%%/html/api/qwebdatabase.html +%%DOCSDIR%%/html/api/qwebelement.html +%%DOCSDIR%%/html/api/qwebelementcollection.html +%%DOCSDIR%%/html/api/qwebenginecertificateerror.html +%%DOCSDIR%%/html/api/qwebenginedownloaditem.html +%%DOCSDIR%%/html/api/qwebenginehistory.html +%%DOCSDIR%%/html/api/qwebenginehistoryitem.html +%%DOCSDIR%%/html/api/qwebenginepage.html +%%DOCSDIR%%/html/api/qwebengineprofile.html +%%DOCSDIR%%/html/api/qwebenginescript.html +%%DOCSDIR%%/html/api/qwebenginescriptcollection.html +%%DOCSDIR%%/html/api/qwebenginesettings.html +%%DOCSDIR%%/html/api/qwebengineview.html +%%DOCSDIR%%/html/api/qwebframe.html +%%DOCSDIR%%/html/api/qwebhistory.html +%%DOCSDIR%%/html/api/qwebhistoryinterface.html +%%DOCSDIR%%/html/api/qwebhistoryitem.html +%%DOCSDIR%%/html/api/qwebhittestresult.html +%%DOCSDIR%%/html/api/qwebinspector.html +%%DOCSDIR%%/html/api/qwebpage.html +%%DOCSDIR%%/html/api/qwebpluginfactory.html +%%DOCSDIR%%/html/api/qwebsecurityorigin.html +%%DOCSDIR%%/html/api/qwebsettings.html +%%DOCSDIR%%/html/api/qwebsocket.html +%%DOCSDIR%%/html/api/qwebsocketcorsauthenticator.html +%%DOCSDIR%%/html/api/qwebsocketprotocol.html +%%DOCSDIR%%/html/api/qwebsocketserver.html +%%DOCSDIR%%/html/api/qwebview.html +%%DOCSDIR%%/html/api/qwhatsthis.html +%%DOCSDIR%%/html/api/qwhatsthisclickedevent.html +%%DOCSDIR%%/html/api/qwheelevent.html +%%DOCSDIR%%/html/api/qwidget.html +%%DOCSDIR%%/html/api/qwidgetaction.html +%%DOCSDIR%%/html/api/qwidgetitem.html +%%DOCSDIR%%/html/api/qwindow.html +%%DOCSDIR%%/html/api/qwindowstatechangeevent.html +%%DOCSDIR%%/html/api/qwinjumplist.html +%%DOCSDIR%%/html/api/qwinjumplistcategory.html +%%DOCSDIR%%/html/api/qwinjumplistitem.html +%%DOCSDIR%%/html/api/qwintaskbarbutton.html +%%DOCSDIR%%/html/api/qwintaskbarprogress.html +%%DOCSDIR%%/html/api/qwinthumbnailtoolbar.html +%%DOCSDIR%%/html/api/qwinthumbnailtoolbutton.html +%%DOCSDIR%%/html/api/qwizard.html +%%DOCSDIR%%/html/api/qwizardpage.html +%%DOCSDIR%%/html/api/qwritelocker.html +%%DOCSDIR%%/html/api/qx11info.html +%%DOCSDIR%%/html/api/qxmlattributes.html +%%DOCSDIR%%/html/api/qxmlcontenthandler.html +%%DOCSDIR%%/html/api/qxmldeclhandler.html +%%DOCSDIR%%/html/api/qxmldefaulthandler.html +%%DOCSDIR%%/html/api/qxmldtdhandler.html +%%DOCSDIR%%/html/api/qxmlentityresolver.html +%%DOCSDIR%%/html/api/qxmlerrorhandler.html +%%DOCSDIR%%/html/api/qxmlformatter.html +%%DOCSDIR%%/html/api/qxmlinputsource.html +%%DOCSDIR%%/html/api/qxmlitem.html +%%DOCSDIR%%/html/api/qxmllexicalhandler.html +%%DOCSDIR%%/html/api/qxmllocator.html +%%DOCSDIR%%/html/api/qxmlname.html +%%DOCSDIR%%/html/api/qxmlnamepool.html +%%DOCSDIR%%/html/api/qxmlnamespacesupport.html +%%DOCSDIR%%/html/api/qxmlnodemodelindex.html +%%DOCSDIR%%/html/api/qxmlparseexception.html +%%DOCSDIR%%/html/api/qxmlquery.html +%%DOCSDIR%%/html/api/qxmlreader.html +%%DOCSDIR%%/html/api/qxmlresultitems.html +%%DOCSDIR%%/html/api/qxmlschema.html +%%DOCSDIR%%/html/api/qxmlschemavalidator.html +%%DOCSDIR%%/html/api/qxmlserializer.html +%%DOCSDIR%%/html/api/qxmlsimplereader.html +%%DOCSDIR%%/html/api/qxmlstreamattribute.html +%%DOCSDIR%%/html/api/qxmlstreamattributes.html +%%DOCSDIR%%/html/api/qxmlstreamentitydeclaration.html +%%DOCSDIR%%/html/api/qxmlstreamentityresolver.html +%%DOCSDIR%%/html/api/qxmlstreamnamespacedeclaration.html +%%DOCSDIR%%/html/api/qxmlstreamnotationdeclaration.html +%%DOCSDIR%%/html/api/qxmlstreamreader.html +%%DOCSDIR%%/html/api/qxmlstreamwriter.html +%%DOCSDIR%%/html/class_reference.html +%%DOCSDIR%%/html/dbus.html +%%DOCSDIR%%/html/deploy_commercial.html +%%DOCSDIR%%/html/deprecations.html +%%DOCSDIR%%/html/designer.html +%%DOCSDIR%%/html/extension_api.html +%%DOCSDIR%%/html/genindex.html +%%DOCSDIR%%/html/gotchas.html +%%DOCSDIR%%/html/i18n.html +%%DOCSDIR%%/html/incompatibilities.html +%%DOCSDIR%%/html/index.html +%%DOCSDIR%%/html/installation.html +%%DOCSDIR%%/html/introduction.html +%%DOCSDIR%%/html/metaobjects.html +%%DOCSDIR%%/html/multiinheritance.html +%%DOCSDIR%%/html/objects.inv +%%DOCSDIR%%/html/opengl.html +%%DOCSDIR%%/html/pickle.html +%%DOCSDIR%%/html/platforms.html +%%DOCSDIR%%/html/py-modindex.html +%%DOCSDIR%%/html/pyqt4_differences.html +%%DOCSDIR%%/html/pyqt_qsettings.html +%%DOCSDIR%%/html/pyqt_qvariant.html +%%DOCSDIR%%/html/python_shell.html +%%DOCSDIR%%/html/qml.html +%%DOCSDIR%%/html/qt_interfaces.html +%%DOCSDIR%%/html/qt_properties.html +%%DOCSDIR%%/html/resources.html +%%DOCSDIR%%/html/search.html +%%DOCSDIR%%/html/searchindex.js +%%DOCSDIR%%/html/signals_slots.html Property changes on: head/misc/py-qt5-doc/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/Makefile =================================================================== --- head/multimedia/Makefile (revision 403692) +++ head/multimedia/Makefile (revision 403693) @@ -1,440 +1,442 @@ # $FreeBSD$ # COMMENT = Multimedia software SUBDIR += 2mandvd SUBDIR += ab25 SUBDIR += abby SUBDIR += acidrip SUBDIR += aegisub SUBDIR += asdcplib SUBDIR += assimp SUBDIR += atomicparsley SUBDIR += audacious SUBDIR += audacious-plugins SUBDIR += audiopreview SUBDIR += avbin SUBDIR += avidemux SUBDIR += avidemux-cli SUBDIR += avidemux-plugins SUBDIR += avidemux-qt4 SUBDIR += avinfo SUBDIR += baka-mplayer SUBDIR += bangarang SUBDIR += banshee SUBDIR += bino SUBDIR += bombono SUBDIR += bsdbktr_tvtune SUBDIR += camserv SUBDIR += cclive SUBDIR += cheese SUBDIR += clipgrab SUBDIR += clive SUBDIR += clutter-gst SUBDIR += clutter-gst3 SUBDIR += cuse4bsd-kmod SUBDIR += cx88 SUBDIR += deforaos-player SUBDIR += devede SUBDIR += dirac SUBDIR += dragon SUBDIR += dtv SUBDIR += dtv-scan-tables SUBDIR += dumpmpeg SUBDIR += dv2jpg SUBDIR += dv2sub SUBDIR += dvbcut SUBDIR += dvbsnoop SUBDIR += dvd-slideshow SUBDIR += dvdauthor SUBDIR += dvdid SUBDIR += dvdrip SUBDIR += dvdstyler SUBDIR += dvts SUBDIR += emby-server SUBDIR += emotion_generic_players-vlc SUBDIR += emovix SUBDIR += ffmpeg SUBDIR += ffmpeg0 SUBDIR += ffmpeg2theora SUBDIR += ffmpegthumbnailer SUBDIR += flvmeta SUBDIR += flvstreamer SUBDIR += flvtool++ SUBDIR += fpc-dts SUBDIR += fpc-libvlc SUBDIR += freetuxtv SUBDIR += freevo SUBDIR += fxtv SUBDIR += gaupol SUBDIR += gavl SUBDIR += gcap SUBDIR += gcfilms SUBDIR += gdialog SUBDIR += gdvrecv SUBDIR += ggrab SUBDIR += gmencoder SUBDIR += gmerlin SUBDIR += gmerlin-avdecoder SUBDIR += gmimms SUBDIR += gmp-api SUBDIR += gmtk SUBDIR += gnome-mplayer SUBDIR += gnome-subtitles SUBDIR += gpac-libgpac SUBDIR += gpac-mp4box SUBDIR += gpodder SUBDIR += grake SUBDIR += gst123 SUBDIR += gstreamer SUBDIR += gstreamer-ffmpeg SUBDIR += gstreamer-plugins SUBDIR += gstreamer-plugins-all SUBDIR += gstreamer-plugins-annodex SUBDIR += gstreamer-plugins-bad SUBDIR += gstreamer-plugins-buzztard SUBDIR += gstreamer-plugins-bz2 SUBDIR += gstreamer-plugins-core SUBDIR += gstreamer-plugins-dts SUBDIR += gstreamer-plugins-dv SUBDIR += gstreamer-plugins-dvd SUBDIR += gstreamer-plugins-fluendo-mpegdemux SUBDIR += gstreamer-plugins-gnonlin SUBDIR += gstreamer-plugins-good SUBDIR += gstreamer-plugins-mpeg2dec SUBDIR += gstreamer-plugins-mpeg2enc SUBDIR += gstreamer-plugins-resindvd SUBDIR += gstreamer-plugins-schroedinger SUBDIR += gstreamer-plugins-theora SUBDIR += gstreamer-plugins-ugly SUBDIR += gstreamer-plugins-v4l2 SUBDIR += gstreamer-plugins-vdpau SUBDIR += gstreamer-plugins-vp8 SUBDIR += gstreamer-plugins-x264 SUBDIR += gstreamer-plugins-xvid SUBDIR += gstreamer-qt4 SUBDIR += gstreamer1 SUBDIR += gstreamer1-editing-services SUBDIR += gstreamer1-libav SUBDIR += gstreamer1-plugins SUBDIR += gstreamer1-plugins-all SUBDIR += gstreamer1-plugins-assrender SUBDIR += gstreamer1-plugins-bad SUBDIR += gstreamer1-plugins-core SUBDIR += gstreamer1-plugins-dts SUBDIR += gstreamer1-plugins-dv SUBDIR += gstreamer1-plugins-dvdread SUBDIR += gstreamer1-plugins-gnonlin SUBDIR += gstreamer1-plugins-good SUBDIR += gstreamer1-plugins-hls SUBDIR += gstreamer1-plugins-kate SUBDIR += gstreamer1-plugins-libde265 SUBDIR += gstreamer1-plugins-mpeg2dec SUBDIR += gstreamer1-plugins-mpeg2enc SUBDIR += gstreamer1-plugins-openh264 SUBDIR += gstreamer1-plugins-resindvd SUBDIR += gstreamer1-plugins-rtmp SUBDIR += gstreamer1-plugins-schroedinger SUBDIR += gstreamer1-plugins-theora SUBDIR += gstreamer1-plugins-ugly SUBDIR += gstreamer1-plugins-v4l2 SUBDIR += gstreamer1-plugins-vpx SUBDIR += gstreamer1-plugins-x264 SUBDIR += gstreamer1-plugins-x265 SUBDIR += gstreamer1-qt4 SUBDIR += gstreamer1-rtsp-server SUBDIR += gstreamer1-vaapi SUBDIR += gstreamer1-validate SUBDIR += gstreamermm SUBDIR += gtk-recordmydesktop SUBDIR += gtk-youtube-viewer SUBDIR += gxine SUBDIR += handbrake SUBDIR += imagination SUBDIR += iriverter SUBDIR += iso2mkv SUBDIR += jmref SUBDIR += k9copy-kde4 SUBDIR += kaffeine SUBDIR += kdemultimedia4 SUBDIR += kdemultimedia4-ffmpegthumbs SUBDIR += kdemultimedia4-mplayerthumbs SUBDIR += kdenlive SUBDIR += kissdx SUBDIR += kmplayer-kde4 SUBDIR += kodi SUBDIR += kplayer-kde4 SUBDIR += libaacs SUBDIR += libass SUBDIR += libav SUBDIR += libbdplus SUBDIR += libbluray SUBDIR += libcec SUBDIR += libdc1394 SUBDIR += libdca SUBDIR += libde265 SUBDIR += libdv SUBDIR += libdvbcsa SUBDIR += libdvbpsi SUBDIR += libdvdcss SUBDIR += libdvdnav SUBDIR += libdvdread SUBDIR += libfame SUBDIR += libkate SUBDIR += libmatroska SUBDIR += libmediaart SUBDIR += libmediainfo SUBDIR += libmovtar SUBDIR += libmpeg2 SUBDIR += libmpeg3 SUBDIR += libmtp SUBDIR += libquicktime SUBDIR += libquicktime-lame SUBDIR += libquvi SUBDIR += libquvi-scripts SUBDIR += libquvi-scripts09 SUBDIR += libquvi09 SUBDIR += librtmp SUBDIR += libsmacker SUBDIR += libtheora SUBDIR += libtuner SUBDIR += libv4l SUBDIR += libva SUBDIR += libva-intel-driver SUBDIR += libva-vdpau-driver SUBDIR += libvdpau SUBDIR += libvpx SUBDIR += libx264 SUBDIR += libxine SUBDIR += libxspf SUBDIR += libzen SUBDIR += linux-c6-libtheora SUBDIR += linux-c6-libv4l SUBDIR += linux-f10-libtheora SUBDIR += linux-f10-libv4l SUBDIR += linux-realplayer SUBDIR += linux-tsmuxer SUBDIR += linux-xmovie SUBDIR += linux_dvbwrapper-kmod SUBDIR += lives SUBDIR += livestreamer SUBDIR += lsdvd SUBDIR += lxdvdrip SUBDIR += m2tstoavi SUBDIR += m2vrequantiser SUBDIR += mediadownloader SUBDIR += mediainfo SUBDIR += mencoder SUBDIR += mimms SUBDIR += minitube SUBDIR += miro SUBDIR += mjpegtools SUBDIR += mjpg-streamer SUBDIR += mkclean SUBDIR += mkvalidator SUBDIR += mkvtoolnix SUBDIR += mkxvcd SUBDIR += mlt SUBDIR += mmpython SUBDIR += mmsclient SUBDIR += mmsrip SUBDIR += motion SUBDIR += mp3cd SUBDIR += mp4v2 SUBDIR += mpeg2codec SUBDIR += mpeg2play SUBDIR += mpeg4ip SUBDIR += mpeg_encode SUBDIR += mpeg_play SUBDIR += mpeg_stat SUBDIR += mpgtx SUBDIR += mplayer SUBDIR += mplayer-skins SUBDIR += mplayer2 SUBDIR += mplex SUBDIR += mps-youtube SUBDIR += mpv SUBDIR += msdl SUBDIR += msopenh264 SUBDIR += msx264 SUBDIR += mxflib SUBDIR += mythtv SUBDIR += mythtv-frontend SUBDIR += naludump SUBDIR += nxtvepg SUBDIR += obs-studio SUBDIR += oggvideotools SUBDIR += ogmrip SUBDIR += ogmtools SUBDIR += omxplayer SUBDIR += opencinematools SUBDIR += openh264 SUBDIR += openquicktime SUBDIR += openshot SUBDIR += oqtencoder SUBDIR += oqtplayer SUBDIR += oscam SUBDIR += p5-Audio-M4P SUBDIR += p5-FFmpeg-Command SUBDIR += p5-FLV-Info SUBDIR += p5-File-Format-RIFF SUBDIR += p5-GStreamer SUBDIR += p5-MP4-Info SUBDIR += p5-Net-UPnP SUBDIR += p5-Subtitles SUBDIR += p5-Umph-Prompt SUBDIR += p5-Video-OpenQuicktime SUBDIR += pHash SUBDIR += phonon SUBDIR += phonon-designerplugin SUBDIR += phonon-gstreamer SUBDIR += phonon-vlc SUBDIR += phonon-xine SUBDIR += photofilmstrip SUBDIR += php-pHash SUBDIR += pitivi SUBDIR += playd SUBDIR += plexhometheater SUBDIR += plexmediaserver SUBDIR += plexmediaserver-plexpass SUBDIR += podcastdl SUBDIR += poe SUBDIR += ppm2fli SUBDIR += projectx SUBDIR += ptx-kmod SUBDIR += pwcbsd SUBDIR += pwcview SUBDIR += py-enzyme SUBDIR += py-ffmpeg SUBDIR += py-gstreamer SUBDIR += py-gstreamer1 SUBDIR += py-guessit SUBDIR += py-kaa-base SUBDIR += py-kaa-imlib2 SUBDIR += py-kaa-metadata SUBDIR += py-librtmp SUBDIR += py-mlt SUBDIR += py-openlp SUBDIR += py-periscope SUBDIR += py-qt4-multimedia SUBDIR += py-qt4-phonon + SUBDIR += py-qt5-multimedia + SUBDIR += py-qt5-multimediawidgets SUBDIR += py-soco SUBDIR += py-subliminal SUBDIR += py-tvnamer SUBDIR += py3-gstreamer1 SUBDIR += pyjama SUBDIR += pymp SUBDIR += qmmp SUBDIR += qmmp-plugin-pack SUBDIR += qt-faststart SUBDIR += qt4-mobility SUBDIR += qt4-multimedia SUBDIR += qt5-multimedia SUBDIR += qt5-phonon4 SUBDIR += qt5-phonon4-designerplugin SUBDIR += qt5-phonon4-gstreamer SUBDIR += qt5-phonon4-vlc SUBDIR += quark SUBDIR += quodlibet SUBDIR += quvi SUBDIR += quvi09 SUBDIR += rage SUBDIR += recmpeg SUBDIR += recordmydesktop SUBDIR += replex SUBDIR += rox-videothumbnail SUBDIR += rtmpdump SUBDIR += rubygem-clutter-gstreamer SUBDIR += rubygem-flvtool2 SUBDIR += rubygem-gstreamer SUBDIR += sabbu SUBDIR += schroedinger SUBDIR += smpeg SUBDIR += smpeg2 SUBDIR += smplayer SUBDIR += smplayer-skins SUBDIR += smplayer-themes SUBDIR += sms1xxx-kmod SUBDIR += smtube SUBDIR += snappy SUBDIR += spigot SUBDIR += spook SUBDIR += spotify-websocket-api SUBDIR += subtitlecomposer-kde4 SUBDIR += subtitleeditor SUBDIR += subtitleoffsetmodifier SUBDIR += subtitleripper SUBDIR += subtools SUBDIR += swfdec-gnome SUBDIR += szap-s2 SUBDIR += tcmplex-panteltje SUBDIR += tivodecode SUBDIR += totem SUBDIR += totem-pl-parser SUBDIR += tovid SUBDIR += transcode SUBDIR += tstools SUBDIR += tvheadend SUBDIR += umph SUBDIR += umplayer SUBDIR += umr SUBDIR += v4l-utils SUBDIR += v4l_compat SUBDIR += vamps SUBDIR += vcdgear SUBDIR += vcdimager SUBDIR += vcdpad SUBDIR += vdpauinfo SUBDIR += vdr SUBDIR += vdr-plugin-control SUBDIR += vdr-plugin-eepg SUBDIR += vdr-plugin-epgsearch SUBDIR += vdr-plugin-extrecmenu SUBDIR += vdr-plugin-femon SUBDIR += vdr-plugin-infosatepg SUBDIR += vdr-plugin-iptv SUBDIR += vdr-plugin-markad SUBDIR += vdr-plugin-osdpip SUBDIR += vdr-plugin-osdteletext SUBDIR += vdr-plugin-reelchannelscan SUBDIR += vdr-plugin-remote SUBDIR += vdr-plugin-skinenigmang SUBDIR += vdr-plugin-sleeptimer SUBDIR += vdr-plugin-softhddevice SUBDIR += vdr-plugin-streamdev SUBDIR += vdr-plugin-ttxtsubs SUBDIR += vdr-plugin-upnp SUBDIR += vdr-plugin-vdrmanager SUBDIR += vdr-plugin-vnsiserver SUBDIR += vdr-plugin-wirbelscan SUBDIR += vdr-plugin-xineliboutput SUBDIR += vdr-plugin-xvdr SUBDIR += vdr-plugins SUBDIR += vic SUBDIR += vid.stab SUBDIR += vlc SUBDIR += vlc-qt4 SUBDIR += vstream-client SUBDIR += vtkmpeg2encode SUBDIR += w_scan SUBDIR += webcamd SUBDIR += win32-codecs SUBDIR += winff SUBDIR += x264 SUBDIR += x265 SUBDIR += xanim SUBDIR += xawtv SUBDIR += xbmc-addon-pvr SUBDIR += xfce4-parole SUBDIR += xine SUBDIR += xmms SUBDIR += xmms-skins SUBDIR += xmms-skins-huge SUBDIR += xporthdmv SUBDIR += xtheater SUBDIR += xvid SUBDIR += yamdi SUBDIR += zoneminder .include Index: head/multimedia/py-qt5-multimedia/Makefile =================================================================== --- head/multimedia/py-qt5-multimedia/Makefile (nonexistent) +++ head/multimedia/py-qt5-multimedia/Makefile (revision 403693) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= multimedia +CATEGORIES= multimedia devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtMultimedia module + +CONFIGURE_ARGS= --enable QtMultimedia +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run gui_run network_run +USE_QT5= core gui multimedia network qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtMultimedia API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/multimedia/py-qt5-multimedia/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/py-qt5-multimedia/pkg-descr =================================================================== --- head/multimedia/py-qt5-multimedia/pkg-descr (nonexistent) +++ head/multimedia/py-qt5-multimedia/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtMultimedia module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/multimedia/py-qt5-multimedia/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/py-qt5-multimedia/pkg-plist =================================================================== --- head/multimedia/py-qt5-multimedia/pkg-plist (nonexistent) +++ head/multimedia/py-qt5-multimedia/pkg-plist (revision 403693) @@ -0,0 +1,43 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtMultimedia.so +%%PYQT_SIPDIR%%/QtMultimedia/QtMultimediamod.sip +%%PYQT_SIPDIR%%/QtMultimedia/qabstractvideobuffer.sip +%%PYQT_SIPDIR%%/QtMultimedia/qabstractvideofilter.sip +%%PYQT_SIPDIR%%/QtMultimedia/qabstractvideosurface.sip +%%PYQT_SIPDIR%%/QtMultimedia/qaudio.sip +%%PYQT_SIPDIR%%/QtMultimedia/qaudiobuffer.sip +%%PYQT_SIPDIR%%/QtMultimedia/qaudiodecoder.sip +%%PYQT_SIPDIR%%/QtMultimedia/qaudiodeviceinfo.sip +%%PYQT_SIPDIR%%/QtMultimedia/qaudioformat.sip +%%PYQT_SIPDIR%%/QtMultimedia/qaudioinput.sip +%%PYQT_SIPDIR%%/QtMultimedia/qaudiooutput.sip +%%PYQT_SIPDIR%%/QtMultimedia/qaudioprobe.sip +%%PYQT_SIPDIR%%/QtMultimedia/qaudiorecorder.sip +%%PYQT_SIPDIR%%/QtMultimedia/qcamera.sip +%%PYQT_SIPDIR%%/QtMultimedia/qcameraexposure.sip +%%PYQT_SIPDIR%%/QtMultimedia/qcamerafocus.sip +%%PYQT_SIPDIR%%/QtMultimedia/qcameraimagecapture.sip +%%PYQT_SIPDIR%%/QtMultimedia/qcameraimageprocessing.sip +%%PYQT_SIPDIR%%/QtMultimedia/qcamerainfo.sip +%%PYQT_SIPDIR%%/QtMultimedia/qcameraviewfindersettings.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediabindableinterface.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediacontent.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediacontrol.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediaencodersettings.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediametadata.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediaobject.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediaplayer.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediaplaylist.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediarecorder.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediaresource.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediaservice.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmediatimerange.sip +%%PYQT_SIPDIR%%/QtMultimedia/qmultimedia.sip +%%PYQT_SIPDIR%%/QtMultimedia/qpymultimedia_qlist.sip +%%PYQT_SIPDIR%%/QtMultimedia/qradiodata.sip +%%PYQT_SIPDIR%%/QtMultimedia/qradiotuner.sip +%%PYQT_SIPDIR%%/QtMultimedia/qsound.sip +%%PYQT_SIPDIR%%/QtMultimedia/qsoundeffect.sip +%%PYQT_SIPDIR%%/QtMultimedia/qvideoframe.sip +%%PYQT_SIPDIR%%/QtMultimedia/qvideoprobe.sip +%%PYQT_SIPDIR%%/QtMultimedia/qvideosurfaceformat.sip +%%API%%share/qt5/qsci/api/python/QtMultimedia.api Property changes on: head/multimedia/py-qt5-multimedia/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/py-qt5-multimediawidgets/Makefile =================================================================== --- head/multimedia/py-qt5-multimediawidgets/Makefile (nonexistent) +++ head/multimedia/py-qt5-multimediawidgets/Makefile (revision 403693) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= multimediawidgets +CATEGORIES= multimedia devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtMultimediaWidgets module + +CONFIGURE_ARGS= --enable QtMultimediaWidgets +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run multimedia_run widgets_run +USE_QT5= core gui multimedia network widgets qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtMultimedia API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/multimedia/py-qt5-multimediawidgets/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/py-qt5-multimediawidgets/pkg-descr =================================================================== --- head/multimedia/py-qt5-multimediawidgets/pkg-descr (nonexistent) +++ head/multimedia/py-qt5-multimediawidgets/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtMultimedia module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/multimedia/py-qt5-multimediawidgets/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/py-qt5-multimediawidgets/pkg-plist =================================================================== --- head/multimedia/py-qt5-multimediawidgets/pkg-plist (nonexistent) +++ head/multimedia/py-qt5-multimediawidgets/pkg-plist (revision 403693) @@ -0,0 +1,6 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtMultimediaWidgets.so +%%PYQT_SIPDIR%%/QtMultimediaWidgets/QtMultimediaWidgetsmod.sip +%%PYQT_SIPDIR%%/QtMultimediaWidgets/qcameraviewfinder.sip +%%PYQT_SIPDIR%%/QtMultimediaWidgets/qgraphicsvideoitem.sip +%%PYQT_SIPDIR%%/QtMultimediaWidgets/qvideowidget.sip +%%API%%share/qt5/qsci/api/python/QtMultimediaWidgets.api Property changes on: head/multimedia/py-qt5-multimediawidgets/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/Makefile =================================================================== --- head/net/Makefile (revision 403692) +++ head/net/Makefile (revision 403693) @@ -1,1376 +1,1377 @@ # $FreeBSD$ # COMMENT = Networking tools SUBDIR += 3proxy SUBDIR += 44bsd-rdist SUBDIR += 6tunnel SUBDIR += GeoIP SUBDIR += R-cran-twitteR SUBDIR += Sockets SUBDIR += abills SUBDIR += activemq SUBDIR += adasockets SUBDIR += afpfs-ng SUBDIR += aget SUBDIR += anet SUBDIR += aoe SUBDIR += apinger SUBDIR += appkonference SUBDIR += aprsc SUBDIR += arp-scan SUBDIR += arp-sk SUBDIR += arpdig SUBDIR += arping SUBDIR += arprelease SUBDIR += asio SUBDIR += aslookup SUBDIR += asterisk SUBDIR += asterisk-chan_sccp SUBDIR += asterisk-g72x SUBDIR += asterisk11 SUBDIR += asterisk13 SUBDIR += avahi SUBDIR += avahi-app SUBDIR += avahi-autoipd SUBDIR += avahi-gtk SUBDIR += avahi-gtk3 SUBDIR += avahi-header SUBDIR += avahi-libdns SUBDIR += avahi-qt4 SUBDIR += avahi-sharp SUBDIR += axa SUBDIR += babeld SUBDIR += balance SUBDIR += beacon SUBDIR += beanstalkd SUBDIR += belle-sip SUBDIR += bindtest SUBDIR += binkd SUBDIR += bird SUBDIR += bird-devel SUBDIR += bird6 SUBDIR += bittwist SUBDIR += bmon SUBDIR += boclient SUBDIR += boinc-client SUBDIR += boinc_curses SUBDIR += bounce SUBDIR += bsdec2-image-upload SUBDIR += bsdproxy SUBDIR += bwi-firmware-kmod SUBDIR += bwn-firmware-kmod SUBDIR += bwping SUBDIR += c3270 SUBDIR += cagibi SUBDIR += ccxstream SUBDIR += cf SUBDIR += chrony SUBDIR += citrix_ica SUBDIR += clamz SUBDIR += cloud-init SUBDIR += clusterit SUBDIR += cnd SUBDIR += coda6_client SUBDIR += coda6_server SUBDIR += corkscrew SUBDIR += courier-authlib-ldap SUBDIR += crtmpserver SUBDIR += cryptcat SUBDIR += csocks SUBDIR += csync2 SUBDIR += ctrace SUBDIR += cvsup-static SUBDIR += cvsync SUBDIR += cyphesis SUBDIR += czmq SUBDIR += daemonlogger SUBDIR += dante SUBDIR += daq SUBDIR += datapipe SUBDIR += dbeacon SUBDIR += delegate SUBDIR += dgd SUBDIR += dgd-kernel SUBDIR += dgd-lpmud SUBDIR += dhcp6 SUBDIR += dhcpcd SUBDIR += dhcpd SUBDIR += dhcpd-pools SUBDIR += dhcpdump SUBDIR += dhcperf SUBDIR += dhcping SUBDIR += dhcprelay SUBDIR += dhcprelya SUBDIR += dictd SUBDIR += dictd-database SUBDIR += dimes SUBDIR += dosdetector SUBDIR += dpdk SUBDIR += dpinger SUBDIR += drawterm SUBDIR += dropbox-api-command SUBDIR += dropbox-uploader SUBDIR += dshell SUBDIR += dtcp SUBDIR += dtcpclient SUBDIR += e169-stats SUBDIR += easysoap SUBDIR += echoping SUBDIR += elixir-kafka_ex SUBDIR += elixir-oauth2 SUBDIR += empty SUBDIR += enet SUBDIR += erlang-ranch SUBDIR += erlang-xmlrpc SUBDIR += etrace SUBDIR += exabgp SUBDIR += exaddos SUBDIR += findmtu SUBDIR += flowgrep SUBDIR += fonulator SUBDIR += foreman-proxy SUBDIR += fpc-ldap SUBDIR += fpc-pcap SUBDIR += fping SUBDIR += freebsd-tftp SUBDIR += freebsd-uucp SUBDIR += freenet6 SUBDIR += freeradius-client SUBDIR += freeradius2 SUBDIR += freeradius3 SUBDIR += freerdp SUBDIR += freevrrpd SUBDIR += fspclient SUBDIR += fspd SUBDIR += fsplib SUBDIR += g2ipmsg SUBDIR += geoclue SUBDIR += geocode-glib SUBDIR += geoipupdate SUBDIR += get_iplayer SUBDIR += gfbgraph SUBDIR += gini SUBDIR += gkrellmwireless2 SUBDIR += glflow SUBDIR += glib-networking SUBDIR += gnet2 SUBDIR += gnetcat SUBDIR += gnome-nettool SUBDIR += gnome-online-accounts SUBDIR += gnome-online-miners SUBDIR += gnu-dico SUBDIR += gnu-radius SUBDIR += go-amqp SUBDIR += go-cs SUBDIR += go-geoip SUBDIR += go.net SUBDIR += gofish SUBDIR += gogoc SUBDIR += google-cloud-sdk SUBDIR += google-daemon SUBDIR += google-startup-scripts SUBDIR += googlecl SUBDIR += gopher SUBDIR += gotthard SUBDIR += gpxe SUBDIR += gq SUBDIR += grdesktop SUBDIR += grilo SUBDIR += grilo-plugins SUBDIR += grive SUBDIR += grsync SUBDIR += gsk SUBDIR += gspoof SUBDIR += gssdp SUBDIR += gstreamer-plugins-libmms SUBDIR += gstreamer1-plugins-libmms SUBDIR += gtic SUBDIR += gtk-vnc SUBDIR += gtknetcat SUBDIR += gupnp SUBDIR += gupnp-av SUBDIR += gupnp-dlna SUBDIR += gupnp-igd SUBDIR += gupnp-ui SUBDIR += gutenfetch SUBDIR += gwhois SUBDIR += h323plus SUBDIR += hanstunnel SUBDIR += haproxy SUBDIR += haproxy-devel SUBDIR += hexinject SUBDIR += hidentd SUBDIR += hinfo SUBDIR += hlmaster SUBDIR += honeyd SUBDIR += hostapd SUBDIR += howl SUBDIR += hping SUBDIR += hping-devel SUBDIR += hs-aws SUBDIR += hs-connection SUBDIR += hs-gsasl SUBDIR += hs-hoauth2 SUBDIR += hs-hostname SUBDIR += hs-iproute SUBDIR += hs-maccatcher SUBDIR += hs-network SUBDIR += hs-network-info SUBDIR += hs-network-multicast SUBDIR += hs-network-protocol-xmpp SUBDIR += hs-network-uri SUBDIR += hs-pcap SUBDIR += hs-publicsuffixlist SUBDIR += hs-sendfile SUBDIR += hs-simple-sendfile SUBDIR += hs-socks SUBDIR += hsflowd SUBDIR += htpdate SUBDIR += http_ping SUBDIR += httping SUBDIR += httpry SUBDIR += hupnp SUBDIR += iaxmodem SUBDIR += icmpinfo SUBDIR += icpld SUBDIR += iet SUBDIR += ifdepd SUBDIR += iffinder SUBDIR += ifstat SUBDIR += ifstated SUBDIR += igmpproxy SUBDIR += ilbc SUBDIR += imapproxy SUBDIR += iodine SUBDIR += ip2location SUBDIR += ip6_int SUBDIR += ipgrab SUBDIR += iplog SUBDIR += ipsorc SUBDIR += ipsumdump SUBDIR += ipsvd SUBDIR += irrd SUBDIR += isboot-kmod SUBDIR += isc-dhcp41-client SUBDIR += isc-dhcp41-relay SUBDIR += isc-dhcp41-server SUBDIR += isc-dhcp42-client SUBDIR += isc-dhcp42-relay SUBDIR += isc-dhcp42-server SUBDIR += isc-dhcp43-client SUBDIR += isc-dhcp43-relay SUBDIR += isc-dhcp43-server SUBDIR += istgt SUBDIR += jags SUBDIR += jakarta-commons-net SUBDIR += java-beepcore SUBDIR += jcifs SUBDIR += jgroups SUBDIR += jicmp SUBDIR += jicmp6 SUBDIR += jrdesktop SUBDIR += jsch SUBDIR += jumpgate SUBDIR += jwhois SUBDIR += kamailio SUBDIR += kdenetwork4 SUBDIR += kdenetwork4-filesharing SUBDIR += kdenetwork4-strigi-analyzers SUBDIR += kea SUBDIR += kget SUBDIR += kio-upnp-ms SUBDIR += kippo SUBDIR += kissd SUBDIR += knc SUBDIR += knemo-kde4 SUBDIR += krdc SUBDIR += krfb SUBDIR += kwooty SUBDIR += l2tpd SUBDIR += l4ip SUBDIR += ladvd SUBDIR += lam SUBDIR += lambdamoo SUBDIR += latd SUBDIR += ldap-stats SUBDIR += ldap2dns SUBDIR += ldapbrowser SUBDIR += ldapdiff SUBDIR += ldapscripts SUBDIR += ldapsdk SUBDIR += ldapsh SUBDIR += lft SUBDIR += libarms SUBDIR += libbgpdump SUBDIR += libcapn SUBDIR += libcmis SUBDIR += libdmapsharing SUBDIR += libdnet SUBDIR += libexosip2 SUBDIR += libfb SUBDIR += libfixbuf SUBDIR += libgnetwork SUBDIR += libgweather SUBDIR += libilbc SUBDIR += libkfbapi SUBDIR += libkvkontakte SUBDIR += libmaia SUBDIR += libmateweather SUBDIR += libmaxminddb SUBDIR += libmediawiki SUBDIR += libmms SUBDIR += libmxp SUBDIR += libnatpmp SUBDIR += libnet SUBDIR += libnetdude SUBDIR += libnfs SUBDIR += libnids SUBDIR += libnids-libnet11 SUBDIR += libnss-cache SUBDIR += libnss-mysql SUBDIR += liboauth SUBDIR += libopennet SUBDIR += liboping SUBDIR += libosip2 SUBDIR += libpcap SUBDIR += libpcapnav SUBDIR += libproxy SUBDIR += libproxy-gnome SUBDIR += libproxy-kde SUBDIR += libproxy-perl SUBDIR += libproxy-python SUBDIR += libproxy-webkit SUBDIR += librdkafka SUBDIR += librouteros SUBDIR += librsync SUBDIR += librsync1 SUBDIR += libsocket++ SUBDIR += libsocketcpp SUBDIR += libsrtp SUBDIR += libtnl SUBDIR += libtrace SUBDIR += libunp SUBDIR += libutp SUBDIR += libvncserver SUBDIR += libzapojit SUBDIR += libzmq2 SUBDIR += libzmq3 SUBDIR += libzmq4 SUBDIR += liferea SUBDIR += linknx SUBDIR += linphone SUBDIR += linux-c6-avahi-libs SUBDIR += linux-c6-openldap SUBDIR += linux-c6-tcp_wrappers-libs SUBDIR += linux-f10-nss_ldap SUBDIR += linux-f10-openldap SUBDIR += linuxigd SUBDIR += liveMedia SUBDIR += lla SUBDIR += ltm SUBDIR += lualdap SUBDIR += luasocket SUBDIR += lvwimax SUBDIR += mDNSResponder SUBDIR += macchanger SUBDIR += mad_fcl SUBDIR += malo-firmware-kmod SUBDIR += mdns-repeater SUBDIR += mediastreamer SUBDIR += mediatomb SUBDIR += megatools SUBDIR += mgen SUBDIR += micro_inetd SUBDIR += micro_proxy SUBDIR += minidlna SUBDIR += minisapserver SUBDIR += minissdpd SUBDIR += miniupnpc SUBDIR += miniupnpd SUBDIR += miredo SUBDIR += miruo SUBDIR += mono-zeroconf SUBDIR += mopd SUBDIR += morebalance SUBDIR += mosh SUBDIR += mosquitto SUBDIR += motsognir SUBDIR += mpd-l2tp-ipv6pd-client SUBDIR += mpd5 SUBDIR += mpich SUBDIR += mpich2 SUBDIR += mping SUBDIR += mrouted SUBDIR += msend SUBDIR += mtr SUBDIR += mtr-nox11 SUBDIR += nakenchat SUBDIR += nanomsg SUBDIR += nast SUBDIR += nbd-server SUBDIR += nc SUBDIR += ncp SUBDIR += ndisc6 SUBDIR += ndpi SUBDIR += nepenthes SUBDIR += nepim SUBDIR += net6 SUBDIR += netatalk SUBDIR += netatalk3 SUBDIR += netcat SUBDIR += netdude SUBDIR += netembryo SUBDIR += netmap SUBDIR += netpipes SUBDIR += netscript SUBDIR += netsed SUBDIR += netselect SUBDIR += netstrain SUBDIR += nettest SUBDIR += netwib SUBDIR += neubot SUBDIR += nfsshell SUBDIR += ng_mikrotik_eoip SUBDIR += ngrep SUBDIR += nifmon SUBDIR += nload SUBDIR += nmsg SUBDIR += nocatsplash SUBDIR += nos-ttb SUBDIR += nph SUBDIR += nss-pam-ldapd SUBDIR += nss-pam-ldapd-sasl SUBDIR += nss_ldap SUBDIR += nsscache SUBDIR += nstxd SUBDIR += ntimed SUBDIR += ntlmaps SUBDIR += ntop SUBDIR += ntopng SUBDIR += ntp SUBDIR += ntp-devel SUBDIR += ntraceroute SUBDIR += nusoap SUBDIR += nxproxy SUBDIR += nyancat SUBDIR += nylon SUBDIR += ocserv SUBDIR += ohphone SUBDIR += olsrd SUBDIR += omcmd SUBDIR += omnitty SUBDIR += onenetd SUBDIR += onioncat SUBDIR += opal SUBDIR += openafs SUBDIR += openbgpd SUBDIR += openbsc SUBDIR += opendpi SUBDIR += openggsn SUBDIR += openh323 SUBDIR += openldap24-client SUBDIR += openldap24-sasl-client SUBDIR += openldap24-server SUBDIR += openmpi SUBDIR += openmq SUBDIR += openmq-client SUBDIR += openntpd SUBDIR += opennx SUBDIR += openospfd SUBDIR += openpgm SUBDIR += openradius SUBDIR += opensips SUBDIR += openslp SUBDIR += opentracker SUBDIR += openvswitch SUBDIR += ortp SUBDIR += osrtspproxy SUBDIR += ossp-sa SUBDIR += ostinato SUBDIR += owamp SUBDIR += p5-Acme-HTTP SUBDIR += p5-AddressBook SUBDIR += p5-Amazon-SQS-Simple SUBDIR += p5-AnyEvent-MPRPC SUBDIR += p5-AnyEvent-RabbitMQ SUBDIR += p5-AnyEvent-Twitter SUBDIR += p5-AnyEvent-Twitter-Stream SUBDIR += p5-AnyMQ-AMQP SUBDIR += p5-Apache2-SOAP SUBDIR += p5-BBS-Client SUBDIR += p5-BBS-UserInfo SUBDIR += p5-BBS-UserInfo-Maple3 SUBDIR += p5-BBS-UserInfo-Maple3itoc SUBDIR += p5-BBS-UserInfo-Ptt SUBDIR += p5-BBS-UserInfo-SOB SUBDIR += p5-BBS-UserInfo-Wretch SUBDIR += p5-Beanstalk-Client SUBDIR += p5-Cisco-IPPhone SUBDIR += p5-Crypt-DH-GMP SUBDIR += p5-Daemon-Generic SUBDIR += p5-Data-IPV4-Range-Parse SUBDIR += p5-EasyTCP SUBDIR += p5-Event-tcp SUBDIR += p5-File-Rsync SUBDIR += p5-File-RsyncP SUBDIR += p5-Filesys-SmbClient SUBDIR += p5-Frontier-RPC SUBDIR += p5-Geo-IP SUBDIR += p5-Geo-IP-PurePerl SUBDIR += p5-Geo-IPfree SUBDIR += p5-GeoIP2 SUBDIR += p5-Google-SAML-Request SUBDIR += p5-Google-SAML-Response SUBDIR += p5-Growl-GNTP SUBDIR += p5-IO-Interface SUBDIR += p5-IO-Socket-INET6 SUBDIR += p5-IO-Socket-IP SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-IO-Socket-Multicast6 SUBDIR += p5-IO-Socket-Timeout SUBDIR += p5-IO-Socket-UNIX-Util SUBDIR += p5-IP-Anonymous SUBDIR += p5-IP-Country SUBDIR += p5-IPC-Session SUBDIR += p5-JavaScript-RPC SUBDIR += p5-Kafka SUBDIR += p5-MaxMind-DB-Common SUBDIR += p5-MaxMind-DB-Reader SUBDIR += p5-MaxMind-DB-Writer SUBDIR += p5-Net SUBDIR += p5-Net-AMQP SUBDIR += p5-Net-APNS SUBDIR += p5-Net-APNs-Extended SUBDIR += p5-Net-ARP SUBDIR += p5-Net-Address-Ethernet SUBDIR += p5-Net-Address-IPv4-Local SUBDIR += p5-Net-Amazon SUBDIR += p5-Net-Amazon-AWSSign SUBDIR += p5-Net-Amazon-EC2 SUBDIR += p5-Net-Amazon-MechanicalTurk SUBDIR += p5-Net-Amazon-S3 SUBDIR += p5-Net-Amazon-Signature SUBDIR += p5-Net-Amazon-Signature-V3 SUBDIR += p5-Net-Amazon-Signature-V4 SUBDIR += p5-Net-Amazon-Thumbnail SUBDIR += p5-Net-Analysis SUBDIR += p5-Net-Appliance-Phrasebook SUBDIR += p5-Net-Appliance-Session SUBDIR += p5-Net-BGP SUBDIR += p5-Net-Blogger SUBDIR += p5-Net-CIDR-Lite SUBDIR += p5-Net-CIDR-MobileJP SUBDIR += p5-Net-CIDR-Set SUBDIR += p5-Net-CLI-Interact SUBDIR += p5-Net-CSTA SUBDIR += p5-Net-CascadeCopy SUBDIR += p5-Net-Cassandra SUBDIR += p5-Net-Cassandra-Easy SUBDIR += p5-Net-DAV-Server SUBDIR += p5-Net-DHCP SUBDIR += p5-Net-DHCP-Watch SUBDIR += p5-Net-DHCPClient SUBDIR += p5-Net-DLookup SUBDIR += p5-Net-Daemon SUBDIR += p5-Net-Delicious SUBDIR += p5-Net-Dict SUBDIR += p5-Net-Divert SUBDIR += p5-Net-Dropbox-API SUBDIR += p5-Net-EPP SUBDIR += p5-Net-EPP-Proxy SUBDIR += p5-Net-FS-Flickr SUBDIR += p5-Net-FS-Gmail SUBDIR += p5-Net-FTP-AutoReconnect SUBDIR += p5-Net-FTP-File SUBDIR += p5-Net-Finger SUBDIR += p5-Net-Flow SUBDIR += p5-Net-Frame SUBDIR += p5-Net-Frame-Dump SUBDIR += p5-Net-Frame-Layer-ICMPv6 SUBDIR += p5-Net-Frame-Layer-IPv6 SUBDIR += p5-Net-GitHub SUBDIR += p5-Net-Gnats SUBDIR += p5-Net-Google SUBDIR += p5-Net-Google-Analytics SUBDIR += p5-Net-Google-AuthSub SUBDIR += p5-Net-Google-Calendar SUBDIR += p5-Net-Google-Code SUBDIR += p5-Net-Google-DataAPI SUBDIR += p5-Net-Google-PicasaWeb SUBDIR += p5-Net-Google-SafeBrowsing2 SUBDIR += p5-Net-Google-Spreadsheets SUBDIR += p5-Net-Growl SUBDIR += p5-Net-GrowlClient SUBDIR += p5-Net-HL7 SUBDIR += p5-Net-HTTP SUBDIR += p5-Net-HTTP-Spore SUBDIR += p5-Net-HTTP-Spore-Middleware-Header SUBDIR += p5-Net-HTTPS-Any SUBDIR += p5-Net-HTTPS-NB SUBDIR += p5-Net-Hiveminder SUBDIR += p5-Net-INET6Glue SUBDIR += p5-Net-IP-Minimal SUBDIR += p5-Net-IP-RangeCompare SUBDIR += p5-Net-IPTrie SUBDIR += p5-Net-IRR SUBDIR += p5-Net-Ident SUBDIR += p5-Net-Ifconfig-Wrapper SUBDIR += p5-Net-Interface SUBDIR += p5-Net-Jaiku SUBDIR += p5-Net-Jifty SUBDIR += p5-Net-LDAP-AutoDNs SUBDIR += p5-Net-LDAP-AutoServer SUBDIR += p5-Net-LDAP-Express SUBDIR += p5-Net-LDAP-LDAPhash SUBDIR += p5-Net-LDAP-Makepath SUBDIR += p5-Net-LDAP-Server SUBDIR += p5-Net-LDAP-Server-Test SUBDIR += p5-Net-LDAP-posixAccount SUBDIR += p5-Net-LDAP-posixGroup SUBDIR += p5-Net-Libdnet SUBDIR += p5-Net-LimeLight-Purge SUBDIR += p5-Net-MAC SUBDIR += p5-Net-MAC-Vendor SUBDIR += p5-Net-Mosso-CloudFiles SUBDIR += p5-Net-MovableType SUBDIR += p5-Net-NBName SUBDIR += p5-Net-NBsocket SUBDIR += p5-Net-NIS SUBDIR += p5-Net-NIS-Listgroup SUBDIR += p5-Net-Nessus-XMLRPC SUBDIR += p5-Net-Nmsg SUBDIR += p5-Net-OAuth SUBDIR += p5-Net-OAuth-Simple SUBDIR += p5-Net-OAuth2 SUBDIR += p5-Net-OpenID-Consumer SUBDIR += p5-Net-OpenSSH SUBDIR += p5-Net-OpenSSH-Parallel SUBDIR += p5-Net-OpenStack-Attack SUBDIR += p5-Net-Packet SUBDIR += p5-Net-Packet-Target SUBDIR += p5-Net-ParseWhois SUBDIR += p5-Net-Patricia SUBDIR += p5-Net-Pcap SUBDIR += p5-Net-PcapUtils SUBDIR += p5-Net-Ping SUBDIR += p5-Net-Ping-External SUBDIR += p5-Net-Proxy SUBDIR += p5-Net-PubSubHubbub-Publisher SUBDIR += p5-Net-RTP SUBDIR += p5-Net-RabbitFoot SUBDIR += p5-Net-RabbitMQ SUBDIR += p5-Net-Radius SUBDIR += p5-Net-Random SUBDIR += p5-Net-RawIP SUBDIR += p5-Net-RawSock SUBDIR += p5-Net-Rendezvous-Publish SUBDIR += p5-Net-Riak SUBDIR += p5-Net-Rsh SUBDIR += p5-Net-SAP SUBDIR += p5-Net-SCP SUBDIR += p5-Net-SCP-Expect SUBDIR += p5-Net-SDP SUBDIR += p5-Net-SFTP SUBDIR += p5-Net-SFTP-Foreign SUBDIR += p5-Net-SIP SUBDIR += p5-Net-SMPP SUBDIR += p5-Net-SMS-Clickatell SUBDIR += p5-Net-SMS-Mollie SUBDIR += p5-Net-SMS-PChome SUBDIR += p5-Net-SNPP SUBDIR += p5-Net-SPDY SUBDIR += p5-Net-SSH SUBDIR += p5-Net-SSH-Expect SUBDIR += p5-Net-SSH-Mechanize SUBDIR += p5-Net-SSH-Perl SUBDIR += p5-Net-SSH2 SUBDIR += p5-Net-STOMP-Client SUBDIR += p5-Net-Server SUBDIR += p5-Net-Server-Coro SUBDIR += p5-Net-Server-SS-PreFork SUBDIR += p5-Net-Subnet SUBDIR += p5-Net-Syslog SUBDIR += p5-Net-TCLink SUBDIR += p5-Net-TacacsPlus SUBDIR += p5-Net-TcpDumpLog SUBDIR += p5-Net-Telnet SUBDIR += p5-Net-Telnet-Netscreen SUBDIR += p5-Net-TiVo SUBDIR += p5-Net-Todoist SUBDIR += p5-Net-Traceroute SUBDIR += p5-Net-Traceroute-PurePerl SUBDIR += p5-Net-Traceroute6 SUBDIR += p5-Net-Trackback SUBDIR += p5-Net-Twitter SUBDIR += p5-Net-Twitter-Lite SUBDIR += p5-Net-VNC SUBDIR += p5-Net-Wake SUBDIR += p5-Net-WhitePages SUBDIR += p5-Net-Whois SUBDIR += p5-Net-Whois-ARIN SUBDIR += p5-Net-Whois-IP SUBDIR += p5-Net-Whois-RIPE SUBDIR += p5-Net-Whois-Raw SUBDIR += p5-Net-Works SUBDIR += p5-Net-Write SUBDIR += p5-Net-XWhois SUBDIR += p5-Net-Yadis SUBDIR += p5-Net-Z3950-SimpleServer SUBDIR += p5-Net-Z3950-ZOOM SUBDIR += p5-Net-ext SUBDIR += p5-Net-sFlow SUBDIR += p5-Net-uFTP SUBDIR += p5-NetAddr-IP-Count SUBDIR += p5-NetAddr-MAC SUBDIR += p5-NetPacket SUBDIR += p5-OAI-Harvester SUBDIR += p5-OurNet-BBS SUBDIR += p5-OurNet-BBSAgent SUBDIR += p5-POE-Component-Client-Ident SUBDIR += p5-POE-Component-Client-Keepalive SUBDIR += p5-POE-Component-Client-Ping SUBDIR += p5-POE-Component-Client-Telnet SUBDIR += p5-POE-Component-Client-Traceroute SUBDIR += p5-POE-Component-Client-Twitter SUBDIR += p5-POE-Component-Client-Whois SUBDIR += p5-POE-Component-ControlPort SUBDIR += p5-POE-Component-Generic SUBDIR += p5-POE-Component-Jabber SUBDIR += p5-POE-Component-Pcap SUBDIR += p5-POE-Component-PubSub SUBDIR += p5-POE-Component-Server-Twirc SUBDIR += p5-POEx-Role-TCPServer SUBDIR += p5-POSIX-Socket SUBDIR += p5-POSIX-getpeername SUBDIR += p5-Parallel-Pvm SUBDIR += p5-Phone-Info SUBDIR += p5-PlRPC SUBDIR += p5-Queue-Beanstalk SUBDIR += p5-REST-Application SUBDIR += p5-REST-Google SUBDIR += p5-RPC-EPC-Service SUBDIR += p5-RPC-Simple SUBDIR += p5-RPC-XML SUBDIR += p5-ResourcePool-Resource-Net-LDAP SUBDIR += p5-ResourcePool-Resource-SOAP-Lite SUBDIR += p5-Rose-URI SUBDIR += p5-S3 SUBDIR += p5-SOAP SUBDIR += p5-SOAP-Amazon-S3 SUBDIR += p5-SOAP-Data-Builder SUBDIR += p5-SOAP-Lite SUBDIR += p5-SOAP-MySOAP SUBDIR += p5-SOAP-XML-Client SUBDIR += p5-Samba-LDAP SUBDIR += p5-Server-Starter SUBDIR += p5-Socket SUBDIR += p5-Socket-Class SUBDIR += p5-Socket-GetAddrInfo SUBDIR += p5-Socket-Multicast6 SUBDIR += p5-Socket6 SUBDIR += p5-Socks SUBDIR += p5-Sort-Key-IPv4 SUBDIR += p5-Test-URI SUBDIR += p5-URI SUBDIR += p5-URI-FromHash SUBDIR += p5-URI-Match SUBDIR += p5-URI-OpenURL SUBDIR += p5-URI-Query SUBDIR += p5-URI-SmartURI SUBDIR += p5-URI-Template SUBDIR += p5-URI-Template-Restrict SUBDIR += p5-URI-ws SUBDIR += p5-VM-EC2 SUBDIR += p5-VM-EC2-Security-CredentialCache SUBDIR += p5-Validate-Net SUBDIR += p5-WebService-Dropbox SUBDIR += p5-WebService-Prowl SUBDIR += p5-What SUBDIR += p5-X500-DN SUBDIR += p5-XML-Compile-SOAP SUBDIR += p5-XML-Compile-SOAP-AnyEvent SUBDIR += p5-XML-Compile-SOAP-Daemon SUBDIR += p5-XML-Compile-SOAP-WSA SUBDIR += p5-XML-Compile-WSDL11 SUBDIR += p5-XML-Fast SUBDIR += p5-XML-RPC SUBDIR += p5-XML-RPC-Fast SUBDIR += p5-XMLRPC-Lite SUBDIR += p5-XPC SUBDIR += p5-ZConf SUBDIR += p5-ZConf-Bookmarks SUBDIR += p5-ZeroMQ SUBDIR += p5-ldap2pf SUBDIR += p5-ldap2pw SUBDIR += p5-perl-ldap SUBDIR += p5-srv2pf SUBDIR += packetdrill SUBDIR += packter-agent SUBDIR += panoptis SUBDIR += paris-traceroute SUBDIR += passlogd SUBDIR += pathneck SUBDIR += pbnc SUBDIR += pdb SUBDIR += pear-Auth_RADIUS SUBDIR += pear-File_Bittorrent2 SUBDIR += pear-Horde_Kolab_Server SUBDIR += pear-Horde_Kolab_Session SUBDIR += pear-Horde_Ldap SUBDIR += pear-Horde_Rpc SUBDIR += pear-Horde_Scribe SUBDIR += pear-Horde_Socket_Client SUBDIR += pear-Horde_Url SUBDIR += pear-Net_CDDB SUBDIR += pear-Net_CheckIP SUBDIR += pear-Net_DIME SUBDIR += pear-Net_DNSBL SUBDIR += pear-Net_Dict SUBDIR += pear-Net_Finger SUBDIR += pear-Net_Geo SUBDIR += pear-Net_GeoIP SUBDIR += pear-Net_IDNA SUBDIR += pear-Net_IPv4 SUBDIR += pear-Net_IPv6 SUBDIR += pear-Net_Ident SUBDIR += pear-Net_LDAP SUBDIR += pear-Net_LDAP2 SUBDIR += pear-Net_MAC SUBDIR += pear-Net_NNTP SUBDIR += pear-Net_Nmap SUBDIR += pear-Net_POP3 SUBDIR += pear-Net_Ping SUBDIR += pear-Net_SMS SUBDIR += pear-Net_SMTP SUBDIR += pear-Net_Server SUBDIR += pear-Net_Sieve SUBDIR += pear-Net_Socket SUBDIR += pear-Net_Traceroute SUBDIR += pear-Net_URL SUBDIR += pear-Net_URL2 SUBDIR += pear-Net_URL_Mapper SUBDIR += pear-Net_UserAgent_Detect SUBDIR += pear-Net_UserAgent_Mobile SUBDIR += pear-Net_Vpopmaild SUBDIR += pear-Net_Whois SUBDIR += pear-SOAP SUBDIR += pear-Services_Pingback SUBDIR += pear-Services_Twitter SUBDIR += pear-URI_Template SUBDIR += pear-XML_RPC SUBDIR += pear-XML_RPC2 SUBDIR += pecl-amqp SUBDIR += pecl-apn SUBDIR += pecl-cvsclient SUBDIR += pecl-geoip SUBDIR += pecl-gupnp SUBDIR += pecl-ip2location SUBDIR += pecl-mosquitto SUBDIR += pecl-oauth SUBDIR += pecl-radius SUBDIR += pecl-yaz SUBDIR += pecl-yp SUBDIR += pecl-zmq SUBDIR += pen SUBDIR += pfinger SUBDIR += phamm SUBDIR += php5-ldap SUBDIR += php5-soap SUBDIR += php5-sockets SUBDIR += php5-xmlrpc SUBDIR += php55-ldap SUBDIR += php55-soap SUBDIR += php55-sockets SUBDIR += php55-xmlrpc SUBDIR += php56-ldap SUBDIR += php56-soap SUBDIR += php56-sockets SUBDIR += php56-xmlrpc SUBDIR += phpldapadmin SUBDIR += pim6-tools SUBDIR += pim6dd SUBDIR += pim6sd SUBDIR += pimd SUBDIR += pimdd SUBDIR += pipsecd SUBDIR += pjsip SUBDIR += pjsip-extsrtp SUBDIR += pktanon SUBDIR += pload SUBDIR += plugdaemon SUBDIR += pmf SUBDIR += polyorb SUBDIR += poptop SUBDIR += portfwd SUBDIR += pptpclient SUBDIR += proftpd-mod_ldap SUBDIR += prosearch SUBDIR += proxy-connect SUBDIR += proxy-suite SUBDIR += proxychains SUBDIR += proxychains-ng SUBDIR += prtunnel SUBDIR += ptpd2 SUBDIR += ptunnel SUBDIR += pure-sockets SUBDIR += pvm SUBDIR += pwhois SUBDIR += pxe SUBDIR += pxe-pdhcp SUBDIR += py-GeoIP SUBDIR += py-GeoIP2 SUBDIR += py-amqp SUBDIR += py-amqplib SUBDIR += py-avahi SUBDIR += py-beanstalkc SUBDIR += py-cloudfiles SUBDIR += py-dpkt SUBDIR += py-ec2-cli-tools SUBDIR += py-eventlet SUBDIR += py-gntp SUBDIR += py-gspread SUBDIR += py-gspreadsheet SUBDIR += py-impacket SUBDIR += py-ipaddress SUBDIR += py-iplib SUBDIR += py-kombu SUBDIR += py-ldap SUBDIR += py-ldap3 SUBDIR += py-ldaptor SUBDIR += py-libcloud SUBDIR += py-libdnet SUBDIR += py-libnet SUBDIR += py-maxminddb SUBDIR += py-miniupnpc SUBDIR += py-msrplib SUBDIR += py-ndg_httpsclient SUBDIR += py-netaddr SUBDIR += py-netif SUBDIR += py-netifaces SUBDIR += py-netlib SUBDIR += py-netstring SUBDIR += py-novaclient SUBDIR += py-ntplib SUBDIR += py-oauth SUBDIR += py-oauth2 SUBDIR += py-paho-mqtt SUBDIR += py-pcap SUBDIR += py-pcapy SUBDIR += py-pcs SUBDIR += py-port-for SUBDIR += py-pybeanstalk SUBDIR += py-pygeoip SUBDIR += py-pynmsg SUBDIR += py-pynsq SUBDIR += py-pypcap SUBDIR += py-pysendfile SUBDIR += py-pysmb SUBDIR += py-pysocks SUBDIR += py-pysphere SUBDIR += py-pystun SUBDIR += py-python-bitcoinrpc SUBDIR += py-pyvmomi SUBDIR += py-pyzmq SUBDIR += py-qt4-network + SUBDIR += py-qt5-network SUBDIR += py-radix SUBDIR += py-raet SUBDIR += py-ripe.atlas.cousteau SUBDIR += py-ripe.atlas.sagan SUBDIR += py-ripe.atlas.tools SUBDIR += py-s3cmd SUBDIR += py-simplesoap SUBDIR += py-smbpasswd SUBDIR += py-soappy SUBDIR += py-socketio-client SUBDIR += py-speedtest-cli SUBDIR += py-suds SUBDIR += py-terminado SUBDIR += py-tofu SUBDIR += py-tweepy SUBDIR += py-twistedPair SUBDIR += py-twitter SUBDIR += py-twitter-tools SUBDIR += py-txamqp SUBDIR += py-uritemplate SUBDIR += py-urllib3 SUBDIR += py-wolframalpha SUBDIR += py-xmlrpc SUBDIR += py-zope.proxy SUBDIR += py-zsi SUBDIR += py3-netifaces SUBDIR += pygopherd SUBDIR += pynids SUBDIR += pyrad SUBDIR += pythondirector SUBDIR += qadsl SUBDIR += qjsonrpc SUBDIR += qoauth SUBDIR += qt4-network SUBDIR += qt5-network SUBDIR += qtweetlib SUBDIR += quagga SUBDIR += queso SUBDIR += quiterss SUBDIR += quoted SUBDIR += rabbitmq SUBDIR += rabbitmq-c SUBDIR += rabbitmq-c-devel SUBDIR += raddump SUBDIR += radiator SUBDIR += radiusclient SUBDIR += radiusd-cistron SUBDIR += radreport SUBDIR += radsecproxy SUBDIR += radvd SUBDIR += raggle SUBDIR += rdapper SUBDIR += rdesktop SUBDIR += rdist6 SUBDIR += recvnet SUBDIR += redir SUBDIR += relayd SUBDIR += remmina SUBDIR += remmina-plugin-gnome SUBDIR += remmina-plugin-i18n SUBDIR += remmina-plugin-nx SUBDIR += remmina-plugin-rdp SUBDIR += remmina-plugin-telepathy SUBDIR += remmina-plugin-vnc SUBDIR += remmina-plugin-xdmcp SUBDIR += remmina-plugins SUBDIR += remotebox SUBDIR += remotedesk SUBDIR += repeater SUBDIR += reposado SUBDIR += rfbproxy SUBDIR += rinetd SUBDIR += ripe-whois SUBDIR += rp-pppoe SUBDIR += rsplib SUBDIR += rsync SUBDIR += rsync-bpc SUBDIR += rtg SUBDIR += rtpbreak SUBDIR += rtpproxy SUBDIR += rtptools SUBDIR += ruby-dict SUBDIR += ruby-icmp SUBDIR += ruby-tcpsocketpipe SUBDIR += ruby-tserver SUBDIR += rubygem-amazon-ec2 SUBDIR += rubygem-amq-protocol SUBDIR += rubygem-amqp SUBDIR += rubygem-amqp-utils SUBDIR += rubygem-amqp067 SUBDIR += rubygem-aws-s3 SUBDIR += rubygem-aws-ses SUBDIR += rubygem-bunny SUBDIR += rubygem-connection_pool SUBDIR += rubygem-dogapi SUBDIR += rubygem-domain_name SUBDIR += rubygem-dropbox-sdk SUBDIR += rubygem-epp-client-afnic SUBDIR += rubygem-epp-client-base SUBDIR += rubygem-epp-client-rgp SUBDIR += rubygem-epp-client-secdns SUBDIR += rubygem-epp-client-smallregistry SUBDIR += rubygem-fog-aliyun SUBDIR += rubygem-fog-atmos SUBDIR += rubygem-fog-aws SUBDIR += rubygem-fog-brightbox SUBDIR += rubygem-fog-dynect SUBDIR += rubygem-fog-ecloud SUBDIR += rubygem-fog-google SUBDIR += rubygem-fog-local SUBDIR += rubygem-fog-powerdns SUBDIR += rubygem-fog-profitbricks SUBDIR += rubygem-fog-radosgw SUBDIR += rubygem-fog-riakcs SUBDIR += rubygem-fog-sakuracloud SUBDIR += rubygem-fog-serverlove SUBDIR += rubygem-fog-softlayer SUBDIR += rubygem-fog-storm_on_demand SUBDIR += rubygem-fog-terremark SUBDIR += rubygem-fog-vmfusion SUBDIR += rubygem-fog-voxel SUBDIR += rubygem-fog-xenserver SUBDIR += rubygem-geoip SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-http_parser.rb SUBDIR += rubygem-httpauth SUBDIR += rubygem-ipaddress SUBDIR += rubygem-iproto SUBDIR += rubygem-lita-gems SUBDIR += rubygem-macaddr SUBDIR += rubygem-net-ldap SUBDIR += rubygem-net-netrc SUBDIR += rubygem-netrc SUBDIR += rubygem-network_interface SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 SUBDIR += rubygem-octokit SUBDIR += rubygem-octopress-deploy SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-github-discourse SUBDIR += rubygem-omniauth-google-oauth2 SUBDIR += rubygem-omniauth-oauth SUBDIR += rubygem-omniauth-oauth2 SUBDIR += rubygem-omniauth-openid SUBDIR += rubygem-omniauth-twitter SUBDIR += rubygem-open-uri-cached SUBDIR += rubygem-opennebula SUBDIR += rubygem-packetfu SUBDIR += rubygem-pcaprub SUBDIR += rubygem-rabbiter SUBDIR += rubygem-rbvmomi SUBDIR += rubygem-right_aws SUBDIR += rubygem-right_flexiscale SUBDIR += rubygem-right_gogrid SUBDIR += rubygem-right_http_connection SUBDIR += rubygem-right_slicehost SUBDIR += rubygem-rsync SUBDIR += rubygem-ruby-growl SUBDIR += rubygem-ruby-openid SUBDIR += rubygem-ruby-yadis SUBDIR += rubygem-rubyntlm SUBDIR += rubygem-rubytter SUBDIR += rubygem-rudy SUBDIR += rubygem-rye SUBDIR += rubygem-simple_oauth SUBDIR += rubygem-stompserver SUBDIR += rubygem-t SUBDIR += rubygem-tweetstream SUBDIR += rubygem-twitter SUBDIR += rubygem-twitter-stream SUBDIR += rubygem-twitter4r SUBDIR += rubygem-uri-redis SUBDIR += rubygem-whois SUBDIR += rude SUBDIR += rwhoisd SUBDIR += samba-libsmbclient SUBDIR += samba-nmblookup SUBDIR += samba-smbclient SUBDIR += samba36 SUBDIR += samba4 SUBDIR += samba41 SUBDIR += samba42 SUBDIR += samba43 SUBDIR += samplicator SUBDIR += sbd SUBDIR += scamper SUBDIR += scapy SUBDIR += scnc SUBDIR += scr_ipfm SUBDIR += scribe SUBDIR += sdl2_net SUBDIR += sdl_net SUBDIR += seda SUBDIR += self-service-password SUBDIR += sendemail SUBDIR += sendsms SUBDIR += sendsnpp SUBDIR += serveez SUBDIR += serviio SUBDIR += sflowtool SUBDIR += shadowsocks-libev SUBDIR += shelldap SUBDIR += shmux SUBDIR += sie-nmsg SUBDIR += simpleproxy SUBDIR += sip_scenario SUBDIR += sippy_b2bua SUBDIR += siproxd SUBDIR += sipsak SUBDIR += sixxs-aiccu SUBDIR += skstream SUBDIR += sl2tps SUBDIR += slurm SUBDIR += smb4k-kde4 SUBDIR += smbldap-tools SUBDIR += smcroute SUBDIR += smm++ SUBDIR += sniffit SUBDIR += sntop SUBDIR += sobby SUBDIR += socat SUBDIR += socketbind SUBDIR += socketpipe SUBDIR += sofia-sip SUBDIR += spideroak SUBDIR += splatd SUBDIR += spoofer SUBDIR += spread SUBDIR += spread-j SUBDIR += spread4 SUBDIR += sprinkle SUBDIR += sqtop SUBDIR += srelay SUBDIR += ss5 SUBDIR += ssldump SUBDIR += sslh SUBDIR += ssltunnel-client SUBDIR += ssltunnel-server SUBDIR += ssmping SUBDIR += ssspl SUBDIR += ssvnc SUBDIR += stf-6rd-kmod SUBDIR += stone SUBDIR += stund SUBDIR += subnetcalc SUBDIR += suckblow SUBDIR += sup SUBDIR += svnup SUBDIR += syncthing SUBDIR += syncthing-cli SUBDIR += syncthing-discosrv SUBDIR += syncthing-inotify SUBDIR += tableutil SUBDIR += tac_plus4 SUBDIR += tapidbus SUBDIR += tayga SUBDIR += tclsoap SUBDIR += tcludp SUBDIR += tcpcat SUBDIR += tcpdstat SUBDIR += tcpdump SUBDIR += tcpdump398 SUBDIR += tcpflow SUBDIR += tcpick SUBDIR += tcpillust SUBDIR += tcping SUBDIR += tcpkali SUBDIR += tcpmssd SUBDIR += tcpproxy SUBDIR += tcpreen SUBDIR += tcpsg SUBDIR += tcpshow SUBDIR += tcpslice SUBDIR += tcpsplit SUBDIR += tcpstat SUBDIR += tcptrace SUBDIR += tcptraceroute SUBDIR += tcptraceroute-devel SUBDIR += tcpview SUBDIR += tcpwatch SUBDIR += tcpxd SUBDIR += tcpxtract SUBDIR += tdetect SUBDIR += tftpgrab SUBDIR += thcrut SUBDIR += throttled SUBDIR += tigervnc SUBDIR += tightvnc SUBDIR += tintin++ SUBDIR += tiny-network-utilities SUBDIR += tinyfugue SUBDIR += tinyldap SUBDIR += tn5250 SUBDIR += tn5250j SUBDIR += toonel SUBDIR += torsocks SUBDIR += traceroute SUBDIR += traff SUBDIR += trafshow SUBDIR += trafshow3 SUBDIR += tramp SUBDIR += trickle SUBDIR += tridiavnc SUBDIR += tsclient SUBDIR += tshark SUBDIR += tshark-lite SUBDIR += tsocks SUBDIR += tucan SUBDIR += turnserver SUBDIR += turses SUBDIR += twitux SUBDIR += u6rd SUBDIR += ucarp SUBDIR += udptunnel SUBDIR += udpxy SUBDIR += udt SUBDIR += uget SUBDIR += uhttpmock SUBDIR += ulxmlrpcpp SUBDIR += unfs3 SUBDIR += unison SUBDIR += unison-devel SUBDIR += unison-nox11 SUBDIR += unison232 SUBDIR += unison240 SUBDIR += unix2tcp SUBDIR += uplog SUBDIR += urelay SUBDIR += uriparser SUBDIR += urlendec SUBDIR += usbredir SUBDIR += userfw SUBDIR += utftpd SUBDIR += vblade SUBDIR += vde SUBDIR += vde2 SUBDIR += vinagre SUBDIR += vino SUBDIR += vmware-vsphere-cli SUBDIR += vnc SUBDIR += vncreflector SUBDIR += vnstat SUBDIR += vortex SUBDIR += vtun SUBDIR += wackamole SUBDIR += wackford-squeers SUBDIR += wakeonlan SUBDIR += whois SUBDIR += widentd SUBDIR += wireshark SUBDIR += wireshark-lite SUBDIR += wireshark-qt5 SUBDIR += wizd SUBDIR += wlan2eth SUBDIR += wmlj SUBDIR += wmnd SUBDIR += wmnet SUBDIR += wmnet2 SUBDIR += wmnetload SUBDIR += wmnetmon SUBDIR += wmpiki SUBDIR += wmping SUBDIR += wmwave SUBDIR += wmwifi SUBDIR += wmwlmon SUBDIR += wol SUBDIR += wpa_gui SUBDIR += wping SUBDIR += x11vnc SUBDIR += x2goclient SUBDIR += x2goclient-cli SUBDIR += xferstats SUBDIR += xipmsg SUBDIR += xisp SUBDIR += xmlrpc-c SUBDIR += xmlrpc-c-devel SUBDIR += xmlrpc-epi SUBDIR += xorp SUBDIR += xprobe SUBDIR += xpvm SUBDIR += xrdesktop2 SUBDIR += xrdp SUBDIR += xrdp-devel SUBDIR += yami4 SUBDIR += yaph SUBDIR += yate SUBDIR += yaz SUBDIR += yaz++ SUBDIR += yazproxy SUBDIR += yconalyzer SUBDIR += yptransitd SUBDIR += zebra SUBDIR += zebra-server SUBDIR += zeroconf-ioslave SUBDIR += zerotier SUBDIR += zillion SUBDIR += zsync .include Index: head/net/py-qt5-network/Makefile =================================================================== --- head/net/py-qt5-network/Makefile (nonexistent) +++ head/net/py-qt5-network/Makefile (revision 403693) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= network +CATEGORIES= net devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtNetwork module + +CONFIGURE_ARGS= --enable QtNetwork +PYQT_DIST= yes + +USES= python pyqt:5 +USE_PYQT= sip_build core_run +USE_QT5= core network qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtNetwork API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/net/py-qt5-network/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/py-qt5-network/pkg-descr =================================================================== --- head/net/py-qt5-network/pkg-descr (nonexistent) +++ head/net/py-qt5-network/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtNetwork module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/net/py-qt5-network/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/py-qt5-network/pkg-plist =================================================================== --- head/net/py-qt5-network/pkg-plist (nonexistent) +++ head/net/py-qt5-network/pkg-plist (revision 403693) @@ -0,0 +1,38 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtNetwork.so +%%PYQT_SIPDIR%%/QtNetwork/QtNetworkmod.sip +%%PYQT_SIPDIR%%/QtNetwork/qabstractnetworkcache.sip +%%PYQT_SIPDIR%%/QtNetwork/qabstractsocket.sip +%%PYQT_SIPDIR%%/QtNetwork/qauthenticator.sip +%%PYQT_SIPDIR%%/QtNetwork/qdnslookup.sip +%%PYQT_SIPDIR%%/QtNetwork/qhostaddress.sip +%%PYQT_SIPDIR%%/QtNetwork/qhostinfo.sip +%%PYQT_SIPDIR%%/QtNetwork/qhttpmultipart.sip +%%PYQT_SIPDIR%%/QtNetwork/qlocalserver.sip +%%PYQT_SIPDIR%%/QtNetwork/qlocalsocket.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworkaccessmanager.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworkconfigmanager.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworkconfiguration.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworkcookie.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworkcookiejar.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworkdiskcache.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworkinterface.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworkproxy.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworkreply.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworkrequest.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworksession.sip +%%PYQT_SIPDIR%%/QtNetwork/qpynetwork_qhash.sip +%%PYQT_SIPDIR%%/QtNetwork/qpynetwork_qmap.sip +%%PYQT_SIPDIR%%/QtNetwork/qssl.sip +%%PYQT_SIPDIR%%/QtNetwork/qsslcertificate.sip +%%PYQT_SIPDIR%%/QtNetwork/qsslcertificateextension.sip +%%PYQT_SIPDIR%%/QtNetwork/qsslcipher.sip +%%PYQT_SIPDIR%%/QtNetwork/qsslconfiguration.sip +%%PYQT_SIPDIR%%/QtNetwork/qsslellipticcurve.sip +%%PYQT_SIPDIR%%/QtNetwork/qsslerror.sip +%%PYQT_SIPDIR%%/QtNetwork/qsslkey.sip +%%PYQT_SIPDIR%%/QtNetwork/qsslpresharedkeyauthenticator.sip +%%PYQT_SIPDIR%%/QtNetwork/qsslsocket.sip +%%PYQT_SIPDIR%%/QtNetwork/qtcpserver.sip +%%PYQT_SIPDIR%%/QtNetwork/qtcpsocket.sip +%%PYQT_SIPDIR%%/QtNetwork/qudpsocket.sip +%%API%%share/qt5/qsci/api/python/QtNetwork.api Property changes on: head/net/py-qt5-network/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/Makefile =================================================================== --- head/print/Makefile (revision 403692) +++ head/print/Makefile (revision 403693) @@ -1,272 +1,273 @@ # $FreeBSD$ # COMMENT = Desktop publishing SUBDIR += R-cran-knitr SUBDIR += a2pdf SUBDIR += a2ps SUBDIR += abc2mtex SUBDIR += abcm2ps SUBDIR += adobe-cmaps SUBDIR += afm SUBDIR += alignmargins SUBDIR += ansiprint SUBDIR += apsfilter SUBDIR += asprint SUBDIR += auctex SUBDIR += axpoint SUBDIR += bibcursed SUBDIR += biblio-py SUBDIR += bibview SUBDIR += c2ps SUBDIR += catdvi SUBDIR += cdlabelgen SUBDIR += cloudprint SUBDIR += cups SUBDIR += cups-base SUBDIR += cups-bjnp SUBDIR += cups-client SUBDIR += cups-cloud-print SUBDIR += cups-filters SUBDIR += cups-fxlinuxprint SUBDIR += cups-image SUBDIR += cups-pdf SUBDIR += cups-pk-helper SUBDIR += cups-pstoraster SUBDIR += cups-smb-backend SUBDIR += deforaos-pdfviewer SUBDIR += detex SUBDIR += dot2tex SUBDIR += dvi2tty SUBDIR += dvips2ascii SUBDIR += dvisvg SUBDIR += dymo-cups-drivers SUBDIR += easylatex SUBDIR += enscript-a4 SUBDIR += enscript-letter SUBDIR += enscript-letterdj SUBDIR += enscriptfonts SUBDIR += epson-inkjet-printer-escpr SUBDIR += epsonepl SUBDIR += flpsed SUBDIR += font-amsfonts SUBDIR += font2svg SUBDIR += fontforge SUBDIR += foo2zjs SUBDIR += foomatic-db SUBDIR += foomatic-db-engine SUBDIR += foomatic-db-hpijs SUBDIR += foomatic-filters SUBDIR += foxitreader SUBDIR += fpdf SUBDIR += freetype SUBDIR += freetype2 SUBDIR += frescobaldi SUBDIR += ft2demos SUBDIR += ggv SUBDIR += ghostscript7-base SUBDIR += ghostscript7-commfont SUBDIR += ghostscript7-jpnfont SUBDIR += ghostscript7-korfont SUBDIR += ghostscript7-x11 SUBDIR += ghostscript8-base SUBDIR += ghostscript8-x11 SUBDIR += ghostscript9-agpl-base SUBDIR += ghostscript9-agpl-x11 SUBDIR += ghostscript9-base SUBDIR += ghostscript9-x11 SUBDIR += gimp-gutenprint SUBDIR += gl2ps SUBDIR += gnome-cups-manager SUBDIR += gnomephotoprinter SUBDIR += gribouy SUBDIR += gsfonts SUBDIR += gspdf SUBDIR += gsview SUBDIR += gtklp SUBDIR += gutenprint SUBDIR += gutenprint-base SUBDIR += gutenprint-cups SUBDIR += gutenprint-foomatic SUBDIR += gutenprint-ijs SUBDIR += gv SUBDIR += harfbuzz SUBDIR += hp2xx SUBDIR += hpijs SUBDIR += hplip SUBDIR += hplip-plugin SUBDIR += hs-hscolour SUBDIR += html2latex SUBDIR += html2ps SUBDIR += hyperlatex SUBDIR += indexinfo SUBDIR += jabref SUBDIR += kde4-print-manager SUBDIR += kde_poster SUBDIR += kover SUBDIR += kpdftool SUBDIR += latex-beamer SUBDIR += latex-biber SUBDIR += latex-ltablex SUBDIR += latex-resume SUBDIR += latex2rtf SUBDIR += latexdiff SUBDIR += lgrind SUBDIR += libgnomecups SUBDIR += libgnomeprint SUBDIR += libgnomeprint-reference SUBDIR += libgnomeprintmm SUBDIR += libharu SUBDIR += libijs SUBDIR += libmspub01 SUBDIR += libotf SUBDIR += libpagemaker SUBDIR += libpaper SUBDIR += libppd SUBDIR += libspectre SUBDIR += lilypond SUBDIR += lilypond-devel SUBDIR += linux-c6-cups-libs SUBDIR += linux-f10-cups-libs SUBDIR += lout SUBDIR += lpr-wrapper SUBDIR += lprps SUBDIR += lyx SUBDIR += magicfilter SUBDIR += makeindex SUBDIR += mftrace SUBDIR += min12xxw SUBDIR += mp-a4 SUBDIR += mp-letter SUBDIR += mpage SUBDIR += mup SUBDIR += musixtex SUBDIR += muttprint SUBDIR += nenscript SUBDIR += openprinting SUBDIR += p5-Font-FreeType SUBDIR += p5-Net-CUPS SUBDIR += p5-Net-Printer SUBDIR += p5-PDF-Template SUBDIR += p5-PDFLib SUBDIR += p5-PostScript SUBDIR += p5-PostScript-PPD SUBDIR += p5-PostScript-Simple SUBDIR += p5-Text-PDF SUBDIR += p5-XML-ApacheFOP SUBDIR += p910nd SUBDIR += panda SUBDIR += papersize-default-a4 SUBDIR += papersize-default-letter SUBDIR += paps SUBDIR += pcal SUBDIR += pdf-renderer SUBDIR += pdf4tcl SUBDIR += pdfbox SUBDIR += pdfcube SUBDIR += pdflib SUBDIR += pdflib-perl SUBDIR += pdftk SUBDIR += pear-File_PDF SUBDIR += pecl-haru SUBDIR += pecl-pdflib SUBDIR += pecl-ps SUBDIR += pfbtopfa SUBDIR += photoprint SUBDIR += pic2fig SUBDIR += pkfonts118 SUBDIR += pkfonts240 SUBDIR += pkfonts300 SUBDIR += pkfonts360 SUBDIR += pkfonts400 SUBDIR += pkfonts600 SUBDIR += pkipplib SUBDIR += pkpgcounter SUBDIR += pmw SUBDIR += poster SUBDIR += ps2eps SUBDIR += pscal SUBDIR += psdim SUBDIR += pslib SUBDIR += pstotext SUBDIR += psutils SUBDIR += py-fonttools SUBDIR += py-fpdf SUBDIR += py-pdf SUBDIR += py-pollyreports SUBDIR += py-preppy SUBDIR += py-pycups SUBDIR += py-pyscript + SUBDIR += py-qt5-printsupport SUBDIR += py-relatorio SUBDIR += py-reportlab SUBDIR += py-reportlab1 SUBDIR += py-reportlab2 SUBDIR += py-rtf SUBDIR += py-trml2pdf SUBDIR += qpdf SUBDIR += qpdfview SUBDIR += qt5-printsupport SUBDIR += rlpr SUBDIR += rprint SUBDIR += rtf2latex2e SUBDIR += rubygem-afm SUBDIR += rubygem-color SUBDIR += rubygem-color-tools SUBDIR += rubygem-pdf-core SUBDIR += rubygem-pdf-reader SUBDIR += rubygem-pdf-writer SUBDIR += rubygem-prawn SUBDIR += rubygem-prawn-core SUBDIR += rubygem-prawn-flexible-table SUBDIR += rubygem-prawn-format SUBDIR += rubygem-prawn-graph SUBDIR += rubygem-prawn-js SUBDIR += rubygem-prawn-layout SUBDIR += rubygem-prawn-security SUBDIR += rubygem-prawn-svg SUBDIR += rubygem-rbpdf SUBDIR += rubygem-rbpdf-font SUBDIR += rubygem-ttfunk SUBDIR += scribus SUBDIR += sgf2tex SUBDIR += splix SUBDIR += system-config-printer SUBDIR += t1utils SUBDIR += tex SUBDIR += tex-aleph SUBDIR += tex-basic-engines SUBDIR += tex-dvipdfmx SUBDIR += tex-dvipsk SUBDIR += tex-formats SUBDIR += tex-jadetex SUBDIR += tex-luatex SUBDIR += tex-ptexenc SUBDIR += tex-xdvik SUBDIR += tex-xetex SUBDIR += tex-xmltex SUBDIR += texinfo SUBDIR += texlive-base SUBDIR += texlive-docs SUBDIR += texlive-full SUBDIR += texlive-texmf SUBDIR += texlive-texmf-source SUBDIR += texlive-tlmgr SUBDIR += texvc SUBDIR += tgif2tex SUBDIR += transfig SUBDIR += trueprint SUBDIR += ttf2pt1 SUBDIR += ttfquery SUBDIR += ttftot42 SUBDIR += txtbdf2ps SUBDIR += typetools SUBDIR += utopia SUBDIR += xfce4-print SUBDIR += xmbibtex SUBDIR += xpdfopen SUBDIR += xpp SUBDIR += xtexsh SUBDIR += yatex .include Index: head/print/py-qt5-printsupport/Makefile =================================================================== --- head/print/py-qt5-printsupport/Makefile (nonexistent) +++ head/print/py-qt5-printsupport/Makefile (revision 403693) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= printsupport +CATEGORIES= print python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtPrintSupport module + +CONFIGURE_ARGS= --enable QtPrintSupport +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run widgets_run +USE_QT5= core gui printsupport widgets qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtPrintsupport API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/print/py-qt5-printsupport/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/py-qt5-printsupport/pkg-descr =================================================================== --- head/print/py-qt5-printsupport/pkg-descr (nonexistent) +++ head/print/py-qt5-printsupport/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtPrintSupport module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/print/py-qt5-printsupport/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/py-qt5-printsupport/pkg-plist =================================================================== --- head/print/py-qt5-printsupport/pkg-plist (nonexistent) +++ head/print/py-qt5-printsupport/pkg-plist (revision 403693) @@ -0,0 +1,12 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtPrintSupport.so +%%PYQT_SIPDIR%%/QtPrintSupport/QtPrintSupportmod.sip +%%PYQT_SIPDIR%%/QtPrintSupport/qabstractprintdialog.sip +%%PYQT_SIPDIR%%/QtPrintSupport/qpagesetupdialog.sip +%%PYQT_SIPDIR%%/QtPrintSupport/qprintdialog.sip +%%PYQT_SIPDIR%%/QtPrintSupport/qprintengine.sip +%%PYQT_SIPDIR%%/QtPrintSupport/qprinter.sip +%%PYQT_SIPDIR%%/QtPrintSupport/qprinterinfo.sip +%%PYQT_SIPDIR%%/QtPrintSupport/qprintpreviewdialog.sip +%%PYQT_SIPDIR%%/QtPrintSupport/qprintpreviewwidget.sip +%%PYQT_SIPDIR%%/QtPrintSupport/qpyprintsupport_qlist.sip +%%API%%share/qt5/qsci/api/python/QtPrintSupport.api Property changes on: head/print/py-qt5-printsupport/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/Makefile =================================================================== --- head/textproc/Makefile (revision 403692) +++ head/textproc/Makefile (revision 403693) @@ -1,1695 +1,1697 @@ # $FreeBSD$ # COMMENT = Text processing utilities (does not include desktop publishing) SUBDIR += 2bsd-diff SUBDIR += R-cran-DT SUBDIR += R-cran-R2HTML SUBDIR += R-cran-XML SUBDIR += R-cran-formatR SUBDIR += R-cran-highr SUBDIR += R-cran-htmltools SUBDIR += R-cran-markdown SUBDIR += R-cran-pystr SUBDIR += R-cran-rmarkdown SUBDIR += R-cran-stringi SUBDIR += R-cran-stringr SUBDIR += R-cran-xml2 SUBDIR += R-cran-xtable SUBDIR += R-cran-yaml SUBDIR += ack SUBDIR += adabrowse SUBDIR += add-css-links SUBDIR += af-aspell SUBDIR += aft SUBDIR += agrep SUBDIR += aiksaurus SUBDIR += aiksaurus-gtk SUBDIR += align SUBDIR += am-aspell SUBDIR += amberfish SUBDIR += ansifilter SUBDIR += ant-xinclude-task SUBDIR += antiword SUBDIR += apache-poi SUBDIR += apache-solr SUBDIR += apache-solr3 SUBDIR += apertium SUBDIR += archmage SUBDIR += artha SUBDIR += asciidoc SUBDIR += asciinema SUBDIR += asm-xml SUBDIR += asm2html SUBDIR += aspell SUBDIR += aspell-ispell SUBDIR += ast-aspell SUBDIR += atom SUBDIR += augeas SUBDIR += az-aspell SUBDIR += bar SUBDIR += bbe SUBDIR += be-aspell SUBDIR += bedic-data SUBDIR += beediff SUBDIR += bg-aspell SUBDIR += bg-hyphen SUBDIR += bg-mythes SUBDIR += bib2html SUBDIR += bibtex2html SUBDIR += bibtool SUBDIR += bibutils SUBDIR += bn-aspell SUBDIR += bomstrip SUBDIR += br-aspell SUBDIR += bsddiff SUBDIR += bsdgrep SUBDIR += bsdsort SUBDIR += btparse SUBDIR += c2html SUBDIR += ca-aspell SUBDIR += catdoc SUBDIR += cbedic SUBDIR += cdif SUBDIR += cdiff SUBDIR += cgrep SUBDIR += chm2pdf SUBDIR += chpp SUBDIR += cl-meta SUBDIR += cl-meta-sbcl SUBDIR += cl-ppcre SUBDIR += cl-ppcre-sbcl SUBDIR += clit SUBDIR += clucene SUBDIR += clucene-qt4 SUBDIR += clucene-qt5 SUBDIR += cmark SUBDIR += coccigrep SUBDIR += code2html SUBDIR += codespell SUBDIR += colordiff SUBDIR += confetti SUBDIR += confget SUBDIR += consul-template SUBDIR += crimson SUBDIR += cs-aspell SUBDIR += cs-mythes SUBDIR += csb-aspell SUBDIR += csv2latex SUBDIR += csvdiff SUBDIR += ctpl SUBDIR += ctpp2 SUBDIR += cwtext SUBDIR += cy-aspell SUBDIR += da-aspell SUBDIR += da-hyphen SUBDIR += dadadodo SUBDIR += db2latex SUBDIR += dbacl SUBDIR += dblatex SUBDIR += denature SUBDIR += dict SUBDIR += dictem SUBDIR += dictfmt SUBDIR += dictionary SUBDIR += diffmark SUBDIR += diffsplit SUBDIR += diffstat SUBDIR += diffutils SUBDIR += dikt SUBDIR += discount SUBDIR += dixit SUBDIR += doc-mode.el SUBDIR += docbook SUBDIR += docbook-sgml SUBDIR += docbook-tdg SUBDIR += docbook-to-man SUBDIR += docbook-utils SUBDIR += docbook-xml SUBDIR += docbook-xsd SUBDIR += docbook-xsl SUBDIR += docbook-xsl-ns SUBDIR += docbook2X SUBDIR += docbook2mdoc SUBDIR += docbook2odf SUBDIR += docbookide.el SUBDIR += docdiff SUBDIR += doclifter SUBDIR += docproj SUBDIR += dom4j SUBDIR += domc SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs SUBDIR += dtd2relax SUBDIR += dtdinst SUBDIR += dtdparse SUBDIR += duncan SUBDIR += dwdiff SUBDIR += easydiff SUBDIR += ebook-tools SUBDIR += ecromedos SUBDIR += ekhtml SUBDIR += el-aspell SUBDIR += el-hyphen SUBDIR += elasticsearch SUBDIR += elasticsearch-plugin-head SUBDIR += elasticsearch-plugin-hq SUBDIR += elasticsearch-plugin-marvel SUBDIR += elasticsearch-plugin-sql SUBDIR += elasticsearch-river-rabbitmq SUBDIR += elasticsearch2 SUBDIR += elixir-earmark SUBDIR += elixir-ex_doc SUBDIR += elixir-funnel SUBDIR += elixir-sweet_xml SUBDIR += emacs-wiki SUBDIR += en-aspell SUBDIR += en-hunspell SUBDIR += en-mythes SUBDIR += enchant SUBDIR += eo-aspell SUBDIR += eqe SUBDIR += erlang-edown SUBDIR += erlang-p1xml SUBDIR += erlang-yamerl SUBDIR += es-aspell SUBDIR += es-hunspell SUBDIR += es-hyphen SUBDIR += es-mythes SUBDIR += estraier SUBDIR += et-aspell SUBDIR += exempi SUBDIR += expat2 SUBDIR += exslt SUBDIR += extract_url SUBDIR += ezxml SUBDIR += fa-aspell SUBDIR += fcitx-m17n SUBDIR += fex SUBDIR += ffe SUBDIR += fi-aspell SUBDIR += filepp SUBDIR += fist SUBDIR += fixrtf SUBDIR += fldiff SUBDIR += flex SUBDIR += flip SUBDIR += fo-aspell SUBDIR += foiltex SUBDIR += fop SUBDIR += fpc-aspell SUBDIR += fpc-libxml2 SUBDIR += freexl SUBDIR += fy-aspell SUBDIR += ga-aspell SUBDIR += gastex SUBDIR += gd-aspell SUBDIR += gdome2 SUBDIR += gl-aspell SUBDIR += gladtex SUBDIR += glark SUBDIR += glpi-plugins-AdditionalReports SUBDIR += glpi-plugins-DataInjection SUBDIR += gmetadom SUBDIR += gnome-doc-utils SUBDIR += gnome-spell SUBDIR += gnugrep SUBDIR += go-text SUBDIR += go.text SUBDIR += goldendict SUBDIR += google-ctemplate SUBDIR += google-translate-cli SUBDIR += gpp SUBDIR += grap SUBDIR += grc-aspell SUBDIR += groff SUBDIR += groonga SUBDIR += gsed SUBDIR += gspell SUBDIR += gtk-doc SUBDIR += gtkspell SUBDIR += gtkspell-reference SUBDIR += gtkspell3 SUBDIR += gu-aspell SUBDIR += gutenmark SUBDIR += gv-aspell SUBDIR += heirloom-doctools SUBDIR += hevea SUBDIR += hhm SUBDIR += hi-aspell SUBDIR += highlight SUBDIR += hil-aspell SUBDIR += hr-aspell SUBDIR += hs-Diff SUBDIR += hs-HStringTemplate SUBDIR += hs-HaXml SUBDIR += hs-appar SUBDIR += hs-attoparsec SUBDIR += hs-attoparsec-enumerator SUBDIR += hs-bencode SUBDIR += hs-blaze-html SUBDIR += hs-blaze-markup SUBDIR += hs-bytestring-csv SUBDIR += hs-case-insensitive SUBDIR += hs-cassava SUBDIR += hs-citeproc-hs SUBDIR += hs-cmark SUBDIR += hs-csv SUBDIR += hs-double-conversion SUBDIR += hs-feed SUBDIR += hs-hexpat SUBDIR += hs-highlighting-kate SUBDIR += hs-hs-bibutils SUBDIR += hs-html SUBDIR += hs-html-conduit SUBDIR += hs-hxt SUBDIR += hs-hxt-charproperties SUBDIR += hs-hxt-regex-xmlschema SUBDIR += hs-hxt-unicode SUBDIR += hs-lhs2tex SUBDIR += hs-libxml SUBDIR += hs-libxml-sax SUBDIR += hs-pandoc SUBDIR += hs-pandoc-citeproc SUBDIR += hs-pandoc-types SUBDIR += hs-parsec SUBDIR += hs-polyparse SUBDIR += hs-regex-applicative SUBDIR += hs-regex-base SUBDIR += hs-regex-compat SUBDIR += hs-regex-compat-tdfa SUBDIR += hs-regex-pcre-builtin SUBDIR += hs-regex-posix SUBDIR += hs-regex-tdfa SUBDIR += hs-rfc5051 SUBDIR += hs-stringsearch SUBDIR += hs-tagsoup SUBDIR += hs-tagstream-conduit SUBDIR += hs-texmath SUBDIR += hs-uri SUBDIR += hs-xml SUBDIR += hs-xml-conduit SUBDIR += hs-xml-hamlet SUBDIR += hs-xml-types SUBDIR += hs-xmlhtml SUBDIR += hs-yaml SUBDIR += hsb-aspell SUBDIR += htdig SUBDIR += html SUBDIR += html-pretty SUBDIR += html-xml-utils SUBDIR += html2fo SUBDIR += html2tex SUBDIR += html2text SUBDIR += html2xhtml SUBDIR += htmlc SUBDIR += htmldoc SUBDIR += htmlise SUBDIR += htmlize.el SUBDIR += htmlsection SUBDIR += htmltolatex SUBDIR += humanzip SUBDIR += hunspell SUBDIR += hy-aspell SUBDIR += hyperestraier SUBDIR += hyphen SUBDIR += ia-aspell SUBDIR += ibus SUBDIR += ibus-el SUBDIR += ibus-kmfl SUBDIR += ibus-m17n SUBDIR += ibus-qt SUBDIR += ibus-table SUBDIR += id-aspell SUBDIR += id-hyphen SUBDIR += idnits SUBDIR += igor SUBDIR += iksemel SUBDIR += info2html SUBDIR += info2man SUBDIR += info_to_html SUBDIR += intltool SUBDIR += irstlm SUBDIR += is-aspell SUBDIR += is-hyphen SUBDIR += iso-schematron-xslt SUBDIR += iso12083 SUBDIR += iso8879 SUBDIR += it-aspell SUBDIR += it-hunspell SUBDIR += it-hyphen SUBDIR += it-mythes SUBDIR += itstool SUBDIR += jade SUBDIR += jakarta-commons-digester SUBDIR += jalingo SUBDIR += jarnal SUBDIR += java2html SUBDIR += jaxup SUBDIR += jdictionary SUBDIR += jdictionary-int-eng SUBDIR += jing SUBDIR += jq SUBDIR += jrefentry SUBDIR += jshon SUBDIR += kdiff3 SUBDIR += kenlm SUBDIR += kibana3 SUBDIR += kibana41 SUBDIR += kibana42 SUBDIR += kibana43 SUBDIR += kmfl-european-latin SUBDIR += kmfl-khmer SUBDIR += kmfl-sil-ezra SUBDIR += kmfl-sil-galatia SUBDIR += kmfl-sil-ipa-unicode SUBDIR += kmfl-sil-panafrican-latin SUBDIR += kmfl-sil-yi SUBDIR += kmfl-varamozhi-malayalam SUBDIR += kmflcomp SUBDIR += kn-aspell SUBDIR += kompare SUBDIR += ku-aspell SUBDIR += ky-aspell SUBDIR += l2a SUBDIR += la-aspell SUBDIR += lacheck SUBDIR += lasem SUBDIR += latex-service SUBDIR += latex2html SUBDIR += libabw SUBDIR += libabw00 SUBDIR += libcrm114 SUBDIR += libcroco SUBDIR += libcsv SUBDIR += libcue SUBDIR += libe-book SUBDIR += libe-book00 SUBDIR += libebml SUBDIR += libextractor SUBDIR += libexttextcat SUBDIR += libflate SUBDIR += libguess SUBDIR += libkmfl SUBDIR += libkolabxml SUBDIR += libkomparediff2 SUBDIR += liblingoteach SUBDIR += liblrdf SUBDIR += libmrss SUBDIR += libmrss-php SUBDIR += libmwaw03 SUBDIR += libnxml SUBDIR += libodfgen01 SUBDIR += libparsifal SUBDIR += librevenge SUBDIR += libroxml SUBDIR += libsass SUBDIR += libsoldout SUBDIR += libsphinxclient SUBDIR += libstree SUBDIR += libtext-charwidth-perl SUBDIR += libtext-wrapi18n-perl SUBDIR += libtextcat SUBDIR += libtranslate SUBDIR += libtre SUBDIR += libucl SUBDIR += libunibreak SUBDIR += libuninameslist SUBDIR += libvisio SUBDIR += libvisio01 SUBDIR += libwpd SUBDIR += libwpd010 SUBDIR += libwps SUBDIR += libwps02 SUBDIR += libwps03 SUBDIR += libxdiff SUBDIR += libxml++26 SUBDIR += libxml++26-reference SUBDIR += libxml2 SUBDIR += libxml2-reference SUBDIR += libxode SUBDIR += libxslt SUBDIR += libxslt-reference SUBDIR += libyaml SUBDIR += link-grammar SUBDIR += linux-c6-aspell SUBDIR += linux-c6-expat SUBDIR += linux-c6-libxml2 SUBDIR += linux-f10-aspell SUBDIR += linux-f10-expat SUBDIR += linux-f10-libxml2 SUBDIR += linux-f10-scim-gtk SUBDIR += linux-f10-scim-libs SUBDIR += linuxdoc SUBDIR += linuxdoc-tools SUBDIR += localize SUBDIR += loook SUBDIR += lt-aspell SUBDIR += lt-hyphen SUBDIR += lttoolbox SUBDIR += ltxml SUBDIR += luaexpat SUBDIR += lucene SUBDIR += lucene4 SUBDIR += lucene5 SUBDIR += luceneplusplus SUBDIR += lv-aspell SUBDIR += m17n-im-config SUBDIR += makefaq SUBDIR += makepatch SUBDIR += man2html SUBDIR += markdown SUBDIR += markdown-mode.el SUBDIR += mathml-xsd SUBDIR += mdocml SUBDIR += meld SUBDIR += metauml SUBDIR += mgdiff SUBDIR += mguesser SUBDIR += mi-aspell SUBDIR += mifluz SUBDIR += minised SUBDIR += mk-aspell SUBDIR += mkcatalog SUBDIR += ml-aspell SUBDIR += ml1 SUBDIR += mn-aspell SUBDIR += modlogan SUBDIR += mr-aspell SUBDIR += ms-aspell SUBDIR += msort SUBDIR += mt-aspell SUBDIR += multimarkdown SUBDIR += muse SUBDIR += mxml SUBDIR += mysqlviz SUBDIR += mythes SUBDIR += nb-aspell SUBDIR += nds-aspell SUBDIR += nl-aspell SUBDIR += nl-hunspell SUBDIR += nl-hyphen SUBDIR += nl-mythes SUBDIR += nn-aspell SUBDIR += no-hunspell SUBDIR += nunnimcax SUBDIR += nux SUBDIR += ny-aspell SUBDIR += ocaml-csv SUBDIR += ocaml-expat SUBDIR += ocaml-pxp SUBDIR += ocaml-text SUBDIR += ocaml-tyxml SUBDIR += odt2txt SUBDIR += openfts SUBDIR += opengrm-ngram SUBDIR += openjade SUBDIR += opensched SUBDIR += opensp SUBDIR += opentoken SUBDIR += openvanilla-framework SUBDIR += or-aspell SUBDIR += ots SUBDIR += p5-AI-Categorizer SUBDIR += p5-Algorithm-CheckDigits SUBDIR += p5-Algorithm-RabinKarp SUBDIR += p5-Apache-ParseLog SUBDIR += p5-BibTeX-Parser SUBDIR += p5-Bloom-Filter SUBDIR += p5-CAM-PDF SUBDIR += p5-CQL-Parser SUBDIR += p5-CSS SUBDIR += p5-CSS-Compressor SUBDIR += p5-CSS-Croco SUBDIR += p5-CSS-Minifier SUBDIR += p5-CSS-Minifier-XS SUBDIR += p5-CSS-Packer SUBDIR += p5-CSS-SAC SUBDIR += p5-CSS-Simple SUBDIR += p5-CSS-Squish SUBDIR += p5-CSS-Tiny SUBDIR += p5-Chess-PGN-Parse SUBDIR += p5-Class-CSV SUBDIR += p5-Data-FormValidator SUBDIR += p5-Data-FormValidator-Constraints-DateTime SUBDIR += p5-Data-Phrasebook SUBDIR += p5-Data-Phrasebook-Loader-YAML SUBDIR += p5-Data-Report SUBDIR += p5-Data-SpreadPagination SUBDIR += p5-DelimMatch SUBDIR += p5-Dev-Bollocks SUBDIR += p5-Devel-TraceSAX SUBDIR += p5-DocSet SUBDIR += p5-EBook-Tools SUBDIR += p5-ElasticSearch-SearchBuilder SUBDIR += p5-ElasticSearch-legacy SUBDIR += p5-Excel-Template SUBDIR += p5-Excel-Writer-XLSX SUBDIR += p5-File-Inplace SUBDIR += p5-Filter-Simple SUBDIR += p5-FormValidator-Lite SUBDIR += p5-Games-Dissociate SUBDIR += p5-Geo-Parse-OSM SUBDIR += p5-Getopt-Lucid SUBDIR += p5-Google-Data-JSON SUBDIR += p5-Groonga-API SUBDIR += p5-HTML-CTPP2 SUBDIR += p5-HTML-Copy SUBDIR += p5-HTML-Entities-ImodePictogram SUBDIR += p5-HTML-Entities-Interpolate SUBDIR += p5-HTML-Entities-Numbered SUBDIR += p5-HTML-EscapeEvil SUBDIR += p5-HTML-Format SUBDIR += p5-HTML-FormatExternal SUBDIR += p5-HTML-FormatText-WithLinks SUBDIR += p5-HTML-FormatText-WithLinks-AndTables SUBDIR += p5-HTML-Fraction SUBDIR += p5-HTML-HTML5-Entities SUBDIR += p5-HTML-HTML5-Parser SUBDIR += p5-HTML-HTMLDoc SUBDIR += p5-HTML-Packer SUBDIR += p5-HTML-QRCode SUBDIR += p5-HTML-Quoted SUBDIR += p5-HTML-RewriteAttributes SUBDIR += p5-HTML-SBC SUBDIR += p5-HTML-SuperForm SUBDIR += p5-HTML-TagFilter SUBDIR += p5-HTML-Tidy SUBDIR += p5-HTML-Tiny SUBDIR += p5-HTML-Truncate SUBDIR += p5-Hailo SUBDIR += p5-Hash-Merge SUBDIR += p5-Hatena-Keyword SUBDIR += p5-IDNA-Punycode SUBDIR += p5-IO-CSVHeaderFile SUBDIR += p5-JavaScript-Minifier SUBDIR += p5-JavaScript-Minifier-XS SUBDIR += p5-JavaScript-Packer SUBDIR += p5-KinoSearch1 SUBDIR += p5-Kwalify SUBDIR += p5-LaTeX-Driver SUBDIR += p5-LaTeX-Encode SUBDIR += p5-LaTeX-Pod SUBDIR += p5-LaTeX-TOM SUBDIR += p5-LaTeX-Table SUBDIR += p5-LaTeX-ToUnicode SUBDIR += p5-Lingua-Conjunction SUBDIR += p5-Lingua-EN-AddressParse SUBDIR += p5-Lingua-EN-Fathom SUBDIR += p5-Lingua-EN-FindNumber SUBDIR += p5-Lingua-EN-Gender SUBDIR += p5-Lingua-EN-Infinitive SUBDIR += p5-Lingua-EN-Inflect SUBDIR += p5-Lingua-EN-Inflect-Number SUBDIR += p5-Lingua-EN-Inflect-Phrase SUBDIR += p5-Lingua-EN-MatchNames SUBDIR += p5-Lingua-EN-NameCase SUBDIR += p5-Lingua-EN-NameParse SUBDIR += p5-Lingua-EN-NamedEntity SUBDIR += p5-Lingua-EN-Nickname SUBDIR += p5-Lingua-EN-Number-IsOrdinal SUBDIR += p5-Lingua-EN-Numbers SUBDIR += p5-Lingua-EN-Numbers-Easy SUBDIR += p5-Lingua-EN-Numbers-Ordinate SUBDIR += p5-Lingua-EN-PluralToSingular SUBDIR += p5-Lingua-EN-Sentence SUBDIR += p5-Lingua-EN-Squeeze SUBDIR += p5-Lingua-EN-Summarize SUBDIR += p5-Lingua-EN-Syllable SUBDIR += p5-Lingua-EN-Tagger SUBDIR += p5-Lingua-EN-Words2Nums SUBDIR += p5-Lingua-Ident SUBDIR += p5-Lingua-Identify SUBDIR += p5-Lingua-Ispell SUBDIR += p5-Lingua-PT-Stemmer SUBDIR += p5-Lingua-Preferred SUBDIR += p5-Lingua-Stem SUBDIR += p5-Lingua-Stem-Fr SUBDIR += p5-Lingua-Stem-It SUBDIR += p5-Lingua-Stem-Ru SUBDIR += p5-Lingua-Stem-Snowball SUBDIR += p5-Lingua-Stem-Snowball-Da SUBDIR += p5-Lingua-Stem-Snowball-No SUBDIR += p5-Lingua-Stem-Snowball-Se SUBDIR += p5-Lingua-StopWords SUBDIR += p5-Lingua-Treebank SUBDIR += p5-MARC SUBDIR += p5-MARC-Charset SUBDIR += p5-MARC-Lint SUBDIR += p5-MARC-Record SUBDIR += p5-MARC-XML SUBDIR += p5-MKDoc-XML SUBDIR += p5-Makefile-DOM SUBDIR += p5-Makefile-Parser SUBDIR += p5-Markapl SUBDIR += p5-Marpa-HTML SUBDIR += p5-MathML-Entities SUBDIR += p5-Net-Groonga-HTTP SUBDIR += p5-Net-IDN-Encode SUBDIR += p5-Net-Snort-Parser SUBDIR += p5-Net-YASA SUBDIR += p5-NetAddr-IP-Find SUBDIR += p5-Number-Format SUBDIR += p5-Number-Spell SUBDIR += p5-ODF-lpOD SUBDIR += p5-OpenOffice-OODoc SUBDIR += p5-PDF-API2 SUBDIR += p5-PDF-API2-Simple SUBDIR += p5-PDF-API3 SUBDIR += p5-PDF-Create SUBDIR += p5-PDF-FromHTML SUBDIR += p5-PDF-Table SUBDIR += p5-PDF-WebKit SUBDIR += p5-PDF-Writer SUBDIR += p5-POD2-Base SUBDIR += p5-POE-Filter-XML SUBDIR += p5-POSIX-Regex SUBDIR += p5-PPI SUBDIR += p5-PPI-HTML SUBDIR += p5-PPI-XS SUBDIR += p5-PPIx-EditorTools SUBDIR += p5-PPIx-Regexp SUBDIR += p5-PPIx-Utilities SUBDIR += p5-Parse-BooleanLogic SUBDIR += p5-Parse-CSV SUBDIR += p5-Parse-FixedLength SUBDIR += p5-Parse-Flex SUBDIR += p5-Parse-PhoneNumber SUBDIR += p5-Parse-Syslog SUBDIR += p5-Perl-Critic SUBDIR += p5-Perl-Critic-Bangs SUBDIR += p5-Perl-Lint SUBDIR += p5-Perl-MinimumVersion SUBDIR += p5-PerlPoint-Converters SUBDIR += p5-PerlPoint-Package SUBDIR += p5-Petal SUBDIR += p5-Petal-CodePerl SUBDIR += p5-Petal-Mail SUBDIR += p5-Petal-Utils SUBDIR += p5-Plagger SUBDIR += p5-Plucene SUBDIR += p5-Plucene-Analysis-CJKAnalyzer SUBDIR += p5-Plucene-Plugin-Analyzer-SnowballAnalyzer SUBDIR += p5-Plucene-Simple SUBDIR += p5-Pod-Abstract SUBDIR += p5-Pod-Autopod SUBDIR += p5-Pod-Constants SUBDIR += p5-Pod-DocBook SUBDIR += p5-Pod-Elemental SUBDIR += p5-Pod-Escapes SUBDIR += p5-Pod-Eventual SUBDIR += p5-Pod-HtmlEasy SUBDIR += p5-Pod-Markdown SUBDIR += p5-Pod-POM SUBDIR += p5-Pod-POM-View-HTML-Filter SUBDIR += p5-Pod-Parser SUBDIR += p5-Pod-Perldoc SUBDIR += p5-Pod-ProjectDocs SUBDIR += p5-Pod-Readme SUBDIR += p5-Pod-Simple SUBDIR += p5-Pod-Spell SUBDIR += p5-Pod-Strip SUBDIR += p5-Pod-Stripper SUBDIR += p5-Pod-Tree SUBDIR += p5-Pod-WSDL SUBDIR += p5-Pod-WikiDoc SUBDIR += p5-Pod-XML SUBDIR += p5-Pod-Xhtml SUBDIR += p5-RADIUS-UserFile SUBDIR += p5-RDF-Core SUBDIR += p5-RDF-Notation3 SUBDIR += p5-RDF-Simple SUBDIR += p5-RDF-Trine SUBDIR += p5-RDFStore SUBDIR += p5-RTF-Parser SUBDIR += p5-RTF-Tokenizer SUBDIR += p5-RTF-Writer SUBDIR += p5-Regex-PreSuf SUBDIR += p5-Regexp-Common SUBDIR += p5-Regexp-Common-Email-Address SUBDIR += p5-Regexp-Common-net-CIDR SUBDIR += p5-Regexp-Common-profanity_us SUBDIR += p5-Regexp-Copy SUBDIR += p5-Regexp-Debugger SUBDIR += p5-Regexp-DefaultFlags SUBDIR += p5-Regexp-IPv6 SUBDIR += p5-Regexp-Log SUBDIR += p5-Regexp-Log-Common SUBDIR += p5-SGML-DTDParse SUBDIR += p5-SGML-Parser-OpenSP SUBDIR += p5-SGMLSpm SUBDIR += p5-SQL-Tokenizer SUBDIR += p5-SVG SUBDIR += p5-SVG-Parser SUBDIR += p5-Search-Elasticsearch SUBDIR += p5-Search-Estraier SUBDIR += p5-Search-Odeum SUBDIR += p5-Search-Saryer SUBDIR += p5-Search-VectorSpace SUBDIR += p5-Senna SUBDIR += p5-Solr SUBDIR += p5-Sort-ArbBiLex SUBDIR += p5-Sort-Fields SUBDIR += p5-Sort-Naturally SUBDIR += p5-Sphinx-Config SUBDIR += p5-Sphinx-Manager SUBDIR += p5-Sphinx-Search SUBDIR += p5-Spork SUBDIR += p5-Spreadsheet-ParseExcel SUBDIR += p5-Spreadsheet-Read SUBDIR += p5-Spreadsheet-ReadSXC SUBDIR += p5-Spreadsheet-WriteExcel SUBDIR += p5-Spreadsheet-WriteExcel-FromXML SUBDIR += p5-Spreadsheet-WriteExcel-Styler SUBDIR += p5-Spreadsheet-WriteExcelXML SUBDIR += p5-Spreadsheet-XLSX SUBDIR += p5-String-BufferStack SUBDIR += p5-String-CamelCase SUBDIR += p5-String-Compare-ConstantTime SUBDIR += p5-String-Divert SUBDIR += p5-String-Escape SUBDIR += p5-String-Flogger SUBDIR += p5-String-Format SUBDIR += p5-String-Fraction SUBDIR += p5-String-HexConvert SUBDIR += p5-String-Koremutake SUBDIR += p5-String-Print SUBDIR += p5-String-RewritePrefix SUBDIR += p5-String-Scanf SUBDIR += p5-String-ShellQuote SUBDIR += p5-String-ShowDiff SUBDIR += p5-String-Strip SUBDIR += p5-String-ToIdentifier-EN SUBDIR += p5-String-Tokenizer SUBDIR += p5-String-Trim SUBDIR += p5-String-Truncate SUBDIR += p5-String-Urandom SUBDIR += p5-String-Util SUBDIR += p5-Syntax-Highlight-Engine-Kate SUBDIR += p5-Syntax-Highlight-Perl-Improved SUBDIR += p5-TOML SUBDIR += p5-TeX-Encode SUBDIR += p5-TeX-Hyphen SUBDIR += p5-Template-Declare SUBDIR += p5-Template-Extract SUBDIR += p5-Template-Magic SUBDIR += p5-Template-Plugin-Autoformat SUBDIR += p5-Template-Plugin-CSV SUBDIR += p5-Template-Plugin-Filter-Minify-CSS SUBDIR += p5-Template-Plugin-Filter-Minify-CSS-XS SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript-XS SUBDIR += p5-Template-Plugin-HTML-SuperForm SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect SUBDIR += p5-Template-Plugin-XML-Escape SUBDIR += p5-Template-Semantic SUBDIR += p5-Template-Tiny SUBDIR += p5-Term-QRCode SUBDIR += p5-Test-Groonga SUBDIR += p5-Test-Perl-Critic SUBDIR += p5-Text-ASCIIMathML SUBDIR += p5-Text-ASCIITable SUBDIR += p5-Text-Affixes SUBDIR += p5-Text-Aligner SUBDIR += p5-Text-Aspell SUBDIR += p5-Text-Autoformat SUBDIR += p5-Text-Balanced SUBDIR += p5-Text-Bastardize SUBDIR += p5-Text-BibTeX SUBDIR += p5-Text-Bind SUBDIR += p5-Text-Brew SUBDIR += p5-Text-CSV SUBDIR += p5-Text-CSV-Encoded SUBDIR += p5-Text-CSV-Hashify SUBDIR += p5-Text-CSV-Simple SUBDIR += p5-Text-CSV_XS SUBDIR += p5-Text-Capitalize SUBDIR += p5-Text-CharWidth SUBDIR += p5-Text-Chomp SUBDIR += p5-Text-ClearSilver SUBDIR += p5-Text-Colorizer SUBDIR += p5-Text-Context SUBDIR += p5-Text-Context-EitherSide SUBDIR += p5-Text-DHCPLeases SUBDIR += p5-Text-Decorator SUBDIR += p5-Text-Delimited SUBDIR += p5-Text-Diff SUBDIR += p5-Text-Diff-HTML SUBDIR += p5-Text-Diff-Parser SUBDIR += p5-Text-Diff3 SUBDIR += p5-Text-DoubleMetaphone SUBDIR += p5-Text-Emoticon SUBDIR += p5-Text-Emoticon-GoogleTalk SUBDIR += p5-Text-Emoticon-MSN SUBDIR += p5-Text-EtText SUBDIR += p5-Text-Extract-Word SUBDIR += p5-Text-ExtractWords SUBDIR += p5-Text-FillIn SUBDIR += p5-Text-Filter SUBDIR += p5-Text-Filter-Chain SUBDIR += p5-Text-FindIndent SUBDIR += p5-Text-FixEOL SUBDIR += p5-Text-FixedLength SUBDIR += p5-Text-FixedLength-Extra SUBDIR += p5-Text-Flow SUBDIR += p5-Text-Flowchart SUBDIR += p5-Text-Flowed SUBDIR += p5-Text-Format SUBDIR += p5-Text-Format+NWrap SUBDIR += p5-Text-FormatTable SUBDIR += p5-Text-German SUBDIR += p5-Text-Glob SUBDIR += p5-Text-Graphics SUBDIR += p5-Text-Greeking SUBDIR += p5-Text-Haml SUBDIR += p5-Text-Hatena SUBDIR += p5-Text-Highlight SUBDIR += p5-Text-HikiDoc SUBDIR += p5-Text-Hyphen SUBDIR += p5-Text-LTSV SUBDIR += p5-Text-Language-Guess SUBDIR += p5-Text-Lorem SUBDIR += p5-Text-Markdown SUBDIR += p5-Text-Match-FastAlternatives SUBDIR += p5-Text-Metaphone SUBDIR += p5-Text-MicroMason SUBDIR += p5-Text-MicroTemplate SUBDIR += p5-Text-MicroTemplate-Extended SUBDIR += p5-Text-MultiMarkdown SUBDIR += p5-Text-NSP SUBDIR += p5-Text-NeatTemplate SUBDIR += p5-Text-Netstring SUBDIR += p5-Text-Ngram SUBDIR += p5-Text-Ngrams SUBDIR += p5-Text-Original SUBDIR += p5-Text-Padding SUBDIR += p5-Text-ParagraphDiff SUBDIR += p5-Text-ParseWords SUBDIR += p5-Text-Patch SUBDIR += p5-Text-Pipe SUBDIR += p5-Text-Prefix-XS SUBDIR += p5-Text-QRCode SUBDIR += p5-Text-Query SUBDIR += p5-Text-Quote SUBDIR += p5-Text-Quoted SUBDIR += p5-Text-RecordParser SUBDIR += p5-Text-Reflow SUBDIR += p5-Text-Reform SUBDIR += p5-Text-Report SUBDIR += p5-Text-Repository SUBDIR += p5-Text-Roman SUBDIR += p5-Text-Sass SUBDIR += p5-Text-Shellwords SUBDIR += p5-Text-Similarity SUBDIR += p5-Text-SimpleTable SUBDIR += p5-Text-SimpleTable-AutoWidth SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-Soundex SUBDIR += p5-Text-SpellChecker SUBDIR += p5-Text-SpellChecker-GUI SUBDIR += p5-Text-Striphigh SUBDIR += p5-Text-Table SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-TabularDisplay SUBDIR += p5-Text-Tags SUBDIR += p5-Text-Template SUBDIR += p5-Text-TestBase SUBDIR += p5-Text-Textile SUBDIR += p5-Text-Tmpl SUBDIR += p5-Text-Trac SUBDIR += p5-Text-Trim SUBDIR += p5-Text-Truncate SUBDIR += p5-Text-Typography SUBDIR += p5-Text-Unaccent SUBDIR += p5-Text-VimColor SUBDIR += p5-Text-VisualWidth SUBDIR += p5-Text-WikiCreole SUBDIR += p5-Text-WikiFormat SUBDIR += p5-Text-WordDiff SUBDIR += p5-Text-WrapI18N SUBDIR += p5-Text-Wrapper SUBDIR += p5-Text-Xslate SUBDIR += p5-Text-Xslate-Bridge-TT2Like SUBDIR += p5-Text-vCard SUBDIR += p5-Tiffany SUBDIR += p5-Time-Human SUBDIR += p5-Tk-Pod SUBDIR += p5-Tk-XMLViewer SUBDIR += p5-Tree-Nary SUBDIR += p5-Tree-Suffix SUBDIR += p5-UML-Class-Simple SUBDIR += p5-UML-Sequence SUBDIR += p5-UML-State SUBDIR += p5-URI-Find SUBDIR += p5-Unicode-CaseFold SUBDIR += p5-Unicode-CheckUTF8 SUBDIR += p5-Unicode-Collate SUBDIR += p5-Unicode-EastAsianWidth SUBDIR += p5-Unicode-Escape SUBDIR += p5-Unicode-LineBreak SUBDIR += p5-Unicode-Normalize SUBDIR += p5-Unicode-Unihan SUBDIR += p5-Validator-Custom SUBDIR += p5-Version-Next SUBDIR += p5-Vroom SUBDIR += p5-WDDX SUBDIR += p5-WWW-Google-SiteMap SUBDIR += p5-WWW-Wordnik-API SUBDIR += p5-WordNet-QueryData SUBDIR += p5-WordNet-Similarity SUBDIR += p5-XML-Atom SUBDIR += p5-XML-Atom-Ext-OpenSearch SUBDIR += p5-XML-Atom-Filter SUBDIR += p5-XML-Atom-SimpleFeed SUBDIR += p5-XML-Atom-Stream SUBDIR += p5-XML-Atom-Syndication SUBDIR += p5-XML-AutoWriter SUBDIR += p5-XML-Bare SUBDIR += p5-XML-Canonical SUBDIR += p5-XML-CanonicalizeXML SUBDIR += p5-XML-Catalog SUBDIR += p5-XML-Clean SUBDIR += p5-XML-Code SUBDIR += p5-XML-CommonNS SUBDIR += p5-XML-Compile SUBDIR += p5-XML-Compile-Cache SUBDIR += p5-XML-Compile-Dumper SUBDIR += p5-XML-DBMS SUBDIR += p5-XML-DOM SUBDIR += p5-XML-DOM-Lite SUBDIR += p5-XML-DOM-XPath SUBDIR += p5-XML-DOM2 SUBDIR += p5-XML-DOMHandler SUBDIR += p5-XML-DT SUBDIR += p5-XML-DTDParser SUBDIR += p5-XML-Declare SUBDIR += p5-XML-Descent SUBDIR += p5-XML-DifferenceMarkup SUBDIR += p5-XML-Directory SUBDIR += p5-XML-DoubleEncodedEntities SUBDIR += p5-XML-Driver-HTML SUBDIR += p5-XML-Dumper SUBDIR += p5-XML-Elemental SUBDIR += p5-XML-Encoding SUBDIR += p5-XML-Entities SUBDIR += p5-XML-FOAF SUBDIR += p5-XML-Feed SUBDIR += p5-XML-Feed-Deduper SUBDIR += p5-XML-FeedPP SUBDIR += p5-XML-Filter-BufferText SUBDIR += p5-XML-Filter-DOMFilter-LibXML SUBDIR += p5-XML-Filter-DetectWS SUBDIR += p5-XML-Filter-GenericChunk SUBDIR += p5-XML-Filter-Reindent SUBDIR += p5-XML-Filter-SAX1toSAX2 SUBDIR += p5-XML-Filter-SAXT SUBDIR += p5-XML-Filter-XInclude SUBDIR += p5-XML-Filter-XSLT SUBDIR += p5-XML-Flow SUBDIR += p5-XML-GDOME SUBDIR += p5-XML-Generator SUBDIR += p5-XML-Generator-DBI SUBDIR += p5-XML-Generator-PerlData SUBDIR += p5-XML-Grove SUBDIR += p5-XML-Handler-Dtd2DocBook SUBDIR += p5-XML-Handler-Dtd2Html SUBDIR += p5-XML-Handler-HTMLWriter SUBDIR += p5-XML-Handler-Trees SUBDIR += p5-XML-Handler-YAWriter SUBDIR += p5-XML-Hash-LX SUBDIR += p5-XML-LibXML SUBDIR += p5-XML-LibXML-Cache SUBDIR += p5-XML-LibXML-Iterator SUBDIR += p5-XML-LibXML-PrettyPrint SUBDIR += p5-XML-LibXML-SAX-ChunkParser SUBDIR += p5-XML-LibXML-Simple SUBDIR += p5-XML-LibXSLT SUBDIR += p5-XML-Liberal SUBDIR += p5-XML-Literal SUBDIR += p5-XML-Mini SUBDIR += p5-XML-MyXML SUBDIR += p5-XML-Namespace SUBDIR += p5-XML-NamespaceFactory SUBDIR += p5-XML-NamespaceSupport SUBDIR += p5-XML-Node SUBDIR += p5-XML-NodeFilter SUBDIR += p5-XML-OPML SUBDIR += p5-XML-OPML-LibXML SUBDIR += p5-XML-Parsepp SUBDIR += p5-XML-Parser SUBDIR += p5-XML-Parser-EasyTree SUBDIR += p5-XML-Parser-Lite SUBDIR += p5-XML-Parser-Lite-Tree SUBDIR += p5-XML-Parser-Style-EasyTree SUBDIR += p5-XML-Parser-Style-Elemental SUBDIR += p5-XML-Quote SUBDIR += p5-XML-RAI SUBDIR += p5-XML-RSS SUBDIR += p5-XML-RSS-Feed SUBDIR += p5-XML-RSS-JavaScript SUBDIR += p5-XML-RSS-LibXML SUBDIR += p5-XML-RSS-Liberal SUBDIR += p5-XML-RSS-Parser SUBDIR += p5-XML-RSS-SimpleGen SUBDIR += p5-XML-RSSLite SUBDIR += p5-XML-Reader SUBDIR += p5-XML-RegExp SUBDIR += p5-XML-Rewrite SUBDIR += p5-XML-Rules SUBDIR += p5-XML-SAX SUBDIR += p5-XML-SAX-Base SUBDIR += p5-XML-SAX-Expat SUBDIR += p5-XML-SAX-Expat-Incremental SUBDIR += p5-XML-SAX-ExpatXS SUBDIR += p5-XML-SAX-Machines SUBDIR += p5-XML-SAX-Simple SUBDIR += p5-XML-SAX-Writer SUBDIR += p5-XML-SAXDriver-CSV SUBDIR += p5-XML-SAXDriver-Excel SUBDIR += p5-XML-STX SUBDIR += p5-XML-Schematron SUBDIR += p5-XML-SemanticDiff SUBDIR += p5-XML-Simple SUBDIR += p5-XML-SimpleObject SUBDIR += p5-XML-SimpleObject-LibXML SUBDIR += p5-XML-Smart SUBDIR += p5-XML-Stream SUBDIR += p5-XML-Tiny SUBDIR += p5-XML-TinyXML SUBDIR += p5-XML-TokeParser SUBDIR += p5-XML-Toolkit SUBDIR += p5-XML-TreeBuilder SUBDIR += p5-XML-TreePP SUBDIR += p5-XML-Twig SUBDIR += p5-XML-Validate SUBDIR += p5-XML-Validator-Schema SUBDIR += p5-XML-Writer SUBDIR += p5-XML-XBEL SUBDIR += p5-XML-XML2JSON SUBDIR += p5-XML-XPath SUBDIR += p5-XML-XPathEngine SUBDIR += p5-XML-XQL SUBDIR += p5-XML-XSH SUBDIR += p5-XML-XSLT SUBDIR += p5-XML-XUpdate-LibXML SUBDIR += p5-YAML SUBDIR += p5-YAML-LibYAML SUBDIR += p5-YAML-Shell SUBDIR += p5-YAML-Syck SUBDIR += p5-YAML-Tiny SUBDIR += p5-YAML-Tiny-Color SUBDIR += p5-YAPE-HTML SUBDIR += p5-YAPE-Regex SUBDIR += p5-YAPE-Regex-Explain SUBDIR += p5-dTemplate SUBDIR += p5-libsoldout SUBDIR += p5-libxml SUBDIR += p5-pod2pdf SUBDIR += p5-podlators SUBDIR += p5-texcount SUBDIR += p5-xmltv SUBDIR += pa-aspell SUBDIR += par SUBDIR += pcrs SUBDIR += pdfgrep SUBDIR += pdfoutline SUBDIR += pdftohtml SUBDIR += pear-File_Fortune SUBDIR += pear-File_MARC SUBDIR += pear-Horde_CssMinify SUBDIR += pear-Horde_JavascriptMinify SUBDIR += pear-Horde_Kolab_Format SUBDIR += pear-Horde_Pdf SUBDIR += pear-Horde_SpellChecker SUBDIR += pear-Horde_Text_Diff SUBDIR += pear-Horde_Text_Filter SUBDIR += pear-Horde_Text_Filter_Csstidy SUBDIR += pear-Horde_Text_Flowed SUBDIR += pear-Horde_Xml_Element SUBDIR += pear-Horde_Xml_Wbxml SUBDIR += pear-Numbers_Roman SUBDIR += pear-Numbers_Words SUBDIR += pear-Spreadsheet_Excel_Writer SUBDIR += pear-Structures_DataGrid_DataSource_RSS SUBDIR += pear-Structures_DataGrid_DataSource_XML SUBDIR += pear-Structures_DataGrid_Renderer_CSV SUBDIR += pear-Structures_DataGrid_Renderer_XLS SUBDIR += pear-Structures_DataGrid_Renderer_XML SUBDIR += pear-Symfony_Component_Yaml SUBDIR += pear-Text_Highlighter SUBDIR += pear-Text_Template SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_DTD SUBDIR += pear-XML_Feed_Parser SUBDIR += pear-XML_HTMLSax SUBDIR += pear-XML_Wddx SUBDIR += pear-YAML SUBDIR += pecl-cld SUBDIR += pecl-ctemplate SUBDIR += pecl-doublemetaphone SUBDIR += pecl-enchant SUBDIR += pecl-html_parse SUBDIR += pecl-stem SUBDIR += pecl-syck SUBDIR += pecl-wbxml SUBDIR += pecl-xdiff SUBDIR += pecl-xslcache SUBDIR += pecl-yaml SUBDIR += peco SUBDIR += perl2html SUBDIR += permute SUBDIR += php-mecab SUBDIR += php5-ctype SUBDIR += php5-dom SUBDIR += php5-pspell SUBDIR += php5-simplexml SUBDIR += php5-wddx SUBDIR += php5-xml SUBDIR += php5-xmlreader SUBDIR += php5-xmlwriter SUBDIR += php5-xsl SUBDIR += php55-ctype SUBDIR += php55-dom SUBDIR += php55-pspell SUBDIR += php55-simplexml SUBDIR += php55-wddx SUBDIR += php55-xml SUBDIR += php55-xmlreader SUBDIR += php55-xmlwriter SUBDIR += php55-xsl SUBDIR += php56-ctype SUBDIR += php56-dom SUBDIR += php56-pspell SUBDIR += php56-simplexml SUBDIR += php56-wddx SUBDIR += php56-xml SUBDIR += php56-xmlreader SUBDIR += php56-xmlwriter SUBDIR += php56-xsl SUBDIR += plover SUBDIR += po4a SUBDIR += pocketreader SUBDIR += pod2mdoc SUBDIR += pootle SUBDIR += popup SUBDIR += popup-stacks SUBDIR += ppower4 SUBDIR += print-n-times SUBDIR += pugixml SUBDIR += pure-csv SUBDIR += pure-xml SUBDIR += py-Chameleon SUBDIR += py-MarkupSafe SUBDIR += py-Tempita SUBDIR += py-acora SUBDIR += py-alabaster SUBDIR += py-asv SUBDIR += py-bugzillatools SUBDIR += py-chardet SUBDIR += py-cloud_sptheme SUBDIR += py-creole SUBDIR += py-diff-match-patch SUBDIR += py-docutils SUBDIR += py-dsv SUBDIR += py-elasticsearch-dsl-py SUBDIR += py-elasticsearch-py SUBDIR += py-elib.intl SUBDIR += py-empy SUBDIR += py-enchant SUBDIR += py-errorhandler SUBDIR += py-et_xmlfile SUBDIR += py-excelerator SUBDIR += py-feedparser SUBDIR += py-genshi SUBDIR += py-genshi-devel SUBDIR += py-gettext SUBDIR += py-hexdump SUBDIR += py-html2text SUBDIR += py-hyperestraier-python SUBDIR += py-jaxml SUBDIR += py-junit-xml SUBDIR += py-libtre SUBDIR += py-libxml2 SUBDIR += py-libxslt SUBDIR += py-ltxml SUBDIR += py-mako SUBDIR += py-markdown SUBDIR += py-markdown2 SUBDIR += py-mistune SUBDIR += py-mwparserfromhell SUBDIR += py-nltk SUBDIR += py-openpyxl SUBDIR += py-openpyxl1 SUBDIR += py-paragrep SUBDIR += py-pdfminer SUBDIR += py-pss SUBDIR += py-pyctpp2 SUBDIR += py-pyelasticsearch SUBDIR += py-pyes SUBDIR += py-pygments SUBDIR += py-pygtail SUBDIR += py-pyphen SUBDIR += py-pyscss SUBDIR += py-pysrt SUBDIR += py-pystache SUBDIR += py-pystemmer SUBDIR += py-python-augeas SUBDIR += py-python-docx SUBDIR += py-pytidylib SUBDIR += py-pyx12 SUBDIR += py-qrcode SUBDIR += py-qt4-xml SUBDIR += py-qt4-xmlpatterns + SUBDIR += py-qt5-xml + SUBDIR += py-qt5-xmlpatterns SUBDIR += py-rdflib SUBDIR += py-regex SUBDIR += py-reverend SUBDIR += py-rss2gen SUBDIR += py-rst2html5 SUBDIR += py-rstyoutube SUBDIR += py-rxp SUBDIR += py-sgrep SUBDIR += py-snowballstemmer SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx SUBDIR += py-sphinx-intl SUBDIR += py-sphinx_numfig SUBDIR += py-sphinx_rtd_theme SUBDIR += py-sphinx_wikipedia SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-bitbucket SUBDIR += py-sphinxcontrib-httpdomain SUBDIR += py-sphinxcontrib-programoutput SUBDIR += py-syck SUBDIR += py-texttable SUBDIR += py-tinycss SUBDIR += py-trans SUBDIR += py-transifex-client SUBDIR += py-translationstring SUBDIR += py-tvgrab SUBDIR += py-twistedLore SUBDIR += py-whoosh SUBDIR += py-wicked SUBDIR += py-wordnet SUBDIR += py-wstools SUBDIR += py-wtforms SUBDIR += py-xlrd SUBDIR += py-xlutils SUBDIR += py-xlwriter SUBDIR += py-xlwt SUBDIR += py-xmltv SUBDIR += py-zope.app.i18n SUBDIR += py-zope.app.locales SUBDIR += py-zope.i18nmessageid SUBDIR += py-zope.structuredtext SUBDIR += py-zope.tal SUBDIR += py-zpt SUBDIR += py2html SUBDIR += py3-chardet SUBDIR += py3-libxml2 SUBDIR += py3-MarkupSafe SUBDIR += pychm SUBDIR += qprint SUBDIR += qstardict SUBDIR += qt4-xml SUBDIR += qt4-xmlpatterns SUBDIR += qt4-xmlpatterns-tool SUBDIR += qt5-xml SUBDIR += qt5-xmlpatterns SUBDIR += qu-aspell SUBDIR += queequeg SUBDIR += rand SUBDIR += randlm SUBDIR += rapidxml SUBDIR += raptor SUBDIR += raptor2 SUBDIR += rarian SUBDIR += rasqal SUBDIR += re_graph SUBDIR += redet SUBDIR += redland SUBDIR += redland-bindings SUBDIR += refdb SUBDIR += reflex SUBDIR += replaceit SUBDIR += resume SUBDIR += resume-extensions SUBDIR += rfcdiff SUBDIR += ripole SUBDIR += rl SUBDIR += rman SUBDIR += rnv SUBDIR += ro-aspell SUBDIR += ro-hunspell SUBDIR += ro-hyphen SUBDIR += ro-mythes SUBDIR += rot SUBDIR += rss2html SUBDIR += rtf2html SUBDIR += rtfreader SUBDIR += rtfx SUBDIR += rubber SUBDIR += ruby-deplate SUBDIR += ruby-escape SUBDIR += ruby-format SUBDIR += ruby-htmlrepair SUBDIR += ruby-htmlsplit SUBDIR += ruby-htree SUBDIR += ruby-rd-mode.el SUBDIR += ruby-rdtool SUBDIR += ruby-rss SUBDIR += ruby-rss.alt SUBDIR += ruby-rttool SUBDIR += ruby-sary SUBDIR += ruby-xml-configfile SUBDIR += ruby-xmlparser SUBDIR += ruby-xmlscan SUBDIR += rubygem-actionpack-xml_parser SUBDIR += rubygem-albino SUBDIR += rubygem-amatch SUBDIR += rubygem-asciidoctor SUBDIR += rubygem-autoprefixer-rails SUBDIR += rubygem-charlock_holmes SUBDIR += rubygem-coderay SUBDIR += rubygem-colorator SUBDIR += rubygem-colored SUBDIR += rubygem-compass SUBDIR += rubygem-compass-core SUBDIR += rubygem-compass-import-once SUBDIR += rubygem-compass-rails SUBDIR += rubygem-creole SUBDIR += rubygem-css_parser SUBDIR += rubygem-cssmin SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diffy SUBDIR += rubygem-elasticsearch SUBDIR += rubygem-elasticsearch-api SUBDIR += rubygem-elasticsearch-transport SUBDIR += rubygem-escape_utils SUBDIR += rubygem-escape_utils-rails4 SUBDIR += rubygem-ezamar SUBDIR += rubygem-fast_xs SUBDIR += rubygem-fast_xs073 SUBDIR += rubygem-ferret SUBDIR += rubygem-fog-xml SUBDIR += rubygem-gemoji SUBDIR += rubygem-gherkin SUBDIR += rubygem-gherkin3 SUBDIR += rubygem-github-linguist SUBDIR += rubygem-github-markdown SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-gitlab-linguist SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-html-pipeline SUBDIR += rubygem-html-pipeline-gitlab SUBDIR += rubygem-htmlentities SUBDIR += rubygem-ini SUBDIR += rubygem-itextomml SUBDIR += rubygem-jekyll-assets SUBDIR += rubygem-jekyll-assets1 SUBDIR += rubygem-jekyll-feed SUBDIR += rubygem-jekyll-gist SUBDIR += rubygem-jekyll-mentions SUBDIR += rubygem-jekyll-paginate SUBDIR += rubygem-jekyll-redirect-from SUBDIR += rubygem-jekyll-sass-converter SUBDIR += rubygem-jekyll-sitemap SUBDIR += rubygem-jemoji SUBDIR += rubygem-jsmin SUBDIR += rubygem-kramdown SUBDIR += rubygem-kwalify SUBDIR += rubygem-libxml-ruby SUBDIR += rubygem-linguistics SUBDIR += rubygem-liquid SUBDIR += rubygem-liquid2 SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah SUBDIR += rubygem-ltsv SUBDIR += rubygem-markaby SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-nokogiri-diff SUBDIR += rubygem-nokogiri14 SUBDIR += rubygem-nokogumbo SUBDIR += rubygem-octopress-escape-code SUBDIR += rubygem-opml SUBDIR += rubygem-org-ruby SUBDIR += rubygem-parslet SUBDIR += rubygem-phone SUBDIR += rubygem-rails-dom-testing SUBDIR += rubygem-rails-html-sanitizer SUBDIR += rubygem-rak SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount SUBDIR += rubygem-rdtool SUBDIR += rubygem-redcarpet SUBDIR += rubygem-reverse_markdown SUBDIR += rubygem-ri_cal SUBDIR += rubygem-rich SUBDIR += rubygem-rmmseg-cpp SUBDIR += rubygem-rouge SUBDIR += rubygem-rttool SUBDIR += rubygem-ruby-augeas SUBDIR += rubygem-ruby-xslt SUBDIR += rubygem-rubypants SUBDIR += rubygem-rugments SUBDIR += rubygem-sanitize SUBDIR += rubygem-sass SUBDIR += rubygem-sass-rails SUBDIR += rubygem-sass-rails4 SUBDIR += rubygem-sass-rails4-rails41 SUBDIR += rubygem-sass-rails5 SUBDIR += rubygem-sass32 SUBDIR += rubygem-sax-machine SUBDIR += rubygem-scss_lint SUBDIR += rubygem-shell2html SUBDIR += rubygem-simplecov-html SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp SUBDIR += rubygem-string-scrub SUBDIR += rubygem-syntax SUBDIR += rubygem-termcolor SUBDIR += rubygem-terminal-table SUBDIR += rubygem-text SUBDIR += rubygem-tidy SUBDIR += rubygem-twitter-text SUBDIR += rubygem-unf SUBDIR += rubygem-unf_ext SUBDIR += rubygem-version_sorter SUBDIR += rubygem-wikicloth SUBDIR += rubygem-xml-simple SUBDIR += rubygem-ya2yaml SUBDIR += rubygem-yard SUBDIR += rubygem-yard-chef SUBDIR += rubygem-zmq SUBDIR += rw-aspell SUBDIR += rxp SUBDIR += s5 SUBDIR += sablotron SUBDIR += sagasu SUBDIR += sansi SUBDIR += sarep SUBDIR += sary SUBDIR += sassc SUBDIR += saxon SUBDIR += saxon-devel SUBDIR += saxon-he SUBDIR += sc-aspell SUBDIR += scew SUBDIR += scim SUBDIR += scim-bridge SUBDIR += scim-bridge-qt4 SUBDIR += scim-input-pad SUBDIR += scim-kmfl-imengine SUBDIR += scim-m17n SUBDIR += scim-openvanilla SUBDIR += scim-table-imengine SUBDIR += scr2txt SUBDIR += scrollkeeper SUBDIR += scss SUBDIR += sdcv SUBDIR += sdf SUBDIR += sdocbook-xml SUBDIR += sdom SUBDIR += senna SUBDIR += sgmlformat SUBDIR += sgmls SUBDIR += sgrep SUBDIR += sgrep2 SUBDIR += sigil SUBDIR += silvercity SUBDIR += simplehtmldom SUBDIR += simplexml SUBDIR += sk-aspell SUBDIR += sk-hunspell SUBDIR += sk-hyphen SUBDIR += sk-mythes SUBDIR += sl-aspell SUBDIR += sl-hyphen SUBDIR += sl-mythes SUBDIR += slides SUBDIR += smi SUBDIR += smu SUBDIR += so-hunspell SUBDIR += soothsayer SUBDIR += soprano SUBDIR += source-highlight SUBDIR += sowing SUBDIR += spellutils SUBDIR += sphinxsearch SUBDIR += sphinxsearch-devel SUBDIR += spiff SUBDIR += sq-hunspell SUBDIR += sr-aspell SUBDIR += sr-hunspell SUBDIR += srilm SUBDIR += ss-hunspell SUBDIR += ssddiff SUBDIR += stardict-dict-fa_IR SUBDIR += stardict-dictd_mova SUBDIR += stardict-quick SUBDIR += stardict-rptts SUBDIR += stardict3 SUBDIR += supercat SUBDIR += sv-aspell SUBDIR += sv-hunspell SUBDIR += sv-hyphen SUBDIR += sv-mythes SUBDIR += svn2cl SUBDIR += sw-aspell SUBDIR += sxml SUBDIR += syck SUBDIR += ta-aspell SUBDIR += tclExpat SUBDIR += tdhkit SUBDIR += te-aspell SUBDIR += te-hunspell SUBDIR += teckit SUBDIR += templates_parser SUBDIR += tet-aspell SUBDIR += tex2im SUBDIR += texi2db SUBDIR += texi2html SUBDIR += texi2mdoc SUBDIR += textogif SUBDIR += the_silver_searcher SUBDIR += ti-hunspell SUBDIR += tidyp SUBDIR += tinyxml SUBDIR += tinyxml2 SUBDIR += tk-aspell SUBDIR += tk-hunspell SUBDIR += tkdiff SUBDIR += tkxmlive SUBDIR += tl-aspell SUBDIR += tn-aspell SUBDIR += tn-hunspell SUBDIR += tnef2txt SUBDIR += tokyodystopia SUBDIR += topic SUBDIR += tr-aspell SUBDIR += tralics SUBDIR += trang SUBDIR += translate-toolkit SUBDIR += ts-hunspell SUBDIR += tth SUBDIR += turboxsl SUBDIR += txt2html SUBDIR += txt2man SUBDIR += txt2tags SUBDIR += uchardet SUBDIR += uim SUBDIR += uim-el SUBDIR += uim-gtk SUBDIR += uim-gtk3 SUBDIR += uim-kde4 SUBDIR += uim-m17nlib SUBDIR += uim-qt4 SUBDIR += uml2svg SUBDIR += uncrustify SUBDIR += uni2ascii SUBDIR += unoconv SUBDIR += unroff SUBDIR += unrtf SUBDIR += urlview SUBDIR += utf8proc SUBDIR += uz-aspell SUBDIR += uz-hunspell SUBDIR += vbindiff SUBDIR += ve-hunspell SUBDIR += wa-aspell SUBDIR += wa-hunspell SUBDIR += wbxml2 SUBDIR += wdiff SUBDIR += webcpp SUBDIR += website SUBDIR += weka SUBDIR += wiggle SUBDIR += word2x SUBDIR += wordnet SUBDIR += words SUBDIR += wv SUBDIR += wv2 SUBDIR += xalan-c SUBDIR += xalan-j SUBDIR += xerces-c3 SUBDIR += xerces-j SUBDIR += xfce4-dict-plugin SUBDIR += xh-hunspell SUBDIR += xhtml SUBDIR += xhtml-11 SUBDIR += xhtml-basic SUBDIR += xhtml-modularization SUBDIR += xhtml1-xsd SUBDIR += xincluder SUBDIR += xlhtml SUBDIR += xlreader SUBDIR += xml-commons SUBDIR += xml-format SUBDIR += xml-i18n-tools SUBDIR += xml-lite.el SUBDIR += xml-parse.el SUBDIR += xml2 SUBDIR += xml2rfc SUBDIR += xml_ez_out SUBDIR += xmlada SUBDIR += xmlcatmgr SUBDIR += xmlcharent SUBDIR += xmldiff SUBDIR += xmlenc SUBDIR += xmlformat SUBDIR += xmlgen SUBDIR += xmlindent SUBDIR += xmlppm SUBDIR += xmlprpr SUBDIR += xmlroff SUBDIR += xmlstarlet SUBDIR += xmlto SUBDIR += xmlwrapp SUBDIR += xom SUBDIR += xorg-sgml-doctools SUBDIR += xp SUBDIR += xqilla SUBDIR += xslide.el SUBDIR += xslint SUBDIR += xstream SUBDIR += xsv SUBDIR += xt SUBDIR += xwindiff SUBDIR += y2l SUBDIR += yali SUBDIR += yamcha SUBDIR += yaml-mode.el SUBDIR += yelp-tools SUBDIR += yelp-xsl SUBDIR += yi-aspell SUBDIR += yi-hunspell SUBDIR += yodl SUBDIR += yould SUBDIR += zorba SUBDIR += zu-aspell SUBDIR += zu-hunspell .include Index: head/textproc/py-qt5-xml/Makefile =================================================================== --- head/textproc/py-qt5-xml/Makefile (nonexistent) +++ head/textproc/py-qt5-xml/Makefile (revision 403693) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= xml +CATEGORIES= textproc devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtXml module + +CONFIGURE_ARGS= --enable QtXml +PYQT_DIST= yes + +USES= python pyqt:5 +USE_PYQT= sip_build core_run +USE_QT5= core xml buildtools_build qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtXml API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/textproc/py-qt5-xml/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/py-qt5-xml/pkg-descr =================================================================== --- head/textproc/py-qt5-xml/pkg-descr (nonexistent) +++ head/textproc/py-qt5-xml/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtXml module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/textproc/py-qt5-xml/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/py-qt5-xml/pkg-plist =================================================================== --- head/textproc/py-qt5-xml/pkg-plist (nonexistent) +++ head/textproc/py-qt5-xml/pkg-plist (revision 403693) @@ -0,0 +1,7 @@ +bin/pylupdate5 +bin/pyrcc5 +%%PYTHON_SITELIBDIR%%/PyQt5/QtXml.so +%%PYQT_SIPDIR%%/QtXml/QtXmlmod.sip +%%PYQT_SIPDIR%%/QtXml/qdom.sip +%%PYQT_SIPDIR%%/QtXml/qxml.sip +%%API%%share/qt5/qsci/api/python/QtXml.api Property changes on: head/textproc/py-qt5-xml/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/py-qt5-xmlpatterns/Makefile =================================================================== --- head/textproc/py-qt5-xmlpatterns/Makefile (nonexistent) +++ head/textproc/py-qt5-xmlpatterns/Makefile (revision 403693) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= xmlpatterns +CATEGORIES= textproc devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtXmlPatterns module + +CONFIGURE_ARGS= --enable QtXmlPatterns +PYQT_DIST= yes + +USES= python pyqt:5 +USE_PYQT= sip_build core_run network_run +USE_QT5= core network xmlpatterns qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtXmlPatterns API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/textproc/py-qt5-xmlpatterns/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/py-qt5-xmlpatterns/pkg-descr =================================================================== --- head/textproc/py-qt5-xmlpatterns/pkg-descr (nonexistent) +++ head/textproc/py-qt5-xmlpatterns/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtXmlPatterns module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/textproc/py-qt5-xmlpatterns/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/py-qt5-xmlpatterns/pkg-plist =================================================================== --- head/textproc/py-qt5-xmlpatterns/pkg-plist (nonexistent) +++ head/textproc/py-qt5-xmlpatterns/pkg-plist (revision 403693) @@ -0,0 +1,17 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtXmlPatterns.so +%%PYQT_SIPDIR%%/QtXmlPatterns/QtXmlPatternsmod.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractmessagehandler.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qabstracturiresolver.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlnodemodel.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlreceiver.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qsimplexmlnodemodel.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qsourcelocation.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlformatter.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlname.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlnamepool.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlquery.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlresultitems.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschema.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschemavalidator.sip +%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlserializer.sip +%%API%%share/qt5/qsci/api/python/QtXmlPatterns.api Property changes on: head/textproc/py-qt5-xmlpatterns/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/Makefile =================================================================== --- head/www/Makefile (revision 403692) +++ head/www/Makefile (revision 403693) @@ -1,2393 +1,2395 @@ # $FreeBSD$ # COMMENT = Ports related to the World Wide Web SUBDIR += MT SUBDIR += R-cran-RgoogleMaps SUBDIR += R-cran-htmlwidgets SUBDIR += R-cran-httpuv SUBDIR += R-cran-httr SUBDIR += R-cran-rvest SUBDIR += R-cran-scrapeR SUBDIR += R-cran-selectr SUBDIR += R-cran-shiny SUBDIR += WebMagick SUBDIR += ach SUBDIR += adzap SUBDIR += alef-webfont SUBDIR += amphetadesk SUBDIR += analog SUBDIR += anyremote2html SUBDIR += anyterm SUBDIR += apache-forrest SUBDIR += apache-mode.el SUBDIR += apache22 SUBDIR += apache22-event-mpm SUBDIR += apache22-itk-mpm SUBDIR += apache22-peruser-mpm SUBDIR += apache22-worker-mpm SUBDIR += apache24 SUBDIR += apercu SUBDIR += aria2 SUBDIR += aria2fe SUBDIR += arora SUBDIR += asql SUBDIR += asterisk-stat SUBDIR += atutor SUBDIR += august SUBDIR += autoindex2 SUBDIR += awffull SUBDIR += aws SUBDIR += aws-demos SUBDIR += awstats SUBDIR += axis SUBDIR += axis2 SUBDIR += b2evolution SUBDIR += bacula-web SUBDIR += baikal SUBDIR += bareos-webui SUBDIR += bblog SUBDIR += bigbluebutton SUBDIR += bins SUBDIR += bkmrkconv SUBDIR += blastbeat SUBDIR += blogsum SUBDIR += bluefish SUBDIR += boa SUBDIR += bolt SUBDIR += bookmarkbridge SUBDIR += bozohttpd SUBDIR += c-icap SUBDIR += c-icap-modules SUBDIR += cadaver SUBDIR += cakephp11 SUBDIR += cakephp13 SUBDIR += cakephp21 SUBDIR += cakephp22 SUBDIR += cakephp23 SUBDIR += calamaris SUBDIR += calendarserver SUBDIR += castget SUBDIR += caudium14 SUBDIR += cblog SUBDIR += cgi-lib SUBDIR += cgi-lib.pl SUBDIR += cgicc SUBDIR += cgichk SUBDIR += cgihtml SUBDIR += cgiparse SUBDIR += cgiwrap SUBDIR += checkbot SUBDIR += chems SUBDIR += cherokee SUBDIR += choqok SUBDIR += chpasswd SUBDIR += chromium SUBDIR += chtml SUBDIR += ckeditor SUBDIR += cl-lml SUBDIR += cl-lml-sbcl SUBDIR += claroline SUBDIR += clearsilver SUBDIR += clearsilver-python SUBDIR += closure-compiler SUBDIR += closure-linter SUBDIR += cmsmadesimple SUBDIR += cntlm SUBDIR += cocoon SUBDIR += codeigniter SUBDIR += codeigniter22 SUBDIR += coppermine SUBDIR += cplanet SUBDIR += cppcms SUBDIR += crawl SUBDIR += crp SUBDIR += css-mode.el SUBDIR += cssed SUBDIR += csso SUBDIR += csstidy SUBDIR += ctemplate SUBDIR += cutycapt SUBDIR += dalbum SUBDIR += davical SUBDIR += dddbl SUBDIR += decss SUBDIR += deforaos-surfer SUBDIR += demoroniser SUBDIR += dfileserver SUBDIR += dhttpd SUBDIR += dillo2 SUBDIR += dojo SUBDIR += dojo-shrinksafe SUBDIR += dokuwiki SUBDIR += dotclear SUBDIR += dotproject SUBDIR += download-gemist SUBDIR += drood SUBDIR += drraw SUBDIR += drupal6 SUBDIR += drupal6-advanced_help SUBDIR += drupal6-cck SUBDIR += drupal6-chaos SUBDIR += drupal6-ckeditor SUBDIR += drupal6-content_access SUBDIR += drupal6-geshifilter SUBDIR += drupal6-google_analytics SUBDIR += drupal6-image SUBDIR += drupal6-imce SUBDIR += drupal6-menu_block SUBDIR += drupal6-mimedetect SUBDIR += drupal6-nice_menus SUBDIR += drupal6-nodewords SUBDIR += drupal6-page_title SUBDIR += drupal6-panels SUBDIR += drupal6-path_redirect SUBDIR += drupal6-pathauto SUBDIR += drupal6-print SUBDIR += drupal6-seo_checklist SUBDIR += drupal6-services SUBDIR += drupal6-tagadelic SUBDIR += drupal6-token SUBDIR += drupal6-views SUBDIR += drupal6-webform SUBDIR += drupal6-wysiwyg SUBDIR += drupal6-zeropoint SUBDIR += drupal7 SUBDIR += drupal7-wysiwyg SUBDIR += drush SUBDIR += dtse SUBDIR += dummyflash SUBDIR += e107 SUBDIR += e2guardian SUBDIR += eaccelerator SUBDIR += edbrowse SUBDIR += efront SUBDIR += elgg SUBDIR += elinks SUBDIR += eliom SUBDIR += elixir-html_entities SUBDIR += elixir-httpoison SUBDIR += elixir-httpotion SUBDIR += elixir-joken SUBDIR += elixir-maru SUBDIR += elixir-phoenix SUBDIR += elixir-phoenix_ecto SUBDIR += elixir-phoenix_html SUBDIR += elixir-webassembly SUBDIR += emacs-w3m SUBDIR += encode-explorer SUBDIR += entrans SUBDIR += ephemera SUBDIR += epiphany SUBDIR += erlang-cowboy SUBDIR += erlang-cowlib SUBDIR += erlang-hackney SUBDIR += erlang-ibrowse SUBDIR += erlang-mochiweb SUBDIR += erlang-mochiweb-basho SUBDIR += erlang-webmachine SUBDIR += erwn SUBDIR += eventum SUBDIR += extjs SUBDIR += fancybox SUBDIR += faup SUBDIR += fcgi SUBDIR += fcgiwrap SUBDIR += feedjack SUBDIR += feedonfeeds SUBDIR += ffproxy SUBDIR += fira-webfont SUBDIR += firefox SUBDIR += firefox-esr SUBDIR += firefox-esr-i18n SUBDIR += firefox-i18n SUBDIR += flat-frog SUBDIR += flickcurl SUBDIR += flood SUBDIR += flot SUBDIR += fluxbb SUBDIR += fluxcms SUBDIR += fnord SUBDIR += formication SUBDIR += foswiki SUBDIR += fpc-fastcgi SUBDIR += fpc-httpd22 SUBDIR += fpc-httpd24 SUBDIR += free-sa-devel SUBDIR += freeway SUBDIR += fswiki SUBDIR += ftasv SUBDIR += fusionpbx SUBDIR += g-cows SUBDIR += g-gcl SUBDIR += gaeo SUBDIR += gaeutilities SUBDIR += gallery2 SUBDIR += gallery3 SUBDIR += gatling SUBDIR += gecko-mediaplayer SUBDIR += gecko-sharp20 SUBDIR += geeklog SUBDIR += geeknote SUBDIR += geneweb SUBDIR += geolizer SUBDIR += geronimo SUBDIR += get_flash_videos SUBDIR += getleft SUBDIR += gist SUBDIR += glassfish SUBDIR += glpi SUBDIR += gnome-user-share SUBDIR += gnome-web-photo SUBDIR += google-appengine SUBDIR += google-sitemapgen SUBDIR += googlebook_dl SUBDIR += goose SUBDIR += gpx2map SUBDIR += grafana SUBDIR += grafana2 SUBDIR += grails SUBDIR += gregarius SUBDIR += groupoffice SUBDIR += grr SUBDIR += gstreamer-plugins-neon SUBDIR += gstreamer1-plugins-neon SUBDIR += gtkhtml3 SUBDIR += gtkhtml4 SUBDIR += guile-www SUBDIR += gurlchecker SUBDIR += h2o SUBDIR += habari SUBDIR += hastymail SUBDIR += hastymail2 SUBDIR += hastymail2-devel SUBDIR += havp SUBDIR += helma SUBDIR += hiawatha SUBDIR += hinventory-client SUBDIR += horde-ansel SUBDIR += horde-base SUBDIR += horde-passwd SUBDIR += horde-trean SUBDIR += horde-wicked SUBDIR += hotcrp SUBDIR += hs-DAV SUBDIR += hs-HTTP SUBDIR += hs-activehs SUBDIR += hs-authenticate SUBDIR += hs-cgi SUBDIR += hs-cookie SUBDIR += hs-css-text SUBDIR += hs-fastcgi SUBDIR += hs-gitit SUBDIR += hs-hS3 SUBDIR += hs-happstack SUBDIR += hs-happstack-server SUBDIR += hs-heist SUBDIR += hs-hjsmin SUBDIR += hs-http-client SUBDIR += hs-http-client-tls SUBDIR += hs-http-conduit SUBDIR += hs-http-date SUBDIR += hs-http-reverse-proxy SUBDIR += hs-http-server SUBDIR += hs-http-types SUBDIR += hs-http2 SUBDIR += hs-multipart SUBDIR += hs-oeis SUBDIR += hs-path-pieces SUBDIR += hs-recaptcha SUBDIR += hs-shakespeare SUBDIR += hs-snap SUBDIR += hs-snap-core SUBDIR += hs-snap-server SUBDIR += hs-url SUBDIR += hs-wai SUBDIR += hs-wai-app-static SUBDIR += hs-wai-extra SUBDIR += hs-wai-logger SUBDIR += hs-warp SUBDIR += hs-warp-tls SUBDIR += hs-webkit SUBDIR += hs-xss-sanitize SUBDIR += hs-yesod SUBDIR += hs-yesod-auth SUBDIR += hs-yesod-auth-hashdb SUBDIR += hs-yesod-bin SUBDIR += hs-yesod-core SUBDIR += hs-yesod-form SUBDIR += hs-yesod-persistent SUBDIR += hs-yesod-static SUBDIR += hs-yesod-test SUBDIR += htdigest SUBDIR += htdump SUBDIR += html2hdml SUBDIR += html2wml SUBDIR += htmlcompressor SUBDIR += htmlcxx SUBDIR += htmlpp SUBDIR += httest SUBDIR += http-analyze SUBDIR += http_get SUBDIR += http_load SUBDIR += http_post SUBDIR += httpasyncclient SUBDIR += httpclient SUBDIR += httpcore SUBDIR += httpie SUBDIR += httpsqs SUBDIR += httptunnel SUBDIR += httrack SUBDIR += hudson SUBDIR += hydra SUBDIR += hypermail SUBDIR += igal2 SUBDIR += ikiwiki SUBDIR += ilias SUBDIR += imgsizer SUBDIR += impresscms SUBDIR += interchange SUBDIR += itop SUBDIR += iwebcal SUBDIR += jawstats SUBDIR += jdresolve SUBDIR += jericho-html SUBDIR += jesred SUBDIR += jetty8 SUBDIR += jetty9 SUBDIR += jinzora SUBDIR += jmeter SUBDIR += joomla15 SUBDIR += joomla25 SUBDIR += joomla3 SUBDIR += jspacker SUBDIR += jspwiki SUBDIR += jtoolkit SUBDIR += junkbuster SUBDIR += kanboard SUBDIR += kannel SUBDIR += kannel-sqlbox SUBDIR += kcgi SUBDIR += kdewebdev4 SUBDIR += kpartsplugin SUBDIR += kplaylist SUBDIR += kwebkitpart SUBDIR += larbin SUBDIR += lessc SUBDIR += libapreq2 SUBDIR += libecap SUBDIR += libepc SUBDIR += libevhtp SUBDIR += libgtkhtml SUBDIR += libhpack SUBDIR += libhtp-suricata SUBDIR += libmicrohttpd SUBDIR += libsocialweb SUBDIR += libwww SUBDIR += libxul SUBDIR += lightsquid SUBDIR += lighttpd SUBDIR += lighttpd-mod_geoip SUBDIR += lighttpd-mod_h264_streaming SUBDIR += lilurl SUBDIR += limesurvey SUBDIR += linkcheck SUBDIR += linkchecker SUBDIR += linklint SUBDIR += links SUBDIR += links-hacked SUBDIR += links1 SUBDIR += linux-c6-flashplugin11 SUBDIR += linux-c6-qt47-webkit SUBDIR += linux-f10-flashplugin11 SUBDIR += linux-firefox SUBDIR += linux-opera SUBDIR += linux-seamonkey SUBDIR += lionwiki SUBDIR += litmus SUBDIR += ljdeps SUBDIR += ljdump SUBDIR += llgal SUBDIR += logtools SUBDIR += luakit SUBDIR += lynx SUBDIR += lynx-current SUBDIR += madsonic SUBDIR += madsonic-standalone SUBDIR += magento SUBDIR += mahara SUBDIR += man2web SUBDIR += mathjax SUBDIR += mathopd SUBDIR += mediawiki123 SUBDIR += mediawiki124 SUBDIR += mediawiki125 SUBDIR += mediawiki126 SUBDIR += mergelog SUBDIR += mgstat SUBDIR += mhonarc SUBDIR += micro_httpd SUBDIR += middleman SUBDIR += midori SUBDIR += mimetex SUBDIR += mini_httpd SUBDIR += mitmproxy SUBDIR += mkapachepw SUBDIR += mknmz-wwwoffle SUBDIR += mnogosearch SUBDIR += mod_amazon_proxy SUBDIR += mod_antiloris SUBDIR += mod_asn SUBDIR += mod_auth_cas SUBDIR += mod_auth_cookie_mysql2 SUBDIR += mod_auth_external2 SUBDIR += mod_auth_imap2 SUBDIR += mod_auth_kerb2 SUBDIR += mod_auth_mysql2 SUBDIR += mod_auth_mysql_another SUBDIR += mod_auth_openid SUBDIR += mod_auth_pam2 SUBDIR += mod_auth_pgsql2 SUBDIR += mod_auth_pubtkt SUBDIR += mod_auth_tkt SUBDIR += mod_auth_xradius SUBDIR += mod_authn_otp SUBDIR += mod_authn_sasl SUBDIR += mod_authnz_crowd SUBDIR += mod_authnz_external22 SUBDIR += mod_authnz_external24 SUBDIR += mod_authz_unixgroup22 SUBDIR += mod_authz_unixgroup24 SUBDIR += mod_backtrace SUBDIR += mod_bw SUBDIR += mod_cband SUBDIR += mod_cfg_ldap SUBDIR += mod_chroot SUBDIR += mod_clamav SUBDIR += mod_cloudflare SUBDIR += mod_cvs2 SUBDIR += mod_dav_svn SUBDIR += mod_dnssd SUBDIR += mod_domaintree SUBDIR += mod_encoding SUBDIR += mod_evasive SUBDIR += mod_extract_forwarded SUBDIR += mod_fastcgi SUBDIR += mod_fcgid SUBDIR += mod_fileiri SUBDIR += mod_flickr SUBDIR += mod_geoip2 SUBDIR += mod_gzip2 SUBDIR += mod_h264_streaming SUBDIR += mod_hosts_access SUBDIR += mod_jail SUBDIR += mod_jk SUBDIR += mod_layout22 SUBDIR += mod_limitipconn2 SUBDIR += mod_line_edit SUBDIR += mod_log_config-st SUBDIR += mod_log_firstbyte SUBDIR += mod_log_mysql SUBDIR += mod_log_sql2 SUBDIR += mod_log_sql2-dtc SUBDIR += mod_macro22 SUBDIR += mod_memcache SUBDIR += mod_memcache_block SUBDIR += mod_mono SUBDIR += mod_mpm_itk SUBDIR += mod_musicindex SUBDIR += mod_myvhost SUBDIR += mod_ntlm2 SUBDIR += mod_perl2 SUBDIR += mod_php5 SUBDIR += mod_php55 SUBDIR += mod_php56 SUBDIR += mod_proctitle SUBDIR += mod_proxy_html SUBDIR += mod_proxy_uwsgi SUBDIR += mod_proxy_xml SUBDIR += mod_python33 SUBDIR += mod_python35 SUBDIR += mod_qos SUBDIR += mod_realdoc SUBDIR += mod_remoteip SUBDIR += mod_reproxy SUBDIR += mod_rivet SUBDIR += mod_rpaf2 SUBDIR += mod_scgi SUBDIR += mod_security SUBDIR += mod_setenvifplus SUBDIR += mod_spdy SUBDIR += mod_tidy SUBDIR += mod_tsa SUBDIR += mod_uid SUBDIR += mod_umask SUBDIR += mod_vhost_ldap SUBDIR += mod_vhs SUBDIR += mod_webauth SUBDIR += mod_webkit SUBDIR += mod_whatkilledus SUBDIR += mod_wsgi4 SUBDIR += mod_xml2enc SUBDIR += mod_xmlns SUBDIR += mod_xsendfile SUBDIR += mohawk SUBDIR += moinmoin SUBDIR += monast SUBDIR += mongoose SUBDIR += mongrel2 SUBDIR += moodle28 SUBDIR += moodle29 SUBDIR += moodle30 SUBDIR += mozplugger SUBDIR += multisort SUBDIR += multiwatch SUBDIR += mybb SUBDIR += myfaces SUBDIR += mysar SUBDIR += mysqlphp2postgres SUBDIR += mythplugin-mythweb SUBDIR += nanoblogger SUBDIR += nanoblogger-extra SUBDIR += neon SUBDIR += netoffice SUBDIR += netrik SUBDIR += netstiff SUBDIR += netsurf SUBDIR += newsbeuter SUBDIR += nghttp2 SUBDIR += nginx SUBDIR += nginx-devel SUBDIR += nibbleblog SUBDIR += node SUBDIR += node-devel SUBDIR += node010 SUBDIR += node012 SUBDIR += nostromo SUBDIR += npapi-vlc SUBDIR += npapi-xine SUBDIR += npc SUBDIR += npm SUBDIR += npm012 SUBDIR += nspluginwrapper SUBDIR += obhttpd SUBDIR += ocaml-net SUBDIR += ocsigen SUBDIR += offline-npm SUBDIR += ojs2 SUBDIR += opencart SUBDIR += openxmldir SUBDIR += opera SUBDIR += opera-linuxplugins SUBDIR += orangehrm SUBDIR += oscommerce SUBDIR += otrs SUBDIR += otter-browser SUBDIR += owncloud SUBDIR += p5-AMF-Perl SUBDIR += p5-Acme-Monta SUBDIR += p5-Amon2 SUBDIR += p5-Amon2-Lite SUBDIR += p5-Amon2-Plugin-LogDispatch SUBDIR += p5-Amon2-Plugin-Web-CSRFDefender SUBDIR += p5-Amon2-Plugin-Web-MobileAgent SUBDIR += p5-Any-Template SUBDIR += p5-Any-URI-Escape SUBDIR += p5-AnyEvent-HTTP SUBDIR += p5-AnyEvent-HTTP-LWP-UserAgent SUBDIR += p5-AnyEvent-HTTPD SUBDIR += p5-AnyEvent-Mojo SUBDIR += p5-AnyEvent-ReverseHTTP SUBDIR += p5-AnyEvent-SCGI SUBDIR += p5-Apache-ASP SUBDIR += p5-Apache-Admin-Config SUBDIR += p5-Apache-AuthCookie SUBDIR += p5-Apache-AuthTicket SUBDIR += p5-Apache-Clean2 SUBDIR += p5-Apache-ConfigFile SUBDIR += p5-Apache-ConfigParser SUBDIR += p5-Apache-DB SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-Gallery SUBDIR += p5-Apache-Htgroup SUBDIR += p5-Apache-LogFormat-Compiler SUBDIR += p5-Apache-MP3 SUBDIR += p5-Apache-ParseFormData SUBDIR += p5-Apache-Profiler SUBDIR += p5-Apache-Session SUBDIR += p5-Apache-Session-PHP SUBDIR += p5-Apache-Session-SQLite3 SUBDIR += p5-Apache-Session-SharedMem SUBDIR += p5-Apache-Session-Wrapper SUBDIR += p5-Apache-SessionX SUBDIR += p5-Apache-Singleton SUBDIR += p5-Apache2-SiteControl SUBDIR += p5-ApacheBench SUBDIR += p5-App-Nopaste SUBDIR += p5-App-gist SUBDIR += p5-Ark SUBDIR += p5-Bigtop SUBDIR += p5-Blog-Spam SUBDIR += p5-Browser-Open SUBDIR += p5-Business-PayPal SUBDIR += p5-CGI SUBDIR += p5-CGI-Ajax SUBDIR += p5-CGI-Application SUBDIR += p5-CGI-Application-Dispatch SUBDIR += p5-CGI-Application-Dispatch-Server SUBDIR += p5-CGI-Application-PSGI SUBDIR += p5-CGI-Application-Plugin-AnyTemplate SUBDIR += p5-CGI-Application-Plugin-Apache SUBDIR += p5-CGI-Application-Plugin-Authentication SUBDIR += p5-CGI-Application-Plugin-Authorization SUBDIR += p5-CGI-Application-Plugin-AutoRunmode SUBDIR += p5-CGI-Application-Plugin-Config-YAML SUBDIR += p5-CGI-Application-Plugin-ConfigAuto SUBDIR += p5-CGI-Application-Plugin-DBH SUBDIR += p5-CGI-Application-Plugin-DebugScreen SUBDIR += p5-CGI-Application-Plugin-DevPopup SUBDIR += p5-CGI-Application-Plugin-Forward SUBDIR += p5-CGI-Application-Plugin-HTDot SUBDIR += p5-CGI-Application-Plugin-HTMLPrototype SUBDIR += p5-CGI-Application-Plugin-HtmlTidy SUBDIR += p5-CGI-Application-Plugin-JSON SUBDIR += p5-CGI-Application-Plugin-LinkIntegrity SUBDIR += p5-CGI-Application-Plugin-LogDispatch SUBDIR += p5-CGI-Application-Plugin-MessageStack SUBDIR += p5-CGI-Application-Plugin-Redirect SUBDIR += p5-CGI-Application-Plugin-Session SUBDIR += p5-CGI-Application-Plugin-Stream SUBDIR += p5-CGI-Application-Plugin-TT SUBDIR += p5-CGI-Application-Plugin-ValidateRM SUBDIR += p5-CGI-Application-Plugin-ViewCode SUBDIR += p5-CGI-Application-Server SUBDIR += p5-CGI-ArgChecker SUBDIR += p5-CGI-Builder SUBDIR += p5-CGI-Builder-TT2 SUBDIR += p5-CGI-Cache SUBDIR += p5-CGI-Compile SUBDIR += p5-CGI-Compress-Gzip SUBDIR += p5-CGI-Cookie-Splitter SUBDIR += p5-CGI-Cookie-XS SUBDIR += p5-CGI-Deurl-XS SUBDIR += p5-CGI-Emulate-PSGI SUBDIR += p5-CGI-EncryptForm SUBDIR += p5-CGI-Enurl SUBDIR += p5-CGI-Ex SUBDIR += p5-CGI-Expand SUBDIR += p5-CGI-ExtDirect SUBDIR += p5-CGI-FCKeditor SUBDIR += p5-CGI-Fast SUBDIR += p5-CGI-FastTemplate SUBDIR += p5-CGI-FormBuilder SUBDIR += p5-CGI-Framework SUBDIR += p5-CGI-Kwiki SUBDIR += p5-CGI-Minimal SUBDIR += p5-CGI-PSGI SUBDIR += p5-CGI-Pager SUBDIR += p5-CGI-Prototype SUBDIR += p5-CGI-Response SUBDIR += p5-CGI-SSI SUBDIR += p5-CGI-Session SUBDIR += p5-CGI-Session-ExpireSessions SUBDIR += p5-CGI-Simple SUBDIR += p5-CGI-SpeedyCGI SUBDIR += p5-CGI-Struct SUBDIR += p5-CGI-Thin SUBDIR += p5-CGI-Untaint SUBDIR += p5-CGI-Untaint-date SUBDIR += p5-CGI-Untaint-email SUBDIR += p5-CGI-Upload SUBDIR += p5-CGI-Utils SUBDIR += p5-CGI-XMLApplication SUBDIR += p5-CGI.pm SUBDIR += p5-CGI_Lite SUBDIR += p5-CIF-Client SUBDIR += p5-CSS-DOM SUBDIR += p5-CSS-Inliner SUBDIR += p5-Catalyst-Action-REST SUBDIR += p5-Catalyst-Action-RenderView SUBDIR += p5-Catalyst-Action-Serialize-XML-Hash-LX SUBDIR += p5-Catalyst-ActionRole-ACL SUBDIR += p5-Catalyst-Authentication-Credential-HTTP SUBDIR += p5-Catalyst-Authentication-Credential-OpenID SUBDIR += p5-Catalyst-Authentication-Store-DBIx-Class SUBDIR += p5-Catalyst-Authentication-Store-LDAP SUBDIR += p5-Catalyst-Component-ACCEPT_CONTEXT SUBDIR += p5-Catalyst-Component-InstancePerContext SUBDIR += p5-Catalyst-Controller-ActionRole SUBDIR += p5-Catalyst-Controller-BindLex SUBDIR += p5-Catalyst-Controller-FormBuilder SUBDIR += p5-Catalyst-Controller-HTML-FormFu SUBDIR += p5-Catalyst-Controller-RateLimit SUBDIR += p5-Catalyst-Controller-RequestToken SUBDIR += p5-Catalyst-Controller-SOAP SUBDIR += p5-Catalyst-Devel SUBDIR += p5-Catalyst-DispatchType-Regex SUBDIR += p5-Catalyst-Engine-Apache SUBDIR += p5-Catalyst-Engine-HTTP-Prefork SUBDIR += p5-Catalyst-Engine-PSGI SUBDIR += p5-Catalyst-Enzyme SUBDIR += p5-Catalyst-Helper-Controller-Scaffold SUBDIR += p5-Catalyst-Manual SUBDIR += p5-Catalyst-Model-Adaptor SUBDIR += p5-Catalyst-Model-CDBI SUBDIR += p5-Catalyst-Model-CDBI-Plain SUBDIR += p5-Catalyst-Model-CDBI-Sweet SUBDIR += p5-Catalyst-Model-DBIC-Plain SUBDIR += p5-Catalyst-Model-DBIC-Schema SUBDIR += p5-Catalyst-Model-DynamicAdaptor SUBDIR += p5-Catalyst-Model-LDAP SUBDIR += p5-Catalyst-Model-Memcached SUBDIR += p5-Catalyst-Model-Oryx SUBDIR += p5-Catalyst-Model-Tarantool SUBDIR += p5-Catalyst-Model-XML-Feed SUBDIR += p5-Catalyst-Model-Xapian SUBDIR += p5-Catalyst-Model-Xapian10 SUBDIR += p5-Catalyst-Plugin-AtomServer SUBDIR += p5-Catalyst-Plugin-Authentication SUBDIR += p5-Catalyst-Plugin-Authentication-CDBI SUBDIR += p5-Catalyst-Plugin-Authentication-OpenID SUBDIR += p5-Catalyst-Plugin-Authentication-Store-Htpasswd SUBDIR += p5-Catalyst-Plugin-Authorization-ACL SUBDIR += p5-Catalyst-Plugin-Authorization-Roles SUBDIR += p5-Catalyst-Plugin-AutoCRUD SUBDIR += p5-Catalyst-Plugin-Browser SUBDIR += p5-Catalyst-Plugin-C3 SUBDIR += p5-Catalyst-Plugin-Cache SUBDIR += p5-Catalyst-Plugin-Cache-FastMmap SUBDIR += p5-Catalyst-Plugin-Cache-Memcached SUBDIR += p5-Catalyst-Plugin-Cache-Memcached-Fast SUBDIR += p5-Catalyst-Plugin-Captcha SUBDIR += p5-Catalyst-Plugin-ConfigLoader SUBDIR += p5-Catalyst-Plugin-ConfigLoader-Environment SUBDIR += p5-Catalyst-Plugin-CookiedSession SUBDIR += p5-Catalyst-Plugin-DateTime SUBDIR += p5-Catalyst-Plugin-DefaultEnd SUBDIR += p5-Catalyst-Plugin-Email SUBDIR += p5-Catalyst-Plugin-ErrorCatcher SUBDIR += p5-Catalyst-Plugin-FillInForm SUBDIR += p5-Catalyst-Plugin-FormBuilder SUBDIR += p5-Catalyst-Plugin-FormValidator SUBDIR += p5-Catalyst-Plugin-I18N SUBDIR += p5-Catalyst-Plugin-Log-Dispatch SUBDIR += p5-Catalyst-Plugin-Log-Handler SUBDIR += p5-Catalyst-Plugin-LogWarnings SUBDIR += p5-Catalyst-Plugin-PageCache SUBDIR += p5-Catalyst-Plugin-Params-Nested SUBDIR += p5-Catalyst-Plugin-Pluggable SUBDIR += p5-Catalyst-Plugin-Prototype SUBDIR += p5-Catalyst-Plugin-RunAfterRequest SUBDIR += p5-Catalyst-Plugin-Scheduler SUBDIR += p5-Catalyst-Plugin-Server SUBDIR += p5-Catalyst-Plugin-Session SUBDIR += p5-Catalyst-Plugin-Session-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-PerUser SUBDIR += p5-Catalyst-Plugin-Session-State-Cookie SUBDIR += p5-Catalyst-Plugin-Session-State-URI SUBDIR += p5-Catalyst-Plugin-Session-Store-Cache SUBDIR += p5-Catalyst-Plugin-Session-Store-DBI SUBDIR += p5-Catalyst-Plugin-Session-Store-DBIC SUBDIR += p5-Catalyst-Plugin-Session-Store-Delegate SUBDIR += p5-Catalyst-Plugin-Session-Store-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-Store-File SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached-Fast SUBDIR += p5-Catalyst-Plugin-Setenv SUBDIR += p5-Catalyst-Plugin-Singleton SUBDIR += p5-Catalyst-Plugin-SmartURI SUBDIR += p5-Catalyst-Plugin-StackTrace SUBDIR += p5-Catalyst-Plugin-Static SUBDIR += p5-Catalyst-Plugin-Static-Simple SUBDIR += p5-Catalyst-Plugin-StatusMessage SUBDIR += p5-Catalyst-Plugin-SubRequest SUBDIR += p5-Catalyst-Plugin-Textile SUBDIR += p5-Catalyst-Plugin-Unicode SUBDIR += p5-Catalyst-Plugin-XMLRPC SUBDIR += p5-Catalyst-Runtime SUBDIR += p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging SUBDIR += p5-Catalyst-TraitFor-Request-BrowserDetect SUBDIR += p5-Catalyst-View-ClearSilver SUBDIR += p5-Catalyst-View-Email SUBDIR += p5-Catalyst-View-GraphViz SUBDIR += p5-Catalyst-View-HTML-Template SUBDIR += p5-Catalyst-View-HTML-Template-Compiled SUBDIR += p5-Catalyst-View-JSON SUBDIR += p5-Catalyst-View-Jemplate SUBDIR += p5-Catalyst-View-Mason SUBDIR += p5-Catalyst-View-REST-XML SUBDIR += p5-Catalyst-View-RRDGraph SUBDIR += p5-Catalyst-View-TT SUBDIR += p5-Catalyst-View-TT-ControllerLocal SUBDIR += p5-Catalyst-View-Template-Declare SUBDIR += p5-Catalyst-View-Templated SUBDIR += p5-Catalyst-View-XML-Feed SUBDIR += p5-Catalyst-View-XML-Simple SUBDIR += p5-Catalyst-View-XSLT SUBDIR += p5-CatalystX-Component-Traits SUBDIR += p5-CatalystX-InjectComponent SUBDIR += p5-CatalystX-LeakChecker SUBDIR += p5-CatalystX-Profile SUBDIR += p5-CatalystX-REPL SUBDIR += p5-CatalystX-RoleApplicator SUBDIR += p5-CatalystX-SimpleLogin SUBDIR += p5-Class-DBI-FromForm SUBDIR += p5-ClearSilver SUBDIR += p5-Compress-LeadingBlankSpaces SUBDIR += p5-Continuity SUBDIR += p5-Cookie-Baker SUBDIR += p5-Corona SUBDIR += p5-Dancer SUBDIR += p5-Dancer-Logger-Log4perl SUBDIR += p5-Dancer-Plugin-ExtDirect SUBDIR += p5-Dancer-Plugin-Feed SUBDIR += p5-Dancer-Plugin-FlashMessage SUBDIR += p5-Dancer-Plugin-Lexicon SUBDIR += p5-Dancer-Plugin-Memcached SUBDIR += p5-Dancer-Plugin-REST SUBDIR += p5-Dancer-Plugin-SiteMap SUBDIR += p5-Dancer-Plugin-ValidationClass SUBDIR += p5-Dancer-Session-Cookie SUBDIR += p5-Dancer-Template-Xslate SUBDIR += p5-Dancer2 SUBDIR += p5-Dancer2-Plugin-Ajax SUBDIR += p5-Dancer2-Plugin-Deferred SUBDIR += p5-Dancer2-Plugin-Path-Class SUBDIR += p5-Data-TreeDumper-Renderer-DHTML SUBDIR += p5-Data-Validate-URI SUBDIR += p5-Emplacken SUBDIR += p5-FAQ-OMatic SUBDIR += p5-FCGI SUBDIR += p5-FCGI-Async SUBDIR += p5-FCGI-Client SUBDIR += p5-FCGI-Engine SUBDIR += p5-FCGI-ProcManager SUBDIR += p5-FCGI-Spawn SUBDIR += p5-FEAR-API SUBDIR += p5-Facebook-Graph SUBDIR += p5-Feed-Find SUBDIR += p5-Feersum SUBDIR += p5-File-Mork SUBDIR += p5-Flea SUBDIR += p5-Flickr-API SUBDIR += p5-Flickr-Upload SUBDIR += p5-Fliggy SUBDIR += p5-Furl SUBDIR += p5-FurlX-Coro SUBDIR += p5-Gantry SUBDIR += p5-Geo-Caching SUBDIR += p5-Google-Search SUBDIR += p5-Gtk2-WebKit SUBDIR += p5-Gungho SUBDIR += p5-GunghoX-FollowLinks SUBDIR += p5-HTML-Adsense SUBDIR += p5-HTML-Breadcrumbs SUBDIR += p5-HTML-CalendarMonthSimple SUBDIR += p5-HTML-Chunks SUBDIR += p5-HTML-Clean SUBDIR += p5-HTML-ContentExtractor SUBDIR += p5-HTML-DOM SUBDIR += p5-HTML-Declare SUBDIR += p5-HTML-Defaultify SUBDIR += p5-HTML-Diff SUBDIR += p5-HTML-Display SUBDIR += p5-HTML-Element-Extended SUBDIR += p5-HTML-Element-Library SUBDIR += p5-HTML-Element-Replacer SUBDIR += p5-HTML-Encoding SUBDIR += p5-HTML-ExtractContent SUBDIR += p5-HTML-ExtractMain SUBDIR += p5-HTML-Field SUBDIR += p5-HTML-FillInForm SUBDIR += p5-HTML-FillInForm-ForceUTF8 SUBDIR += p5-HTML-FillInForm-Lite SUBDIR += p5-HTML-Form SUBDIR += p5-HTML-FormFu SUBDIR += p5-HTML-FormFu-Imager SUBDIR += p5-HTML-FormFu-Model-DBIC SUBDIR += p5-HTML-FormHandler SUBDIR += p5-HTML-FromANSI SUBDIR += p5-HTML-FromText SUBDIR += p5-HTML-GenToc SUBDIR += p5-HTML-GenerateUtil SUBDIR += p5-HTML-GoogleMaps SUBDIR += p5-HTML-Highlight SUBDIR += p5-HTML-LinkExtractor SUBDIR += p5-HTML-LinkList SUBDIR += p5-HTML-Lint SUBDIR += p5-HTML-Location SUBDIR += p5-HTML-Macro SUBDIR += p5-HTML-Mason SUBDIR += p5-HTML-Mason-PSGIHandler SUBDIR += p5-HTML-MobileConverter SUBDIR += p5-HTML-Pager SUBDIR += p5-HTML-Parser SUBDIR += p5-HTML-Parser-Simple SUBDIR += p5-HTML-Perlinfo SUBDIR += p5-HTML-PrettyPrinter SUBDIR += p5-HTML-Prototype SUBDIR += p5-HTML-Query SUBDIR += p5-HTML-QuickCheck SUBDIR += p5-HTML-RSSAutodiscovery SUBDIR += p5-HTML-ResolveLink SUBDIR += p5-HTML-Restrict SUBDIR += p5-HTML-RobotsMETA SUBDIR += p5-HTML-Scrubber SUBDIR += p5-HTML-Seamstress SUBDIR += p5-HTML-Selector-XPath SUBDIR += p5-HTML-Shakan SUBDIR += p5-HTML-SimpleLinkExtor SUBDIR += p5-HTML-SimpleParse SUBDIR += p5-HTML-StickyQuery SUBDIR += p5-HTML-StickyQuery-DoCoMoGUID SUBDIR += p5-HTML-Stream SUBDIR += p5-HTML-Strip SUBDIR += p5-HTML-StripScripts SUBDIR += p5-HTML-StripScripts-Parser SUBDIR += p5-HTML-Summary SUBDIR += p5-HTML-Table SUBDIR += p5-HTML-TableContentParser SUBDIR += p5-HTML-TableExtract SUBDIR += p5-HTML-TableLayout SUBDIR += p5-HTML-TableParser SUBDIR += p5-HTML-TableTiler SUBDIR += p5-HTML-TagCloud SUBDIR += p5-HTML-TagCloud-Extended SUBDIR += p5-HTML-TagParser SUBDIR += p5-HTML-Tagset SUBDIR += p5-HTML-Template SUBDIR += p5-HTML-Template-Associate SUBDIR += p5-HTML-Template-Compiled SUBDIR += p5-HTML-Template-Expr SUBDIR += p5-HTML-Template-HashWrapper SUBDIR += p5-HTML-Template-JIT SUBDIR += p5-HTML-Template-Pluggable SUBDIR += p5-HTML-Template-Pro SUBDIR += p5-HTML-Toc SUBDIR += p5-HTML-TokeParser-Simple SUBDIR += p5-HTML-Tree SUBDIR += p5-HTML-TreeBuilder-LibXML SUBDIR += p5-HTML-TreeBuilder-XPath SUBDIR += p5-HTML-Widgets-SelectLayers SUBDIR += p5-HTML-WikiConverter SUBDIR += p5-HTML-WikiConverter-DokuWiki SUBDIR += p5-HTML-WikiConverter-GoogleCode SUBDIR += p5-HTML-WikiConverter-Kwiki SUBDIR += p5-HTML-WikiConverter-Markdown SUBDIR += p5-HTML-WikiConverter-MediaWiki SUBDIR += p5-HTML-WikiConverter-MoinMoin SUBDIR += p5-HTML-WikiConverter-Oddmuse SUBDIR += p5-HTML-WikiConverter-PbWiki SUBDIR += p5-HTML-WikiConverter-PhpWiki SUBDIR += p5-HTML-WikiConverter-PmWiki SUBDIR += p5-HTML-WikiConverter-SnipSnap SUBDIR += p5-HTML-WikiConverter-Socialtext SUBDIR += p5-HTML-WikiConverter-TikiWiki SUBDIR += p5-HTML-WikiConverter-UseMod SUBDIR += p5-HTML-WikiConverter-WakkaWiki SUBDIR += p5-HTML-WikiConverter-WikkaWiki SUBDIR += p5-HTTP-Async SUBDIR += p5-HTTP-Body SUBDIR += p5-HTTP-BrowserDetect SUBDIR += p5-HTTP-Cache-Transparent SUBDIR += p5-HTTP-CookieJar SUBDIR += p5-HTTP-CookieMonster SUBDIR += p5-HTTP-Cookies SUBDIR += p5-HTTP-Cookies-Mozilla SUBDIR += p5-HTTP-Cookies-iCab SUBDIR += p5-HTTP-Cookies-w3m SUBDIR += p5-HTTP-DAV SUBDIR += p5-HTTP-Daemon SUBDIR += p5-HTTP-Daemon-SSL SUBDIR += p5-HTTP-Date SUBDIR += p5-HTTP-Engine SUBDIR += p5-HTTP-Engine-Middleware SUBDIR += p5-HTTP-Exception SUBDIR += p5-HTTP-HeaderParser-XS SUBDIR += p5-HTTP-Headers-Fast SUBDIR += p5-HTTP-Link-Parser SUBDIR += p5-HTTP-Lite SUBDIR += p5-HTTP-MHTTP SUBDIR += p5-HTTP-Message SUBDIR += p5-HTTP-MobileAgent SUBDIR += p5-HTTP-MobileAgent-Plugin-Charset SUBDIR += p5-HTTP-MobileAgent-Plugin-Locator SUBDIR += p5-HTTP-Negotiate SUBDIR += p5-HTTP-Parser SUBDIR += p5-HTTP-Parser-XS SUBDIR += p5-HTTP-Proxy SUBDIR += p5-HTTP-Recorder SUBDIR += p5-HTTP-Request-AsCGI SUBDIR += p5-HTTP-Request-Params SUBDIR += p5-HTTP-Response-Encoding SUBDIR += p5-HTTP-Router SUBDIR += p5-HTTP-Server-Simple SUBDIR += p5-HTTP-Server-Simple-Authen SUBDIR += p5-HTTP-Server-Simple-Mason SUBDIR += p5-HTTP-Server-Simple-PSGI SUBDIR += p5-HTTP-Server-Simple-Recorder SUBDIR += p5-HTTP-Server-Simple-Static SUBDIR += p5-HTTP-Session SUBDIR += p5-HTTP-Session-State-MobileAgentID SUBDIR += p5-HTTP-Session-Store-DBI SUBDIR += p5-HTTP-Session2 SUBDIR += p5-HTTP-SimpleLinkChecker SUBDIR += p5-HTTP-Size SUBDIR += p5-HTTP-Tiny SUBDIR += p5-HTTP-Tiny-SPDY SUBDIR += p5-HTTP-WebTest SUBDIR += p5-HTTPD-Log-Filter SUBDIR += p5-HTTPD-User-Manage SUBDIR += p5-Hijk SUBDIR += p5-I18N-AcceptLanguage SUBDIR += p5-IMDB-Film SUBDIR += p5-Image-Delivery SUBDIR += p5-JE SUBDIR += p5-Jemplate SUBDIR += p5-Jifty SUBDIR += p5-Kwiki SUBDIR += p5-LWP-Authen-Negotiate SUBDIR += p5-LWP-Authen-OAuth SUBDIR += p5-LWP-Authen-Wsse SUBDIR += p5-LWP-ConnCache-MaxKeepAliveRequests SUBDIR += p5-LWP-ConsoleLogger SUBDIR += p5-LWP-MediaTypes SUBDIR += p5-LWP-Online SUBDIR += p5-LWP-Protocol-PSGI SUBDIR += p5-LWP-Protocol-connect SUBDIR += p5-LWP-Protocol-http10 SUBDIR += p5-LWP-Protocol-https SUBDIR += p5-LWP-UserAgent-Determined SUBDIR += p5-LWP-UserAgent-POE SUBDIR += p5-LWP-UserAgent-WithCache SUBDIR += p5-LWPx-ParanoidAgent SUBDIR += p5-LWPx-TimedHTTP SUBDIR += p5-Markup-Perl SUBDIR += p5-Mason SUBDIR += p5-MasonX-Interp-WithCallbacks SUBDIR += p5-MasonX-Profiler SUBDIR += p5-MasonX-Request-WithApacheSession SUBDIR += p5-MasonX-WebApp SUBDIR += p5-Maypole SUBDIR += p5-Maypole-Authentication-UserSessionCookie SUBDIR += p5-Maypole-Component SUBDIR += p5-McBain SUBDIR += p5-McBain-WithPSGI SUBDIR += p5-MediaWiki SUBDIR += p5-MediaWiki-API SUBDIR += p5-Mobile-UserAgent SUBDIR += p5-ModPerl-VersionUtil SUBDIR += p5-Mojo-Server-FastCGI SUBDIR += p5-MojoMojo SUBDIR += p5-Mojolicious SUBDIR += p5-Mojolicious-Plugin-Authentication SUBDIR += p5-Mojolicious-Plugin-Database SUBDIR += p5-Mojolicious-Plugin-Mongodb SUBDIR += p5-Mojolicious-Plugin-SetUserGroup SUBDIR += p5-Mojolicious-Plugin-TtRenderer SUBDIR += p5-Mojolicious-Plugin-YamlConfig SUBDIR += p5-MojoX-Log-Dispatch-Simple SUBDIR += p5-Monoceros SUBDIR += p5-Mozilla-CA SUBDIR += p5-Net-Akismet SUBDIR += p5-Net-Amazon-AWIS SUBDIR += p5-Net-Async-FastCGI SUBDIR += p5-Net-Async-HTTP SUBDIR += p5-Net-FastCGI SUBDIR += p5-Net-FireEagle SUBDIR += p5-Net-Flickr-API SUBDIR += p5-Net-Flickr-Backup SUBDIR += p5-Net-Flickr-RDF SUBDIR += p5-Net-FreshBooks-API SUBDIR += p5-Net-GeoPlanet SUBDIR += p5-Net-Plurk SUBDIR += p5-Net-STF-Client SUBDIR += p5-Net-Trac SUBDIR += p5-Net-YAP SUBDIR += p5-Net-eBay SUBDIR += p5-Newsletter SUBDIR += p5-Nginx-ReadBody SUBDIR += p5-Nginx-Simple SUBDIR += p5-PHP-Session SUBDIR += p5-POE-Component-Client-HTTP SUBDIR += p5-POE-Component-Client-UserAgent SUBDIR += p5-POE-Component-Server-HTTP SUBDIR += p5-POE-Component-Server-HTTPServer SUBDIR += p5-POE-Component-Server-PSGI SUBDIR += p5-POE-Component-Server-SOAP SUBDIR += p5-POE-Component-Server-SimpleHTTP SUBDIR += p5-POE-Filter-HTTP-Parser SUBDIR += p5-POEx-Role-PSGIServer SUBDIR += p5-PSGI SUBDIR += p5-ParallelUA SUBDIR += p5-Parse-HTTP-UserAgent SUBDIR += p5-Path-Class-URI SUBDIR += p5-Perlanet SUBDIR += p5-Perlbal-Plugin-PSGI SUBDIR += p5-Plack SUBDIR += p5-Plack-App-Proxy SUBDIR += p5-Plack-Builder-Conditionals SUBDIR += p5-Plack-Handler-AnyEvent-HTTPD SUBDIR += p5-Plack-Handler-AnyEvent-ReverseHTTP SUBDIR += p5-Plack-Handler-AnyEvent-SCGI SUBDIR += p5-Plack-Handler-CLI SUBDIR += p5-Plack-Handler-SCGI SUBDIR += p5-Plack-Middleware-AMF SUBDIR += p5-Plack-Middleware-AddDefaultCharset SUBDIR += p5-Plack-Middleware-Auth-Digest SUBDIR += p5-Plack-Middleware-AutoRefresh SUBDIR += p5-Plack-Middleware-ConsoleLogger SUBDIR += p5-Plack-Middleware-CrossOrigin SUBDIR += p5-Plack-Middleware-Debug SUBDIR += p5-Plack-Middleware-Deflater SUBDIR += p5-Plack-Middleware-Expires SUBDIR += p5-Plack-Middleware-ExtDirect SUBDIR += p5-Plack-Middleware-File-Sass SUBDIR += p5-Plack-Middleware-FixMissingBodyInRedirect SUBDIR += p5-Plack-Middleware-ForceEnv SUBDIR += p5-Plack-Middleware-Header SUBDIR += p5-Plack-Middleware-IEnosniff SUBDIR += p5-Plack-Middleware-InteractiveDebugger SUBDIR += p5-Plack-Middleware-JSConcat SUBDIR += p5-Plack-Middleware-MemoryUsage SUBDIR += p5-Plack-Middleware-MethodOverride SUBDIR += p5-Plack-Middleware-NoMultipleSlashes SUBDIR += p5-Plack-Middleware-Precompressed SUBDIR += p5-Plack-Middleware-RemoveRedundantBody SUBDIR += p5-Plack-Middleware-Reproxy SUBDIR += p5-Plack-Middleware-ReverseProxy SUBDIR += p5-Plack-Middleware-Rewrite SUBDIR += p5-Plack-Middleware-ServerStatus-Lite SUBDIR += p5-Plack-Middleware-Session SUBDIR += p5-Plack-Middleware-SocketIO SUBDIR += p5-Plack-Middleware-Status SUBDIR += p5-Plack-Middleware-Test-StashWarnings SUBDIR += p5-Plack-Middleware-Throttle SUBDIR += p5-Plack-Middleware-XForwardedFor SUBDIR += p5-Plack-Server-Coro SUBDIR += p5-Plack-Server-POE SUBDIR += p5-Plack-Server-ReverseHTTP SUBDIR += p5-Plack-Test-ExternalServer SUBDIR += p5-PocketIO SUBDIR += p5-Pod-Site SUBDIR += p5-PodToHTML SUBDIR += p5-Protocol-HTTP2 SUBDIR += p5-Protocol-SocketIO SUBDIR += p5-Protocol-WebSocket SUBDIR += p5-Protocol-XMLRPC SUBDIR += p5-REST-Client SUBDIR += p5-REST-Google-Apps-Provisioning SUBDIR += p5-RPC-ExtDirect SUBDIR += p5-RT-Authen-ExternalAuth SUBDIR += p5-RT-Client-REST SUBDIR += p5-RT-Extension-LDAPImport SUBDIR += p5-RT-Extension-MandatoryOnTransition SUBDIR += p5-RT-Extension-SLA SUBDIR += p5-RTx-Calendar SUBDIR += p5-Reaction SUBDIR += p5-Reddit SUBDIR += p5-Reddit-Client SUBDIR += p5-Rose-HTML-Objects SUBDIR += p5-Router-Boom SUBDIR += p5-Router-Simple SUBDIR += p5-Router-Simple-Sinatraish SUBDIR += p5-SCGI SUBDIR += p5-SOAP-Transport-HTTP-Plack SUBDIR += p5-SRU SUBDIR += p5-STF-Dispatcher-PSGI SUBDIR += p5-SWF-Chart SUBDIR += p5-Scrappy SUBDIR += p5-Selenium-Remote-Driver SUBDIR += p5-Session-Storage-Secure SUBDIR += p5-Squatting SUBDIR += p5-Squatting-On-PSGI SUBDIR += p5-Starlet SUBDIR += p5-Starman SUBDIR += p5-Syntax-Highlight-HTML SUBDIR += p5-Syntax-Highlight-Shell SUBDIR += p5-Task-Catalyst SUBDIR += p5-Task-Plack SUBDIR += p5-Tatsumaki SUBDIR += p5-Template-Alloy SUBDIR += p5-Template-GD SUBDIR += p5-Template-Iterator-AlzaboWrapperCursor SUBDIR += p5-Template-Multilingual SUBDIR += p5-Template-Mustache SUBDIR += p5-Template-Plugin-Class SUBDIR += p5-Template-Plugin-Clickable SUBDIR += p5-Template-Plugin-Clickable-Email SUBDIR += p5-Template-Plugin-Comma SUBDIR += p5-Template-Plugin-FillInForm SUBDIR += p5-Template-Plugin-JSON SUBDIR += p5-Template-Plugin-JavaScript SUBDIR += p5-Template-Plugin-MP3 SUBDIR += p5-Template-Plugin-Markdown SUBDIR += p5-Template-Plugin-Monta SUBDIR += p5-Template-Plugin-Number-Format SUBDIR += p5-Template-Plugin-StripScripts SUBDIR += p5-Template-Plugin-Subst SUBDIR += p5-Template-Plugin-VMethods SUBDIR += p5-Template-Provider-Encoding SUBDIR += p5-Template-Provider-FromDATA SUBDIR += p5-Template-Simple SUBDIR += p5-Template-Stash-AutoEscape SUBDIR += p5-Template-Timer SUBDIR += p5-Template-Toolkit SUBDIR += p5-Template-Toolkit-Simple SUBDIR += p5-Tenjin SUBDIR += p5-Test-HTTP SUBDIR += p5-Test-HTTP-Server-Simple SUBDIR += p5-Test-LWP-UserAgent SUBDIR += p5-Test-Nginx SUBDIR += p5-TestGen4Web-Runner SUBDIR += p5-Text-MultiMarkdown-ApacheHandler SUBDIR += p5-Tie-TinyURL SUBDIR += p5-Toader SUBDIR += p5-Toadfarm SUBDIR += p5-Twiggy SUBDIR += p5-Twiggy-TLS SUBDIR += p5-URI-Encode SUBDIR += p5-URI-Escape-JavaScript SUBDIR += p5-URI-Escape-XS SUBDIR += p5-URI-Fetch SUBDIR += p5-URI-ParseSearchString SUBDIR += p5-URI-Sequin SUBDIR += p5-URI-Title SUBDIR += p5-URI-ToDisk SUBDIR += p5-URL-Encode SUBDIR += p5-URL-Encode-XS SUBDIR += p5-VUser-Google-ProvisioningAPI SUBDIR += p5-W3C-LinkChecker SUBDIR += p5-W3C-LogValidator SUBDIR += p5-WWW-AtMovies-TV SUBDIR += p5-WWW-Babelfish SUBDIR += p5-WWW-Baseball-NPB SUBDIR += p5-WWW-Comic SUBDIR += p5-WWW-Contact SUBDIR += p5-WWW-Curl SUBDIR += p5-WWW-DHL SUBDIR += p5-WWW-Dilbert SUBDIR += p5-WWW-Facebook-API SUBDIR += p5-WWW-FreeProxy SUBDIR += p5-WWW-GitHub-Gist SUBDIR += p5-WWW-Google-Calculator SUBDIR += p5-WWW-Google-News SUBDIR += p5-WWW-Google-News-TW SUBDIR += p5-WWW-Google-Notebook SUBDIR += p5-WWW-Google-PageRank SUBDIR += p5-WWW-Google-Video SUBDIR += p5-WWW-HatenaDiary SUBDIR += p5-WWW-HatenaLogin SUBDIR += p5-WWW-HatenaStar SUBDIR += p5-WWW-IMDb SUBDIR += p5-WWW-Instapaper-Client SUBDIR += p5-WWW-LongURL SUBDIR += p5-WWW-Mechanize SUBDIR += p5-WWW-Mechanize-CGI SUBDIR += p5-WWW-Mechanize-Cached SUBDIR += p5-WWW-Mechanize-DecodedContent SUBDIR += p5-WWW-Mechanize-FormFiller SUBDIR += p5-WWW-Mechanize-GZip SUBDIR += p5-WWW-Mechanize-Meta SUBDIR += p5-WWW-Mechanize-PhantomJS SUBDIR += p5-WWW-Mechanize-Pluggable SUBDIR += p5-WWW-Mechanize-Plugin-phpBB SUBDIR += p5-WWW-Mechanize-Shell SUBDIR += p5-WWW-Mechanize-SpamCop SUBDIR += p5-WWW-Mechanize-TreeBuilder SUBDIR += p5-WWW-Mediawiki-Client SUBDIR += p5-WWW-Mixi SUBDIR += p5-WWW-Mixi-Scraper SUBDIR += p5-WWW-Myspace SUBDIR += p5-WWW-NicoVideo-Download SUBDIR += p5-WWW-NioTV SUBDIR += p5-WWW-OpenSVN SUBDIR += p5-WWW-OpenSearch SUBDIR += p5-WWW-Pastebin-PastebinCom-Create SUBDIR += p5-WWW-Plurk SUBDIR += p5-WWW-Robot SUBDIR += p5-WWW-RobotRules SUBDIR += p5-WWW-RobotRules-Parser SUBDIR += p5-WWW-Scraper-ISBN SUBDIR += p5-WWW-Scraper-ISBN-Amazon_Driver SUBDIR += p5-WWW-Scraper-ISBN-ORA_Driver SUBDIR += p5-WWW-Scripter SUBDIR += p5-WWW-Scripter-Plugin-Ajax SUBDIR += p5-WWW-Scripter-Plugin-JavaScript SUBDIR += p5-WWW-Search SUBDIR += p5-WWW-Search-AltaVista SUBDIR += p5-WWW-Search-Google SUBDIR += p5-WWW-Search-MSN SUBDIR += p5-WWW-Shorten SUBDIR += p5-WWW-Shorten-0rz SUBDIR += p5-WWW-Shorten-Bitly SUBDIR += p5-WWW-Shorten-Googl SUBDIR += p5-WWW-Shorten-KUSO SUBDIR += p5-WWW-Shorten-Yourls SUBDIR += p5-WWW-Shorten-isgd SUBDIR += p5-WWW-SourceForge SUBDIR += p5-WWW-Spinn3r SUBDIR += p5-WWW-TV SUBDIR += p5-WWW-TWSMS SUBDIR += p5-WWW-TinySong SUBDIR += p5-WWW-Tumblr SUBDIR += p5-WWW-VenusEnvy SUBDIR += p5-WWW-WebArchive SUBDIR += p5-WWW-Wikipedia SUBDIR += p5-WWW-Yandex-TIC SUBDIR += p5-WWW-iTunesConnect SUBDIR += p5-Web-Query SUBDIR += p5-Web-Scraper SUBDIR += p5-Web-Scraper-Config SUBDIR += p5-Web-oEmbed SUBDIR += p5-WebDAO SUBDIR += p5-WebDriver-Tiny SUBDIR += p5-WebService-Basecamp SUBDIR += p5-WebService-Bloglines SUBDIR += p5-WebService-BuzzurlAPI SUBDIR += p5-WebService-CIA SUBDIR += p5-WebService-GData SUBDIR += p5-WebService-Google-Reader SUBDIR += p5-WebService-Google-Sets SUBDIR += p5-WebService-IMDB SUBDIR += p5-WebService-ISBNDB SUBDIR += p5-WebService-Linode SUBDIR += p5-WebService-MoviePosterDB SUBDIR += p5-WebService-MusicBrainz SUBDIR += p5-WebService-NoPaste SUBDIR += p5-WebService-Pushover SUBDIR += p5-WebService-Rakuten SUBDIR += p5-WebService-Redmine SUBDIR += p5-WebService-Simple SUBDIR += p5-WebService-Technorati SUBDIR += p5-WebService-YouTube SUBDIR += p5-WordPress-XMLRPC SUBDIR += p5-Yahoo-Lifestyle SUBDIR += p5-Yahoo-Search SUBDIR += p5-ZConf-RSS SUBDIR += p5-ZConf-RSS-GUI-GTK SUBDIR += p5-chklinks SUBDIR += p5-jQuery-File-Upload SUBDIR += p5-libapreq2 SUBDIR += p5-libservlet SUBDIR += p5-libwww SUBDIR += p5-pQuery SUBDIR += p5-webservice-validator-css-w3c SUBDIR += p5-webservice-validator-html-w3c SUBDIR += paros SUBDIR += pear-HTML_AJAX SUBDIR += pear-HTML_TagCloud SUBDIR += pear-HTTP SUBDIR += pear-HTTP_Client SUBDIR += pear-HTTP_Download SUBDIR += pear-HTTP_FloodControl SUBDIR += pear-HTTP_Header SUBDIR += pear-HTTP_Request SUBDIR += pear-HTTP_Request2 SUBDIR += pear-HTTP_Server SUBDIR += pear-HTTP_Session2 SUBDIR += pear-HTTP_Upload SUBDIR += pear-HTTP_WebDAV_Client SUBDIR += pear-HTTP_WebDAV_Server SUBDIR += pear-Horde_Browser SUBDIR += pear-Horde_Css_Parser SUBDIR += pear-Horde_Dav SUBDIR += pear-Horde_Editor SUBDIR += pear-Horde_Feed SUBDIR += pear-Horde_Form SUBDIR += pear-Horde_Http SUBDIR += pear-Horde_Routes SUBDIR += pear-Horde_Service_Facebook SUBDIR += pear-Horde_Service_Twitter SUBDIR += pear-Horde_Service_UrlShortener SUBDIR += pear-Horde_Service_Weather SUBDIR += pear-Horde_SessionHandler SUBDIR += pear-Horde_Template SUBDIR += pear-Services_Amazon SUBDIR += pear-Services_Amazon_S3 SUBDIR += pear-Services_Blogging SUBDIR += pear-Services_Compete SUBDIR += pear-Services_Delicious SUBDIR += pear-Services_Digg SUBDIR += pear-Services_Facebook SUBDIR += pear-Services_GeoNames SUBDIR += pear-Services_Google SUBDIR += pear-Services_OpenSearch SUBDIR += pear-Services_SharedBook SUBDIR += pear-Services_ShortURL SUBDIR += pear-Services_TinyURL SUBDIR += pear-Services_TwitPic SUBDIR += pear-Services_W3C_CSSValidator SUBDIR += pear-Services_W3C_HTMLValidator SUBDIR += pear-Services_Yadis SUBDIR += pear-Services_Yahoo SUBDIR += pear-Services_urlTea SUBDIR += pear-Structures_DataGrid_Renderer_Flexy SUBDIR += pear-Structures_DataGrid_Renderer_Pager SUBDIR += pear-Structures_DataGrid_Renderer_Smarty SUBDIR += pear-Text_Wiki SUBDIR += pear-UDDI SUBDIR += pear-XML_GRDDL SUBDIR += pear-twig SUBDIR += pebble SUBDIR += pecl-APC SUBDIR += pecl-amfext SUBDIR += pecl-http SUBDIR += pecl-http1 SUBDIR += pecl-solr SUBDIR += pecl-sphinx SUBDIR += pecl-swish SUBDIR += pecl-twig SUBDIR += pecl-varnish SUBDIR += pecl-yaf SUBDIR += pecl-yar SUBDIR += pecl-zendopcache SUBDIR += perlbal SUBDIR += pglogd SUBDIR += phalcon SUBDIR += photo_gallery SUBDIR += php-plurk-api SUBDIR += php-screw SUBDIR += php-templates SUBDIR += php5-session SUBDIR += php5-tidy SUBDIR += php55-opcache SUBDIR += php55-session SUBDIR += php55-tidy SUBDIR += php56-opcache SUBDIR += php56-session SUBDIR += php56-tidy SUBDIR += phpbb SUBDIR += phpbb3 SUBDIR += phpgroupware SUBDIR += phpmp SUBDIR += phpmustache SUBDIR += phpmyfaq SUBDIR += phprecipebook SUBDIR += phproxy SUBDIR += phpsysinfo SUBDIR += phpvirtualbox SUBDIR += phpwebapp SUBDIR += pivotx SUBDIR += piwigo SUBDIR += piwik SUBDIR += planet SUBDIR += pligg SUBDIR += plone SUBDIR += plugger SUBDIR += pmwiki SUBDIR += pnews SUBDIR += podcastamatic SUBDIR += polipo SUBDIR += pound SUBDIR += privoxy SUBDIR += protovis SUBDIR += pserv SUBDIR += publicfile SUBDIR += punbb SUBDIR += pwebstats SUBDIR += py-GinGin SUBDIR += py-HTMLgen SUBDIR += py-Lightbox SUBDIR += py-Products.CMFPlone SUBDIR += py-Products.PloneLDAP SUBDIR += py-Products.TinyMCE SUBDIR += py-WebError SUBDIR += py-WebFlash SUBDIR += py-WebTest SUBDIR += py-aiohttp SUBDIR += py-albatross SUBDIR += py-amf SUBDIR += py-apachelog SUBDIR += py-autobahn SUBDIR += py-beaker SUBDIR += py-beautifulsoup SUBDIR += py-beautifulsoup32 SUBDIR += py-bjoern SUBDIR += py-bleach SUBDIR += py-blogofile SUBDIR += py-bottle SUBDIR += py-bottle-cork SUBDIR += py-cactus SUBDIR += py-cherrypy SUBDIR += py-cherrypy-old SUBDIR += py-clientform SUBDIR += py-collective.easytemplate SUBDIR += py-collective.templateengines SUBDIR += py-cssmin SUBDIR += py-cssselect SUBDIR += py-cssutils SUBDIR += py-django SUBDIR += py-django-allauth SUBDIR += py-django-annoying SUBDIR += py-django-app-plugins SUBDIR += py-django-appconf SUBDIR += py-django-appmedia SUBDIR += py-django-assets SUBDIR += py-django-auth-ldap SUBDIR += py-django-bootstrap-form SUBDIR += py-django-caching-app-plugins SUBDIR += py-django-classy-tags SUBDIR += py-django-cms SUBDIR += py-django-contact-form SUBDIR += py-django-contrib-comments SUBDIR += py-django-crispy-forms SUBDIR += py-django-datetime-widget SUBDIR += py-django-debug-toolbar SUBDIR += py-django-devel SUBDIR += py-django-dpaste SUBDIR += py-django-evolution SUBDIR += py-django-extensions SUBDIR += py-django-filer SUBDIR += py-django-haystack SUBDIR += py-django-json-rpc SUBDIR += py-django-keyedcache SUBDIR += py-django-ldapdb SUBDIR += py-django-livesettings SUBDIR += py-django-markwhat SUBDIR += py-django-mezzanine SUBDIR += py-django-mezzanine-filebrowser SUBDIR += py-django-mezzanine-grappelli SUBDIR += py-django-mptt SUBDIR += py-django-openid-auth SUBDIR += py-django-overextends SUBDIR += py-django-photologue SUBDIR += py-django-picklefield SUBDIR += py-django-pipeline SUBDIR += py-django-pipeline12 SUBDIR += py-django-pipeline13 SUBDIR += py-django-pipeline14 SUBDIR += py-django-piston SUBDIR += py-django-profiles SUBDIR += py-django-redis SUBDIR += py-django-registration SUBDIR += py-django-registration-defaults SUBDIR += py-django-registration-redux SUBDIR += py-django-reversion SUBDIR += py-django-sekizai SUBDIR += py-django-signals-ahoy SUBDIR += py-django-simple-captcha SUBDIR += py-django-storages SUBDIR += py-django-subdomains SUBDIR += py-django-tables2 SUBDIR += py-django-tagging SUBDIR += py-django-taggit SUBDIR += py-django-tastypie SUBDIR += py-django-threaded-multihost SUBDIR += py-django-tinymce SUBDIR += py-django-voting SUBDIR += py-django14 SUBDIR += py-django16 SUBDIR += py-django16-tastypie SUBDIR += py-django17 SUBDIR += py-django18 SUBDIR += py-django_compressor SUBDIR += py-djangotoolbox SUBDIR += py-djblets SUBDIR += py-dojango SUBDIR += py-dotcloud.cli SUBDIR += py-dtflickr SUBDIR += py-evernote SUBDIR += py-falcon SUBDIR += py-fcgi SUBDIR += py-fedex SUBDIR += py-feedgenerator SUBDIR += py-flask SUBDIR += py-flask-admin SUBDIR += py-flask-bootstrap SUBDIR += py-flask-cache SUBDIR += py-flask-cors SUBDIR += py-flask-flatpages SUBDIR += py-flask-oauthlib SUBDIR += py-flask-restful SUBDIR += py-flask-sockets SUBDIR += py-flask-uploads SUBDIR += py-flask-wtf SUBDIR += py-flexget SUBDIR += py-flup SUBDIR += py-formalchemy SUBDIR += py-formencode SUBDIR += py-frappe-bench SUBDIR += py-frozen-flask SUBDIR += py-funkload SUBDIR += py-gandi.cli SUBDIR += py-gevent-websocket SUBDIR += py-google SUBDIR += py-google-api-python-client SUBDIR += py-graphite-web SUBDIR += py-grequests SUBDIR += py-gunicorn SUBDIR += py-html5lib SUBDIR += py-http-parser SUBDIR += py-httplib2 SUBDIR += py-hyper SUBDIR += py-imdbpy SUBDIR += py-jonpy SUBDIR += py-jswebkit SUBDIR += py-mechanize SUBDIR += py-meld SUBDIR += py-meld3 SUBDIR += py-mt SUBDIR += py-nevow SUBDIR += py-pafy SUBDIR += py-paste SUBDIR += py-pastedeploy SUBDIR += py-pastescript SUBDIR += py-pelican SUBDIR += py-plone.alterego SUBDIR += py-plone.app.blob SUBDIR += py-plone.app.caching SUBDIR += py-plone.app.collection SUBDIR += py-plone.app.content SUBDIR += py-plone.app.contentlisting SUBDIR += py-plone.app.contentmenu SUBDIR += py-plone.app.contentrules SUBDIR += py-plone.app.controlpanel SUBDIR += py-plone.app.customerize SUBDIR += py-plone.app.dexterity SUBDIR += py-plone.app.discussion SUBDIR += py-plone.app.folder SUBDIR += py-plone.app.form SUBDIR += py-plone.app.i18n SUBDIR += py-plone.app.imaging SUBDIR += py-plone.app.iterate SUBDIR += py-plone.app.jquery SUBDIR += py-plone.app.jquerytools SUBDIR += py-plone.app.layout SUBDIR += py-plone.app.ldap SUBDIR += py-plone.app.linkintegrity SUBDIR += py-plone.app.locales SUBDIR += py-plone.app.portlets SUBDIR += py-plone.app.querystring SUBDIR += py-plone.app.redirector SUBDIR += py-plone.app.registry SUBDIR += py-plone.app.search SUBDIR += py-plone.app.testing SUBDIR += py-plone.app.textfield SUBDIR += py-plone.app.theming SUBDIR += py-plone.app.upgrade SUBDIR += py-plone.app.users SUBDIR += py-plone.app.uuid SUBDIR += py-plone.app.viewletmanager SUBDIR += py-plone.app.vocabularies SUBDIR += py-plone.app.workflow SUBDIR += py-plone.app.z3cform SUBDIR += py-plone.autoform SUBDIR += py-plone.batching SUBDIR += py-plone.behavior SUBDIR += py-plone.browserlayer SUBDIR += py-plone.cachepurging SUBDIR += py-plone.caching SUBDIR += py-plone.contentrules SUBDIR += py-plone.dexterity SUBDIR += py-plone.fieldsets SUBDIR += py-plone.folder SUBDIR += py-plone.formwidget.namedfile SUBDIR += py-plone.i18n SUBDIR += py-plone.indexer SUBDIR += py-plone.intelligenttext SUBDIR += py-plone.locking SUBDIR += py-plone.memoize SUBDIR += py-plone.namedfile SUBDIR += py-plone.outputfilters SUBDIR += py-plone.portlet.collection SUBDIR += py-plone.portlet.static SUBDIR += py-plone.portlets SUBDIR += py-plone.registry SUBDIR += py-plone.resource SUBDIR += py-plone.resourceeditor SUBDIR += py-plone.rfc822 SUBDIR += py-plone.scale SUBDIR += py-plone.schemaeditor SUBDIR += py-plone.stringinterp SUBDIR += py-plone.subrequest SUBDIR += py-plone.supermodel SUBDIR += py-plone.synchronize SUBDIR += py-plone.testing SUBDIR += py-plone.theme SUBDIR += py-plone.transformchain SUBDIR += py-plone.uuid SUBDIR += py-plone.z3cform SUBDIR += py-plonetheme.classic SUBDIR += py-plonetheme.sunburst SUBDIR += py-poster SUBDIR += py-postmarkup SUBDIR += py-praw SUBDIR += py-prewikka SUBDIR += py-puppetboard SUBDIR += py-py-restclient SUBDIR += py-pyjwt SUBDIR += py-pylons SUBDIR += py-pyocclient SUBDIR += py-pyquery SUBDIR += py-pyramid SUBDIR += py-pyramid_rpc SUBDIR += py-pysearch SUBDIR += py-python-digitalocean SUBDIR += py-pywebdav SUBDIR += py-pywikibot SUBDIR += py-qp SUBDIR += py-qpy SUBDIR += py-qt4-webkit + SUBDIR += py-qt5-webkit + SUBDIR += py-qt5-webkitwidgets SUBDIR += py-rackspace-monitoring SUBDIR += py-recaptcha SUBDIR += py-requestbuilder SUBDIR += py-requests SUBDIR += py-requests-oauth-hook SUBDIR += py-requests-oauthlib SUBDIR += py-requests-toolbelt SUBDIR += py-requests1 SUBDIR += py-restclient SUBDIR += py-rfc3986 SUBDIR += py-rfc3987 SUBDIR += py-rhodecode SUBDIR += py-routes SUBDIR += py-satchmo SUBDIR += py-scgi SUBDIR += py-scrapy SUBDIR += py-scriptaculous SUBDIR += py-seafdav SUBDIR += py-seafobj SUBDIR += py-selector SUBDIR += py-selenium SUBDIR += py-slimit SUBDIR += py-slimmer SUBDIR += py-slumber SUBDIR += py-splinter SUBDIR += py-spyne SUBDIR += py-surl SUBDIR += py-textile SUBDIR += py-tgwebservices SUBDIR += py-tmdb3 SUBDIR += py-tornado SUBDIR += py-trello SUBDIR += py-turbogears SUBDIR += py-turbogears2 SUBDIR += py-tvdb_api SUBDIR += py-twistedWeb SUBDIR += py-twistedWeb2 SUBDIR += py-uliweb SUBDIR += py-urlgrabber SUBDIR += py-urljr SUBDIR += py-user_agent SUBDIR += py-utidy SUBDIR += py-w3lib SUBDIR += py-waitress SUBDIR += py-webassets SUBDIR += py-webhelpers SUBDIR += py-webkitgtk SUBDIR += py-webob SUBDIR += py-websocket-client SUBDIR += py-webunit SUBDIR += py-werkzeug SUBDIR += py-wikipedia SUBDIR += py-wikitools SUBDIR += py-ws4py SUBDIR += py-wsaccel SUBDIR += py-wsgiauth SUBDIR += py-wsgidav SUBDIR += py-zope.app.wsgi SUBDIR += pyblosxom SUBDIR += pycarddav SUBDIR += pydio SUBDIR += pyjamas SUBDIR += pylot SUBDIR += pyweblib SUBDIR += qdecoder SUBDIR += qooxdoo SUBDIR += qt5-webchannel SUBDIR += qt5-websockets SUBDIR += quickie SUBDIR += qupzilla-qt4 SUBDIR += qupzilla-qt5 SUBDIR += radicale SUBDIR += red5 SUBDIR += redaxo SUBDIR += redmine SUBDIR += redmine-backlogs SUBDIR += redmine-basecamp SUBDIR += redmine-http-auth SUBDIR += redmine-sidebar_hide SUBDIR += rejik SUBDIR += rekonq SUBDIR += reportmagic SUBDIR += repos-style SUBDIR += resin3 SUBDIR += retawq SUBDIR += reviewboard SUBDIR += revive-adserver SUBDIR += rnews SUBDIR += roundup SUBDIR += rsskit SUBDIR += rssowl SUBDIR += rssroll SUBDIR += rsstail SUBDIR += rsstool SUBDIR += rt40 SUBDIR += rt42 SUBDIR += ruby-aws SUBDIR += ruby-google SUBDIR += ruby-wgettsv SUBDIR += rubygem-ace-rails-ap SUBDIR += rubygem-actionpack SUBDIR += rubygem-actionpack4 SUBDIR += rubygem-actionpack41 SUBDIR += rubygem-activeresource SUBDIR += rubygem-activeresource4 SUBDIR += rubygem-acts-as-taggable-on SUBDIR += rubygem-acts-as-taggable-on3 SUBDIR += rubygem-acts_as_taggable SUBDIR += rubygem-addressable SUBDIR += rubygem-akami SUBDIR += rubygem-amazon-ecs SUBDIR += rubygem-anemone SUBDIR += rubygem-asana SUBDIR += rubygem-async_sinatra SUBDIR += rubygem-bluecloth SUBDIR += rubygem-bootstrap-sass SUBDIR += rubygem-browser SUBDIR += rubygem-cal-heatmap-rails SUBDIR += rubygem-cal-heatmap-rails-rails4 SUBDIR += rubygem-carrierwave SUBDIR += rubygem-cgi_multipart_eof_fix SUBDIR += rubygem-chosen-rails SUBDIR += rubygem-cookiejar SUBDIR += rubygem-crass SUBDIR += rubygem-cuba SUBDIR += rubygem-d3_rails SUBDIR += rubygem-d3_rails-rails4 SUBDIR += rubygem-dashing SUBDIR += rubygem-davclient SUBDIR += rubygem-domainatrix SUBDIR += rubygem-dropzonejs-rails SUBDIR += rubygem-em-http-request SUBDIR += rubygem-em-socksify SUBDIR += rubygem-em-twitter SUBDIR += rubygem-em-websocket SUBDIR += rubygem-emk-sinatra-url-for SUBDIR += rubygem-erubis SUBDIR += rubygem-ethon SUBDIR += rubygem-eventmachine_httpserver SUBDIR += rubygem-faraday SUBDIR += rubygem-faraday_middleware SUBDIR += rubygem-fcgi SUBDIR += rubygem-feed-normalizer SUBDIR += rubygem-feedjira SUBDIR += rubygem-flowdock SUBDIR += rubygem-geminabox SUBDIR += rubygem-gitlab-flowdock-git-hook SUBDIR += rubygem-gitlab-gollum-lib SUBDIR += rubygem-gitlab-grack SUBDIR += rubygem-gollum-grit_adapter SUBDIR += rubygem-gollum-lib SUBDIR += rubygem-gon SUBDIR += rubygem-gon-rails4 SUBDIR += rubygem-hackpad-cli SUBDIR += rubygem-haml SUBDIR += rubygem-haml-coderay SUBDIR += rubygem-haml-contrib SUBDIR += rubygem-haml-rails SUBDIR += rubygem-haml-rails-rails4 SUBDIR += rubygem-hashicorp-checkpoint SUBDIR += rubygem-heroku SUBDIR += rubygem-heroku-api SUBDIR += rubygem-heroku-nav SUBDIR += rubygem-hpricot SUBDIR += rubygem-html2haml SUBDIR += rubygem-http SUBDIR += rubygem-http-cookie SUBDIR += rubygem-http-form_data SUBDIR += rubygem-http_router SUBDIR += rubygem-httparty SUBDIR += rubygem-httpclient SUBDIR += rubygem-httpi SUBDIR += rubygem-innate SUBDIR += rubygem-jekyll SUBDIR += rubygem-jekyll-watch SUBDIR += rubygem-jekyll2 SUBDIR += rubygem-journey SUBDIR += rubygem-jquery-atwho-rails SUBDIR += rubygem-jquery-atwho-rails-rails4 SUBDIR += rubygem-jquery-rails SUBDIR += rubygem-jquery-rails4 SUBDIR += rubygem-jquery-scrollto-rails SUBDIR += rubygem-jquery-turbolinks SUBDIR += rubygem-jquery-ui-rails SUBDIR += rubygem-jquery-ui-rails-rails4 SUBDIR += rubygem-jruby-rack SUBDIR += rubygem-jsobfu SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari SUBDIR += rubygem-kaminari-rails4 SUBDIR += rubygem-kensa SUBDIR += rubygem-layout_yullio_generator SUBDIR += rubygem-less SUBDIR += rubygem-lighthouse-api SUBDIR += rubygem-maruku SUBDIR += rubygem-mechanize SUBDIR += rubygem-mechanize26 SUBDIR += rubygem-merb-assets SUBDIR += rubygem-merb-core SUBDIR += rubygem-merb-haml SUBDIR += rubygem-merb-helpers SUBDIR += rubygem-merb-param-protection SUBDIR += rubygem-mousetrap-rails SUBDIR += rubygem-multipart-post SUBDIR += rubygem-nanoc SUBDIR += rubygem-nested_form SUBDIR += rubygem-net-http-digest_auth SUBDIR += rubygem-net-http-digest_auth11 SUBDIR += rubygem-net-http-persistent SUBDIR += rubygem-net-http-persistent25 SUBDIR += rubygem-net-http-pipeline SUBDIR += rubygem-nicovideo SUBDIR += rubygem-ntlm-http SUBDIR += rubygem-octopress SUBDIR += rubygem-pagerduty SUBDIR += rubygem-passenger SUBDIR += rubygem-puma SUBDIR += rubygem-pusher-client SUBDIR += rubygem-rabbirack SUBDIR += rubygem-rack SUBDIR += rubygem-rack-accept SUBDIR += rubygem-rack-attack SUBDIR += rubygem-rack-cache SUBDIR += rubygem-rack-contrib SUBDIR += rubygem-rack-cors SUBDIR += rubygem-rack-mount SUBDIR += rubygem-rack-openid SUBDIR += rubygem-rack-protection SUBDIR += rubygem-rack-ssl SUBDIR += rubygem-rack-test SUBDIR += rubygem-rack15 SUBDIR += rubygem-rack16 SUBDIR += rubygem-rails SUBDIR += rubygem-rails4 SUBDIR += rubygem-rails_autolink SUBDIR += rubygem-railties SUBDIR += rubygem-railties4 SUBDIR += rubygem-railties41 SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails SUBDIR += rubygem-redcloth SUBDIR += rubygem-redis-rack SUBDIR += rubygem-redis-rails SUBDIR += rubygem-redmine_acts_as_taggable_on SUBDIR += rubygem-responders SUBDIR += rubygem-responders-rails3 SUBDIR += rubygem-rest-client SUBDIR += rubygem-rfacebook SUBDIR += rubygem-rfeedfinder SUBDIR += rubygem-rinku SUBDIR += rubygem-rkelly-remix SUBDIR += rubygem-robotex SUBDIR += rubygem-robots SUBDIR += rubygem-rqrcode SUBDIR += rubygem-rqrcode-rails3 SUBDIR += rubygem-rtlit SUBDIR += rubygem-ruby-readability SUBDIR += rubygem-savon SUBDIR += rubygem-sawyer SUBDIR += rubygem-scrapi SUBDIR += rubygem-select2-rails SUBDIR += rubygem-selenium-webdriver SUBDIR += rubygem-semantic-ui-sass SUBDIR += rubygem-simple-rss SUBDIR += rubygem-sinatra SUBDIR += rubygem-sinatra-contrib SUBDIR += rubygem-sinatra-r18n SUBDIR += rubygem-sinatra-respond_to SUBDIR += rubygem-task_list SUBDIR += rubygem-thin SUBDIR += rubygem-tinyatom SUBDIR += rubygem-tinymce-rails SUBDIR += rubygem-tumblr_client SUBDIR += rubygem-turbolinks SUBDIR += rubygem-turbolinks-rails41 SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier SUBDIR += rubygem-underscore-rails SUBDIR += rubygem-unicorn SUBDIR += rubygem-unicorn-worker-killer SUBDIR += rubygem-url-mount SUBDIR += rubygem-url_escape SUBDIR += rubygem-wasabi SUBDIR += rubygem-webkit-gtk SUBDIR += rubygem-webkit-gtk2 SUBDIR += rubygem-webmock SUBDIR += rubygem-webrobots SUBDIR += rubygem-websocket SUBDIR += rubygem-yapra SUBDIR += sabredav SUBDIR += sahi SUBDIR += sakai SUBDIR += samidare SUBDIR += sams2 SUBDIR += sarg SUBDIR += scloader SUBDIR += script4rss SUBDIR += seahub SUBDIR += seamonkey SUBDIR += seamonkey-i18n SUBDIR += selenium SUBDIR += serendipity SUBDIR += serf SUBDIR += servlet-api SUBDIR += session2 SUBDIR += sfnt2woff SUBDIR += shellinabox SUBDIR += shttpd SUBDIR += simplog SUBDIR += sit SUBDIR += sitebar SUBDIR += sitecopy SUBDIR += siteframe SUBDIR += skytemplate SUBDIR += smarty2 SUBDIR += smarty3 SUBDIR += smb_auth SUBDIR += snarf SUBDIR += sogo SUBDIR += sogo-activesync SUBDIR += spawn-fcgi SUBDIR += spdylay SUBDIR += speedtest-mini SUBDIR += spreadlogd SUBDIR += sqstat SUBDIR += squid SUBDIR += squid_radius_auth SUBDIR += squidclamav SUBDIR += squidguard SUBDIR += squidpurge SUBDIR += squidstats SUBDIR += squidview SUBDIR += srg SUBDIR += subsonic SUBDIR += subsonic-standalone SUBDIR += suphp SUBDIR += surf SUBDIR += surfraw SUBDIR += sventon SUBDIR += swfdec-plugin SUBDIR += swiggle SUBDIR += swish++ SUBDIR += swish-e SUBDIR += sws SUBDIR += sxweb SUBDIR += syndigator SUBDIR += tclhttpd SUBDIR += tclwebtest SUBDIR += tdiary SUBDIR += tdom SUBDIR += template_ SUBDIR += templatelite SUBDIR += tengine SUBDIR += testlink SUBDIR += textpattern SUBDIR += thttpd SUBDIR += thumbnail_index SUBDIR += thundercache SUBDIR += thundersnarf SUBDIR += tickr SUBDIR += tidy SUBDIR += tidy-devel SUBDIR += tidy-html5 SUBDIR += tidy-lib SUBDIR += tikiwiki SUBDIR += tinymce SUBDIR += tinymce3 SUBDIR += tinyproxy SUBDIR += tinytinyhttpd SUBDIR += tivoka SUBDIR += tntnet SUBDIR += tokyopromenade SUBDIR += tomcat-native SUBDIR += tomcat6 SUBDIR += tomcat7 SUBDIR += tomcat8 SUBDIR += tomee SUBDIR += trac SUBDIR += trac-OhlohWidgetsMacro SUBDIR += trac-TracGoogleAnalytics SUBDIR += trac-accountmanager SUBDIR += trac-advancedticketworkflow SUBDIR += trac-attachmentpolicy SUBDIR += trac-autocomplete SUBDIR += trac-bzr SUBDIR += trac-ccselector SUBDIR += trac-childtickets SUBDIR += trac-customfieldadmin SUBDIR += trac-datefield SUBDIR += trac-defaultcc SUBDIR += trac-discussion SUBDIR += trac-down SUBDIR += trac-downloads SUBDIR += trac-email2trac SUBDIR += trac-email2trac-postfix SUBDIR += trac-estimator SUBDIR += trac-fivestarvote SUBDIR += trac-fullblog SUBDIR += trac-fullblognotification SUBDIR += trac-gantt SUBDIR += trac-graphviz SUBDIR += trac-iniadmin SUBDIR += trac-keywords SUBDIR += trac-keywordsecretticket SUBDIR += trac-mastertickets SUBDIR += trac-math SUBDIR += trac-mercurial SUBDIR += trac-navadd SUBDIR += trac-permredirect SUBDIR += trac-privatetickets SUBDIR += trac-pydotorgtheme SUBDIR += trac-robotstxt SUBDIR += trac-scrumburndown SUBDIR += trac-spam-filter SUBDIR += trac-subtickets SUBDIR += trac-tags SUBDIR += trac-themeengine SUBDIR += trac-ticketimport SUBDIR += trac-tickettemplate SUBDIR += trac-timingandestimation SUBDIR += trac-tocmacro SUBDIR += trac-tracdragdrop SUBDIR += trac-tweakui SUBDIR += trac-vote SUBDIR += trac-watchlist SUBDIR += trac-wikigoodies SUBDIR += trac-wikinotification SUBDIR += trac-wikitemplates SUBDIR += trac-wikitopdf SUBDIR += trac-wysiwyg SUBDIR += trac-xmlrpc SUBDIR += trafficserver SUBDIR += transmission-web SUBDIR += transproxy SUBDIR += trytond28_google_maps SUBDIR += tt-rss SUBDIR += ttf2eot SUBDIR += twiki SUBDIR += twiki-BehaviourContrib SUBDIR += twiki-BlogAddOn SUBDIR += twiki-BugzillaLinkPlugin SUBDIR += twiki-ClassicSkin SUBDIR += twiki-CommentPlugin SUBDIR += twiki-EditTablePlugin SUBDIR += twiki-EmptyPlugin SUBDIR += twiki-GluePlugin SUBDIR += twiki-InterwikiPlugin SUBDIR += twiki-JSCalendarContrib SUBDIR += twiki-LDAPPasswordChangerPlugin SUBDIR += twiki-LdapContrib SUBDIR += twiki-LdapNgPlugin SUBDIR += twiki-MailerContrib SUBDIR += twiki-MathModePlugin SUBDIR += twiki-NewUserPlugin SUBDIR += twiki-PatternSkin SUBDIR += twiki-PreferencesPlugin SUBDIR += twiki-RenderListPlugin SUBDIR += twiki-SlideShowPlugin SUBDIR += twiki-SmiliesPlugin SUBDIR += twiki-SpreadSheetPlugin SUBDIR += twiki-SubscribePlugin SUBDIR += twiki-TWikiUserMappingContrib SUBDIR += twiki-TablePlugin SUBDIR += twiki-TagMePlugin SUBDIR += twiki-TinyMCEPlugin SUBDIR += twiki-TipsContrib SUBDIR += twiki-TopicVarsPlugin SUBDIR += twiki-TwistyContrib SUBDIR += twiki-TwistyPlugin SUBDIR += twiki-WysiwygPlugin SUBDIR += twill SUBDIR += twms SUBDIR += typo3 SUBDIR += typo3-lts SUBDIR += typolight SUBDIR += udmsearch SUBDIR += uglifyjs SUBDIR += usermanager SUBDIR += uwsgi SUBDIR += uwsgitop SUBDIR += uzbl SUBDIR += validator SUBDIR += varnish-libvmod-header SUBDIR += varnish-libvmod-saintmode SUBDIR += varnish-nagios SUBDIR += varnish4 SUBDIR += vdr-plugin-live SUBDIR += vdradmin-am SUBDIR += vee SUBDIR += vertx SUBDIR += vimb-gtk2 SUBDIR += vimb-gtk3 SUBDIR += visitors SUBDIR += volta SUBDIR += w3m SUBDIR += w3m-img SUBDIR += w3mir SUBDIR += waccess SUBDIR += wadcomblog SUBDIR += web2ldap SUBDIR += webalizer SUBDIR += webbrowser SUBDIR += webcalendar SUBDIR += webcheck SUBDIR += webcopy SUBDIR += webcrawl SUBDIR += webfs SUBDIR += webgo SUBDIR += webgrind SUBDIR += webinject SUBDIR += webkit-gtk2 SUBDIR += webkit-gtk3 SUBDIR += webkit-qt4 SUBDIR += webkit-qt5 SUBDIR += webkit-sharp SUBDIR += webkit2-gtk3 SUBDIR += weblint SUBDIR += weblint++ SUBDIR += webpy SUBDIR += webreport SUBDIR += webresolve SUBDIR += websh SUBDIR += webstats SUBDIR += webstone SUBDIR += webstone-ssl SUBDIR += webtrees SUBDIR += wgetpaste SUBDIR += wikicalc SUBDIR += wikindx SUBDIR += wml SUBDIR += woof SUBDIR += wordpress SUBDIR += wsdlpull SUBDIR += wsmake SUBDIR += www6to4 SUBDIR += wwwoffle SUBDIR += wwwstat SUBDIR += xapian-omega SUBDIR += xaraya SUBDIR += xcache SUBDIR += xfce4-smartbookmark-plugin SUBDIR += xist SUBDIR += xombrero SUBDIR += xoops SUBDIR += xpi-adblock SUBDIR += xpi-adblock_plus SUBDIR += xpi-bookmarkdd SUBDIR += xpi-clear_cache_button SUBDIR += xpi-clearfields SUBDIR += xpi-close-all-tabs SUBDIR += xpi-colorfultabs SUBDIR += xpi-conkeror SUBDIR += xpi-cookiesafe SUBDIR += xpi-cssviewer SUBDIR += xpi-cutemenus-crystalsvg SUBDIR += xpi-default_full_zoom_level SUBDIR += xpi-delicious SUBDIR += xpi-downthemall SUBDIR += xpi-errorzilla SUBDIR += xpi-fasterfox SUBDIR += xpi-firebug SUBDIR += xpi-firefox-showcase SUBDIR += xpi-firemobilesimulator SUBDIR += xpi-fission SUBDIR += xpi-flagfox SUBDIR += xpi-flashblock SUBDIR += xpi-flashgot SUBDIR += xpi-flatbmark SUBDIR += xpi-forecastfox SUBDIR += xpi-formfox SUBDIR += xpi-foxmarks SUBDIR += xpi-foxyproxy SUBDIR += xpi-gbrain SUBDIR += xpi-gdata_provider SUBDIR += xpi-ghostery SUBDIR += xpi-gmail-manager SUBDIR += xpi-google-notebook SUBDIR += xpi-google_shortcuts SUBDIR += xpi-grab_and_drag SUBDIR += xpi-greasemonkey SUBDIR += xpi-httpfox SUBDIR += xpi-imagezoom SUBDIR += xpi-imdbpreview SUBDIR += xpi-imglikeopera SUBDIR += xpi-infolister SUBDIR += xpi-informenter SUBDIR += xpi-inline-google-definitions SUBDIR += xpi-it_s_all_text SUBDIR += xpi-jslib SUBDIR += xpi-jsview SUBDIR += xpi-jv SUBDIR += xpi-leechblock SUBDIR += xpi-linkification SUBDIR += xpi-live_http_headers SUBDIR += xpi-live_pagerank SUBDIR += xpi-locale-switcher SUBDIR += xpi-menueditor SUBDIR += xpi-mldonkey SUBDIR += xpi-modify_headers SUBDIR += xpi-mrtech-local-install SUBDIR += xpi-neo-diggler SUBDIR += xpi-no-referrer SUBDIR += xpi-noscript SUBDIR += xpi-passwordmaker SUBDIR += xpi-pdf_download SUBDIR += xpi-pencil SUBDIR += xpi-pentadactyl SUBDIR += xpi-permatabs SUBDIR += xpi-prism SUBDIR += xpi-quick-locale-switcher SUBDIR += xpi-quickproxy SUBDIR += xpi-resurrectpages SUBDIR += xpi-sameplace SUBDIR += xpi-scrapbook SUBDIR += xpi-searchstatus SUBDIR += xpi-server_spy SUBDIR += xpi-server_switcher SUBDIR += xpi-sessionmanager SUBDIR += xpi-showip SUBDIR += xpi-speed-dial SUBDIR += xpi-splash SUBDIR += xpi-stumbleupon SUBDIR += xpi-stylish SUBDIR += xpi-table2clipboard SUBDIR += xpi-tabletools SUBDIR += xpi-tabmixplus SUBDIR += xpi-tagzilla SUBDIR += xpi-togglewordwrap SUBDIR += xpi-torbutton SUBDIR += xpi-twitterfox SUBDIR += xpi-uBlock_origin SUBDIR += xpi-unplug SUBDIR += xpi-urllink SUBDIR += xpi-user_agent_switcher SUBDIR += xpi-vimperator SUBDIR += xpi-web_developer SUBDIR += xpi-wmlbrowser SUBDIR += xpi-xhtml-ruby-support SUBDIR += xpi-xmpp4moz SUBDIR += xpi-yslow SUBDIR += xshttpd SUBDIR += xshttpd-devel SUBDIR += xsp SUBDIR += yabb SUBDIR += yahoo-ui SUBDIR += yanopaste SUBDIR += yaws SUBDIR += yii SUBDIR += yourls SUBDIR += youtube_dl SUBDIR += yuicompressor SUBDIR += zen-cart SUBDIR += zend-framework SUBDIR += zend-framework1 SUBDIR += zenphoto SUBDIR += zerowait-httpd SUBDIR += zikula SUBDIR += zope213 .include Index: head/www/py-qt5-webkit/Makefile =================================================================== --- head/www/py-qt5-webkit/Makefile (nonexistent) +++ head/www/py-qt5-webkit/Makefile (revision 403693) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= webkit +CATEGORIES= www devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtWebKit module + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip +RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT5_VERSION}:${PORTSDIR}/x11-toolkits/py-qt5-gui + +CONFIGURE_ARGS= --enable QtWebKit +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run gui_run network_run +USE_QT5= core gui network webkit qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtWebKit API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/www/py-qt5-webkit/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/py-qt5-webkit/pkg-descr =================================================================== --- head/www/py-qt5-webkit/pkg-descr (nonexistent) +++ head/www/py-qt5-webkit/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtWebKit module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/www/py-qt5-webkit/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/py-qt5-webkit/pkg-plist =================================================================== --- head/www/py-qt5-webkit/pkg-plist (nonexistent) +++ head/www/py-qt5-webkit/pkg-plist (revision 403693) @@ -0,0 +1,11 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtWebKit.so +%%PYQT_SIPDIR%%/QtWebKit/QtWebKitmod.sip +%%PYQT_SIPDIR%%/QtWebKit/qwebdatabase.sip +%%PYQT_SIPDIR%%/QtWebKit/qwebelement.sip +%%PYQT_SIPDIR%%/QtWebKit/qwebhistory.sip +%%PYQT_SIPDIR%%/QtWebKit/qwebhistoryinterface.sip +%%PYQT_SIPDIR%%/QtWebKit/qwebkitglobal.sip +%%PYQT_SIPDIR%%/QtWebKit/qwebpluginfactory.sip +%%PYQT_SIPDIR%%/QtWebKit/qwebsecurityorigin.sip +%%PYQT_SIPDIR%%/QtWebKit/qwebsettings.sip +%%API%%share/qt5/qsci/api/python/QtWebKit.api Property changes on: head/www/py-qt5-webkit/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/py-qt5-webkitwidgets/Makefile =================================================================== --- head/www/py-qt5-webkitwidgets/Makefile (nonexistent) +++ head/www/py-qt5-webkitwidgets/Makefile (revision 403693) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= webkitwidgets +CATEGORIES= www devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtWebKitWidgets module + +CONFIGURE_ARGS= --enable QtWebKitWidgets +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run printsupport_run webkit_run widgets_run +USE_QT5= core gui network printsupport webkit widgets \ + qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtWebKitWidgets API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/www/py-qt5-webkitwidgets/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/py-qt5-webkitwidgets/pkg-descr =================================================================== --- head/www/py-qt5-webkitwidgets/pkg-descr (nonexistent) +++ head/www/py-qt5-webkitwidgets/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtWebKitWidgets module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/www/py-qt5-webkitwidgets/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/py-qt5-webkitwidgets/pkg-plist =================================================================== --- head/www/py-qt5-webkitwidgets/pkg-plist (nonexistent) +++ head/www/py-qt5-webkitwidgets/pkg-plist (revision 403693) @@ -0,0 +1,8 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtWebKitWidgets.so +%%PYQT_SIPDIR%%/QtWebKitWidgets/QtWebKitWidgetsmod.sip +%%PYQT_SIPDIR%%/QtWebKitWidgets/qgraphicswebview.sip +%%PYQT_SIPDIR%%/QtWebKitWidgets/qwebframe.sip +%%PYQT_SIPDIR%%/QtWebKitWidgets/qwebinspector.sip +%%PYQT_SIPDIR%%/QtWebKitWidgets/qwebpage.sip +%%PYQT_SIPDIR%%/QtWebKitWidgets/qwebview.sip +%%API%%share/qt5/qsci/api/python/QtWebKitWidgets.api Property changes on: head/www/py-qt5-webkitwidgets/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/Makefile =================================================================== --- head/x11/Makefile (revision 403692) +++ head/x11/Makefile (revision 403693) @@ -1,495 +1,496 @@ # $FreeBSD$ # COMMENT = Ports to support the X window system SUBDIR += 3ddesktop SUBDIR += 9box SUBDIR += 9menu SUBDIR += alltray SUBDIR += antimicro SUBDIR += appres SUBDIR += apwal SUBDIR += arandr SUBDIR += aterm SUBDIR += babl SUBDIR += bbappconf SUBDIR += bbdock SUBDIR += bbrun SUBDIR += beforelight SUBDIR += bgrot SUBDIR += bgs SUBDIR += bigreqsproto SUBDIR += bitmap SUBDIR += blast SUBDIR += bmpanel2 SUBDIR += bricons SUBDIR += brightside SUBDIR += cinnamon SUBDIR += cinnamon-desktop SUBDIR += cinnamon-menus SUBDIR += cinnamon-screensaver SUBDIR += cinnamon-session SUBDIR += cl-clx SUBDIR += compositeproto SUBDIR += cool-retro-term SUBDIR += damageproto SUBDIR += decurs SUBDIR += deforaos-desktop SUBDIR += deforaos-keyboard SUBDIR += deforaos-libdesktop SUBDIR += deforaos-locker SUBDIR += deforaos-panel SUBDIR += deskmenu SUBDIR += deskpaint SUBDIR += dgs SUBDIR += dmenu SUBDIR += dmxproto SUBDIR += docker-tray SUBDIR += dri2proto SUBDIR += dri3proto SUBDIR += dxpc SUBDIR += dynamag SUBDIR += dzen2 SUBDIR += eaglemode SUBDIR += editres SUBDIR += emprint SUBDIR += erun SUBDIR += eterm SUBDIR += evieext SUBDIR += evilvte SUBDIR += fbdesk SUBDIR += fbpanel SUBDIR += fireflies SUBDIR += fixesproto SUBDIR += florence SUBDIR += fluxbg SUBDIR += fpc-x11 SUBDIR += fstobdf SUBDIR += gcb SUBDIR += gdkxft SUBDIR += gdm SUBDIR += glproto SUBDIR += gmrun SUBDIR += gnome-clipboard-daemon SUBDIR += gnome-desktop SUBDIR += gnome-desktop-reference SUBDIR += gnome-menus SUBDIR += gnome-pie SUBDIR += gnome-session SUBDIR += gnome-shell SUBDIR += gnome-shell-extensions SUBDIR += gnome-terminal SUBDIR += gnome3 SUBDIR += gnome3-lite SUBDIR += gnustep-app SUBDIR += gpctool SUBDIR += grabc SUBDIR += gromit SUBDIR += gskrab SUBDIR += gstreamer1-plugins-x SUBDIR += gstreamer1-plugins-ximagesrc SUBDIR += gsynaptics SUBDIR += gtk-launch SUBDIR += gtk-theme-switch SUBDIR += gtk-theme-switch2 SUBDIR += gtkchtheme SUBDIR += gtkterm2 SUBDIR += guake SUBDIR += hotwire-shell SUBDIR += hs-X11 SUBDIR += hs-X11-xft SUBDIR += hs-xmobar SUBDIR += i3lock SUBDIR += i3status SUBDIR += iceauth SUBDIR += ico SUBDIR += idesk SUBDIR += imwheel SUBDIR += innerspace SUBDIR += inputproto SUBDIR += ipager SUBDIR += kactivities SUBDIR += kactivitymanagerd SUBDIR += kb2mb2 SUBDIR += kbproto SUBDIR += kde4 SUBDIR += kde4-baseapps SUBDIR += kde4-runtime SUBDIR += kde4-workspace SUBDIR += kdelibs4 SUBDIR += keybinder SUBDIR += keybinder-gtk3 SUBDIR += keyboardcast SUBDIR += keylaunch SUBDIR += keynav SUBDIR += kgamma SUBDIR += konsole SUBDIR += leechcraft SUBDIR += libICE SUBDIR += libSM SUBDIR += libX11 SUBDIR += libXScrnSaver SUBDIR += libXTrap SUBDIR += libXau SUBDIR += libXcm SUBDIR += libXcomposite SUBDIR += libXcursor SUBDIR += libXdamage SUBDIR += libXdmcp SUBDIR += libXevie SUBDIR += libXext SUBDIR += libXfixes SUBDIR += libXi SUBDIR += libXinerama SUBDIR += libXp SUBDIR += libXpm SUBDIR += libXprintAppUtil SUBDIR += libXprintUtil SUBDIR += libXrandr SUBDIR += libXrender SUBDIR += libXres SUBDIR += libXtst SUBDIR += libXv SUBDIR += libXvMC SUBDIR += libXxf86dga SUBDIR += libXxf86misc SUBDIR += libXxf86vm SUBDIR += libdmx SUBDIR += libdnd SUBDIR += libexo SUBDIR += libfm SUBDIR += libfm-extra SUBDIR += libgnome SUBDIR += libgnome-reference SUBDIR += libgnomekbd SUBDIR += libgnomemm26 SUBDIR += libkonq SUBDIR += libmatekbd SUBDIR += liboldX SUBDIR += libsx SUBDIR += libsynaptics SUBDIR += libxcb SUBDIR += libxdg-basedir SUBDIR += libxfce4menu SUBDIR += libxfce4util SUBDIR += libxkbcommon SUBDIR += libxkbfile SUBDIR += libxkbui SUBDIR += libxklavier SUBDIR += libxshmfence SUBDIR += linux-c6-xorg-libs SUBDIR += linux-f10-xorg-libs SUBDIR += listres SUBDIR += lsw SUBDIR += luit SUBDIR += lumina SUBDIR += lumina-i18n SUBDIR += lupe SUBDIR += lxde-meta SUBDIR += lxmenu-data SUBDIR += lxpanel SUBDIR += lxrandr SUBDIR += mate SUBDIR += mate-applets SUBDIR += mate-base SUBDIR += mate-desktop SUBDIR += mate-menus SUBDIR += mate-panel SUBDIR += mate-screensaver SUBDIR += mate-session-manager SUBDIR += mate-terminal SUBDIR += menu-cache SUBDIR += metalock SUBDIR += metisse SUBDIR += mkcomposecache SUBDIR += mlterm SUBDIR += mrxvt SUBDIR += mrxvt-devel SUBDIR += multi-aterm SUBDIR += mxico SUBDIR += numlockx SUBDIR += nvidia-driver SUBDIR += nvidia-driver-304 SUBDIR += nvidia-driver-340 SUBDIR += nvidia-settings SUBDIR += nvidia-xconfig SUBDIR += nxcomp SUBDIR += ooxcb SUBDIR += p5-Clipboard SUBDIR += p5-X11-GUITest SUBDIR += p5-X11-IdleTime SUBDIR += p5-X11-Protocol SUBDIR += p5-X11-Resolution SUBDIR += p5-X11-XCB SUBDIR += p5-X11-Xlib SUBDIR += p5-XTerm-Conf SUBDIR += pixman SUBDIR += plasma-scriptengine-python SUBDIR += plasma-scriptengine-ruby SUBDIR += presentproto SUBDIR += printproto SUBDIR += printscreen SUBDIR += props SUBDIR += py-qt4-opengl + SUBDIR += py-qt5-opengl SUBDIR += qimageblitz SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-inputmethods SUBDIR += qt5-qev SUBDIR += qt5-x11extras SUBDIR += qxkb SUBDIR += randrproto SUBDIR += recordproto SUBDIR += rendercheck SUBDIR += renderproto SUBDIR += resourceproto SUBDIR += rgb SUBDIR += rofi SUBDIR += rox-wallpaper SUBDIR += roxbg SUBDIR += roxterm SUBDIR += rsibreak-kde4 SUBDIR += rstart SUBDIR += ruby-X11 SUBDIR += rubygem-gnome2 SUBDIR += rxvt SUBDIR += rxvt-unicode SUBDIR += sakura SUBDIR += sbxkb SUBDIR += scripts SUBDIR += scrnsaverproto SUBDIR += sessreg SUBDIR += setlayout SUBDIR += setxkbmap SUBDIR += simdock SUBDIR += sisctrl SUBDIR += slim SUBDIR += slock SUBDIR += slop SUBDIR += smproxy SUBDIR += sselp SUBDIR += stalonetray SUBDIR += startup-notification SUBDIR += sterm SUBDIR += stjerm SUBDIR += swarp SUBDIR += sxhkd SUBDIR += sxpc SUBDIR += tabbed SUBDIR += temperature.app SUBDIR += terminal.app SUBDIR += terminator SUBDIR += terminology SUBDIR += thinglaunch SUBDIR += thingylaunch SUBDIR += tilda SUBDIR += tint SUBDIR += tint-devel SUBDIR += tkXwin SUBDIR += trapproto SUBDIR += trayer SUBDIR += tycoon SUBDIR += urxvt-perls SUBDIR += vdesk SUBDIR += videoproto SUBDIR += viewres SUBDIR += virtualgl SUBDIR += wbar SUBDIR += wbarconf SUBDIR += wdm SUBDIR += wmappl SUBDIR += wmblob SUBDIR += wmbutton SUBDIR += wmcliphist SUBDIR += wmctrl SUBDIR += wmdrawer SUBDIR += wmmatrix SUBDIR += wmxss SUBDIR += workrave SUBDIR += x11perf SUBDIR += x3270 SUBDIR += xaniroc SUBDIR += xantfarm SUBDIR += xascii SUBDIR += xauth SUBDIR += xautolock SUBDIR += xautomation SUBDIR += xbacklight SUBDIR += xballoon SUBDIR += xbanner SUBDIR += xbelld SUBDIR += xbiff SUBDIR += xbindkeys SUBDIR += xbitmaps SUBDIR += xbrightness SUBDIR += xcalc SUBDIR += xcalib SUBDIR += xcb SUBDIR += xcb-proto SUBDIR += xcb-util SUBDIR += xcb-util-cursor SUBDIR += xcb-util-image SUBDIR += xcb-util-keysyms SUBDIR += xcb-util-renderutil SUBDIR += xcb-util-wm SUBDIR += xclick SUBDIR += xclip SUBDIR += xclipboard SUBDIR += xcm SUBDIR += xcmd SUBDIR += xcmiscproto SUBDIR += xcmsdb SUBDIR += xco SUBDIR += xcoloredit SUBDIR += xcolors SUBDIR += xcolorsel SUBDIR += xconsole SUBDIR += xcurs SUBDIR += xcursorgen SUBDIR += xcut SUBDIR += xdbedizzy SUBDIR += xdialog SUBDIR += xditview SUBDIR += xdm SUBDIR += xdotool SUBDIR += xdpyinfo SUBDIR += xdriinfo SUBDIR += xdtm SUBDIR += xedit SUBDIR += xev SUBDIR += xextproto SUBDIR += xeyes SUBDIR += xf86dga SUBDIR += xf86dgaproto SUBDIR += xf86driproto SUBDIR += xf86miscproto SUBDIR += xf86rushproto SUBDIR += xf86vidmodeproto SUBDIR += xfce4-clipman-plugin SUBDIR += xfce4-conf SUBDIR += xfce4-dashboard SUBDIR += xfce4-embed-plugin SUBDIR += xfce4-quicklauncher-plugin SUBDIR += xfce4-screenshooter-plugin SUBDIR += xfce4-taskmanager SUBDIR += xfce4-terminal SUBDIR += xfce4-verve-plugin SUBDIR += xfce4-whiskermenu-plugin SUBDIR += xfce4-wmdock-plugin SUBDIR += xfd SUBDIR += xfindproxy SUBDIR += xfishtank SUBDIR += xforward SUBDIR += xfree86_xkb_xml SUBDIR += xfwp SUBDIR += xgamma SUBDIR += xgc SUBDIR += xgrab SUBDIR += xhost SUBDIR += xidle SUBDIR += xineramaproto SUBDIR += xinit SUBDIR += xinput SUBDIR += xkbcomp SUBDIR += xkbctrl SUBDIR += xkbevd SUBDIR += xkbprint SUBDIR += xkbset SUBDIR += xkbutils SUBDIR += xkeyboard-config SUBDIR += xkeycaps SUBDIR += xkeywrap SUBDIR += xkill SUBDIR += xload SUBDIR += xloadimage SUBDIR += xlockmore SUBDIR += xlogo SUBDIR += xlsatoms SUBDIR += xlsclients SUBDIR += xlupe SUBDIR += xmag SUBDIR += xman SUBDIR += xmangekyou SUBDIR += xmascot SUBDIR += xmessage SUBDIR += xmh SUBDIR += xmodmap SUBDIR += xmon SUBDIR += xmore SUBDIR += xmotd SUBDIR += xmove SUBDIR += xmsg SUBDIR += xmx SUBDIR += xnee SUBDIR += xnodecor SUBDIR += xorg SUBDIR += xorg-apps SUBDIR += xorg-cf-files SUBDIR += xorg-docs SUBDIR += xorg-libraries SUBDIR += xorg-minimal SUBDIR += xplsprinters SUBDIR += xpr SUBDIR += xpra SUBDIR += xprehashprinterlist SUBDIR += xprompt SUBDIR += xprop SUBDIR += xproto SUBDIR += xproxymanagementprotocol SUBDIR += xpyb SUBDIR += xrandr SUBDIR += xrdb SUBDIR += xrefresh SUBDIR += xrestop SUBDIR += xrootconsole SUBDIR += xrsh SUBDIR += xrsi SUBDIR += xrx SUBDIR += xscreensaver SUBDIR += xscreensaver-gnome SUBDIR += xscreensaver-gnome-hacks SUBDIR += xscreensaver.app SUBDIR += xsel SUBDIR += xsel-conrad SUBDIR += xset SUBDIR += xsetmode SUBDIR += xsetpointer SUBDIR += xsetroot SUBDIR += xskyroot SUBDIR += xsm SUBDIR += xsnow SUBDIR += xstarroll SUBDIR += xstdcmap SUBDIR += xstroke SUBDIR += xtacy SUBDIR += xterm SUBDIR += xtermcontrol SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtoolwait SUBDIR += xtrans SUBDIR += xtrap SUBDIR += xtrlock SUBDIR += xtset SUBDIR += xvattr SUBDIR += xvidtune SUBDIR += xvinfo SUBDIR += xvkbd SUBDIR += xvmcinfo SUBDIR += xvt SUBDIR += xwatchwin SUBDIR += xwd SUBDIR += xwininfo SUBDIR += xwinwrap SUBDIR += xwit SUBDIR += xwud SUBDIR += xxkb SUBDIR += xzoom SUBDIR += yad SUBDIR += yakuake-kde4 SUBDIR += yalias SUBDIR += yeahconsole SUBDIR += yelp SUBDIR += zenity .include Index: head/x11/py-qt5-opengl/Makefile =================================================================== --- head/x11/py-qt5-opengl/Makefile (nonexistent) +++ head/x11/py-qt5-opengl/Makefile (revision 403693) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= opengl +CATEGORIES= x11 devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtOpenGL module + +CONFIGURE_ARGS= --enable QtOpenGL +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run gui_run widgets_run +USE_QT5= core gui opengl widgets qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtOpenGL API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/x11/py-qt5-opengl/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/py-qt5-opengl/pkg-descr =================================================================== --- head/x11/py-qt5-opengl/pkg-descr (nonexistent) +++ head/x11/py-qt5-opengl/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtOpenGL module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/x11/py-qt5-opengl/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/py-qt5-opengl/pkg-plist =================================================================== --- head/x11/py-qt5-opengl/pkg-plist (nonexistent) +++ head/x11/py-qt5-opengl/pkg-plist (revision 403693) @@ -0,0 +1,4 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtOpenGL.so +%%PYQT_SIPDIR%%/QtOpenGL/QtOpenGLmod.sip +%%PYQT_SIPDIR%%/QtOpenGL/qgl.sip +%%API%%share/qt5/qsci/api/python/QtOpenGL.api Property changes on: head/x11/py-qt5-opengl/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/Makefile =================================================================== --- head/x11-toolkits/Makefile (revision 403692) +++ head/x11-toolkits/Makefile (revision 403693) @@ -1,274 +1,276 @@ # $FreeBSD$ # COMMENT = X11 toolkits SUBDIR += SoXt SUBDIR += Xaw3d SUBDIR += attica SUBDIR += bakery SUBDIR += blt SUBDIR += bwidget SUBDIR += c++-gtk-utils SUBDIR += elementary SUBDIR += flowcanvas SUBDIR += fltk SUBDIR += fltk-devel SUBDIR += fox14 SUBDIR += fox16 SUBDIR += fox17 SUBDIR += fpc-gtk2 SUBDIR += fpc-xforms SUBDIR += fxscintilla SUBDIR += gai SUBDIR += gal2 SUBDIR += gal2-reference SUBDIR += gdl SUBDIR += girara SUBDIR += gnocl SUBDIR += gnome-pty-helper SUBDIR += gnome-sharp20 SUBDIR += gnomemm SUBDIR += gnustep-back SUBDIR += gnustep-gui SUBDIR += granite SUBDIR += gstreamer-plugins-pango SUBDIR += gstreamer1-plugins-pango SUBDIR += gtk-sharp-beans SUBDIR += gtk-sharp10 SUBDIR += gtk-sharp20 SUBDIR += gtk-sharp30 SUBDIR += gtk12 SUBDIR += gtk20 SUBDIR += gtk20-reference SUBDIR += gtk30 SUBDIR += gtk30-reference SUBDIR += gtkada SUBDIR += gtkada3 SUBDIR += gtkdatabox SUBDIR += gtkextra2 SUBDIR += gtkglarea2 SUBDIR += gtkglext SUBDIR += gtkglextmm SUBDIR += gtkimageview SUBDIR += gtkmathview SUBDIR += gtkmm20 SUBDIR += gtkmm20-reference SUBDIR += gtkmm24 SUBDIR += gtkmm24-reference SUBDIR += gtkmm30 SUBDIR += gtkmm30-reference SUBDIR += gtksourceview SUBDIR += gtksourceview-reference SUBDIR += gtksourceview2 SUBDIR += gtksourceview2-reference SUBDIR += gtksourceview3 SUBDIR += gtksourceview3-reference SUBDIR += gtksourceviewmm3 SUBDIR += hippo-canvas SUBDIR += hs-GLURaw SUBDIR += hs-GLUT SUBDIR += hs-OpenGL SUBDIR += hs-OpenGLRaw SUBDIR += hs-gtk SUBDIR += hs-gtk2hs SUBDIR += hs-gtksourceview2 SUBDIR += hs-pango SUBDIR += hs-vte SUBDIR += hs-wx SUBDIR += hs-wxc SUBDIR += hs-wxcore SUBDIR += hs-wxdirect SUBDIR += irrlicht SUBDIR += itk SUBDIR += iwidgets SUBDIR += lesstif SUBDIR += libXaw SUBDIR += libXmu SUBDIR += libXt SUBDIR += libbonoboui SUBDIR += libbonoboui-reference SUBDIR += libgdiplus SUBDIR += libgnomeprintui SUBDIR += libgnomeprintuimm SUBDIR += libgnomeui SUBDIR += libgnomeui-reference SUBDIR += libgnomeuimm26 SUBDIR += libgtksourceviewmm SUBDIR += libsexy SUBDIR += libsexymm SUBDIR += libunique3 SUBDIR += libwnck SUBDIR += libwnck-reference SUBDIR += libwnck3 SUBDIR += libxaw3dxft SUBDIR += libxfce4gui SUBDIR += linux-c6-gtk2 SUBDIR += linux-c6-openmotif SUBDIR += linux-c6-pango SUBDIR += linux-c6-qt47-x11 SUBDIR += linux-c6-tk85 SUBDIR += linux-f10-blt SUBDIR += linux-f10-gtk2 SUBDIR += linux-f10-openmotif SUBDIR += linux-f10-pango SUBDIR += linux-f10-qt45 SUBDIR += linux-f10-tk85 SUBDIR += movingmotif SUBDIR += mowitz SUBDIR += mygui SUBDIR += neXtaw SUBDIR += nucleo SUBDIR += ocaml-lablgtk2 SUBDIR += ocaml-labltk SUBDIR += open-motif SUBDIR += otk SUBDIR += p5-Alien-wxWidgets SUBDIR += p5-Glade2 SUBDIR += p5-Gnome2 SUBDIR += p5-Gnome2-Canvas SUBDIR += p5-Gnome2-VFS SUBDIR += p5-Gnome2-Wnck SUBDIR += p5-Gtk SUBDIR += p5-Gtk2 SUBDIR += p5-Gtk2-Chmod SUBDIR += p5-Gtk2-Ex-Dialogs SUBDIR += p5-Gtk2-Ex-FormFactory SUBDIR += p5-Gtk2-Ex-PodViewer SUBDIR += p5-Gtk2-Ex-Simple-List SUBDIR += p5-Gtk2-Ex-Utils SUBDIR += p5-Gtk2-GladeXML SUBDIR += p5-Gtk2-Html2 SUBDIR += p5-Gtk2-ImageView SUBDIR += p5-Gtk2-PathButtonBar SUBDIR += p5-Gtk2-TrayIcon SUBDIR += p5-Gtk2-Unique SUBDIR += p5-Pango SUBDIR += p5-Prima SUBDIR += p5-Tk SUBDIR += p5-Tk-Action SUBDIR += p5-Tk-Autoscroll SUBDIR += p5-Tk-ColourChooser SUBDIR += p5-Tk-Contrib SUBDIR += p5-Tk-CursorControl SUBDIR += p5-Tk-DKW SUBDIR += p5-Tk-Date SUBDIR += p5-Tk-DynaTabFrame SUBDIR += p5-Tk-Enscript SUBDIR += p5-Tk-FileDialog SUBDIR += p5-Tk-FontDialog SUBDIR += p5-Tk-GBARR SUBDIR += p5-Tk-Getopt SUBDIR += p5-Tk-HistEntry SUBDIR += p5-Tk-JComboBox SUBDIR += p5-Tk-ResizeButton SUBDIR += p5-Tk-Role-Dialog SUBDIR += p5-Tk-Role-HasWidgets SUBDIR += p5-Tk-Splashscreen SUBDIR += p5-Tk-Sugar SUBDIR += p5-Tk-TableMatrix SUBDIR += p5-Tk-ToolBar SUBDIR += p5-Tk-WaitBox SUBDIR += p5-Wx SUBDIR += p5-Wx-Perl-ProcessStream SUBDIR += pango SUBDIR += pango-reference SUBDIR += pangomm SUBDIR += pangox-compat SUBDIR += pangoxsl SUBDIR += phat SUBDIR += plib SUBDIR += pure-gtk SUBDIR += pure-tk SUBDIR += py-Pmw SUBDIR += py-SquareMap SUBDIR += py-fltk SUBDIR += py-gnome2 SUBDIR += py-gtk2 SUBDIR += py-gtkglext SUBDIR += py-gtksourceview SUBDIR += py-gui SUBDIR += py-kivy SUBDIR += py-kiwi SUBDIR += py-qt4-gui + SUBDIR += py-qt5-gui + SUBDIR += py-qt5-widgets SUBDIR += py-sexy SUBDIR += py-tkinter SUBDIR += py32-tkinter SUBDIR += py33-tkinter SUBDIR += py34-tkinter SUBDIR += py35-tkinter SUBDIR += py-tktreectrl SUBDIR += py-traitsbackendwx SUBDIR += py-traitsgui SUBDIR += py-vte SUBDIR += py-wax SUBDIR += py-wxPython-common SUBDIR += py-wxPython28 SUBDIR += py-wxPython28-common SUBDIR += py-wxPython30 SUBDIR += py-xlib SUBDIR += pypy-tkinter SUBDIR += qt4-declarative SUBDIR += qt4-gui SUBDIR += qt4pas SUBDIR += qt5-declarative SUBDIR += qt5-gui SUBDIR += qt5-quick SUBDIR += qt5-quickcontrols SUBDIR += qt5-widgets SUBDIR += qtada SUBDIR += qwt5 SUBDIR += qwt5-designerplugin SUBDIR += qwt6 SUBDIR += qwt6-designerplugin SUBDIR += rep-gtk2 SUBDIR += rubygem-gdk3 SUBDIR += rubygem-gtk2 SUBDIR += rubygem-gtk3 SUBDIR += rubygem-gtksourceview2 SUBDIR += rubygem-gtksourceview3 SUBDIR += rubygem-pango SUBDIR += rubygem-poppler SUBDIR += rubygem-vte SUBDIR += scintilla SUBDIR += sdl_pango SUBDIR += shared-desktop-ontologies SUBDIR += skinlf SUBDIR += slingshot SUBDIR += soqt SUBDIR += swt SUBDIR += swt-devel SUBDIR += termit SUBDIR += tile SUBDIR += tix SUBDIR += tk-wrapper SUBDIR += tk84 SUBDIR += tk85 SUBDIR += tk86 SUBDIR += tkdnd SUBDIR += tkshape SUBDIR += tktable SUBDIR += tktray SUBDIR += tktreectrl SUBDIR += unique SUBDIR += v SUBDIR += vdk SUBDIR += viewklass SUBDIR += vte SUBDIR += vte-reference SUBDIR += vte290 SUBDIR += vte3 SUBDIR += vtkfox SUBDIR += wmapp SUBDIR += wxgtk28 SUBDIR += wxgtk28-common SUBDIR += wxgtk28-contrib SUBDIR += wxgtk28-contrib-common SUBDIR += wxgtk30 SUBDIR += xbae SUBDIR += xforms SUBDIR += xmhtml SUBDIR += xview SUBDIR += xview-clients .include Index: head/x11-toolkits/py-qt5-gui/Makefile =================================================================== --- head/x11-toolkits/py-qt5-gui/Makefile (nonexistent) +++ head/x11-toolkits/py-qt5-gui/Makefile (revision 403693) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= gui +CATEGORIES= x11-toolkits devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtGui module + +CONFIGURE_ARGS= --enable QtGui +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run +USE_QT5= core gui qmake_build imageformats_run + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtGui API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api + +.include Property changes on: head/x11-toolkits/py-qt5-gui/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/py-qt5-gui/pkg-descr =================================================================== --- head/x11-toolkits/py-qt5-gui/pkg-descr (nonexistent) +++ head/x11-toolkits/py-qt5-gui/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtGui module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/x11-toolkits/py-qt5-gui/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/py-qt5-gui/pkg-plist =================================================================== --- head/x11-toolkits/py-qt5-gui/pkg-plist (nonexistent) +++ head/x11-toolkits/py-qt5-gui/pkg-plist (revision 403693) @@ -0,0 +1,94 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtGui.so +%%PYQT_SIPDIR%%/QtGui/QtGuimod.sip +%%PYQT_SIPDIR%%/QtGui/opengl_types.sip +%%PYQT_SIPDIR%%/QtGui/qabstracttextdocumentlayout.sip +%%PYQT_SIPDIR%%/QtGui/qbackingstore.sip +%%PYQT_SIPDIR%%/QtGui/qbitmap.sip +%%PYQT_SIPDIR%%/QtGui/qbrush.sip +%%PYQT_SIPDIR%%/QtGui/qclipboard.sip +%%PYQT_SIPDIR%%/QtGui/qcolor.sip +%%PYQT_SIPDIR%%/QtGui/qcursor.sip +%%PYQT_SIPDIR%%/QtGui/qdesktopservices.sip +%%PYQT_SIPDIR%%/QtGui/qdrag.sip +%%PYQT_SIPDIR%%/QtGui/qevent.sip +%%PYQT_SIPDIR%%/QtGui/qfont.sip +%%PYQT_SIPDIR%%/QtGui/qfontdatabase.sip +%%PYQT_SIPDIR%%/QtGui/qfontinfo.sip +%%PYQT_SIPDIR%%/QtGui/qfontmetrics.sip +%%PYQT_SIPDIR%%/QtGui/qgenericmatrix.sip +%%PYQT_SIPDIR%%/QtGui/qglyphrun.sip +%%PYQT_SIPDIR%%/QtGui/qguiapplication.sip +%%PYQT_SIPDIR%%/QtGui/qicon.sip +%%PYQT_SIPDIR%%/QtGui/qiconengine.sip +%%PYQT_SIPDIR%%/QtGui/qimage.sip +%%PYQT_SIPDIR%%/QtGui/qimageiohandler.sip +%%PYQT_SIPDIR%%/QtGui/qimagereader.sip +%%PYQT_SIPDIR%%/QtGui/qimagewriter.sip +%%PYQT_SIPDIR%%/QtGui/qinputmethod.sip +%%PYQT_SIPDIR%%/QtGui/qkeysequence.sip +%%PYQT_SIPDIR%%/QtGui/qmatrix4x4.sip +%%PYQT_SIPDIR%%/QtGui/qmovie.sip +%%PYQT_SIPDIR%%/QtGui/qoffscreensurface.sip +%%PYQT_SIPDIR%%/QtGui/qopenglbuffer.sip +%%PYQT_SIPDIR%%/QtGui/qopenglcontext.sip +%%PYQT_SIPDIR%%/QtGui/qopengldebug.sip +%%PYQT_SIPDIR%%/QtGui/qopenglframebufferobject.sip +%%PYQT_SIPDIR%%/QtGui/qopenglpaintdevice.sip +%%PYQT_SIPDIR%%/QtGui/qopenglpixeltransferoptions.sip +%%PYQT_SIPDIR%%/QtGui/qopenglshaderprogram.sip +%%PYQT_SIPDIR%%/QtGui/qopengltexture.sip +%%PYQT_SIPDIR%%/QtGui/qopengltimerquery.sip +%%PYQT_SIPDIR%%/QtGui/qopenglversionfunctions.sip +%%PYQT_SIPDIR%%/QtGui/qopenglvertexarrayobject.sip +%%PYQT_SIPDIR%%/QtGui/qopenglwindow.sip +%%PYQT_SIPDIR%%/QtGui/qpagedpaintdevice.sip +%%PYQT_SIPDIR%%/QtGui/qpagelayout.sip +%%PYQT_SIPDIR%%/QtGui/qpagesize.sip +%%PYQT_SIPDIR%%/QtGui/qpaintdevice.sip +%%PYQT_SIPDIR%%/QtGui/qpaintdevicewindow.sip +%%PYQT_SIPDIR%%/QtGui/qpaintengine.sip +%%PYQT_SIPDIR%%/QtGui/qpainter.sip +%%PYQT_SIPDIR%%/QtGui/qpainterpath.sip +%%PYQT_SIPDIR%%/QtGui/qpalette.sip +%%PYQT_SIPDIR%%/QtGui/qpdfwriter.sip +%%PYQT_SIPDIR%%/QtGui/qpen.sip +%%PYQT_SIPDIR%%/QtGui/qpicture.sip +%%PYQT_SIPDIR%%/QtGui/qpixelformat.sip +%%PYQT_SIPDIR%%/QtGui/qpixmap.sip +%%PYQT_SIPDIR%%/QtGui/qpixmapcache.sip +%%PYQT_SIPDIR%%/QtGui/qpolygon.sip +%%PYQT_SIPDIR%%/QtGui/qpygui_qlist.sip +%%PYQT_SIPDIR%%/QtGui/qpygui_qpair.sip +%%PYQT_SIPDIR%%/QtGui/qpygui_qvector.sip +%%PYQT_SIPDIR%%/QtGui/qquaternion.sip +%%PYQT_SIPDIR%%/QtGui/qrasterwindow.sip +%%PYQT_SIPDIR%%/QtGui/qrawfont.sip +%%PYQT_SIPDIR%%/QtGui/qregion.sip +%%PYQT_SIPDIR%%/QtGui/qrgb.sip +%%PYQT_SIPDIR%%/QtGui/qscreen.sip +%%PYQT_SIPDIR%%/QtGui/qsessionmanager.sip +%%PYQT_SIPDIR%%/QtGui/qstandarditemmodel.sip +%%PYQT_SIPDIR%%/QtGui/qstatictext.sip +%%PYQT_SIPDIR%%/QtGui/qstylehints.sip +%%PYQT_SIPDIR%%/QtGui/qsurface.sip +%%PYQT_SIPDIR%%/QtGui/qsurfaceformat.sip +%%PYQT_SIPDIR%%/QtGui/qsyntaxhighlighter.sip +%%PYQT_SIPDIR%%/QtGui/qtextcursor.sip +%%PYQT_SIPDIR%%/QtGui/qtextdocument.sip +%%PYQT_SIPDIR%%/QtGui/qtextdocumentfragment.sip +%%PYQT_SIPDIR%%/QtGui/qtextdocumentwriter.sip +%%PYQT_SIPDIR%%/QtGui/qtextformat.sip +%%PYQT_SIPDIR%%/QtGui/qtextlayout.sip +%%PYQT_SIPDIR%%/QtGui/qtextlist.sip +%%PYQT_SIPDIR%%/QtGui/qtextobject.sip +%%PYQT_SIPDIR%%/QtGui/qtextoption.sip +%%PYQT_SIPDIR%%/QtGui/qtexttable.sip +%%PYQT_SIPDIR%%/QtGui/qtouchdevice.sip +%%PYQT_SIPDIR%%/QtGui/qtransform.sip +%%PYQT_SIPDIR%%/QtGui/qvalidator.sip +%%PYQT_SIPDIR%%/QtGui/qvector2d.sip +%%PYQT_SIPDIR%%/QtGui/qvector3d.sip +%%PYQT_SIPDIR%%/QtGui/qvector4d.sip +%%PYQT_SIPDIR%%/QtGui/qwindow.sip +%%PYQT_SIPDIR%%/QtGui/qwindowdefs.sip +%%API%%share/qt5/qsci/api/python/QtGui.api Property changes on: head/x11-toolkits/py-qt5-gui/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/py-qt5-widgets/Makefile =================================================================== --- head/x11-toolkits/py-qt5-widgets/Makefile (nonexistent) +++ head/x11-toolkits/py-qt5-widgets/Makefile (revision 403693) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= widgets +CATEGORIES= x11-toolkits devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtWidgets module + +CONFIGURE_ARGS= --enable QtWidgets +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run gui_run +USE_QT5= core gui widgets qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtGui API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: head/x11-toolkits/py-qt5-widgets/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/py-qt5-widgets/pkg-descr =================================================================== --- head/x11-toolkits/py-qt5-widgets/pkg-descr (nonexistent) +++ head/x11-toolkits/py-qt5-widgets/pkg-descr (revision 403693) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtWidgets module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Property changes on: head/x11-toolkits/py-qt5-widgets/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/py-qt5-widgets/pkg-plist =================================================================== --- head/x11-toolkits/py-qt5-widgets/pkg-plist (nonexistent) +++ head/x11-toolkits/py-qt5-widgets/pkg-plist (revision 403693) @@ -0,0 +1,127 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtWidgets.so +%%PYQT_SIPDIR%%/QtWidgets/QtWidgetsmod.sip +%%PYQT_SIPDIR%%/QtWidgets/qabstractbutton.sip +%%PYQT_SIPDIR%%/QtWidgets/qabstractitemdelegate.sip +%%PYQT_SIPDIR%%/QtWidgets/qabstractitemview.sip +%%PYQT_SIPDIR%%/QtWidgets/qabstractscrollarea.sip +%%PYQT_SIPDIR%%/QtWidgets/qabstractslider.sip +%%PYQT_SIPDIR%%/QtWidgets/qabstractspinbox.sip +%%PYQT_SIPDIR%%/QtWidgets/qaction.sip +%%PYQT_SIPDIR%%/QtWidgets/qactiongroup.sip +%%PYQT_SIPDIR%%/QtWidgets/qapplication.sip +%%PYQT_SIPDIR%%/QtWidgets/qboxlayout.sip +%%PYQT_SIPDIR%%/QtWidgets/qbuttongroup.sip +%%PYQT_SIPDIR%%/QtWidgets/qcalendarwidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qcheckbox.sip +%%PYQT_SIPDIR%%/QtWidgets/qcolordialog.sip +%%PYQT_SIPDIR%%/QtWidgets/qcolumnview.sip +%%PYQT_SIPDIR%%/QtWidgets/qcombobox.sip +%%PYQT_SIPDIR%%/QtWidgets/qcommandlinkbutton.sip +%%PYQT_SIPDIR%%/QtWidgets/qcommonstyle.sip +%%PYQT_SIPDIR%%/QtWidgets/qcompleter.sip +%%PYQT_SIPDIR%%/QtWidgets/qdatawidgetmapper.sip +%%PYQT_SIPDIR%%/QtWidgets/qdatetimeedit.sip +%%PYQT_SIPDIR%%/QtWidgets/qdesktopwidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qdial.sip +%%PYQT_SIPDIR%%/QtWidgets/qdialog.sip +%%PYQT_SIPDIR%%/QtWidgets/qdialogbuttonbox.sip +%%PYQT_SIPDIR%%/QtWidgets/qdirmodel.sip +%%PYQT_SIPDIR%%/QtWidgets/qdockwidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qdrawutil.sip +%%PYQT_SIPDIR%%/QtWidgets/qerrormessage.sip +%%PYQT_SIPDIR%%/QtWidgets/qfiledialog.sip +%%PYQT_SIPDIR%%/QtWidgets/qfileiconprovider.sip +%%PYQT_SIPDIR%%/QtWidgets/qfilesystemmodel.sip +%%PYQT_SIPDIR%%/QtWidgets/qfocusframe.sip +%%PYQT_SIPDIR%%/QtWidgets/qfontcombobox.sip +%%PYQT_SIPDIR%%/QtWidgets/qfontdialog.sip +%%PYQT_SIPDIR%%/QtWidgets/qformlayout.sip +%%PYQT_SIPDIR%%/QtWidgets/qframe.sip +%%PYQT_SIPDIR%%/QtWidgets/qgesture.sip +%%PYQT_SIPDIR%%/QtWidgets/qgesturerecognizer.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicsanchorlayout.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicseffect.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicsgridlayout.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicsitem.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicslayout.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicslayoutitem.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicslinearlayout.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicsproxywidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicsscene.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicssceneevent.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicstransform.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicsview.sip +%%PYQT_SIPDIR%%/QtWidgets/qgraphicswidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qgridlayout.sip +%%PYQT_SIPDIR%%/QtWidgets/qgroupbox.sip +%%PYQT_SIPDIR%%/QtWidgets/qheaderview.sip +%%PYQT_SIPDIR%%/QtWidgets/qinputdialog.sip +%%PYQT_SIPDIR%%/QtWidgets/qitemdelegate.sip +%%PYQT_SIPDIR%%/QtWidgets/qitemeditorfactory.sip +%%PYQT_SIPDIR%%/QtWidgets/qkeyeventtransition.sip +%%PYQT_SIPDIR%%/QtWidgets/qkeysequenceedit.sip +%%PYQT_SIPDIR%%/QtWidgets/qlabel.sip +%%PYQT_SIPDIR%%/QtWidgets/qlayout.sip +%%PYQT_SIPDIR%%/QtWidgets/qlayoutitem.sip +%%PYQT_SIPDIR%%/QtWidgets/qlcdnumber.sip +%%PYQT_SIPDIR%%/QtWidgets/qlineedit.sip +%%PYQT_SIPDIR%%/QtWidgets/qlistview.sip +%%PYQT_SIPDIR%%/QtWidgets/qlistwidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qmaccocoaviewcontainer.sip +%%PYQT_SIPDIR%%/QtWidgets/qmainwindow.sip +%%PYQT_SIPDIR%%/QtWidgets/qmdiarea.sip +%%PYQT_SIPDIR%%/QtWidgets/qmdisubwindow.sip +%%PYQT_SIPDIR%%/QtWidgets/qmenu.sip +%%PYQT_SIPDIR%%/QtWidgets/qmenubar.sip +%%PYQT_SIPDIR%%/QtWidgets/qmessagebox.sip +%%PYQT_SIPDIR%%/QtWidgets/qmouseeventtransition.sip +%%PYQT_SIPDIR%%/QtWidgets/qopenglwidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qplaintextedit.sip +%%PYQT_SIPDIR%%/QtWidgets/qprogressbar.sip +%%PYQT_SIPDIR%%/QtWidgets/qprogressdialog.sip +%%PYQT_SIPDIR%%/QtWidgets/qproxystyle.sip +%%PYQT_SIPDIR%%/QtWidgets/qpushbutton.sip +%%PYQT_SIPDIR%%/QtWidgets/qpywidgets_qlist.sip +%%PYQT_SIPDIR%%/QtWidgets/qradiobutton.sip +%%PYQT_SIPDIR%%/QtWidgets/qrubberband.sip +%%PYQT_SIPDIR%%/QtWidgets/qscrollarea.sip +%%PYQT_SIPDIR%%/QtWidgets/qscrollbar.sip +%%PYQT_SIPDIR%%/QtWidgets/qscroller.sip +%%PYQT_SIPDIR%%/QtWidgets/qscrollerproperties.sip +%%PYQT_SIPDIR%%/QtWidgets/qshortcut.sip +%%PYQT_SIPDIR%%/QtWidgets/qsizegrip.sip +%%PYQT_SIPDIR%%/QtWidgets/qsizepolicy.sip +%%PYQT_SIPDIR%%/QtWidgets/qslider.sip +%%PYQT_SIPDIR%%/QtWidgets/qspinbox.sip +%%PYQT_SIPDIR%%/QtWidgets/qsplashscreen.sip +%%PYQT_SIPDIR%%/QtWidgets/qsplitter.sip +%%PYQT_SIPDIR%%/QtWidgets/qstackedlayout.sip +%%PYQT_SIPDIR%%/QtWidgets/qstackedwidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qstatusbar.sip +%%PYQT_SIPDIR%%/QtWidgets/qstyle.sip +%%PYQT_SIPDIR%%/QtWidgets/qstyleditemdelegate.sip +%%PYQT_SIPDIR%%/QtWidgets/qstylefactory.sip +%%PYQT_SIPDIR%%/QtWidgets/qstyleoption.sip +%%PYQT_SIPDIR%%/QtWidgets/qstylepainter.sip +%%PYQT_SIPDIR%%/QtWidgets/qsystemtrayicon.sip +%%PYQT_SIPDIR%%/QtWidgets/qtabbar.sip +%%PYQT_SIPDIR%%/QtWidgets/qtableview.sip +%%PYQT_SIPDIR%%/QtWidgets/qtablewidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qtabwidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qtextbrowser.sip +%%PYQT_SIPDIR%%/QtWidgets/qtextedit.sip +%%PYQT_SIPDIR%%/QtWidgets/qtoolbar.sip +%%PYQT_SIPDIR%%/QtWidgets/qtoolbox.sip +%%PYQT_SIPDIR%%/QtWidgets/qtoolbutton.sip +%%PYQT_SIPDIR%%/QtWidgets/qtooltip.sip +%%PYQT_SIPDIR%%/QtWidgets/qtreeview.sip +%%PYQT_SIPDIR%%/QtWidgets/qtreewidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qtreewidgetitemiterator.sip +%%PYQT_SIPDIR%%/QtWidgets/qundogroup.sip +%%PYQT_SIPDIR%%/QtWidgets/qundostack.sip +%%PYQT_SIPDIR%%/QtWidgets/qundoview.sip +%%PYQT_SIPDIR%%/QtWidgets/qwhatsthis.sip +%%PYQT_SIPDIR%%/QtWidgets/qwidget.sip +%%PYQT_SIPDIR%%/QtWidgets/qwidgetaction.sip +%%PYQT_SIPDIR%%/QtWidgets/qwizard.sip +%%API%%share/qt5/qsci/api/python/QtWidgets.api Property changes on: head/x11-toolkits/py-qt5-widgets/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property