summaryrefslogtreecommitdiff
path: root/devel/kio
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2016-05-26 08:29:04 +0000
committermarkd <markd@pkgsrc.org>2016-05-26 08:29:04 +0000
commitb3682753dae3063f51a25217fd0b242b9aeb8fa6 (patch)
tree57a4b48f418a56312e19ca9de2803d5482bdb8a8 /devel/kio
parent65276d8aae7061e48a43f2da115e6456596991b3 (diff)
downloadpkgsrc-b3682753dae3063f51a25217fd0b242b9aeb8fa6.tar.gz
Add KDE Frameworks 5.21.0 packages:
kbookmarks - Support for bookmarks and the XBEL format kcmutils - Utilities for interacting with KCModules kconfig - Configuration system kcoreaddons - Addons to QtCore kcrash - Support for application crash analysis and bug report from apps kdeclarative - Provides integration of QML and KDE Frameworks kdoctools - Documentation generation from docbook ki18n - Advanced internationalization framework kidletime - Monitoring user activity kio - Resource and network access abstraction kitemmodels - Models for Qt Model/View system knotifications - Abstraction for system notifications knotifyconfig - Configuration system for KNotify kpackage - Installation and loading of additional content as packages kparts - Document centric plugin system kpeople - Provides access to all contacts and aggregates them by person kpty - Pty abstraction kservice - Advanced plugin and service introspection ktexteditor - Advanced embeddable text editor threadweaver - High-level multithreading framework
Diffstat (limited to 'devel/kio')
-rw-r--r--devel/kio/DESCR11
-rw-r--r--devel/kio/Makefile39
-rw-r--r--devel/kio/PLIST610
-rw-r--r--devel/kio/buildlink3.mk21
-rw-r--r--devel/kio/distinfo9
-rw-r--r--devel/kio/patches/patch-src_core_CMakeLists.txt15
-rw-r--r--devel/kio/patches/patch-src_core_config-kmountpoint.h.cmake10
-rw-r--r--devel/kio/patches/patch-src_urifilters_shorturi_CMakeLists.txt13
8 files changed, 728 insertions, 0 deletions
diff --git a/devel/kio/DESCR b/devel/kio/DESCR
new file mode 100644
index 00000000000..e061f47ef2e
--- /dev/null
+++ b/devel/kio/DESCR
@@ -0,0 +1,11 @@
+This framework implements almost all the file management functions you
+will ever need. In fact, the KDE file manager (Dolphin) and the KDE
+file dialog also uses this to provide its network-enabled file management.
+
+It supports accessing files locally as well as via HTTP and FTP out of the
+box and can be extended by plugins to support other protocols as well. There
+is a variety of plugins available, e.g. to support access via SSH.
+
+The framework can also be used to bridge a native protocol to a file-based
+interface. This makes the data accessible in all applications using the KDE
+file dialog or any other KIO enabled infrastructure.
diff --git a/devel/kio/Makefile b/devel/kio/Makefile
new file mode 100644
index 00000000000..199a402c77b
--- /dev/null
+++ b/devel/kio/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2016/05/26 08:29:05 markd Exp $
+
+DISTNAME= kio-${KF5VER}
+CATEGORIES= devel
+
+HOMEPAGE= https://community.kde.org/Frameworks
+COMMENT= Resource and network access abstraction
+LICENSE= gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kf5/Makefile.common"
+
+USE_TOOLS+= msgmerge
+
+MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg
+CONF_FILES+= ${PREFIX}/share/examples/kio/accept-languages.codes \
+ ${PKG_SYSCONFDIR}/xdg/accept-languages.codes
+CONF_FILES+= ${PREFIX}/share/examples/kio/kshorturifilterrc \
+ ${PKG_SYSCONFDIR}/xdg/kshorturifilterrc
+
+# generation of kcookieserver.moc fails when ${PREFIX}/include in the moc include path
+SUBST_CLASSES+= fix-moc
+SUBST_STAGE.fix-moc= post-configure
+SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
+SUBST_FILES.fix-moc= _KDE_build/src/ioslaves/http/kcookiejar/CMakeFiles/kded_kcookiejar_automoc.dir/AutogenInfo.cmake
+SUBST_SED.fix-moc= -e 's,;${PREFIX}/include;,;,g'
+
+#.include "../../lang/python/tool.mk"
+#.include "../../wip/gpgmepp/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/krb5.buildlink3.mk"
+.include "../../archivers/karchive/buildlink3.mk"
+.include "../../devel/kbookmarks/buildlink3.mk"
+.include "../../devel/kdoctools/buildlink3.mk"
+.include "../../security/kwallet/buildlink3.mk"
+.include "../../sysutils/solid/buildlink3.mk"
+.include "../../x11/kjobwidgets/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtscript/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/kio/PLIST b/devel/kio/PLIST
new file mode 100644
index 00000000000..50005035e7e
--- /dev/null
+++ b/devel/kio/PLIST
@@ -0,0 +1,610 @@
+@comment $NetBSD: PLIST,v 1.1 2016/05/26 08:29:05 markd Exp $
+bin/kcookiejar5
+bin/kmailservice5
+bin/ktelnetservice5
+bin/ktrash5
+bin/protocoltojson
+include/KF5/KIOCore/KACL
+include/KF5/KIOCore/KCoreDirLister
+include/KF5/KIOCore/KDirNotify
+include/KF5/KIOCore/KDiskFreeSpaceInfo
+include/KF5/KIOCore/KFileItem
+include/KF5/KIOCore/KFileItemListProperties
+include/KF5/KIOCore/KIO/AuthInfo
+include/KF5/KIOCore/KIO/ChmodJob
+include/KF5/KIOCore/KIO/ConnectionServer
+include/KF5/KIOCore/KIO/CopyJob
+include/KF5/KIOCore/KIO/DavJob
+include/KF5/KIOCore/KIO/DeleteJob
+include/KF5/KIOCore/KIO/DesktopExecParser
+include/KF5/KIOCore/KIO/DirectorySizeJob
+include/KF5/KIOCore/KIO/EmptyTrashJob
+include/KF5/KIOCore/KIO/FileCopyJob
+include/KF5/KIOCore/KIO/FileJob
+include/KF5/KIOCore/KIO/FileSystemFreeSpaceJob
+include/KF5/KIOCore/KIO/ForwardingSlaveBase
+include/KF5/KIOCore/KIO/Global
+include/KF5/KIOCore/KIO/HostInfo
+include/KF5/KIOCore/KIO/IdleSlave
+include/KF5/KIOCore/KIO/Job
+include/KF5/KIOCore/KIO/JobTracker
+include/KF5/KIOCore/KIO/JobUiDelegateExtension
+include/KF5/KIOCore/KIO/JobUiDelegateFactory
+include/KF5/KIOCore/KIO/ListJob
+include/KF5/KIOCore/KIO/MetaData
+include/KF5/KIOCore/KIO/MimetypeJob
+include/KF5/KIOCore/KIO/MkdirJob
+include/KF5/KIOCore/KIO/MkpathJob
+include/KF5/KIOCore/KIO/MultiGetJob
+include/KF5/KIOCore/KIO/RestoreJob
+include/KF5/KIOCore/KIO/Scheduler
+include/KF5/KIOCore/KIO/SimpleJob
+include/KF5/KIOCore/KIO/Slave
+include/KF5/KIOCore/KIO/SlaveBase
+include/KF5/KIOCore/KIO/SlaveConfig
+include/KF5/KIOCore/KIO/SlaveInterface
+include/KF5/KIOCore/KIO/SpecialJob
+include/KF5/KIOCore/KIO/StatJob
+include/KF5/KIOCore/KIO/StoredTransferJob
+include/KF5/KIOCore/KIO/TCPSlaveBase
+include/KF5/KIOCore/KIO/TransferJob
+include/KF5/KIOCore/KIO/UDSEntry
+include/KF5/KIOCore/KMountPoint
+include/KF5/KIOCore/KNFSShare
+include/KF5/KIOCore/KProtocolInfo
+include/KF5/KIOCore/KProtocolManager
+include/KF5/KIOCore/KRecentDocument
+include/KF5/KIOCore/KRemoteEncoding
+include/KF5/KIOCore/KSSLSettings
+include/KF5/KIOCore/KSambaShare
+include/KF5/KIOCore/KSambaShareData
+include/KF5/KIOCore/KSslCertificateManager
+include/KF5/KIOCore/KTcpSocket
+include/KF5/KIOCore/KUrlAuthorized
+include/KF5/KIOCore/kacl.h
+include/KF5/KIOCore/kcoredirlister.h
+include/KF5/KIOCore/kdirnotify.h
+include/KF5/KIOCore/kdiskfreespaceinfo.h
+include/KF5/KIOCore/kfileitem.h
+include/KF5/KIOCore/kfileitemlistproperties.h
+include/KF5/KIOCore/kio/authinfo.h
+include/KF5/KIOCore/kio/chmodjob.h
+include/KF5/KIOCore/kio/connectionserver.h
+include/KF5/KIOCore/kio/copyjob.h
+include/KF5/KIOCore/kio/davjob.h
+include/KF5/KIOCore/kio/deletejob.h
+include/KF5/KIOCore/kio/desktopexecparser.h
+include/KF5/KIOCore/kio/directorysizejob.h
+include/KF5/KIOCore/kio/emptytrashjob.h
+include/KF5/KIOCore/kio/filecopyjob.h
+include/KF5/KIOCore/kio/filejob.h
+include/KF5/KIOCore/kio/filesystemfreespacejob.h
+include/KF5/KIOCore/kio/forwardingslavebase.h
+include/KF5/KIOCore/kio/global.h
+include/KF5/KIOCore/kio/hostinfo.h
+include/KF5/KIOCore/kio/http_slave_defaults.h
+include/KF5/KIOCore/kio/idleslave.h
+include/KF5/KIOCore/kio/ioslave_defaults.h
+include/KF5/KIOCore/kio/job.h
+include/KF5/KIOCore/kio/job_base.h
+include/KF5/KIOCore/kio/jobclasses.h
+include/KF5/KIOCore/kio/jobtracker.h
+include/KF5/KIOCore/kio/jobuidelegateextension.h
+include/KF5/KIOCore/kio/jobuidelegatefactory.h
+include/KF5/KIOCore/kio/listjob.h
+include/KF5/KIOCore/kio/metadata.h
+include/KF5/KIOCore/kio/mimetypejob.h
+include/KF5/KIOCore/kio/mkdirjob.h
+include/KF5/KIOCore/kio/mkpathjob.h
+include/KF5/KIOCore/kio/multigetjob.h
+include/KF5/KIOCore/kio/restorejob.h
+include/KF5/KIOCore/kio/scheduler.h
+include/KF5/KIOCore/kio/simplejob.h
+include/KF5/KIOCore/kio/slave.h
+include/KF5/KIOCore/kio/slavebase.h
+include/KF5/KIOCore/kio/slaveconfig.h
+include/KF5/KIOCore/kio/slaveinterface.h
+include/KF5/KIOCore/kio/specialjob.h
+include/KF5/KIOCore/kio/statjob.h
+include/KF5/KIOCore/kio/storedtransferjob.h
+include/KF5/KIOCore/kio/tcpslavebase.h
+include/KF5/KIOCore/kio/transferjob.h
+include/KF5/KIOCore/kio/udsentry.h
+include/KF5/KIOCore/kiocore_export.h
+include/KF5/KIOCore/kmountpoint.h
+include/KF5/KIOCore/knfsshare.h
+include/KF5/KIOCore/kprotocolinfo.h
+include/KF5/KIOCore/kprotocolmanager.h
+include/KF5/KIOCore/krecentdocument.h
+include/KF5/KIOCore/kremoteencoding.h
+include/KF5/KIOCore/ksambashare.h
+include/KF5/KIOCore/ksambasharedata.h
+include/KF5/KIOCore/ksslcertificatemanager.h
+include/KF5/KIOCore/ksslcertificatemanager_p.h
+include/KF5/KIOCore/ksslsettings.h
+include/KF5/KIOCore/ktcpsocket.h
+include/KF5/KIOCore/kurlauthorized.h
+include/KF5/KIOFileWidgets/KAbstractViewAdapter
+include/KF5/KIOFileWidgets/KDirOperator
+include/KF5/KIOFileWidgets/KDirSortFilterProxyModel
+include/KF5/KIOFileWidgets/KEncodingFileDialog
+include/KF5/KIOFileWidgets/KFileCopyToMenu
+include/KF5/KIOFileWidgets/KFileFilterCombo
+include/KF5/KIOFileWidgets/KFilePlacesModel
+include/KF5/KIOFileWidgets/KFilePlacesView
+include/KF5/KIOFileWidgets/KFilePreviewGenerator
+include/KF5/KIOFileWidgets/KFileWidget
+include/KF5/KIOFileWidgets/KImageFilePreview
+include/KF5/KIOFileWidgets/KNameAndUrlInputDialog
+include/KF5/KIOFileWidgets/KNewFileMenu
+include/KF5/KIOFileWidgets/KPreviewWidgetBase
+include/KF5/KIOFileWidgets/KRecentDirs
+include/KF5/KIOFileWidgets/KStatusBarOfflineIndicator
+include/KF5/KIOFileWidgets/KUrlNavigator
+include/KF5/KIOFileWidgets/kabstractviewadapter.h
+include/KF5/KIOFileWidgets/kdiroperator.h
+include/KF5/KIOFileWidgets/kdirsortfilterproxymodel.h
+include/KF5/KIOFileWidgets/kencodingfiledialog.h
+include/KF5/KIOFileWidgets/kfilecopytomenu.h
+include/KF5/KIOFileWidgets/kfilefiltercombo.h
+include/KF5/KIOFileWidgets/kfileplacesmodel.h
+include/KF5/KIOFileWidgets/kfileplacesview.h
+include/KF5/KIOFileWidgets/kfilepreviewgenerator.h
+include/KF5/KIOFileWidgets/kfilewidget.h
+include/KF5/KIOFileWidgets/kimagefilepreview.h
+include/KF5/KIOFileWidgets/kiofilewidgets_export.h
+include/KF5/KIOFileWidgets/knameandurlinputdialog.h
+include/KF5/KIOFileWidgets/knewfilemenu.h
+include/KF5/KIOFileWidgets/kpreviewwidgetbase.h
+include/KF5/KIOFileWidgets/krecentdirs.h
+include/KF5/KIOFileWidgets/kstatusbarofflineindicator.h
+include/KF5/KIOFileWidgets/kurlnavigator.h
+include/KF5/KIOGui/KIO/FavIconRequestJob
+include/KF5/KIOGui/kio/faviconrequestjob.h
+include/KF5/KIOGui/kiogui_export.h
+include/KF5/KIOWidgets/KAbstractFileItemActionPlugin
+include/KF5/KIOWidgets/KAutoMount
+include/KF5/KIOWidgets/KBuildSycocaProgressDialog
+include/KF5/KIOWidgets/KDesktopFileActions
+include/KF5/KIOWidgets/KDirLister
+include/KF5/KIOWidgets/KDirModel
+include/KF5/KIOWidgets/KFile
+include/KF5/KIOWidgets/KFileItemActions
+include/KF5/KIOWidgets/KFileItemDelegate
+include/KF5/KIOWidgets/KIO/AccessManager
+include/KF5/KIOWidgets/KIO/DndPopupMenuPlugin
+include/KF5/KIOWidgets/KIO/DropJob
+include/KF5/KIOWidgets/KIO/FileUndoManager
+include/KF5/KIOWidgets/KIO/JobUiDelegate
+include/KF5/KIOWidgets/KIO/KUriFilterSearchProviderActions
+include/KF5/KIOWidgets/KIO/Paste
+include/KF5/KIOWidgets/KIO/PasteJob
+include/KF5/KIOWidgets/KIO/PixmapLoader
+include/KF5/KIOWidgets/KIO/PreviewJob
+include/KF5/KIOWidgets/KIO/RenameDialog
+include/KF5/KIOWidgets/KIO/SkipDialog
+include/KF5/KIOWidgets/KIO/SslUi
+include/KF5/KIOWidgets/KIO/ThumbCreator
+include/KF5/KIOWidgets/KIO/ThumbSequenceCreator
+include/KF5/KIOWidgets/KOpenWithDialog
+include/KF5/KIOWidgets/KOverlayIconPlugin
+include/KF5/KIOWidgets/KPropertiesDialog
+include/KF5/KIOWidgets/KRun
+include/KF5/KIOWidgets/KShellCompletion
+include/KF5/KIOWidgets/KSslCertificateBox
+include/KF5/KIOWidgets/KSslInfoDialog
+include/KF5/KIOWidgets/KUriFilter
+include/KF5/KIOWidgets/KUrlComboBox
+include/KF5/KIOWidgets/KUrlCompletion
+include/KF5/KIOWidgets/KUrlPixmapProvider
+include/KF5/KIOWidgets/KUrlRequester
+include/KF5/KIOWidgets/KUrlRequesterDialog
+include/KF5/KIOWidgets/kabstractfileitemactionplugin.h
+include/KF5/KIOWidgets/kautomount.h
+include/KF5/KIOWidgets/kbuildsycocaprogressdialog.h
+include/KF5/KIOWidgets/kdesktopfileactions.h
+include/KF5/KIOWidgets/kdirlister.h
+include/KF5/KIOWidgets/kdirmodel.h
+include/KF5/KIOWidgets/kfile.h
+include/KF5/KIOWidgets/kfileitemactions.h
+include/KF5/KIOWidgets/kfileitemdelegate.h
+include/KF5/KIOWidgets/kio/accessmanager.h
+include/KF5/KIOWidgets/kio/dndpopupmenuplugin.h
+include/KF5/KIOWidgets/kio/dropjob.h
+include/KF5/KIOWidgets/kio/fileundomanager.h
+include/KF5/KIOWidgets/kio/jobuidelegate.h
+include/KF5/KIOWidgets/kio/kurifiltersearchprovideractions.h
+include/KF5/KIOWidgets/kio/paste.h
+include/KF5/KIOWidgets/kio/pastejob.h
+include/KF5/KIOWidgets/kio/pixmaploader.h
+include/KF5/KIOWidgets/kio/previewjob.h
+include/KF5/KIOWidgets/kio/renamedialog.h
+include/KF5/KIOWidgets/kio/skipdialog.h
+include/KF5/KIOWidgets/kio/sslui.h
+include/KF5/KIOWidgets/kio/thumbcreator.h
+include/KF5/KIOWidgets/kio/thumbsequencecreator.h
+include/KF5/KIOWidgets/kiowidgets_export.h
+include/KF5/KIOWidgets/kopenwithdialog.h
+include/KF5/KIOWidgets/koverlayiconplugin.h
+include/KF5/KIOWidgets/kpropertiesdialog.h
+include/KF5/KIOWidgets/krun.h
+include/KF5/KIOWidgets/kshellcompletion.h
+include/KF5/KIOWidgets/ksslcertificatebox.h
+include/KF5/KIOWidgets/ksslinfodialog.h
+include/KF5/KIOWidgets/kurifilter.h
+include/KF5/KIOWidgets/kurlcombobox.h
+include/KF5/KIOWidgets/kurlcompletion.h
+include/KF5/KIOWidgets/kurlpixmapprovider.h
+include/KF5/KIOWidgets/kurlrequester.h
+include/KF5/KIOWidgets/kurlrequesterdialog.h
+include/KF5/kio/kntlm.h
+include/KF5/kio/kntlm_export.h
+include/KF5/kio_version.h
+lib/cmake/KF5KIO/KF5KIOConfig.cmake
+lib/cmake/KF5KIO/KF5KIOConfigVersion.cmake
+lib/cmake/KF5KIO/KF5KIOTargets-noconfig.cmake
+lib/cmake/KF5KIO/KF5KIOTargets.cmake
+lib/libKF5KIOCore.so
+lib/libKF5KIOCore.so.5
+lib/libKF5KIOCore.so.${PKGVERSION}
+lib/libKF5KIOFileWidgets.so
+lib/libKF5KIOFileWidgets.so.5
+lib/libKF5KIOFileWidgets.so.${PKGVERSION}
+lib/libKF5KIOGui.so
+lib/libKF5KIOGui.so.5
+lib/libKF5KIOGui.so.${PKGVERSION}
+lib/libKF5KIONTLM.so
+lib/libKF5KIONTLM.so.5
+lib/libKF5KIONTLM.so.${PKGVERSION}
+lib/libKF5KIOWidgets.so
+lib/libKF5KIOWidgets.so.5
+lib/libKF5KIOWidgets.so.${PKGVERSION}
+libexec/kf5/kio_http_cache_cleaner
+libexec/kf5/kiod5
+libexec/kf5/kioexec
+libexec/kf5/kioslave
+libexec/kf5/kpac_dhcp_helper
+man/ca/man8/kcookiejar5.8
+man/de/man8/kcookiejar5.8
+man/it/man8/kcookiejar5.8
+man/man8/kcookiejar5.8
+man/nl/man8/kcookiejar5.8
+man/pt_BR/man8/kcookiejar5.8
+man/sv/man8/kcookiejar5.8
+man/uk/man8/kcookiejar5.8
+qt5/mkspecs/modules/qt_KIOCore.pri
+qt5/mkspecs/modules/qt_KIOFileWidgets.pri
+qt5/mkspecs/modules/qt_KIOGui.pri
+qt5/mkspecs/modules/qt_KIOWidgets.pri
+qt5/mkspecs/modules/qt_KNTLM.pri
+qt5/plugins/kcm_kio.so
+qt5/plugins/kcm_trash.so
+qt5/plugins/kcm_webshortcuts.so
+qt5/plugins/kf5/kded/kcookiejar.so
+qt5/plugins/kf5/kded/proxyscout.so
+qt5/plugins/kf5/kio/file.so
+qt5/plugins/kf5/kio/ftp.so
+qt5/plugins/kf5/kio/ghelp.so
+qt5/plugins/kf5/kio/help.so
+qt5/plugins/kf5/kio/http.so
+qt5/plugins/kf5/kio/trash.so
+qt5/plugins/kf5/kiod/kpasswdserver.so
+qt5/plugins/kf5/kiod/kssld.so
+qt5/plugins/kf5/urifilters/fixhosturifilter.so
+qt5/plugins/kf5/urifilters/kshorturifilter.so
+qt5/plugins/kf5/urifilters/kuriikwsfilter.so
+qt5/plugins/kf5/urifilters/kurisearchfilter.so
+qt5/plugins/kf5/urifilters/localdomainurifilter.so
+share/applications/kmailservice5.desktop
+share/applications/ktelnetservice5.desktop
+share/dbus-1/interfaces/kf5_org.kde.KCookieServer.xml
+share/dbus-1/interfaces/kf5_org.kde.KDirNotify.xml
+share/dbus-1/interfaces/kf5_org.kde.KPasswdServer.xml
+share/dbus-1/interfaces/kf5_org.kde.KSlaveLauncher.xml
+share/dbus-1/interfaces/kf5_org.kde.kio.FileUndoManager.xml
+share/dbus-1/services/org.kde.kcookiejar5.service
+share/dbus-1/services/org.kde.kiod5.service
+share/dbus-1/services/org.kde.kpasswdserver.service
+share/dbus-1/services/org.kde.kssld5.service
+share/doc/HTML/en/kioslave5/data/index.cache.bz2
+share/doc/HTML/en/kioslave5/data/index.docbook
+share/doc/HTML/en/kioslave5/file/index.cache.bz2
+share/doc/HTML/en/kioslave5/file/index.docbook
+share/doc/HTML/en/kioslave5/ftp/index.cache.bz2
+share/doc/HTML/en/kioslave5/ftp/index.docbook
+share/doc/HTML/en/kioslave5/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/en/kioslave5/help/documentationnotfound/index.docbook
+share/doc/HTML/en/kioslave5/help/index.cache.bz2
+share/doc/HTML/en/kioslave5/help/index.docbook
+share/doc/HTML/en/kioslave5/http/index.cache.bz2
+share/doc/HTML/en/kioslave5/http/index.docbook
+share/doc/HTML/en/kioslave5/mailto/index.cache.bz2
+share/doc/HTML/en/kioslave5/mailto/index.docbook
+share/doc/HTML/en/kioslave5/telnet/index.cache.bz2
+share/doc/HTML/en/kioslave5/telnet/index.docbook
+share/doc/HTML/en/kioslave5/webdav/index.cache.bz2
+share/doc/HTML/en/kioslave5/webdav/index.docbook
+share/examples/kio/accept-languages.codes
+share/examples/kio/kshorturifilterrc
+share/kf5/kcookiejar/domain_info
+share/knotifications5/proxyscout.notifyrc
+share/kservices5/cache.desktop
+share/kservices5/cookies.desktop
+share/kservices5/data.protocol
+share/kservices5/fixhosturifilter.desktop
+share/kservices5/http_cache_cleaner.desktop
+share/kservices5/kcmtrash.desktop
+share/kservices5/kshorturifilter.desktop
+share/kservices5/kuriikwsfilter.desktop
+share/kservices5/kurisearchfilter.desktop
+share/kservices5/localdomainurifilter.desktop
+share/kservices5/mms.protocol
+share/kservices5/mmst.protocol
+share/kservices5/mmsu.protocol
+share/kservices5/netpref.desktop
+share/kservices5/pnm.protocol
+share/kservices5/proxy.desktop
+share/kservices5/rtsp.protocol
+share/kservices5/rtspt.protocol
+share/kservices5/rtspu.protocol
+share/kservices5/searchproviders/7digital.desktop
+share/kservices5/searchproviders/acronym.desktop
+share/kservices5/searchproviders/amazon.desktop
+share/kservices5/searchproviders/amazon_mp3.desktop
+share/kservices5/searchproviders/amg.desktop
+share/kservices5/searchproviders/archpkg.desktop
+share/kservices5/searchproviders/backports.desktop
+share/kservices5/searchproviders/baidu.desktop
+share/kservices5/searchproviders/beolingus.desktop
+share/kservices5/searchproviders/bing.desktop
+share/kservices5/searchproviders/blip.desktop
+share/kservices5/searchproviders/bugft.desktop
+share/kservices5/searchproviders/bugno.desktop
+share/kservices5/searchproviders/call.desktop
+share/kservices5/searchproviders/cia.desktop
+share/kservices5/searchproviders/citeseer.desktop
+share/kservices5/searchproviders/cpan.desktop
+share/kservices5/searchproviders/ctan.desktop
+share/kservices5/searchproviders/ctan_cat.desktop
+share/kservices5/searchproviders/dbug.desktop
+share/kservices5/searchproviders/de2en.desktop
+share/kservices5/searchproviders/de2fr.desktop
+share/kservices5/searchproviders/deb.desktop
+share/kservices5/searchproviders/dictfr.desktop
+share/kservices5/searchproviders/dmoz.desktop
+share/kservices5/searchproviders/docbook.desktop
+share/kservices5/searchproviders/doi.desktop
+share/kservices5/searchproviders/duckduckgo.desktop
+share/kservices5/searchproviders/duckduckgo_info.desktop
+share/kservices5/searchproviders/duckduckgo_shopping.desktop
+share/kservices5/searchproviders/ecosia.desktop
+share/kservices5/searchproviders/en2de.desktop
+share/kservices5/searchproviders/en2es.desktop
+share/kservices5/searchproviders/en2fr.desktop
+share/kservices5/searchproviders/en2it.desktop
+share/kservices5/searchproviders/es2en.desktop
+share/kservices5/searchproviders/ethicle.desktop
+share/kservices5/searchproviders/facebook.desktop
+share/kservices5/searchproviders/feedster.desktop
+share/kservices5/searchproviders/flickr.desktop
+share/kservices5/searchproviders/flickrcc.desktop
+share/kservices5/searchproviders/foldoc.desktop
+share/kservices5/searchproviders/fr2de.desktop
+share/kservices5/searchproviders/fr2en.desktop
+share/kservices5/searchproviders/freecode.desktop
+share/kservices5/searchproviders/freedb.desktop
+share/kservices5/searchproviders/fsd.desktop
+share/kservices5/searchproviders/github.desktop
+share/kservices5/searchproviders/gitorious.desktop
+share/kservices5/searchproviders/google.desktop
+share/kservices5/searchproviders/google_advanced.desktop
+share/kservices5/searchproviders/google_code.desktop
+share/kservices5/searchproviders/google_groups.desktop
+share/kservices5/searchproviders/google_images.desktop
+share/kservices5/searchproviders/google_lucky.desktop
+share/kservices5/searchproviders/google_maps.desktop
+share/kservices5/searchproviders/google_movie.desktop
+share/kservices5/searchproviders/google_news.desktop
+share/kservices5/searchproviders/google_shopping.desktop
+share/kservices5/searchproviders/grec.desktop
+share/kservices5/searchproviders/hyperdictionary.desktop
+share/kservices5/searchproviders/hyperdictionary_thesaurus.desktop
+share/kservices5/searchproviders/ibl.desktop
+share/kservices5/searchproviders/identica_groups.desktop
+share/kservices5/searchproviders/identica_notices.desktop
+share/kservices5/searchproviders/identica_people.desktop
+share/kservices5/searchproviders/imdb.desktop
+share/kservices5/searchproviders/it2en.desktop
+share/kservices5/searchproviders/jamendo.desktop
+share/kservices5/searchproviders/jeeves.desktop
+share/kservices5/searchproviders/kde.desktop
+share/kservices5/searchproviders/kde_apps.desktop
+share/kservices5/searchproviders/kde_forums.desktop
+share/kservices5/searchproviders/kde_look.desktop
+share/kservices5/searchproviders/kde_projects.desktop
+share/kservices5/searchproviders/kde_techbase.desktop
+share/kservices5/searchproviders/kde_userbase.desktop
+share/kservices5/searchproviders/leo.desktop
+share/kservices5/searchproviders/magnatune.desktop
+share/kservices5/searchproviders/metacrawler.desktop
+share/kservices5/searchproviders/msdn.desktop
+share/kservices5/searchproviders/multitran-deru.desktop
+share/kservices5/searchproviders/multitran-enru.desktop
+share/kservices5/searchproviders/multitran-esru.desktop
+share/kservices5/searchproviders/multitran-frru.desktop
+share/kservices5/searchproviders/multitran-itru.desktop
+share/kservices5/searchproviders/multitran-nlru.desktop
+share/kservices5/searchproviders/netcraft.desktop
+share/kservices5/searchproviders/nl-telephone.desktop
+share/kservices5/searchproviders/nl-teletekst.desktop
+share/kservices5/searchproviders/opendesktop.desktop
+share/kservices5/searchproviders/pgpkeys.desktop
+share/kservices5/searchproviders/php.desktop
+share/kservices5/searchproviders/python.desktop
+share/kservices5/searchproviders/qt.desktop
+share/kservices5/searchproviders/qt4.desktop
+share/kservices5/searchproviders/qwant.desktop
+share/kservices5/searchproviders/qwant_images.desktop
+share/kservices5/searchproviders/qwant_news.desktop
+share/kservices5/searchproviders/qwant_shopping.desktop
+share/kservices5/searchproviders/qwant_social.desktop
+share/kservices5/searchproviders/qwant_videos.desktop
+share/kservices5/searchproviders/rae.desktop
+share/kservices5/searchproviders/rag.desktop
+share/kservices5/searchproviders/rfc.desktop
+share/kservices5/searchproviders/rpmfind.desktop
+share/kservices5/searchproviders/ruby_application_archive.desktop
+share/kservices5/searchproviders/sourceforge.desktop
+share/kservices5/searchproviders/technorati.desktop
+share/kservices5/searchproviders/technoratitags.desktop
+share/kservices5/searchproviders/thesaurus.desktop
+share/kservices5/searchproviders/tvtome.desktop
+share/kservices5/searchproviders/urbandictionary.desktop
+share/kservices5/searchproviders/uspto.desktop
+share/kservices5/searchproviders/vimeo.desktop
+share/kservices5/searchproviders/voila.desktop
+share/kservices5/searchproviders/webster.desktop
+share/kservices5/searchproviders/wikia.desktop
+share/kservices5/searchproviders/wikipedia.desktop
+share/kservices5/searchproviders/wiktionary.desktop
+share/kservices5/searchproviders/wolfram_alpha.desktop
+share/kservices5/searchproviders/wordref.desktop
+share/kservices5/searchproviders/yahoo.desktop
+share/kservices5/searchproviders/yahoo_image.desktop
+share/kservices5/searchproviders/yahoo_local.desktop
+share/kservices5/searchproviders/yahoo_shopping.desktop
+share/kservices5/searchproviders/yahoo_video.desktop
+share/kservices5/searchproviders/youtube.desktop
+share/kservices5/smb.desktop
+share/kservices5/useragent.desktop
+share/kservices5/useragentstrings/android10.desktop
+share/kservices5/useragentstrings/chrome10onwinnt51.desktop
+share/kservices5/useragentstrings/chrome22oncurrent.desktop
+share/kservices5/useragentstrings/chrome23oncurrent.desktop
+share/kservices5/useragentstrings/chrome24oncurrent.desktop
+share/kservices5/useragentstrings/chrome50oncurrent.desktop
+share/kservices5/useragentstrings/firefox15oncurrent.desktop
+share/kservices5/useragentstrings/firefox16oncurrent.desktop
+share/kservices5/useragentstrings/firefox20oncurrent.desktop
+share/kservices5/useragentstrings/firefox30oncurrent.desktop
+share/kservices5/useragentstrings/firefox36oncurrent.desktop
+share/kservices5/useragentstrings/googlebot.desktop
+share/kservices5/useragentstrings/ie401onwinnt4.desktop
+share/kservices5/useragentstrings/ie50onppc.desktop
+share/kservices5/useragentstrings/ie55onwinnt5.desktop
+share/kservices5/useragentstrings/ie60oncurrent.desktop
+share/kservices5/useragentstrings/ie60onwinnt51.desktop
+share/kservices5/useragentstrings/ie70onwinnt51.desktop
+share/kservices5/useragentstrings/ie80onwinnt60.desktop
+share/kservices5/useragentstrings/ie90onwinnt71.desktop
+share/kservices5/useragentstrings/lynxoncurrent.desktop
+share/kservices5/useragentstrings/nn301oncurrent.desktop
+share/kservices5/useragentstrings/nn475oncurrent.desktop
+share/kservices5/useragentstrings/nn475onwin95.desktop
+share/kservices5/useragentstrings/ns71oncurrent.desktop
+share/kservices5/useragentstrings/ns71onwinnt51.desktop
+share/kservices5/useragentstrings/op1162oncurrent.desktop
+share/kservices5/useragentstrings/op1202oncurrent.desktop
+share/kservices5/useragentstrings/op403onwinnt4.desktop
+share/kservices5/useragentstrings/op85oncurrent.desktop
+share/kservices5/useragentstrings/op90oncurrent.desktop
+share/kservices5/useragentstrings/op962oncurrent.desktop
+share/kservices5/useragentstrings/safari20.desktop
+share/kservices5/useragentstrings/safari30oniphone.desktop
+share/kservices5/useragentstrings/safari32.desktop
+share/kservices5/useragentstrings/safari40.desktop
+share/kservices5/useragentstrings/safari517.desktop
+share/kservices5/useragentstrings/safari60.desktop
+share/kservices5/useragentstrings/w3moncurrent.desktop
+share/kservices5/useragentstrings/wgetoncurrent.desktop
+share/kservices5/webshortcuts.desktop
+share/kservicetypes5/kfileitemactionplugin.desktop
+share/kservicetypes5/kiodndpopupmenuplugin.desktop
+share/kservicetypes5/konqpopupmenuplugin.desktop
+share/kservicetypes5/kpropertiesdialogplugin.desktop
+share/kservicetypes5/kurifilterplugin.desktop
+share/kservicetypes5/searchprovider.desktop
+share/kservicetypes5/uasprovider.desktop
+share/locale/af/LC_MESSAGES/kio5.mo
+share/locale/ar/LC_MESSAGES/kio5.mo
+share/locale/ast/LC_MESSAGES/kio5.mo
+share/locale/be/LC_MESSAGES/kio5.mo
+share/locale/be@latin/LC_MESSAGES/kio5.mo
+share/locale/bg/LC_MESSAGES/kio5.mo
+share/locale/bn/LC_MESSAGES/kio5.mo
+share/locale/br/LC_MESSAGES/kio5.mo
+share/locale/bs/LC_MESSAGES/kio5.mo
+share/locale/ca/LC_MESSAGES/kio5.mo
+share/locale/ca@valencia/LC_MESSAGES/kio5.mo
+share/locale/cs/LC_MESSAGES/kio5.mo
+share/locale/csb/LC_MESSAGES/kio5.mo
+share/locale/cy/LC_MESSAGES/kio5.mo
+share/locale/da/LC_MESSAGES/kio5.mo
+share/locale/de/LC_MESSAGES/kio5.mo
+share/locale/el/LC_MESSAGES/kio5.mo
+share/locale/en_GB/LC_MESSAGES/kio5.mo
+share/locale/eo/LC_MESSAGES/kio5.mo
+share/locale/es/LC_MESSAGES/kio5.mo
+share/locale/et/LC_MESSAGES/kio5.mo
+share/locale/eu/LC_MESSAGES/kio5.mo
+share/locale/fa/LC_MESSAGES/kio5.mo
+share/locale/fi/LC_MESSAGES/kio5.mo
+share/locale/fr/LC_MESSAGES/kio5.mo
+share/locale/fy/LC_MESSAGES/kio5.mo
+share/locale/ga/LC_MESSAGES/kio5.mo
+share/locale/gl/LC_MESSAGES/kio5.mo
+share/locale/gu/LC_MESSAGES/kio5.mo
+share/locale/he/LC_MESSAGES/kio5.mo
+share/locale/hi/LC_MESSAGES/kio5.mo
+share/locale/hr/LC_MESSAGES/kio5.mo
+share/locale/hsb/LC_MESSAGES/kio5.mo
+share/locale/hu/LC_MESSAGES/kio5.mo
+share/locale/ia/LC_MESSAGES/kio5.mo
+share/locale/is/LC_MESSAGES/kio5.mo
+share/locale/it/LC_MESSAGES/kio5.mo
+share/locale/ja/LC_MESSAGES/kio5.mo
+share/locale/kk/LC_MESSAGES/kio5.mo
+share/locale/km/LC_MESSAGES/kio5.mo
+share/locale/ko/LC_MESSAGES/kio5.mo
+share/locale/ku/LC_MESSAGES/kio5.mo
+share/locale/lt/LC_MESSAGES/kio5.mo
+share/locale/lv/LC_MESSAGES/kio5.mo
+share/locale/mai/LC_MESSAGES/kio5.mo
+share/locale/mk/LC_MESSAGES/kio5.mo
+share/locale/ml/LC_MESSAGES/kio5.mo
+share/locale/mr/LC_MESSAGES/kio5.mo
+share/locale/ms/LC_MESSAGES/kio5.mo
+share/locale/nb/LC_MESSAGES/kio5.mo
+share/locale/nds/LC_MESSAGES/kio5.mo
+share/locale/ne/LC_MESSAGES/kio5.mo
+share/locale/nl/LC_MESSAGES/kio5.mo
+share/locale/nn/LC_MESSAGES/kio5.mo
+share/locale/oc/LC_MESSAGES/kio5.mo
+share/locale/pa/LC_MESSAGES/kio5.mo
+share/locale/pl/LC_MESSAGES/kio5.mo
+share/locale/pt/LC_MESSAGES/kio5.mo
+share/locale/pt_BR/LC_MESSAGES/kio5.mo
+share/locale/ro/LC_MESSAGES/kio5.mo
+share/locale/ru/LC_MESSAGES/kio5.mo
+share/locale/se/LC_MESSAGES/kio5.mo
+share/locale/sk/LC_MESSAGES/kio5.mo
+share/locale/sl/LC_MESSAGES/kio5.mo
+share/locale/sq/LC_MESSAGES/kio5.mo
+share/locale/sr/LC_MESSAGES/kio5.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kio5.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kio5.mo
+share/locale/sr@latin/LC_MESSAGES/kio5.mo
+share/locale/sv/LC_MESSAGES/kio5.mo
+share/locale/ta/LC_MESSAGES/kio5.mo
+share/locale/tg/LC_MESSAGES/kio5.mo
+share/locale/th/LC_MESSAGES/kio5.mo
+share/locale/tr/LC_MESSAGES/kio5.mo
+share/locale/ug/LC_MESSAGES/kio5.mo
+share/locale/uk/LC_MESSAGES/kio5.mo
+share/locale/uz/LC_MESSAGES/kio5.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kio5.mo
+share/locale/vi/LC_MESSAGES/kio5.mo
+share/locale/wa/LC_MESSAGES/kio5.mo
+share/locale/xh/LC_MESSAGES/kio5.mo
+share/locale/zh_CN/LC_MESSAGES/kio5.mo
+share/locale/zh_TW/LC_MESSAGES/kio5.mo
diff --git a/devel/kio/buildlink3.mk b/devel/kio/buildlink3.mk
new file mode 100644
index 00000000000..cc93e8cee53
--- /dev/null
+++ b/devel/kio/buildlink3.mk
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1 2016/05/26 08:29:05 markd Exp $
+
+BUILDLINK_TREE+= kio
+
+.if !defined(KIO_BUILDLINK3_MK)
+KIO_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kio+= kio>=5.21.0
+BUILDLINK_PKGSRCDIR.kio?= ../../devel/kio
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../archivers/karchive/buildlink3.mk"
+.include "../../devel/kbookmarks/buildlink3.mk"
+.include "../../security/kwallet/buildlink3.mk"
+.include "../../sysutils/solid/buildlink3.mk"
+.include "../../x11/kjobwidgets/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtscript/buildlink3.mk"
+.endif # KIO_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -kio
diff --git a/devel/kio/distinfo b/devel/kio/distinfo
new file mode 100644
index 00000000000..cb29e00867d
--- /dev/null
+++ b/devel/kio/distinfo
@@ -0,0 +1,9 @@
+$NetBSD: distinfo,v 1.1 2016/05/26 08:29:05 markd Exp $
+
+SHA1 (kio-5.21.0.tar.xz) = ee3edfcc0d803fd3ff740519d8e79fb3357982bc
+RMD160 (kio-5.21.0.tar.xz) = 83001a461712bd2ae01104f1f4767c427351b373
+SHA512 (kio-5.21.0.tar.xz) = eda2733dcb024ac29aae5b3cbe05354ee5d4e726d82b82edf43616fa37bb7a4f7ce8315b9a60d31f64f9ce4d7c65c44ad4a4399820fd84455f4ba18ecefab7b6
+Size (kio-5.21.0.tar.xz) = 2895592 bytes
+SHA1 (patch-src_core_CMakeLists.txt) = 22b5462f69814c7a16f0645fb92d1ff9c2dfda0a
+SHA1 (patch-src_core_config-kmountpoint.h.cmake) = 7da0ea584a8c10b7b5476dd91f56a284869f056c
+SHA1 (patch-src_urifilters_shorturi_CMakeLists.txt) = f78ee0fbf172acdeb22e13759250714d0feb3f4f
diff --git a/devel/kio/patches/patch-src_core_CMakeLists.txt b/devel/kio/patches/patch-src_core_CMakeLists.txt
new file mode 100644
index 00000000000..5cb99a31757
--- /dev/null
+++ b/devel/kio/patches/patch-src_core_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_core_CMakeLists.txt,v 1.1 2016/05/26 08:29:05 markd Exp $
+
+Install via examples dir
+
+--- src/core/CMakeLists.txt.orig 2016-02-06 13:48:57.000000000 +0000
++++ src/core/CMakeLists.txt
+@@ -263,7 +263,7 @@ install(FILES
+ ${CMAKE_CURRENT_BINARY_DIR}/kiocore_export.h
+ DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KIOCore COMPONENT Devel)
+
+-install(FILES accept-languages.codes DESTINATION ${KDE_INSTALL_CONFDIR})
++install(FILES accept-languages.codes DESTINATION ${KDE_INSTALL_DATAROOTDIR}/examples/kio)
+
+ include(ECMGeneratePriFile)
+ ecm_generate_pri_file(BASE_NAME KIOCore LIB_NAME KF5KIOCore DEPS "KCoreAddons KService" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF5}/KIOCore)
diff --git a/devel/kio/patches/patch-src_core_config-kmountpoint.h.cmake b/devel/kio/patches/patch-src_core_config-kmountpoint.h.cmake
new file mode 100644
index 00000000000..1ed9f7b6976
--- /dev/null
+++ b/devel/kio/patches/patch-src_core_config-kmountpoint.h.cmake
@@ -0,0 +1,10 @@
+$NetBSD: patch-src_core_config-kmountpoint.h.cmake,v 1.1 2016/05/26 08:29:05 markd Exp $
+
+--- src/core/config-kmountpoint.h.cmake.orig 2016-04-03 20:55:42.000000000 +0000
++++ src/core/config-kmountpoint.h.cmake
+@@ -1,4 +1,5 @@
+ #cmakedefine01 HAVE_GETMNTINFO
++#cmakedefine01 GETMNTINFO_USES_STATVFS
+ #cmakedefine01 HAVE_SETMNTENT
+ #cmakedefine01 HAVE_MNTENT_H
+ #cmakedefine01 HAVE_SYS_MNTTAB_H
diff --git a/devel/kio/patches/patch-src_urifilters_shorturi_CMakeLists.txt b/devel/kio/patches/patch-src_urifilters_shorturi_CMakeLists.txt
new file mode 100644
index 00000000000..7190da86ee5
--- /dev/null
+++ b/devel/kio/patches/patch-src_urifilters_shorturi_CMakeLists.txt
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_urifilters_shorturi_CMakeLists.txt,v 1.1 2016/05/26 08:29:05 markd Exp $
+
+Install via examples dir
+
+--- src/urifilters/shorturi/CMakeLists.txt.orig 2016-02-06 13:48:57.000000000 +0000
++++ src/urifilters/shorturi/CMakeLists.txt
+@@ -8,5 +8,5 @@ install(TARGETS kshorturifilter DESTINA
+ ########### install files ###############
+
+ install( FILES kshorturifilter.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} )
+-install( FILES kshorturifilterrc DESTINATION ${KDE_INSTALL_CONFDIR} )
++install( FILES kshorturifilterrc DESTINATION ${KDE_INSTALL_DATAROOTDIR}/examples/kio )
+