1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and Applications)

KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].

The work is based on what we have in the KDE testing repo [2].

This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.

With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
	USES=kde:5
	USE_KDE=<framework1> <framework2> ... <frameworkX>

For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
	KWALLET_USE=            KDE=wallet

I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)

[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5

Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8329
This commit is contained in:
Tobias C. Berner 2016-11-14 16:12:56 +00:00
parent 1ff45cdd0a
commit 30a183cdd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426118
310 changed files with 37274 additions and 44 deletions

1
MOVED
View File

@ -8804,3 +8804,4 @@ devel/py-pydasm|devel/py-capstone|2016-11-11|Has expired: No more upstream and k
devel/libdasm|devel/capstone3|2016-11-11|Has expired: No more upstream and known bugs, use devel/capstone3 instead
security/erlang-p1tls|security/erlang-fast_tls|2016-11-11|Project was renamed
mail/trojita-qt4|mail/trojita|2016-11-13|Qt4 support was dropped, use mail/trojita instead
devel/extra-cmake-modules|devel/kf5-extra-cmake-modules|2016-11-14|Renamed to match other KF5 port

View File

@ -478,6 +478,32 @@ proxydeps_suggest_uses() {
elif [ ${pkg} = "x11/qimageblitz" ]; then warn "you need to use USE_KDE+=qimageblitz"
elif [ ${pkg} = "textproc/soprano" ]; then warn "you need to use USE_KDE+=soprano"
elif [ ${pkg} = "deskutils/libstreamanalyzer" ]; then warn "you need to use USE_KDE+=strigi"
# KDE Frameworks
elif [ ${pkg} = "devel/kf5-extra-cmake-modules" ]; then warn "you need to use USE_KDE+=ecm"
elif [ ${pkg} = "devel/kf5-kcmutils" ]; then warn "you need to use USE_KDE+=kcmutils"
elif [ ${pkg} = "devel/kf5-kdeclarative" ]; then warn "you need to use USE_KDE+=kdeclarative"
elif [ ${pkg} = "devel/kf5-kfilemetadata" ]; then warn "you need to use USE_KDE+=filemetadata5"
elif [ ${pkg} = "devel/kf5-kio" ]; then warn "you need to use USE_KDE+=kio"
elif [ ${pkg} = "devel/kf5-solid" ]; then warn "you need to use USE_KDE+=solid"
elif [ ${pkg} = "devel/kf5-threadweaver" ]; then warn "you need to use USE_KDE+=threadweaver"
elif [ ${pkg} = "devel/kio-extras-kf5" ]; then warn "you need to use USE_KDE+=kio-extras"
elif [ ${pkg} = "graphics/kf5-kimageformats" ]; then warn "you need to use USE_KDE+=kimageformats"
elif [ ${pkg} = "lang/kf5-kross" ]; then warn "you need to use USE_KDE+=kross"
elif [ ${pkg} = "security/kf5-kdesu" ]; then warn "you need to use USE_KDE+=kdesu"
elif [ ${pkg} = "sysutils/kf5-baloo" ]; then warn "you need to use USE_KDE+=baloo5"
elif [ ${pkg} = "sysutils/kf5-bluez-qt" ]; then warn "you need to use USE_KDE+=bluez-qt"
elif [ ${pkg} = "textproc/kf5-sonnet" ]; then warn "you need to use USE_KDE+=sonnet"
elif [ ${pkg} = "www/kf5-kdewebkit" ]; then warn "you need to use USE_KDE+=kdewebkit"
elif [ ${pkg} = "www/kf5-khtml" ]; then warn "you need to use USE_KDE+=khtml"
elif [ ${pkg} = "x11-themes/kf5-breeze-icons" ]; then warn "you need to use USE_KDE+=breeze-icons"
elif [ ${pkg} = "x11-themes/kf5-oxygen-icons5" ]; then warn "you need to use USE_KDE+=oxygen-icons5"
elif [ ${pkg} = "x11-toolkits/kf5-attica" ]; then warn "you need to use USE_KDE+=attica5"
elif [ ${pkg} = "x11/kf5-frameworkintegration" ]; then warn "you need to use USE_KDE+=frameworkintegration"
elif [ ${pkg} = "x11/kf5-kded" ]; then warn "you need to use USE_KDE+=kded"
elif [ ${pkg} = "x11/kf5-kdelibs4support" ]; then warn "you need to use USE_KDE+=kdelibs4support"
elif [ ${pkg} = "x11/kf5-plasma-framework" ]; then warn "you need to use USE_KDE+=plasma-framework"
elif expr ${pkg} : '.*/kf5-.*' > /dev/null; then
warn "you need USE_KDE+=$(echo ${pkg} | sed -E 's|.*/kf5-k||')"
# sdl-related
elif [ ${pkg} = 'devel/sdl12' ]; then
warn "you need USE_SDL+=sdl"

View File

@ -1,25 +1,26 @@
# $FreeBSD$
#
# Provides support for KDE-based ports.
# Provides support for KDE and KF5-based ports.
#
# Feature: kde
# Usage: USES=kde:ARGS
# Valid ARGS: 4
# Valid ARGS: 4 5
#
# 4: Depend on KDE4 components and variables.
# 5: Depend on KDE Frameworks 5 components and variables.
#
# Variables that can be set by a port:
#
# USE_KDE List of KDE4 components (other ports) that this
# USE_KDE List of KDE4/KF5/Plasma5 components (other ports) that this
# port depends on.
# * foo_build Add a build-time dependency (BUILD_DEPENDS)
# * foo_run Add a run-time dependency (RUN_DEPENDS)
# * foo (default) Add both dependencies on component <foo>
#
# * foo (default) Add both dependencies on component <foo>, or
# a LIB_DEPENDS if applicable.
#
# To simplify the ports, also:
# CATEGORIES If the port is part of one of the KDE Software distribution,
# it can add, in addition to 'kde' one of the following:
# kde-frameworks: part of frameworks release
# kde-kde4: part of kde4 release
# this will then set default values for MASTER_SITES and DIST_SUBDIR
# as well as CPE_VENDOR and LICENSE.
@ -29,13 +30,12 @@
.if !defined(_INCLUDE_USES_KDE_MK)
_INCLUDE_USES_KDE_MK= yes
_KDE_SUPPORTED= 4
_KDE_SUPPORTED= 4 5
. if empty(kde_ARGS)
IGNORE= kde needs a version (${_KDE_SUPPORTED})
. endif
# At the moment we support KDE versions 4.
. for ver in ${_KDE_SUPPORTED:O:u}
. if ${kde_ARGS:M${ver}}
. if !defined(_KDE_VERSION)
@ -64,6 +64,10 @@ KDE4_APPLICATIONS_BRANCH?= Attic
KDE4_APPLICATIONS_VERSION?= 15.04.3
KDE4_BRANCH?= stable
# Current KDE desktop.
KDE_FRAMEWORKS_VERSION?= 5.27.0
KDE_FRAMEWORKS_BRANCH?= stable
# Extended KDE universe applications.
CALLIGRA_VERSION?= 2.9.11
CALLIGRA_BRANCH?= stable
@ -75,14 +79,14 @@ KTP_VERSION?= 0.9.0
KTP_BRANCH?= stable
# ==============================================================================
# === INSTALLATION PREFIX ======================================================
# Define installation prefix.
# === INSTALLATION PREFIXES AND HEADER LOCATION ================================
# Define unversioned prefix variable.
KDE_PREFIX= ${LOCALBASE}
# ==============================================================================
# === CATEGORIES HANDLING -- SETTING DEFAULT VALUES ============================
# Doing MASTER_SITES magic based on the category of the port
_KDE_CATEGORIES_SUPPORTED= kde-kde4
_KDE_CATEGORIES_SUPPORTED= kde-frameworks kde-kde4
. for cat in ${_KDE_CATEGORIES_SUPPORTED}
. if ${CATEGORIES:M${cat}}
. if !defined(_KDE_CATEGORY)
@ -106,10 +110,17 @@ CPE_VENDOR?= kde
PORTVERSION?= ${KDE4_VERSION}
MASTER_SITES?= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src
DIST_SUBDIR?= KDE/${KDE4_VERSION}
. elif ${_KDE_CATEGORY:Mkde-frameworks}
PORTVERSION?= ${KDE_FRAMEWORKS_VERSION}
PKGNAMEPREFIX?= kf5-
MASTER_SITES?= KDE/${KDE_FRAMEWORKS_BRANCH}/frameworks/${KDE_FRAMEWORKS_VERSION:R} \
KDE/${KDE_FRAMEWORKS_BRANCH}/frameworks/${KDE_FRAMEWORKS_VERSION:R}/portingAids
DIST_SUBDIR?= KDE/frameworks/${KDE_FRAMEWORKS_VERSION}
. else
IGNORE?= unknown CATEGORY value '${_KDE_CATEGORY}' #'
. endif
. endif #defined(_KDE_CATEGORY)
# ==============================================================================
# ==== SETUP CMAKE ENVIRONMENT =================================================
@ -118,6 +129,13 @@ CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE}"
. if ${_KDE_VERSION:M*4*}
CMAKE_ARGS+= -DKDE4_BUILD_TESTS:BOOL=OFF
. elif ${_KDE_VERSION:M*5*}
# We set KDE_INSTALL_USE_QT_SYS_PATHS to install mkspecs files, plugins and
# imports to the Qt 5 install directory.
CMAKE_ARGS+= -DBUILD_TESTING:BOOL=OFF \
-DCMAKE_MODULE_PATH="${LOCALBASE};${KDE_PREFIX}" \
-DCMAKE_INSTALL_PREFIX="${KDE_PREFIX}" \
-DKDE_INSTALL_USE_QT_SYS_PATHS:BOOL=TRUE
. endif
# Set man-page installation prefix.
@ -137,6 +155,8 @@ PLIST_SUB+= KDE4_VERSION="${KDE4_VERSION}" \
KDE4_NON_GENERIC_LIB_VERSION=${KDE4_KDELIBS_VERSION:S,^4,5,} \
KDE4_KDELIBS_VERSION=${KDE4_KDELIBS_VERSION} \
KDE4_NG_KDELIBS_VERSION=${KDE4_KDELIBS_VERSION:S,^4,5,}
. elif ${_KDE_VERSION:M*5*}
PLIST_SUB+= KDE_FRAMEWORKS_VERSION="${KDE_FRAMEWORKS_VERSION}"
. endif
# ==============================================================================
@ -164,6 +184,51 @@ _USE_KDE4_ALL= baloo baloo-widgets baseapps kactivities kate kdelibs \
_USE_KDE4_ALL+= akonadi attica automoc4 ontologies qimageblitz soprano \
strigi
# List of components of the KDE Frameworks distribution.
# The *_TIER<n> variables are internal, primarily for checking
# that our list of frameworks matches the structure offered upstream.
_USE_FRAMEWORKS_TIER1= apidox archive attica5 breeze-icons codecs config \
coreaddons dbusaddons dnssd i18n idletime itemmodels \
itemviews oxygen-icons5 plotting solid sonnet \
threadweaver widgetsaddons windowsystem
# NOT LISTED TIER1: modemmanagerqt networkmanagerqt (not applicable)
# NOT LISTED TIER1: syntaxhighlighting (new in 5.28)
# NOT LISTED TIER1: wayland (needs graphics/wayland)
_USE_FRAMEWORKS_TIER2= auth completion crash doctools filemetadata5 \
kimageformats jobwidgets notifications package \
pty unitconversion
# NOT LISTED TIER2: activities-stats (runtime requires x11/plasma5-kactivitymanagerd)
_USE_FRAMEWORKS_TIER3= activities baloo5 bookmarks configwidgets \
designerplugin emoticons globalaccel guiaddons \
iconthemes init kcmutils kconfigwidgets kdeclarative \
kded kdesu kdewebkit kio newstuff notifyconfig parts \
people plasma-framework runner service texteditor \
textwidgets wallet xmlgui xmlrpcclient
_USE_FRAMEWORKS_TIER4= frameworkintegration
# Porting Aids frameworks provide code and utilities to ease the transition from
# kdelibs 4 to KDE Frameworks 5. Code should aim to port away from this framework,
# new projects should avoid using these libraries.
_USE_FRAMEWORKS_PORTING=js jsembed kdelibs4support khtmlmediaplayer kross
# These are weird items: not officially released as Frameworks, but
# required by them (and from KDE).
# - kirigami https://dot.kde.org/2016/03/30/kde-proudly-presents-kirigami-ui
_USE_FRAMEWORKS_EXTRA= kirigami
_USE_FRAMEWORKS_ALL= ecm \
${_USE_FRAMEWORKS_TIER1} \
${_USE_FRAMEWORKS_TIER2} \
${_USE_FRAMEWORKS_TIER3} \
${_USE_FRAMEWORKS_TIER4} \
${_USE_FRAMEWORKS_PORTING} \
${_USE_FRAMEWORKS_EXTRA}
_USE_KDE5_ALL= ${_USE_FRAMEWORKS_ALL}
# ====================== kde4 components =======================================
baloo_PORT= sysutils/baloo
baloo_LIB= libbaloocore.so
@ -295,6 +360,217 @@ strigi_PORT= deskutils/libstreamanalyzer
strigi_LIB= libstreamanalyzer.so.0
# ====================== end of kde4 components ================================
# ====================== frameworks components =================================
activities_PORT= x11/kf5-kactivities
activities_LIB= libKF5Activities.so
apidox_PORT= devel/kf5-kapidox
apidox_PATH= ${KDE_PREFIX}/bin/kapidox_generate
apidox_TYPE= run
archive_PORT= archivers/kf5-karchive
archive_LIB= libKF5Archive.so
attica5_PORT= x11-toolkits/kf5-attica
attica5_LIB= libKF5Attica.so
auth_PORT= devel/kf5-kauth
auth_LIB= libKF5Auth.so
baloo5_PORT= sysutils/kf5-baloo
baloo5_LIB= libKF5Baloo.so
bookmarks_PORT= devel/kf5-kbookmarks
bookmarks_LIB= libKF5Bookmarks.so
breeze-icons_PORT= x11-themes/kf5-breeze-icons
breeze-icons_PATH= ${KDE_PREFIX}/share/icons/breeze/index.theme
breeze-icons_TYPE= run
codecs_PORT= textproc/kf5-kcodecs
codecs_LIB= libKF5Codecs.so
completion_PORT= x11-toolkits/kf5-kcompletion
completion_LIB= libKF5Completion.so
config_PORT= devel/kf5-kconfig
config_LIB= libKF5ConfigCore.so
configwidgets_PORT= x11-toolkits/kf5-kconfigwidgets
configwidgets_LIB= libKF5ConfigWidgets.so
coreaddons_PORT= devel/kf5-kcoreaddons
coreaddons_LIB= libKF5CoreAddons.so
crash_PORT= devel/kf5-kcrash
crash_LIB= libKF5Crash.so
dbusaddons_PORT= devel/kf5-kdbusaddons
dbusaddons_LIB= libKF5DBusAddons.so
designerplugin_PORT= x11-toolkits/kf5-kdesignerplugin
designerplugin_PATH= ${QT_PLUGINDIR}/designer/kf5widgets.so
designerplugin_TYPE= run
dnssd_PORT= dns/kf5-kdnssd
dnssd_LIB= libKF5DNSSD.so
doctools_PORT= devel/kf5-kdoctools
doctools_PATH= ${KDE_PREFIX}/bin/meinproc5
ecm_PORT= devel/kf5-extra-cmake-modules
ecm_PATH= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake
emoticons_PORT= x11-themes/kf5-kemoticons
emoticons_LIB= libKF5Emoticons.so
filemetadata5_PORT= devel/kf5-kfilemetadata
filemetadata5_LIB= libKF5FileMetaData.so
frameworkintegration_PORT= x11/kf5-frameworkintegration
frameworkintegration_LIB= libKF5Style.so
globalaccel_PORT= x11/kf5-kglobalaccel
globalaccel_LIB= libKF5GlobalAccel.so
guiaddons_PORT= x11-toolkits/kf5-kguiaddons
guiaddons_LIB= libKF5GuiAddons.so
i18n_PORT= devel/kf5-ki18n
i18n_LIB= libKF5I18n.so
iconthemes_PORT= x11-themes/kf5-kiconthemes
iconthemes_LIB= libKF5IconThemes.so
idletime_PORT= devel/kf5-kidletime
idletime_LIB= libKF5IdleTime.so
init_PORT= x11/kf5-kinit
init_PATH= ${KDE_PREFIX}/bin/kdeinit5
itemmodels_PORT= devel/kf5-kitemmodels
itemmodels_LIB= libKF5ItemModels.so
itemviews_PORT= x11-toolkits/kf5-kitemviews
itemviews_LIB= libKF5ItemViews.so
jobwidgets_PORT= x11-toolkits/kf5-kjobwidgets
jobwidgets_LIB= libKF5JobWidgets.so
js_PORT= www/kf5-kjs
js_LIB= libKF5JS.so
jsembed_PORT= www/kf5-kjsembed
jsembed_LIB= libKF5JsEmbed.so
kcmutils_PORT= devel/kf5-kcmutils
kcmutils_LIB= libKF5KCMUtils.so
kdeclarative_PORT= devel/kf5-kdeclarative
kdeclarative_LIB= libKF5Declarative.so
kded_PORT= x11/kf5-kded
kded_LIB= libkdeinit5_kded5.so
kdelibs4support_PORT= x11/kf5-kdelibs4support
kdelibs4support_LIB= libKF5KDELibs4Support.so
kdesu_PORT= security/kf5-kdesu
kdesu_LIB= libKF5Su.so
kdewebkit_PORT= www/kf5-kdewebkit
kdewebkit_LIB= libKF5WebKit.so
khtml_PORT= www/kf5-khtml
khtml_LIB= libKF5KHtml.so
kimageformats_PORT= graphics/kf5-kimageformats
kimageformats_PATH= ${QT_PLUGINDIR}/imageformats/kimg_xcf.so
kimageformats_TYPE= run
kio_PORT= devel/kf5-kio
kio_LIB= libKF5KIOCore.so
kirigami_PATH= ${QT_QMLDIR}/org/kde/kirigami/libkirigamiplugin.so
kirigami_PORT= x11-toolkits/kirigami
kross_PORT= lang/kf5-kross
kross_LIB= libKF5KrossCore.so
mediaplayer_PORT= multimedia/kf5-kmediaplayer
mediaplayer_LIB= libKF5MediaPlayer.so.5
newstuff_PORT= devel/kf5-knewstuff
newstuff_LIB= libKF5NewStuff.so
notifications_PORT= devel/kf5-knotifications
notifications_LIB= libKF5Notifications.so
notifyconfig_PORT= devel/kf5-knotifyconfig
notifyconfig_LIB= libKF5NotifyConfig.so
oxygen-icons5_PORT= x11-themes/kf5-oxygen-icons5
oxygen-icons5_PATH= ${KDE_PREFIX}/share/icons/oxygen/index.theme
oxygen-icons5_TYPE= run
package_PORT= devel/kf5-kpackage
package_LIB= libKF5Package.so
parts_PORT= devel/kf5-kparts
parts_LIB= libKF5Parts.so
people_PORT= devel/kf5-kpeople
people_LIB= libKF5People.so
plasma-framework_PORT= x11/kf5-plasma-framework
plasma-framework_LIB= libKF5Plasma.so
plotting_PORT= graphics/kf5-kplotting
plotting_LIB= libKF5Plotting.so
pty_PORT= devel/kf5-kpty
pty_LIB= libKF5Pty.so
runner_PORT= x11/kf5-krunner
runner_LIB= libKF5Runner.so
service_PORT= devel/kf5-kservice
service_PATH= ${KDE_PREFIX}/bin/kbuildsycoca5
solid_PORT= devel/kf5-solid
solid_LIB= libKF5Solid.so
sonnet_PORT= textproc/kf5-sonnet
sonnet_LIB= libKF5SonnetCore.so
texteditor_PORT= devel/kf5-ktexteditor
texteditor_LIB= libKF5TextEditor.so
textwidgets_PORT= x11-toolkits/kf5-ktextwidgets
textwidgets_LIB= libKF5TextWidgets.so
threadweaver_PORT= devel/kf5-threadweaver
threadweaver_LIB= libKF5ThreadWeaver.so
unitconversion_PORT= devel/kf5-kunitconversion
unitconversion_LIB= libKF5UnitConversion.so
wallet_PORT= sysutils/kf5-kwallet
wallet_LIB= libKF5Wallet.so
widgetsaddons_PORT= x11-toolkits/kf5-kwidgetsaddons
widgetsaddons_LIB= libKF5WidgetsAddons.so
windowsystem_PORT= x11/kf5-kwindowsystem
windowsystem_LIB= libKF5WindowSystem.so
xmlgui_PORT= x11-toolkits/kf5-kxmlgui
xmlgui_LIB= libKF5XmlGui.so
xmlrpcclient_PORT= net/kf5-kxmlrpcclient
xmlrpcclient_LIB= libKF5XmlRpcClient.so
# ====================== end of frameworks components ==========================
# end of component list ########################################################
_USE_KDE_ALL= ${_USE_${_KDE_RELNAME}_ALL}

View File

@ -48,6 +48,7 @@
SUBDIR += innoextract
SUBDIR += javatar
SUBDIR += jzlib
SUBDIR += kf5-karchive
SUBDIR += kzip
SUBDIR += laszip
SUBDIR += lbrate

View File

@ -0,0 +1,15 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= karchive
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= archivers kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library that provides classes for handling archive formats
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
USE_KDE= ecm
USE_QT5= buildtools_build core qmake_build
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424075
SHA256 (KDE/frameworks/5.27.0/karchive-5.27.0.tar.xz) = 7f387fa2e0f5360870524d0f2b352179f191d0ed0ea78ec3456964ffab8bebb0
SIZE (KDE/frameworks/5.27.0/karchive-5.27.0.tar.xz) = 110736

View File

@ -0,0 +1,7 @@
KArchive provides classes for easy reading, creation and manipulation of
"archive" formats like ZIP and TAR.
It also provides transparent compression and decompression of data, like
the GZip format, via a subclass of QIODevice.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html

View File

@ -0,0 +1,34 @@
include/KF5/KArchive/K7Zip
include/KF5/KArchive/KAr
include/KF5/KArchive/KArchive
include/KF5/KArchive/KArchiveDirectory
include/KF5/KArchive/KArchiveEntry
include/KF5/KArchive/KArchiveFile
include/KF5/KArchive/KCompressionDevice
include/KF5/KArchive/KFilterBase
include/KF5/KArchive/KFilterDev
include/KF5/KArchive/KTar
include/KF5/KArchive/KZip
include/KF5/KArchive/KZipFileEntry
include/KF5/KArchive/k7zip.h
include/KF5/KArchive/kar.h
include/KF5/KArchive/karchive.h
include/KF5/KArchive/karchive_export.h
include/KF5/KArchive/karchivedirectory.h
include/KF5/KArchive/karchiveentry.h
include/KF5/KArchive/karchivefile.h
include/KF5/KArchive/kcompressiondevice.h
include/KF5/KArchive/kfilterbase.h
include/KF5/KArchive/kfilterdev.h
include/KF5/KArchive/ktar.h
include/KF5/KArchive/kzip.h
include/KF5/KArchive/kzipfileentry.h
include/KF5/karchive_version.h
lib/cmake/KF5Archive/KF5ArchiveConfig.cmake
lib/cmake/KF5Archive/KF5ArchiveConfigVersion.cmake
lib/cmake/KF5Archive/KF5ArchiveTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Archive/KF5ArchiveTargets.cmake
lib/libKF5Archive.so
lib/libKF5Archive.so.5
lib/libKF5Archive.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KArchive.pri

View File

@ -21,8 +21,7 @@ COMMENT= Flexible Input Method Framework
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \
${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
LIB_DEPENDS= libcairo.so:graphics/cairo \
libdbus-1.so:devel/dbus \
libXfixes.so:x11/libXfixes \
@ -37,11 +36,12 @@ SUB_LIST+= PORTSDIR=${PORTSDIR}
CONFLICTS= zh-scim-fcitx-3.*
USE_GNOME= pango intltool libxml2 introspection
USE_KDE= ecm
USE_XORG= x11 xext xkbfile sm ice
USE_LDCONFIG= yes
USES= tar:xz cmake desktop-file-utils execinfo \
gettext-tools:build,run gettext-runtime iconv:wchar_t \
pkgconfig shared-mime-info
kde:5 pkgconfig shared-mime-info
INSTALLS_ICONS= yes
OPTIONS_DEFINE= GTK2 GTK3 QT4 OPENCC TPUNC DOCS

View File

@ -1145,6 +1145,34 @@
SUBDIR += kdevelop-php
SUBDIR += kdevelop-php-docs
SUBDIR += kdevplatform
SUBDIR += kf5-extra-cmake-modules
SUBDIR += kf5-kapidox
SUBDIR += kf5-kauth
SUBDIR += kf5-kbookmarks
SUBDIR += kf5-kcmutils
SUBDIR += kf5-kconfig
SUBDIR += kf5-kcoreaddons
SUBDIR += kf5-kcrash
SUBDIR += kf5-kdbusaddons
SUBDIR += kf5-kdeclarative
SUBDIR += kf5-kdoctools
SUBDIR += kf5-kfilemetadata
SUBDIR += kf5-ki18n
SUBDIR += kf5-kidletime
SUBDIR += kf5-kio
SUBDIR += kf5-kitemmodels
SUBDIR += kf5-knewstuff
SUBDIR += kf5-knotifications
SUBDIR += kf5-knotifyconfig
SUBDIR += kf5-kpackage
SUBDIR += kf5-kparts
SUBDIR += kf5-kpeople
SUBDIR += kf5-kpty
SUBDIR += kf5-kservice
SUBDIR += kf5-ktexteditor
SUBDIR += kf5-kunitconversion
SUBDIR += kf5-solid
SUBDIR += kf5-threadweaver
SUBDIR += kickassembler
SUBDIR += kimwitu
SUBDIR += kore

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1476001119
SHA256 (KDE-extra-cmake-modules-v5.27.0_GH0.tar.gz) = 4f9c947a94f621ea90b0b56329951a4b97fd11d2ae901861a6cde1456f94a87a
SIZE (KDE-extra-cmake-modules-v5.27.0_GH0.tar.gz) = 338067

View File

@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= extra-cmake-modules
PORTVERSION= 5.27.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= Extra modules and scripts for CMake
@ -12,10 +11,9 @@ COMMENT= Extra modules and scripts for CMake
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING-CMAKE-SCRIPTS
USE_GITHUB= yes
GH_ACCOUNT= KDE
USES= cmake:outsource kde:5 tar:xz
USE_QT5= #
USES= cmake
DOCS_USE= QT5=help
TEST_USE= QT5=buildtools_build,linguisttools_build,qmake_build
NO_ARCH= yes
@ -41,8 +39,6 @@ MANPAGES_CMAKE_OFF= -DBUILD_MAN_DOCS:BOOL=OFF
TEST_CMAKE_ON= -DBUILD_TESTING:BOOL=ON
TEST_CMAKE_OFF= -DBUILD_TESTING:BOOL=OFF
CONFIGURE_ENV+= CMAKE_PROGRAM_PATH="${LOCALBASE}/bin:${LOCALBASE}/lib/qt5/bin"
MANPAGES_PLIST_FILES= \
man/man7/ecm-developer.7.gz \
man/man7/ecm-find-modules.7.gz \
@ -51,4 +47,7 @@ MANPAGES_PLIST_FILES= \
man/man7/ecm-toolchains.7.gz \
man/man7/ecm.7.gz
CONFIGURE_ENV+= CMAKE_PROGRAM_PATH="${LOCALBASE}/bin:${LOCALBASE}/lib/qt5/bin"
INSTALL_TARGET= install # does not have install/strip target
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424075
SHA256 (KDE/frameworks/5.27.0/extra-cmake-modules-5.27.0.tar.xz) = d2d6fee26d7b25317006663085a6c3e606e0410b2e591e98beaff54994e0fb58
SIZE (KDE/frameworks/5.27.0/extra-cmake-modules-5.27.0.tar.xz) = 287640

View File

@ -1,6 +1,6 @@
--- CMakeLists.txt.orig 2016-05-03 15:00:24 UTC
--- CMakeLists.txt.orig 2016-09-15 12:44:43 UTC
+++ CMakeLists.txt
@@ -60,12 +60,12 @@ set(KDE_MODULES_INSTALL_DIR ${SHAR
@@ -76,12 +76,12 @@ set(KDE_MODULES_INSTALL_DIR ${SHAR
set(MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/modules/)
set(TOOLCHAIN_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/toolchain/)

View File

@ -0,0 +1,93 @@
Import FindLibinotify.cmake from https//git.reviewboard.kde.org/r/129316/
From 2da80872431a9dc169085a9edca8c79c49e7fade Mon Sep 17 00:00:00 2001
From: "Tobias C. Berner" <tcberner@gmail.com>
Date: Sun, 30 Oct 2016 01:22:58 +0200
Subject: [PATCH] Add new cmake module `FindLibinotify.cmake`.
FreeBSD also has inotify. However it is a library and not a kernel subsystem.
---
find-modules/FindLibinotify.cmake | 71 +++++++++++++++++++++++++++++++++++++++
1 file changed, 71 insertions(+)
create mode 100644 find-modules/FindLibinotify.cmake
diff --git a/find-modules/FindLibinotify.cmake b/find-modules/FindLibinotify.cmake
new file mode 100644
index 0000000..fe1f35e
--- /dev/null
+++ find-modules/FindLibinotify.cmake
@@ -0,0 +1,71 @@
+#.rest:
+# FindLibinotify
+# --------------
+#
+# Try to find libinotiy on Unix like systems.
+#
+# This will define the following variables:
+#
+# ``LIBINOTIFY_FOUND``
+# True if Libinotify is available
+# ``LIBINOTIFY_LIBRARIES``
+# This has to be passed to target_link_libraries()
+# ``LIBINOTIFY_INCLUDE_DIRS``
+# This has to be passed to target_include_directories()
+#
+
+#=============================================================================
+# Copyright 2016 Tobias C. Berner <tcberner@FreeBSD.org>
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# 1. Redistributions of source code must retain the copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+# 3. The name of the author may not be used to endorse or promote products
+# derived from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#=============================================================================
+
+find_path(LIBINOTIFY_INCLUDE_DIRS sys/inotify.h )
+
+if ( LIBINOTIFY_INCLUDE_DIRS )
+ # On Linux there is no library to link against, on the BSDs there is.
+ if ( CMAKE_SYSTEM_NAME MATCHES "Linux" )
+ set( LIBINOTIFY_FOUND TRUE )
+ else ()
+ find_library( LIBINOTIFY_LIBRARIES NAMES inotify )
+ include(FindPackageHandleStandardArgs)
+ find_package_handle_standard_args( Libinotify
+ FOUND_VAR
+ LIBINOTIFY_FOUND
+ REQUIRED_VARS
+ LIBINOTIFY_LIBRARIES
+ LIBINOTIFY_INCLUDE_DIRS
+ )
+ mark_as_advanced( LIBINOTIFY_LIBRARIES LIBINOTIFY_INCLUDE_DIRS )
+ include(FeatureSummary)
+ set_package_properties(Libinotify PROPERTIES
+ URL "https://github.com/dmatveev/libinotify-kqueue"
+ DESCRIPTION "inotify API on the *BSD family of operating systems."
+ )
+ endif ()
+else ()
+ set( LIBINOTIFY_FOUND FALSE )
+endif ()
+
+mark_as_advanced( LIBINOTIFY_FOUND )
--
2.10.1

View File

@ -1,8 +1,8 @@
Make sure we only pass -std=c++0x if the compiler supports it (i.e. it is not base GCC).
--- kde-modules/KDECompilerSettings.cmake.orig 2016-09-06 19:26:59 UTC
--- kde-modules/KDECompilerSettings.cmake.orig 2016-09-15 12:44:43 UTC
+++ kde-modules/KDECompilerSettings.cmake
@@ -181,7 +181,8 @@ if (CMAKE_C_COMPILER_ID STREQUAL "GNU" O
@@ -194,7 +194,8 @@ if (CMAKE_C_COMPILER_ID STREQUAL "GNU" O
# compilers (in particular, MSVC 2010 does not support C99)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=iso9899:1990")
endif()

View File

@ -0,0 +1,13 @@
FreeBSD installs Qt5's qmake as 'qmake' and not 'qmake-qt5'.
--- modules/ECMQueryQmake.cmake.orig 2016-10-29 14:41:05 UTC
+++ modules/ECMQueryQmake.cmake
@@ -1,7 +1,7 @@
find_package(Qt5Core QUIET)
if (Qt5Core_FOUND)
- set(_qmake_executable_default "qmake-qt5")
+ set(_qmake_executable_default "qmake")
endif ()
if (TARGET Qt5::qmake)
get_target_property(_qmake_executable_default Qt5::qmake LOCATION)

View File

@ -4,6 +4,7 @@ share/ECM/find-modules/ECMFindModuleHelpersStub.cmake
share/ECM/find-modules/FindEGL.cmake
share/ECM/find-modules/FindKF5.cmake
share/ECM/find-modules/FindLibGit2.cmake
share/ECM/find-modules/FindLibinotify.cmake
share/ECM/find-modules/FindOpenEXR.cmake
share/ECM/find-modules/FindPng2Ico.cmake
share/ECM/find-modules/FindPoppler.cmake

View File

@ -0,0 +1,19 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kapidox
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 API Documentation Tools
USES= cmake:outsource kde:5 python tar:xz
USE_KDE= archive ecm
USE_QT5= buildtools_build qmake_build
NO_ARCH= yes
INSTALL_TARGET= install
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424075
SHA256 (KDE/frameworks/5.27.0/kapidox-5.27.0.tar.xz) = 34840e84a86147cf7c1d85ce52414bcd6326e5529c21c659bb7a36cc2e0675a4
SIZE (KDE/frameworks/5.27.0/kapidox-5.27.0.tar.xz) = 394404

View File

@ -0,0 +1,3 @@
Frameworks API Documentation Tools
WWW: https://projects.kde.org/projects/frameworks/kapidox

View File

@ -0,0 +1,57 @@
bin/depdiagram-generate
bin/depdiagram-generate-all
bin/depdiagram-prepare
bin/kapidox_generate
%%PYTHON_SITELIBDIR%%/kapidox-%%KDE_FRAMEWORKS_VERSION%%-py%%PYTHON_VER%%.egg-info
%%PYTHON_SITELIBDIR%%/kapidox/__init__.py
%%PYTHON_SITELIBDIR%%/kapidox/__init__.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/argparserutils.py
%%PYTHON_SITELIBDIR%%/kapidox/argparserutils.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/data/Doxyfile.global
%%PYTHON_SITELIBDIR%%/kapidox/data/dependencies.md.tmpl
%%PYTHON_SITELIBDIR%%/kapidox/data/footer.html
%%PYTHON_SITELIBDIR%%/kapidox/data/header.html
%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/default_product.png
%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/favicon.ico
%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/frameworks.css
%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/icons/bad.png
%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/icons/ok.png
%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/icons/warning.png
%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/kde-white.svg
%%PYTHON_SITELIBDIR%%/kapidox/data/htmlresource/kde.css
%%PYTHON_SITELIBDIR%%/kapidox/data/templates/base.html
%%PYTHON_SITELIBDIR%%/kapidox/data/templates/footer.html
%%PYTHON_SITELIBDIR%%/kapidox/data/templates/frontpage-sidebar.html
%%PYTHON_SITELIBDIR%%/kapidox/data/templates/frontpage.html
%%PYTHON_SITELIBDIR%%/kapidox/data/templates/libinfo.html
%%PYTHON_SITELIBDIR%%/kapidox/data/templates/library-sidebar.html
%%PYTHON_SITELIBDIR%%/kapidox/data/templates/library.html
%%PYTHON_SITELIBDIR%%/kapidox/data/templates/maintainers.html
%%PYTHON_SITELIBDIR%%/kapidox/data/templates/search.html
%%PYTHON_SITELIBDIR%%/kapidox/data/templates/subgroup-sidebar.html
%%PYTHON_SITELIBDIR%%/kapidox/data/templates/subgroup.html
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/__init__.py
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/__init__.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/block.py
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/block.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/framework.py
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/framework.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/frameworkdb.py
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/frameworkdb.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/generate.py
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/generate.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/gvutils.py
%%PYTHON_SITELIBDIR%%/kapidox/depdiagram/gvutils.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/doxyfilewriter.py
%%PYTHON_SITELIBDIR%%/kapidox/doxyfilewriter.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/generator.py
%%PYTHON_SITELIBDIR%%/kapidox/generator.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/models.py
%%PYTHON_SITELIBDIR%%/kapidox/models.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/preprocessing.py
%%PYTHON_SITELIBDIR%%/kapidox/preprocessing.%%PYC_SUFFIX%%
%%PYTHON_SITELIBDIR%%/kapidox/utils.py
%%PYTHON_SITELIBDIR%%/kapidox/utils.%%PYC_SUFFIX%%
share/man/man1/depdiagram-generate-all.1
share/man/man1/depdiagram-generate.1
share/man/man1/depdiagram-prepare.1

18
devel/kf5-kauth/Makefile Normal file
View File

@ -0,0 +1,18 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kauth
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 abstraction to system policy and authentication features
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt5
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
USE_KDE= coreaddons ecm
USE_QT5= buildtools_build core dbus gui linguisttools qmake_build \
widgets
.include <bsd.port.mk>

3
devel/kf5-kauth/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424075
SHA256 (KDE/frameworks/5.27.0/kauth-5.27.0.tar.xz) = 944f50341e7ddf78edf264c04d95b22967b610b5de3c823e48a4dd86036ce69f
SIZE (KDE/frameworks/5.27.0/kauth-5.27.0.tar.xz) = 2550156

View File

@ -0,0 +1,4 @@
KAuth provides a convenient, system-integrated way to offload actions that need
to be performed as a privileged user to small helper utilities.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html

131
devel/kf5-kauth/pkg-plist Normal file
View File

@ -0,0 +1,131 @@
etc/dbus-1/system.d/org.kde.kf5auth.conf
include/KF5/KAuth/KAuth
include/KF5/KAuth/KAuthAction
include/KF5/KAuth/KAuthActionReply
include/KF5/KAuth/KAuthExecuteJob
include/KF5/KAuth/KAuthHelperSupport
include/KF5/KAuth/KAuthObjectDecorator
include/KF5/KAuth/kauth.h
include/KF5/KAuth/kauth_export.h
include/KF5/KAuth/kauthaction.h
include/KF5/KAuth/kauthactionreply.h
include/KF5/KAuth/kauthexecutejob.h
include/KF5/KAuth/kauthhelpersupport.h
include/KF5/KAuth/kauthobjectdecorator.h
include/KF5/kauth_version.h
lib/cmake/KF5Auth/KF5AuthConfig.cmake
lib/cmake/KF5Auth/KF5AuthConfigVersion.cmake
lib/cmake/KF5Auth/KF5AuthMacros.cmake
lib/cmake/KF5Auth/KF5AuthTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Auth/KF5AuthTargets.cmake
lib/cmake/KF5Auth/KF5AuthToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Auth/KF5AuthToolsTargets.cmake
lib/libKF5Auth.so
lib/libKF5Auth.so.5
lib/libKF5Auth.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libexec/kauth/kauth-policy-gen
%%QT_PLUGINDIR%%/kauth/backend/kauth_backend_plugin.so
%%QT_PLUGINDIR%%/kauth/helper/kauth_helper_plugin.so
%%QT_MKSPECDIR%%/modules/qt_KAuth.pri
share/kf5/kauth/dbus_policy.stub
share/kf5/kauth/dbus_service.stub
share/locale/af/LC_MESSAGES/kauth5_qt.qm
share/locale/ar/LC_MESSAGES/kauth5_qt.qm
share/locale/as/LC_MESSAGES/kauth5_qt.qm
share/locale/ast/LC_MESSAGES/kauth5_qt.qm
share/locale/be/LC_MESSAGES/kauth5_qt.qm
share/locale/be@latin/LC_MESSAGES/kauth5_qt.qm
share/locale/bg/LC_MESSAGES/kauth5_qt.qm
share/locale/bn/LC_MESSAGES/kauth5_qt.qm
share/locale/bn_IN/LC_MESSAGES/kauth5_qt.qm
share/locale/br/LC_MESSAGES/kauth5_qt.qm
share/locale/bs/LC_MESSAGES/kauth5_qt.qm
share/locale/ca/LC_MESSAGES/kauth5_qt.qm
share/locale/ca@valencia/LC_MESSAGES/kauth5_qt.qm
share/locale/crh/LC_MESSAGES/kauth5_qt.qm
share/locale/cs/LC_MESSAGES/kauth5_qt.qm
share/locale/csb/LC_MESSAGES/kauth5_qt.qm
share/locale/cy/LC_MESSAGES/kauth5_qt.qm
share/locale/da/LC_MESSAGES/kauth5_qt.qm
share/locale/de/LC_MESSAGES/kauth5_qt.qm
share/locale/el/LC_MESSAGES/kauth5_qt.qm
share/locale/en_GB/LC_MESSAGES/kauth5_qt.qm
share/locale/eo/LC_MESSAGES/kauth5_qt.qm
share/locale/es/LC_MESSAGES/kauth5_qt.qm
share/locale/et/LC_MESSAGES/kauth5_qt.qm
share/locale/eu/LC_MESSAGES/kauth5_qt.qm
share/locale/fa/LC_MESSAGES/kauth5_qt.qm
share/locale/fi/LC_MESSAGES/kauth5_qt.qm
share/locale/fr/LC_MESSAGES/kauth5_qt.qm
share/locale/fy/LC_MESSAGES/kauth5_qt.qm
share/locale/ga/LC_MESSAGES/kauth5_qt.qm
share/locale/gd/LC_MESSAGES/kauth5_qt.qm
share/locale/gl/LC_MESSAGES/kauth5_qt.qm
share/locale/gu/LC_MESSAGES/kauth5_qt.qm
share/locale/ha/LC_MESSAGES/kauth5_qt.qm
share/locale/he/LC_MESSAGES/kauth5_qt.qm
share/locale/hi/LC_MESSAGES/kauth5_qt.qm
share/locale/hne/LC_MESSAGES/kauth5_qt.qm
share/locale/hr/LC_MESSAGES/kauth5_qt.qm
share/locale/hsb/LC_MESSAGES/kauth5_qt.qm
share/locale/hu/LC_MESSAGES/kauth5_qt.qm
share/locale/hy/LC_MESSAGES/kauth5_qt.qm
share/locale/ia/LC_MESSAGES/kauth5_qt.qm
share/locale/id/LC_MESSAGES/kauth5_qt.qm
share/locale/is/LC_MESSAGES/kauth5_qt.qm
share/locale/it/LC_MESSAGES/kauth5_qt.qm
share/locale/ja/LC_MESSAGES/kauth5_qt.qm
share/locale/ka/LC_MESSAGES/kauth5_qt.qm
share/locale/kk/LC_MESSAGES/kauth5_qt.qm
share/locale/km/LC_MESSAGES/kauth5_qt.qm
share/locale/kn/LC_MESSAGES/kauth5_qt.qm
share/locale/ko/LC_MESSAGES/kauth5_qt.qm
share/locale/ku/LC_MESSAGES/kauth5_qt.qm
share/locale/lb/LC_MESSAGES/kauth5_qt.qm
share/locale/lt/LC_MESSAGES/kauth5_qt.qm
share/locale/lv/LC_MESSAGES/kauth5_qt.qm
share/locale/mai/LC_MESSAGES/kauth5_qt.qm
share/locale/mk/LC_MESSAGES/kauth5_qt.qm
share/locale/ml/LC_MESSAGES/kauth5_qt.qm
share/locale/mr/LC_MESSAGES/kauth5_qt.qm
share/locale/ms/LC_MESSAGES/kauth5_qt.qm
share/locale/nb/LC_MESSAGES/kauth5_qt.qm
share/locale/nds/LC_MESSAGES/kauth5_qt.qm
share/locale/ne/LC_MESSAGES/kauth5_qt.qm
share/locale/nl/LC_MESSAGES/kauth5_qt.qm
share/locale/nn/LC_MESSAGES/kauth5_qt.qm
share/locale/oc/LC_MESSAGES/kauth5_qt.qm
share/locale/or/LC_MESSAGES/kauth5_qt.qm
share/locale/pa/LC_MESSAGES/kauth5_qt.qm
share/locale/pl/LC_MESSAGES/kauth5_qt.qm
share/locale/ps/LC_MESSAGES/kauth5_qt.qm
share/locale/pt/LC_MESSAGES/kauth5_qt.qm
share/locale/pt_BR/LC_MESSAGES/kauth5_qt.qm
share/locale/ro/LC_MESSAGES/kauth5_qt.qm
share/locale/ru/LC_MESSAGES/kauth5_qt.qm
share/locale/se/LC_MESSAGES/kauth5_qt.qm
share/locale/si/LC_MESSAGES/kauth5_qt.qm
share/locale/sk/LC_MESSAGES/kauth5_qt.qm
share/locale/sl/LC_MESSAGES/kauth5_qt.qm
share/locale/sq/LC_MESSAGES/kauth5_qt.qm
share/locale/sr/LC_MESSAGES/kauth5_qt.qm
share/locale/sr@ijekavian/LC_MESSAGES/kauth5_qt.qm
share/locale/sr@ijekavianlatin/LC_MESSAGES/kauth5_qt.qm
share/locale/sr@latin/LC_MESSAGES/kauth5_qt.qm
share/locale/sv/LC_MESSAGES/kauth5_qt.qm
share/locale/ta/LC_MESSAGES/kauth5_qt.qm
share/locale/te/LC_MESSAGES/kauth5_qt.qm
share/locale/tg/LC_MESSAGES/kauth5_qt.qm
share/locale/th/LC_MESSAGES/kauth5_qt.qm
share/locale/tr/LC_MESSAGES/kauth5_qt.qm
share/locale/tt/LC_MESSAGES/kauth5_qt.qm
share/locale/ug/LC_MESSAGES/kauth5_qt.qm
share/locale/uk/LC_MESSAGES/kauth5_qt.qm
share/locale/uz/LC_MESSAGES/kauth5_qt.qm
share/locale/uz@cyrillic/LC_MESSAGES/kauth5_qt.qm
share/locale/vi/LC_MESSAGES/kauth5_qt.qm
share/locale/wa/LC_MESSAGES/kauth5_qt.qm
share/locale/xh/LC_MESSAGES/kauth5_qt.qm
share/locale/zh_CN/LC_MESSAGES/kauth5_qt.qm
share/locale/zh_HK/LC_MESSAGES/kauth5_qt.qm
share/locale/zh_TW/LC_MESSAGES/kauth5_qt.qm

View File

@ -0,0 +1,17 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kbookmarks
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for bookmarks and the XBEL format
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm \
iconthemes widgetsaddons xmlgui
USE_QT5= buildtools_build core dbus gui linguisttools \
qmake_build widgets xml
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424075
SHA256 (KDE/frameworks/5.27.0/kbookmarks-5.27.0.tar.xz) = 752319c2012efd00ae9efa5622e802a852cec926dc385f4c02f0088dac0762d1
SIZE (KDE/frameworks/5.27.0/kbookmarks-5.27.0.tar.xz) = 1245532

View File

@ -0,0 +1,4 @@
KBookmarks lets you access and manipulate bookmarks stored
using the XBEL format.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html

View File

@ -0,0 +1,121 @@
include/KF5/KBookmarks/KBookmark
include/KF5/KBookmarks/KBookmarkAction
include/KF5/KBookmarks/KBookmarkActionInterface
include/KF5/KBookmarks/KBookmarkActionMenu
include/KF5/KBookmarks/KBookmarkContextMenu
include/KF5/KBookmarks/KBookmarkDialog
include/KF5/KBookmarks/KBookmarkDomBuilder
include/KF5/KBookmarks/KBookmarkManager
include/KF5/KBookmarks/KBookmarkMenu
include/KF5/KBookmarks/KBookmarkOwner
include/KF5/KBookmarks/KonqBookmarkMenu
include/KF5/KBookmarks/kbookmark.h
include/KF5/KBookmarks/kbookmarkaction.h
include/KF5/KBookmarks/kbookmarkactioninterface.h
include/KF5/KBookmarks/kbookmarkactionmenu.h
include/KF5/KBookmarks/kbookmarkcontextmenu.h
include/KF5/KBookmarks/kbookmarkdialog.h
include/KF5/KBookmarks/kbookmarkdombuilder.h
include/KF5/KBookmarks/kbookmarkexporter.h
include/KF5/KBookmarks/kbookmarkimporter.h
include/KF5/KBookmarks/kbookmarkimporter_ie.h
include/KF5/KBookmarks/kbookmarkimporter_ns.h
include/KF5/KBookmarks/kbookmarkimporter_opera.h
include/KF5/KBookmarks/kbookmarkmanager.h
include/KF5/KBookmarks/kbookmarkmenu.h
include/KF5/KBookmarks/kbookmarkowner.h
include/KF5/KBookmarks/kbookmarks_export.h
include/KF5/KBookmarks/konqbookmarkmenu.h
include/KF5/kbookmarks_version.h
lib/cmake/KF5Bookmarks/KF5BookmarksConfig.cmake
lib/cmake/KF5Bookmarks/KF5BookmarksConfigVersion.cmake
lib/cmake/KF5Bookmarks/KF5BookmarksTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Bookmarks/KF5BookmarksTargets.cmake
lib/libKF5Bookmarks.so
lib/libKF5Bookmarks.so.5
lib/libKF5Bookmarks.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KBookmarks.pri
share/locale/af/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ar/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ast/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/be/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/be@latin/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/bg/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/bn/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/br/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/bs/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ca/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ca@valencia/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/cs/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/csb/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/cy/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/da/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/de/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/el/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/en_GB/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/eo/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/es/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/et/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/eu/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/fa/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/fi/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/fr/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/fy/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ga/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/gd/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/gl/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/gu/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/he/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/hi/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/hr/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/hsb/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/hu/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ia/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/is/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/it/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ja/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/kk/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/km/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ko/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ku/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/lt/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/lv/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/mai/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/mk/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ml/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/mr/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ms/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/nb/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/nds/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ne/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/nl/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/nn/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/oc/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/pa/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/pl/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/pt/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/pt_BR/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ro/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ru/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/se/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/sk/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/sl/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/sq/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/sr/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/sr@ijekavian/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/sr@ijekavianlatin/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/sr@latin/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/sv/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ta/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/tg/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/th/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/tr/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/ug/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/uk/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/uz/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/uz@cyrillic/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/vi/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/wa/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/xh/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/zh_CN/LC_MESSAGES/kbookmarks5_qt.qm
share/locale/zh_TW/LC_MESSAGES/kbookmarks5_qt.qm

View File

@ -0,0 +1,18 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kcmutils
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 utilities for working with KCModules
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
iconthemes itemviews kdeclarative package service \
widgetsaddons xmlgui
USE_QT5= buildtools_build core dbus gui network qmake_build \
qml quick widgets xml
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424075
SHA256 (KDE/frameworks/5.27.0/kcmutils-5.27.0.tar.xz) = ddc141af1d58b44e906d5f08a0712d84b96a254518227c4114fa2b331068cb12
SIZE (KDE/frameworks/5.27.0/kcmutils-5.27.0.tar.xz) = 2727828

View File

@ -0,0 +1,4 @@
KCMUtils provides various classes to work with KCModules.
KCModules can be created with the KConfigWidgets framework.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html

View File

@ -0,0 +1,130 @@
include/KF5/KCMUtils/KCModuleContainer
include/KF5/KCMUtils/KCModuleInfo
include/KF5/KCMUtils/KCModuleLoader
include/KF5/KCMUtils/KCModuleProxy
include/KF5/KCMUtils/KCMultiDialog
include/KF5/KCMUtils/KPluginSelector
include/KF5/KCMUtils/kcmodulecontainer.h
include/KF5/KCMUtils/kcmoduleinfo.h
include/KF5/KCMUtils/kcmoduleloader.h
include/KF5/KCMUtils/kcmoduleproxy.h
include/KF5/KCMUtils/kcmultidialog.h
include/KF5/KCMUtils/kcmutils_export.h
include/KF5/KCMUtils/kpluginselector.h
include/KF5/KCMUtils/ksettings/Dialog
include/KF5/KCMUtils/ksettings/Dispatcher
include/KF5/KCMUtils/ksettings/PluginPage
include/KF5/KCMUtils/ksettings/dialog.h
include/KF5/KCMUtils/ksettings/dispatcher.h
include/KF5/KCMUtils/ksettings/pluginpage.h
include/KF5/kcmutils_version.h
lib/cmake/KF5KCMUtils/KF5KCMUtilsConfig.cmake
lib/cmake/KF5KCMUtils/KF5KCMUtilsConfigVersion.cmake
lib/cmake/KF5KCMUtils/KF5KCMUtilsTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5KCMUtils/KF5KCMUtilsTargets.cmake
lib/libKF5KCMUtils.so
lib/libKF5KCMUtils.so.5
lib/libKF5KCMUtils.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KCMUtils.pri
share/kservicetypes5/kcmodule.desktop
share/kservicetypes5/kcmoduleinit.desktop
share/locale/af/LC_MESSAGES/kcmutils5.mo
share/locale/ar/LC_MESSAGES/kcmutils5.mo
share/locale/as/LC_MESSAGES/kcmutils5.mo
share/locale/ast/LC_MESSAGES/kcmutils5.mo
share/locale/be/LC_MESSAGES/kcmutils5.mo
share/locale/be@latin/LC_MESSAGES/kcmutils5.mo
share/locale/bg/LC_MESSAGES/kcmutils5.mo
share/locale/bn/LC_MESSAGES/kcmutils5.mo
share/locale/bn_IN/LC_MESSAGES/kcmutils5.mo
share/locale/br/LC_MESSAGES/kcmutils5.mo
share/locale/bs/LC_MESSAGES/kcmutils5.mo
share/locale/ca/LC_MESSAGES/kcmutils5.mo
share/locale/ca@valencia/LC_MESSAGES/kcmutils5.mo
share/locale/crh/LC_MESSAGES/kcmutils5.mo
share/locale/cs/LC_MESSAGES/kcmutils5.mo
share/locale/csb/LC_MESSAGES/kcmutils5.mo
share/locale/cy/LC_MESSAGES/kcmutils5.mo
share/locale/da/LC_MESSAGES/kcmutils5.mo
share/locale/de/LC_MESSAGES/kcmutils5.mo
share/locale/el/LC_MESSAGES/kcmutils5.mo
share/locale/en_GB/LC_MESSAGES/kcmutils5.mo
share/locale/eo/LC_MESSAGES/kcmutils5.mo
share/locale/es/LC_MESSAGES/kcmutils5.mo
share/locale/et/LC_MESSAGES/kcmutils5.mo
share/locale/eu/LC_MESSAGES/kcmutils5.mo
share/locale/fa/LC_MESSAGES/kcmutils5.mo
share/locale/fi/LC_MESSAGES/kcmutils5.mo
share/locale/fr/LC_MESSAGES/kcmutils5.mo
share/locale/fy/LC_MESSAGES/kcmutils5.mo
share/locale/ga/LC_MESSAGES/kcmutils5.mo
share/locale/gd/LC_MESSAGES/kcmutils5.mo
share/locale/gl/LC_MESSAGES/kcmutils5.mo
share/locale/gu/LC_MESSAGES/kcmutils5.mo
share/locale/ha/LC_MESSAGES/kcmutils5.mo
share/locale/he/LC_MESSAGES/kcmutils5.mo
share/locale/hi/LC_MESSAGES/kcmutils5.mo
share/locale/hne/LC_MESSAGES/kcmutils5.mo
share/locale/hr/LC_MESSAGES/kcmutils5.mo
share/locale/hsb/LC_MESSAGES/kcmutils5.mo
share/locale/hu/LC_MESSAGES/kcmutils5.mo
share/locale/hy/LC_MESSAGES/kcmutils5.mo
share/locale/ia/LC_MESSAGES/kcmutils5.mo
share/locale/id/LC_MESSAGES/kcmutils5.mo
share/locale/is/LC_MESSAGES/kcmutils5.mo
share/locale/it/LC_MESSAGES/kcmutils5.mo
share/locale/ja/LC_MESSAGES/kcmutils5.mo
share/locale/ka/LC_MESSAGES/kcmutils5.mo
share/locale/kk/LC_MESSAGES/kcmutils5.mo
share/locale/km/LC_MESSAGES/kcmutils5.mo
share/locale/kn/LC_MESSAGES/kcmutils5.mo
share/locale/ko/LC_MESSAGES/kcmutils5.mo
share/locale/ku/LC_MESSAGES/kcmutils5.mo
share/locale/lb/LC_MESSAGES/kcmutils5.mo
share/locale/lt/LC_MESSAGES/kcmutils5.mo
share/locale/lv/LC_MESSAGES/kcmutils5.mo
share/locale/mai/LC_MESSAGES/kcmutils5.mo
share/locale/mk/LC_MESSAGES/kcmutils5.mo
share/locale/ml/LC_MESSAGES/kcmutils5.mo
share/locale/mr/LC_MESSAGES/kcmutils5.mo
share/locale/ms/LC_MESSAGES/kcmutils5.mo
share/locale/nb/LC_MESSAGES/kcmutils5.mo
share/locale/nds/LC_MESSAGES/kcmutils5.mo
share/locale/ne/LC_MESSAGES/kcmutils5.mo
share/locale/nl/LC_MESSAGES/kcmutils5.mo
share/locale/nn/LC_MESSAGES/kcmutils5.mo
share/locale/oc/LC_MESSAGES/kcmutils5.mo
share/locale/or/LC_MESSAGES/kcmutils5.mo
share/locale/pa/LC_MESSAGES/kcmutils5.mo
share/locale/pl/LC_MESSAGES/kcmutils5.mo
share/locale/ps/LC_MESSAGES/kcmutils5.mo
share/locale/pt/LC_MESSAGES/kcmutils5.mo
share/locale/pt_BR/LC_MESSAGES/kcmutils5.mo
share/locale/ro/LC_MESSAGES/kcmutils5.mo
share/locale/ru/LC_MESSAGES/kcmutils5.mo
share/locale/se/LC_MESSAGES/kcmutils5.mo
share/locale/si/LC_MESSAGES/kcmutils5.mo
share/locale/sk/LC_MESSAGES/kcmutils5.mo
share/locale/sl/LC_MESSAGES/kcmutils5.mo
share/locale/sq/LC_MESSAGES/kcmutils5.mo
share/locale/sr/LC_MESSAGES/kcmutils5.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcmutils5.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmutils5.mo
share/locale/sr@latin/LC_MESSAGES/kcmutils5.mo
share/locale/sv/LC_MESSAGES/kcmutils5.mo
share/locale/ta/LC_MESSAGES/kcmutils5.mo
share/locale/te/LC_MESSAGES/kcmutils5.mo
share/locale/tg/LC_MESSAGES/kcmutils5.mo
share/locale/th/LC_MESSAGES/kcmutils5.mo
share/locale/tr/LC_MESSAGES/kcmutils5.mo
share/locale/tt/LC_MESSAGES/kcmutils5.mo
share/locale/ug/LC_MESSAGES/kcmutils5.mo
share/locale/uk/LC_MESSAGES/kcmutils5.mo
share/locale/uz/LC_MESSAGES/kcmutils5.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmutils5.mo
share/locale/vi/LC_MESSAGES/kcmutils5.mo
share/locale/wa/LC_MESSAGES/kcmutils5.mo
share/locale/xh/LC_MESSAGES/kcmutils5.mo
share/locale/zh_CN/LC_MESSAGES/kcmutils5.mo
share/locale/zh_HK/LC_MESSAGES/kcmutils5.mo
share/locale/zh_TW/LC_MESSAGES/kcmutils5.mo

View File

@ -0,0 +1,16 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kconfig
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 widgets for configuration dialogs
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
USE_KDE= ecm
USE_QT5= buildtools_build concurrent core gui linguisttools \
qmake_build testlib xml
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424076
SHA256 (KDE/frameworks/5.27.0/kconfig-5.27.0.tar.xz) = f1eba4652b17c1fce4b6cd3971204ccaf268672b3b9ba955ee755b4b32a8b7a1
SIZE (KDE/frameworks/5.27.0/kconfig-5.27.0.tar.xz) = 232756

View File

@ -0,0 +1,4 @@
KConfigWidgets provides easy-to-use classes to create configuration dialogs,
as well as a set of widgets which uses KConfig to store their settings.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html

143
devel/kf5-kconfig/pkg-plist Normal file
View File

@ -0,0 +1,143 @@
bin/kreadconfig5
bin/kwriteconfig5
include/KF5/KConfigCore/ConversionCheck
include/KF5/KConfigCore/KAuthorized
include/KF5/KConfigCore/KConfig
include/KF5/KConfigCore/KConfigBackend
include/KF5/KConfigCore/KConfigBase
include/KF5/KConfigCore/KConfigGroup
include/KF5/KConfigCore/KCoreConfigSkeleton
include/KF5/KConfigCore/KDesktopFile
include/KF5/KConfigCore/KEMailSettings
include/KF5/KConfigCore/KSharedConfig
include/KF5/KConfigCore/conversioncheck.h
include/KF5/KConfigCore/kauthorized.h
include/KF5/KConfigCore/kconfig.h
include/KF5/KConfigCore/kconfigbackend.h
include/KF5/KConfigCore/kconfigbase.h
include/KF5/KConfigCore/kconfigcore_export.h
include/KF5/KConfigCore/kconfiggroup.h
include/KF5/KConfigCore/kcoreconfigskeleton.h
include/KF5/KConfigCore/kdesktopfile.h
include/KF5/KConfigCore/kemailsettings.h
include/KF5/KConfigCore/ksharedconfig.h
include/KF5/KConfigGui/KConfigGui
include/KF5/KConfigGui/KConfigLoader
include/KF5/KConfigGui/KConfigSkeleton
include/KF5/KConfigGui/KStandardShortcut
include/KF5/KConfigGui/KWindowConfig
include/KF5/KConfigGui/kconfiggui.h
include/KF5/KConfigGui/kconfiggui_export.h
include/KF5/KConfigGui/kconfigloader.h
include/KF5/KConfigGui/kconfigskeleton.h
include/KF5/KConfigGui/kstandardshortcut.h
include/KF5/KConfigGui/kwindowconfig.h
include/KF5/kconfig_version.h
lib/cmake/KF5Config/KF5ConfigCompilerTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Config/KF5ConfigCompilerTargets.cmake
lib/cmake/KF5Config/KF5ConfigConfig.cmake
lib/cmake/KF5Config/KF5ConfigConfigVersion.cmake
lib/cmake/KF5Config/KF5ConfigMacros.cmake
lib/cmake/KF5Config/KF5ConfigTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Config/KF5ConfigTargets.cmake
lib/libKF5ConfigCore.so
lib/libKF5ConfigCore.so.5
lib/libKF5ConfigCore.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libKF5ConfigGui.so
lib/libKF5ConfigGui.so.5
lib/libKF5ConfigGui.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libexec/kf5/kconf_update
lib/libexec/kf5/kconfig_compiler_kf5
%%QT_MKSPECDIR%%/modules/qt_KConfigCore.pri
%%QT_MKSPECDIR%%/modules/qt_KConfigGui.pri
share/locale/af/LC_MESSAGES/kconfig5_qt.qm
share/locale/ar/LC_MESSAGES/kconfig5_qt.qm
share/locale/ast/LC_MESSAGES/kconfig5_qt.qm
share/locale/be/LC_MESSAGES/kconfig5_qt.qm
share/locale/be@latin/LC_MESSAGES/kconfig5_qt.qm
share/locale/bg/LC_MESSAGES/kconfig5_qt.qm
share/locale/bn/LC_MESSAGES/kconfig5_qt.qm
share/locale/bn_IN/LC_MESSAGES/kconfig5_qt.qm
share/locale/br/LC_MESSAGES/kconfig5_qt.qm
share/locale/bs/LC_MESSAGES/kconfig5_qt.qm
share/locale/ca/LC_MESSAGES/kconfig5_qt.qm
share/locale/ca@valencia/LC_MESSAGES/kconfig5_qt.qm
share/locale/cs/LC_MESSAGES/kconfig5_qt.qm
share/locale/csb/LC_MESSAGES/kconfig5_qt.qm
share/locale/cy/LC_MESSAGES/kconfig5_qt.qm
share/locale/da/LC_MESSAGES/kconfig5_qt.qm
share/locale/de/LC_MESSAGES/kconfig5_qt.qm
share/locale/el/LC_MESSAGES/kconfig5_qt.qm
share/locale/en_GB/LC_MESSAGES/kconfig5_qt.qm
share/locale/eo/LC_MESSAGES/kconfig5_qt.qm
share/locale/es/LC_MESSAGES/kconfig5_qt.qm
share/locale/et/LC_MESSAGES/kconfig5_qt.qm
share/locale/eu/LC_MESSAGES/kconfig5_qt.qm
share/locale/fa/LC_MESSAGES/kconfig5_qt.qm
share/locale/fi/LC_MESSAGES/kconfig5_qt.qm
share/locale/fr/LC_MESSAGES/kconfig5_qt.qm
share/locale/fy/LC_MESSAGES/kconfig5_qt.qm
share/locale/ga/LC_MESSAGES/kconfig5_qt.qm
share/locale/gd/LC_MESSAGES/kconfig5_qt.qm
share/locale/gl/LC_MESSAGES/kconfig5_qt.qm
share/locale/gu/LC_MESSAGES/kconfig5_qt.qm
share/locale/he/LC_MESSAGES/kconfig5_qt.qm
share/locale/hi/LC_MESSAGES/kconfig5_qt.qm
share/locale/hne/LC_MESSAGES/kconfig5_qt.qm
share/locale/hr/LC_MESSAGES/kconfig5_qt.qm
share/locale/hsb/LC_MESSAGES/kconfig5_qt.qm
share/locale/hu/LC_MESSAGES/kconfig5_qt.qm
share/locale/ia/LC_MESSAGES/kconfig5_qt.qm
share/locale/id/LC_MESSAGES/kconfig5_qt.qm
share/locale/is/LC_MESSAGES/kconfig5_qt.qm
share/locale/it/LC_MESSAGES/kconfig5_qt.qm
share/locale/ja/LC_MESSAGES/kconfig5_qt.qm
share/locale/kk/LC_MESSAGES/kconfig5_qt.qm
share/locale/km/LC_MESSAGES/kconfig5_qt.qm
share/locale/kn/LC_MESSAGES/kconfig5_qt.qm
share/locale/ko/LC_MESSAGES/kconfig5_qt.qm
share/locale/ku/LC_MESSAGES/kconfig5_qt.qm
share/locale/lb/LC_MESSAGES/kconfig5_qt.qm
share/locale/lt/LC_MESSAGES/kconfig5_qt.qm
share/locale/lv/LC_MESSAGES/kconfig5_qt.qm
share/locale/mai/LC_MESSAGES/kconfig5_qt.qm
share/locale/mk/LC_MESSAGES/kconfig5_qt.qm
share/locale/ml/LC_MESSAGES/kconfig5_qt.qm
share/locale/mr/LC_MESSAGES/kconfig5_qt.qm
share/locale/ms/LC_MESSAGES/kconfig5_qt.qm
share/locale/nb/LC_MESSAGES/kconfig5_qt.qm
share/locale/nds/LC_MESSAGES/kconfig5_qt.qm
share/locale/ne/LC_MESSAGES/kconfig5_qt.qm
share/locale/nl/LC_MESSAGES/kconfig5_qt.qm
share/locale/nn/LC_MESSAGES/kconfig5_qt.qm
share/locale/or/LC_MESSAGES/kconfig5_qt.qm
share/locale/pa/LC_MESSAGES/kconfig5_qt.qm
share/locale/pl/LC_MESSAGES/kconfig5_qt.qm
share/locale/pt/LC_MESSAGES/kconfig5_qt.qm
share/locale/pt_BR/LC_MESSAGES/kconfig5_qt.qm
share/locale/ro/LC_MESSAGES/kconfig5_qt.qm
share/locale/ru/LC_MESSAGES/kconfig5_qt.qm
share/locale/se/LC_MESSAGES/kconfig5_qt.qm
share/locale/si/LC_MESSAGES/kconfig5_qt.qm
share/locale/sk/LC_MESSAGES/kconfig5_qt.qm
share/locale/sl/LC_MESSAGES/kconfig5_qt.qm
share/locale/sq/LC_MESSAGES/kconfig5_qt.qm
share/locale/sr/LC_MESSAGES/kconfig5_qt.qm
share/locale/sr@ijekavian/LC_MESSAGES/kconfig5_qt.qm
share/locale/sr@ijekavianlatin/LC_MESSAGES/kconfig5_qt.qm
share/locale/sr@latin/LC_MESSAGES/kconfig5_qt.qm
share/locale/sv/LC_MESSAGES/kconfig5_qt.qm
share/locale/ta/LC_MESSAGES/kconfig5_qt.qm
share/locale/te/LC_MESSAGES/kconfig5_qt.qm
share/locale/tg/LC_MESSAGES/kconfig5_qt.qm
share/locale/th/LC_MESSAGES/kconfig5_qt.qm
share/locale/tr/LC_MESSAGES/kconfig5_qt.qm
share/locale/ug/LC_MESSAGES/kconfig5_qt.qm
share/locale/uk/LC_MESSAGES/kconfig5_qt.qm
share/locale/uz/LC_MESSAGES/kconfig5_qt.qm
share/locale/uz@cyrillic/LC_MESSAGES/kconfig5_qt.qm
share/locale/vi/LC_MESSAGES/kconfig5_qt.qm
share/locale/wa/LC_MESSAGES/kconfig5_qt.qm
share/locale/xh/LC_MESSAGES/kconfig5_qt.qm
share/locale/zh_CN/LC_MESSAGES/kconfig5_qt.qm
share/locale/zh_TW/LC_MESSAGES/kconfig5_qt.qm

View File

@ -0,0 +1,28 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kcoreaddons
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 addons to QtCore
USES= cmake:outsource compiler:c++11-lib kde:5 shared-mime-info tar:xz
USE_KDE= ecm
USE_QT5= buildtools_build core linguisttools qmake_build
OPTIONS_DEFINE= FAM INOTIFY
OPTIONS_DEFAULT= INOTIFY
OPTIONS_SUB= YES
INOTIFY_DESC= Filesystem alteration notifications using inotify
INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
INOTIFY_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_INOTIFY
# TODO: FAM is broken, and hangs on NFS
FAM_DESC= Filesystem alteration notifications using fam (broken: hangs on NFS)
FAM_USES= fam
FAM_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_FAM
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424076
SHA256 (KDE/frameworks/5.27.0/kcoreaddons-5.27.0.tar.xz) = dcbec0cd914e487f8a408d94e0a5ebd9ff6d71c09d6791e66a3310b0a5eaf767
SIZE (KDE/frameworks/5.27.0/kcoreaddons-5.27.0.tar.xz) = 2733084

View File

@ -0,0 +1,20 @@
--- CMakeLists.txt.orig 2016-05-09 16:05:04 UTC
+++ CMakeLists.txt
@@ -35,9 +35,14 @@ set(HAVE_FAM ${FAM_FOUND})
option(ENABLE_INOTIFY "Try to use inotify for directory monitoring" ON)
if(ENABLE_INOTIFY)
- include(CheckIncludeFiles)
- check_include_files(sys/inotify.h SYS_INOTIFY_H_FOUND)
- set(HAVE_SYS_INOTIFY_H ${SYS_INOTIFY_H_FOUND})
+# Find libinotify
+find_package(Libinotify)
+set_package_properties(Libinotify PROPERTIES
+ PURPOSE "Filesystem alteration notifications using inotify")
+
+set(HAVE_SYS_INOTIFY_H ${LIBINOTIFY_FOUND})
+else()
+set(HAVE_SYS_INOTIFY_H FALSE)
endif()
# Generate io/config-kdirwatch.h

View File

@ -0,0 +1,14 @@
--- src/lib/CMakeLists.txt.orig 2016-05-07 15:08:21 UTC
+++ src/lib/CMakeLists.txt
@@ -20,6 +20,11 @@ if (FAM_FOUND)
set(kcoreaddons_OPTIONAL_LIBS ${kcoreaddons_OPTIONAL_LIBS} ${FAM_LIBRARIES})
endif ()
+if (LIBINOTIFY_FOUND)
+ include_directories(${LIBINOTIFY_INCLUDE_DIRS})
+ set(kcoreaddons_OPTIONAL_LIBS ${kcoreaddons_OPTIONAL_LIBS} ${LIBINOTIFY_LIBRARIES})
+endif ()
+
if(NOT WIN32)
set(kcoreaddons_OPTIONAL_SRCS caching/kshareddatacache.cpp)
set(kcoreaddons_OPTIONAL_LIBS ${kcoreaddons_OPTIONAL_LIBS} ${CMAKE_THREAD_LIBS_INIT})

View File

@ -0,0 +1,11 @@
--- src/lib/io/kdirwatch.cpp.orig 2016-05-07 15:08:21 UTC
+++ src/lib/io/kdirwatch.cpp
@@ -109,7 +109,7 @@ static KDirWatch::Method methodFromStrin
} else if (method == "QFSWatch") {
return KDirWatch::QFSWatch;
} else {
-#ifdef Q_OS_LINUX
+#if defined(HAVE_SYS_INOTIFY_H)
// inotify supports delete+recreate+modify, which QFSWatch doesn't support
return KDirWatch::INotify;
#else

View File

@ -0,0 +1,6 @@
KCoreAddons provides classes built on top of QtCore to perform various tasks
such as manipulating mime types, autosaving files, creating backup files,
generating random sequences, performing text manipulations such as macro
replacement, accessing user information and many more.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html

View File

@ -0,0 +1,181 @@
bin/desktoptojson
include/KF5/KCoreAddons/KAboutData
include/KF5/KCoreAddons/KAutoSaveFile
include/KF5/KCoreAddons/KBackup
include/KF5/KCoreAddons/KCompositeJob
include/KF5/KCoreAddons/KCoreAddons
include/KF5/KCoreAddons/KDirWatch
include/KF5/KCoreAddons/KExportPlugin
include/KF5/KCoreAddons/KFileSystemType
include/KF5/KCoreAddons/KFormat
include/KF5/KCoreAddons/KJob
include/KF5/KCoreAddons/KJobTrackerInterface
include/KF5/KCoreAddons/KJobUiDelegate
include/KF5/KCoreAddons/KMacroExpander
include/KF5/KCoreAddons/KMessage
include/KF5/KCoreAddons/KPluginFactory
include/KF5/KCoreAddons/KPluginLoader
include/KF5/KCoreAddons/KPluginMetaData
include/KF5/KCoreAddons/KProcess
include/KF5/KCoreAddons/KRandom
include/KF5/KCoreAddons/KRandomSequence
include/KF5/KCoreAddons/KSharedDataCache
include/KF5/KCoreAddons/KShell
include/KF5/KCoreAddons/KStringHandler
include/KF5/KCoreAddons/KTextToHTML
include/KF5/KCoreAddons/KTextToHTMLEmoticonsInterface
include/KF5/KCoreAddons/KUrlMimeData
include/KF5/KCoreAddons/KUser
include/KF5/KCoreAddons/Kdelibs4ConfigMigrator
include/KF5/KCoreAddons/Kdelibs4Migration
include/KF5/KCoreAddons/kaboutdata.h
include/KF5/KCoreAddons/kautosavefile.h
include/KF5/KCoreAddons/kbackup.h
include/KF5/KCoreAddons/kcompositejob.h
include/KF5/KCoreAddons/kcoreaddons.h
include/KF5/KCoreAddons/kcoreaddons_export.h
include/KF5/KCoreAddons/kdelibs4configmigrator.h
include/KF5/KCoreAddons/kdelibs4migration.h
include/KF5/KCoreAddons/kdirwatch.h
include/KF5/KCoreAddons/kexportplugin.h
include/KF5/KCoreAddons/kfilesystemtype.h
include/KF5/KCoreAddons/kformat.h
include/KF5/KCoreAddons/kjob.h
include/KF5/KCoreAddons/kjobtrackerinterface.h
include/KF5/KCoreAddons/kjobuidelegate.h
include/KF5/KCoreAddons/kmacroexpander.h
include/KF5/KCoreAddons/kmessage.h
include/KF5/KCoreAddons/kpluginfactory.h
include/KF5/KCoreAddons/kpluginloader.h
include/KF5/KCoreAddons/kpluginmetadata.h
include/KF5/KCoreAddons/kprocess.h
include/KF5/KCoreAddons/krandom.h
include/KF5/KCoreAddons/krandomsequence.h
include/KF5/KCoreAddons/kshareddatacache.h
include/KF5/KCoreAddons/kshell.h
include/KF5/KCoreAddons/kstringhandler.h
include/KF5/KCoreAddons/ktexttohtml.h
include/KF5/KCoreAddons/ktexttohtmlemoticonsinterface.h
include/KF5/KCoreAddons/kurlmimedata.h
include/KF5/KCoreAddons/kuser.h
include/KF5/kcoreaddons_version.h
lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsConfigVersion.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsTargets.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake
lib/libKF5CoreAddons.so
lib/libKF5CoreAddons.so.5
lib/libKF5CoreAddons.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KCoreAddons.pri
share/kf5/licenses/ARTISTIC
share/kf5/licenses/BSD
share/kf5/licenses/GPL_V2
share/kf5/licenses/GPL_V3
share/kf5/licenses/LGPL_V2
share/kf5/licenses/LGPL_V21
share/kf5/licenses/LGPL_V3
share/kf5/licenses/QPL_V1.0
share/locale/af/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ar/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/as/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ast/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/be/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/be@latin/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/bg/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/bn/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/bn_IN/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/br/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/bs/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ca/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ca@valencia/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/crh/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/cs/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/csb/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/cy/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/da/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/de/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/el/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/en_GB/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/eo/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/es/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/et/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/eu/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/fa/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/fi/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/fr/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/fy/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ga/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/gd/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/gl/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/gu/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ha/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/he/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hi/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hne/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hr/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hsb/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hu/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hy/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ia/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/id/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/is/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/it/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ja/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ka/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/kk/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/km/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/kn/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ko/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ku/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/lb/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/lt/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/lv/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/mai/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/mk/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ml/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/mr/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ms/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/nb/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/nds/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ne/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/nl/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/nn/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/oc/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/or/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/pa/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/pl/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ps/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/pt/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/pt_BR/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ro/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ru/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/se/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/si/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sk/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sl/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sq/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sr/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sr@ijekavian/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sr@latin/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sv/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ta/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/te/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/tg/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/th/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/tr/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/tt/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ug/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/uk/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/uz/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/uz@cyrillic/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/vi/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/wa/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/xh/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/zh_CN/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/zh_HK/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/zh_TW/LC_MESSAGES/kcoreaddons5_qt.qm
share/mime/packages/kde5.xml

16
devel/kf5-kcrash/Makefile Normal file
View File

@ -0,0 +1,16 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kcrash
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library to handle crash analysis and bug report from apps
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
USE_KDE= coreaddons ecm windowsystem
USE_QT5= buildtools_build core gui qmake_build widgets x11extras
USE_XORG= ice sm x11 xext
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424076
SHA256 (KDE/frameworks/5.27.0/kcrash-5.27.0.tar.xz) = 537b0a04895f455259f4fed325221a3513480ae34163447d4334b1c97e238e27
SIZE (KDE/frameworks/5.27.0/kcrash-5.27.0.tar.xz) = 21244

View File

@ -0,0 +1,3 @@
KCrash provides support for intercepting and handling application crashes.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html

View File

@ -0,0 +1,12 @@
include/KF5/KCrash/KCrash
include/KF5/KCrash/kcrash.h
include/KF5/KCrash/kcrash_export.h
include/KF5/kcrash_version.h
lib/cmake/KF5Crash/KF5CrashConfig.cmake
lib/cmake/KF5Crash/KF5CrashConfigVersion.cmake
lib/cmake/KF5Crash/KF5CrashTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Crash/KF5CrashTargets.cmake
lib/libKF5Crash.so
lib/libKF5Crash.so.5
lib/libKF5Crash.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KCrash.pri

View File

@ -0,0 +1,16 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kdbusaddons
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 addons to QtDBus
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
USE_KDE= ecm
USE_QT5= buildtools_build core dbus gui linguisttools \
qmake_build testlib x11extras
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424076
SHA256 (KDE/frameworks/5.27.0/kdbusaddons-5.27.0.tar.xz) = 75184380d31942883c0b178cdb19334b7da3016c5bd8f3cb12d9f95e7ea2eded
SIZE (KDE/frameworks/5.27.0/kdbusaddons-5.27.0.tar.xz) = 34440

View File

@ -0,0 +1,4 @@
KDBusAddons provides convenience classes on top of QtDBus,
as well as an API to create KDED modules.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html

View File

@ -0,0 +1,65 @@
bin/kquitapp5
include/KF5/KDBusAddons/KDBusConnectionPool
include/KF5/KDBusAddons/KDBusInterProcessLock
include/KF5/KDBusAddons/KDBusService
include/KF5/KDBusAddons/KDEDModule
include/KF5/KDBusAddons/KDEInitInterface
include/KF5/KDBusAddons/kdbusaddons_export.h
include/KF5/KDBusAddons/kdbusconnectionpool.h
include/KF5/KDBusAddons/kdbusinterprocesslock.h
include/KF5/KDBusAddons/kdbusservice.h
include/KF5/KDBusAddons/kdedmodule.h
include/KF5/KDBusAddons/kdeinitinterface.h
include/KF5/kdbusaddons_version.h
lib/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake
lib/cmake/KF5DBusAddons/KF5DBusAddonsConfigVersion.cmake
lib/cmake/KF5DBusAddons/KF5DBusAddonsTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5DBusAddons/KF5DBusAddonsTargets.cmake
lib/libKF5DBusAddons.so
lib/libKF5DBusAddons.so.5
lib/libKF5DBusAddons.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KDBusAddons.pri
share/locale/ar/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/ast/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/bs/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/ca/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/ca@valencia/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/cs/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/da/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/de/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/el/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/en_GB/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/es/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/et/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/fi/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/fr/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/gd/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/gl/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/hu/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/ia/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/it/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/ja/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/ko/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/lt/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/nb/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/nds/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/nl/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/nn/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/pa/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/pl/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/pt/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/pt_BR/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/ro/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/ru/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/se/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/sk/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/sl/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/sr/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/sr@ijekavian/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/sr@ijekavianlatin/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/sr@latin/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/sv/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/tr/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/uk/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/zh_CN/LC_MESSAGES/kdbusaddons5_qt.qm
share/locale/zh_TW/LC_MESSAGES/kdbusaddons5_qt.qm

View File

@ -0,0 +1,21 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kdeclarative
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library providing integration of QML and KDE Frameworks
LIB_DEPENDS= libepoxy.so:graphics/libepoxy
USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
tar:xz
USE_KDE= completion config coreaddons globalaccel guiaddons i18n \
iconthemes jobwidgets kio package service widgetsaddons \
windowsystem
USE_QT5= buildtools_build core dbus gui network qmake_build qml \
quick testlib widgets xml
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424076
SHA256 (KDE/frameworks/5.27.0/kdeclarative-5.27.0.tar.xz) = b001b1fd9000034fd3c39c22c922ba27900471dcbda70c6dccead7c733c717a9
SIZE (KDE/frameworks/5.27.0/kdeclarative-5.27.0.tar.xz) = 2739952

View File

@ -0,0 +1,7 @@
KDeclarative provides integration of QML and KDE work spaces.
It's comprises two parts:
* a library used by the C++ part of your application to intergrate QML
with KDE Frameworks specific features, and
* a series of QML imports that offer bindings to some of the Frameworks.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html

View File

@ -0,0 +1,160 @@
bin/kpackagelauncherqml
include/KF5/KDeclarative/CalendarEvents/CalendarEventsPlugin
include/KF5/KDeclarative/KDeclarative/ConfigPropertyMap
include/KF5/KDeclarative/KDeclarative/KDeclarative
include/KF5/KDeclarative/KDeclarative/QmlObject
include/KF5/KDeclarative/KDeclarative/QmlObjectSharedEngine
include/KF5/KDeclarative/KQuickAddons/ConfigModule
include/KF5/KDeclarative/KQuickAddons/ImageTexturesCache
include/KF5/KDeclarative/KQuickAddons/ManagedTextureNode
include/KF5/KDeclarative/KQuickAddons/QtQuickSettings
include/KF5/KDeclarative/KQuickAddons/QuickViewSharedEngine
include/KF5/KDeclarative/QuickAddons/ImageTexturesCache
include/KF5/KDeclarative/QuickAddons/ManagedTextureNode
include/KF5/KDeclarative/calendarevents/calendarevents_export.h
include/KF5/KDeclarative/calendarevents/calendareventsplugin.h
include/KF5/KDeclarative/kdeclarative/configpropertymap.h
include/KF5/KDeclarative/kdeclarative/kdeclarative.h
include/KF5/KDeclarative/kdeclarative/kdeclarative_export.h
include/KF5/KDeclarative/kdeclarative/qmlobject.h
include/KF5/KDeclarative/kdeclarative/qmlobjectsharedengine.h
include/KF5/KDeclarative/kquickaddons/configmodule.h
include/KF5/KDeclarative/kquickaddons/imagetexturescache.h
include/KF5/KDeclarative/kquickaddons/managedtexturenode.h
include/KF5/KDeclarative/kquickaddons/qtquicksettings.h
include/KF5/KDeclarative/kquickaddons/quickaddons_export.h
include/KF5/KDeclarative/kquickaddons/quickviewsharedengine.h
include/KF5/KDeclarative/quickaddons/imagetexturescache.h
include/KF5/KDeclarative/quickaddons/managedtexturenode.h
include/KF5/KDeclarative/quickaddons/quickaddons_export.h
include/KF5/kdeclarative_version.h
lib/cmake/KF5Declarative/KF5DeclarativeConfig.cmake
lib/cmake/KF5Declarative/KF5DeclarativeConfigVersion.cmake
lib/cmake/KF5Declarative/KF5DeclarativeTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Declarative/KF5DeclarativeTargets.cmake
lib/libKF5CalendarEvents.so
lib/libKF5CalendarEvents.so.5
lib/libKF5CalendarEvents.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libKF5Declarative.so
lib/libKF5Declarative.so.5
lib/libKF5Declarative.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libKF5QuickAddons.so
lib/libKF5QuickAddons.so.5
lib/libKF5QuickAddons.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KDeclarative.pri
%%QT_MKSPECDIR%%/modules/qt_QuickAddons.pri
%%QT_QMLDIR%%/org/kde/draganddrop/libdraganddropplugin.so
%%QT_QMLDIR%%/org/kde/draganddrop/qmldir
%%QT_QMLDIR%%/org/kde/kcoreaddons/libkcoreaddonsplugin.so
%%QT_QMLDIR%%/org/kde/kcoreaddons/qmldir
%%QT_QMLDIR%%/org/kde/kio/libkio.so
%%QT_QMLDIR%%/org/kde/kio/qmldir
%%QT_QMLDIR%%/org/kde/kquickcontrols/ColorButton.qml
%%QT_QMLDIR%%/org/kde/kquickcontrols/KeySequenceItem.qml
%%QT_QMLDIR%%/org/kde/kquickcontrols/qmldir
%%QT_QMLDIR%%/org/kde/kquickcontrolsaddons/libkquickcontrolsaddonsplugin.so
%%QT_QMLDIR%%/org/kde/kquickcontrolsaddons/qmldir
%%QT_QMLDIR%%/org/kde/kwindowsystem/libkwindowsystem.so
%%QT_QMLDIR%%/org/kde/kwindowsystem/qmldir
%%QT_QMLDIR%%/org/kde/private/kquickcontrols/libkquickcontrolsprivateplugin.so
%%QT_QMLDIR%%/org/kde/private/kquickcontrols/qmldir
share/locale/af/LC_MESSAGES/kdeclarative5.mo
share/locale/ar/LC_MESSAGES/kdeclarative5.mo
share/locale/as/LC_MESSAGES/kdeclarative5.mo
share/locale/ast/LC_MESSAGES/kdeclarative5.mo
share/locale/be/LC_MESSAGES/kdeclarative5.mo
share/locale/be@latin/LC_MESSAGES/kdeclarative5.mo
share/locale/bg/LC_MESSAGES/kdeclarative5.mo
share/locale/bn/LC_MESSAGES/kdeclarative5.mo
share/locale/bn_IN/LC_MESSAGES/kdeclarative5.mo
share/locale/br/LC_MESSAGES/kdeclarative5.mo
share/locale/bs/LC_MESSAGES/kdeclarative5.mo
share/locale/ca/LC_MESSAGES/kdeclarative5.mo
share/locale/ca@valencia/LC_MESSAGES/kdeclarative5.mo
share/locale/crh/LC_MESSAGES/kdeclarative5.mo
share/locale/cs/LC_MESSAGES/kdeclarative5.mo
share/locale/csb/LC_MESSAGES/kdeclarative5.mo
share/locale/cy/LC_MESSAGES/kdeclarative5.mo
share/locale/da/LC_MESSAGES/kdeclarative5.mo
share/locale/de/LC_MESSAGES/kdeclarative5.mo
share/locale/el/LC_MESSAGES/kdeclarative5.mo
share/locale/en_GB/LC_MESSAGES/kdeclarative5.mo
share/locale/eo/LC_MESSAGES/kdeclarative5.mo
share/locale/es/LC_MESSAGES/kdeclarative5.mo
share/locale/et/LC_MESSAGES/kdeclarative5.mo
share/locale/eu/LC_MESSAGES/kdeclarative5.mo
share/locale/fa/LC_MESSAGES/kdeclarative5.mo
share/locale/fi/LC_MESSAGES/kdeclarative5.mo
share/locale/fr/LC_MESSAGES/kdeclarative5.mo
share/locale/fy/LC_MESSAGES/kdeclarative5.mo
share/locale/ga/LC_MESSAGES/kdeclarative5.mo
share/locale/gd/LC_MESSAGES/kdeclarative5.mo
share/locale/gl/LC_MESSAGES/kdeclarative5.mo
share/locale/gu/LC_MESSAGES/kdeclarative5.mo
share/locale/ha/LC_MESSAGES/kdeclarative5.mo
share/locale/he/LC_MESSAGES/kdeclarative5.mo
share/locale/hi/LC_MESSAGES/kdeclarative5.mo
share/locale/hne/LC_MESSAGES/kdeclarative5.mo
share/locale/hr/LC_MESSAGES/kdeclarative5.mo
share/locale/hsb/LC_MESSAGES/kdeclarative5.mo
share/locale/hu/LC_MESSAGES/kdeclarative5.mo
share/locale/hy/LC_MESSAGES/kdeclarative5.mo
share/locale/ia/LC_MESSAGES/kdeclarative5.mo
share/locale/id/LC_MESSAGES/kdeclarative5.mo
share/locale/is/LC_MESSAGES/kdeclarative5.mo
share/locale/it/LC_MESSAGES/kdeclarative5.mo
share/locale/ja/LC_MESSAGES/kdeclarative5.mo
share/locale/ka/LC_MESSAGES/kdeclarative5.mo
share/locale/kk/LC_MESSAGES/kdeclarative5.mo
share/locale/km/LC_MESSAGES/kdeclarative5.mo
share/locale/kn/LC_MESSAGES/kdeclarative5.mo
share/locale/ko/LC_MESSAGES/kdeclarative5.mo
share/locale/ku/LC_MESSAGES/kdeclarative5.mo
share/locale/lb/LC_MESSAGES/kdeclarative5.mo
share/locale/lt/LC_MESSAGES/kdeclarative5.mo
share/locale/lv/LC_MESSAGES/kdeclarative5.mo
share/locale/mai/LC_MESSAGES/kdeclarative5.mo
share/locale/mk/LC_MESSAGES/kdeclarative5.mo
share/locale/ml/LC_MESSAGES/kdeclarative5.mo
share/locale/mr/LC_MESSAGES/kdeclarative5.mo
share/locale/ms/LC_MESSAGES/kdeclarative5.mo
share/locale/nb/LC_MESSAGES/kdeclarative5.mo
share/locale/nds/LC_MESSAGES/kdeclarative5.mo
share/locale/ne/LC_MESSAGES/kdeclarative5.mo
share/locale/nl/LC_MESSAGES/kdeclarative5.mo
share/locale/nn/LC_MESSAGES/kdeclarative5.mo
share/locale/oc/LC_MESSAGES/kdeclarative5.mo
share/locale/or/LC_MESSAGES/kdeclarative5.mo
share/locale/pa/LC_MESSAGES/kdeclarative5.mo
share/locale/pl/LC_MESSAGES/kdeclarative5.mo
share/locale/ps/LC_MESSAGES/kdeclarative5.mo
share/locale/pt/LC_MESSAGES/kdeclarative5.mo
share/locale/pt_BR/LC_MESSAGES/kdeclarative5.mo
share/locale/ro/LC_MESSAGES/kdeclarative5.mo
share/locale/ru/LC_MESSAGES/kdeclarative5.mo
share/locale/se/LC_MESSAGES/kdeclarative5.mo
share/locale/si/LC_MESSAGES/kdeclarative5.mo
share/locale/sk/LC_MESSAGES/kdeclarative5.mo
share/locale/sl/LC_MESSAGES/kdeclarative5.mo
share/locale/sq/LC_MESSAGES/kdeclarative5.mo
share/locale/sr/LC_MESSAGES/kdeclarative5.mo
share/locale/sr@ijekavian/LC_MESSAGES/kdeclarative5.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kdeclarative5.mo
share/locale/sr@latin/LC_MESSAGES/kdeclarative5.mo
share/locale/sv/LC_MESSAGES/kdeclarative5.mo
share/locale/ta/LC_MESSAGES/kdeclarative5.mo
share/locale/te/LC_MESSAGES/kdeclarative5.mo
share/locale/tg/LC_MESSAGES/kdeclarative5.mo
share/locale/th/LC_MESSAGES/kdeclarative5.mo
share/locale/tr/LC_MESSAGES/kdeclarative5.mo
share/locale/tt/LC_MESSAGES/kdeclarative5.mo
share/locale/ug/LC_MESSAGES/kdeclarative5.mo
share/locale/uk/LC_MESSAGES/kdeclarative5.mo
share/locale/uz/LC_MESSAGES/kdeclarative5.mo
share/locale/uz@cyrillic/LC_MESSAGES/kdeclarative5.mo
share/locale/vi/LC_MESSAGES/kdeclarative5.mo
share/locale/wa/LC_MESSAGES/kdeclarative5.mo
share/locale/xh/LC_MESSAGES/kdeclarative5.mo
share/locale/zh_CN/LC_MESSAGES/kdeclarative5.mo
share/locale/zh_HK/LC_MESSAGES/kdeclarative5.mo
share/locale/zh_TW/LC_MESSAGES/kdeclarative5.mo

View File

@ -0,0 +1,22 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kdoctools
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 documentation generation from docbook
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml \
p5-URI>=0:net/p5-URI
RUN_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE= archive ecm i18n
USE_QT5= buildtools_build core qmake_build
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424076
SHA256 (KDE/frameworks/5.27.0/kdoctools-5.27.0.tar.xz) = 555de687230109e224f5945774bc5d4826b925c52418f151af2824a05a0aefc1
SIZE (KDE/frameworks/5.27.0/kdoctools-5.27.0.tar.xz) = 436732

View File

@ -0,0 +1,3 @@
Provides tools to generate documentation in various format from DocBook files.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,23 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kfilemetadata
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for extracting file metadata
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \
libepub.so:textproc/ebook-tools \
libexiv2.so:graphics/exiv2 \
libpoppler-qt5.so:graphics/poppler-qt5 \
libtag.so:audio/taglib
# TODO: maybe depend on textproc/catdoc
USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
tar:xz
USE_KDE= archive ecm i18n
USE_QT5= buildtools_build core qmake_build xml
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424077
SHA256 (KDE/frameworks/5.27.0/kfilemetadata-5.27.0.tar.xz) = b8bcd56ffcf02246dd292b72eddba96e7c6e3bb1ec097f41d0d7be1f0b8046d1
SIZE (KDE/frameworks/5.27.0/kfilemetadata-5.27.0.tar.xz) = 134860

View File

@ -0,0 +1,3 @@
A library for extracting file metadata.
WWW: https://projects.kde.org/projects/kde/workspace/kfilemetadata

View File

@ -0,0 +1,91 @@
include/KF5/KFileMetaData/KFileMetaData/ExtractionResult
include/KF5/KFileMetaData/KFileMetaData/Extractor
include/KF5/KFileMetaData/KFileMetaData/ExtractorCollection
include/KF5/KFileMetaData/KFileMetaData/ExtractorPlugin
include/KF5/KFileMetaData/KFileMetaData/Properties
include/KF5/KFileMetaData/KFileMetaData/PropertyInfo
include/KF5/KFileMetaData/KFileMetaData/SimpleExtractionResult
include/KF5/KFileMetaData/KFileMetaData/TypeInfo
include/KF5/KFileMetaData/KFileMetaData/Types
include/KF5/KFileMetaData/KFileMetaData/UserMetaData
include/KF5/KFileMetaData/KFileMetaData/WriteData
include/KF5/KFileMetaData/KFileMetaData/Writer
include/KF5/KFileMetaData/KFileMetaData/WriterCollection
include/KF5/KFileMetaData/KFileMetaData/WriterPlugin
include/KF5/KFileMetaData/kfilemetadata/extractionresult.h
include/KF5/KFileMetaData/kfilemetadata/extractor.h
include/KF5/KFileMetaData/kfilemetadata/extractorcollection.h
include/KF5/KFileMetaData/kfilemetadata/extractorplugin.h
include/KF5/KFileMetaData/kfilemetadata/kfilemetadata_export.h
include/KF5/KFileMetaData/kfilemetadata/properties.h
include/KF5/KFileMetaData/kfilemetadata/propertyinfo.h
include/KF5/KFileMetaData/kfilemetadata/simpleextractionresult.h
include/KF5/KFileMetaData/kfilemetadata/typeinfo.h
include/KF5/KFileMetaData/kfilemetadata/types.h
include/KF5/KFileMetaData/kfilemetadata/usermetadata.h
include/KF5/KFileMetaData/kfilemetadata/writedata.h
include/KF5/KFileMetaData/kfilemetadata/writer.h
include/KF5/KFileMetaData/kfilemetadata/writercollection.h
include/KF5/KFileMetaData/kfilemetadata/writerplugin.h
lib/cmake/KF5FileMetaData/KF5FileMetaDataConfig.cmake
lib/cmake/KF5FileMetaData/KF5FileMetaDataConfigVersion.cmake
lib/cmake/KF5FileMetaData/KF5FileMetaDataTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5FileMetaData/KF5FileMetaDataTargets.cmake
lib/libKF5FileMetaData.so
lib/libKF5FileMetaData.so.3
lib/libKF5FileMetaData.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_epubextractor.so
%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_exiv2extractor.so
%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_ffmpegextractor.so
%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_odfextractor.so
%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_office2007extractor.so
%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_officeextractor.so
%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_plaintextextractor.so
%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_poextractor.so
%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_popplerextractor.so
%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_taglibextractor.so
%%QT_PLUGINDIR%%/kf5/kfilemetadata/writers/kfilemetadata_taglibwriter.so
share/locale/ar/LC_MESSAGES/kfilemetadata.mo
share/locale/ast/LC_MESSAGES/kfilemetadata.mo
share/locale/bg/LC_MESSAGES/kfilemetadata.mo
share/locale/bs/LC_MESSAGES/kfilemetadata.mo
share/locale/ca/LC_MESSAGES/kfilemetadata.mo
share/locale/ca@valencia/LC_MESSAGES/kfilemetadata.mo
share/locale/cs/LC_MESSAGES/kfilemetadata.mo
share/locale/da/LC_MESSAGES/kfilemetadata.mo
share/locale/de/LC_MESSAGES/kfilemetadata.mo
share/locale/el/LC_MESSAGES/kfilemetadata.mo
share/locale/en_GB/LC_MESSAGES/kfilemetadata.mo
share/locale/es/LC_MESSAGES/kfilemetadata.mo
share/locale/et/LC_MESSAGES/kfilemetadata.mo
share/locale/fi/LC_MESSAGES/kfilemetadata.mo
share/locale/fr/LC_MESSAGES/kfilemetadata.mo
share/locale/gd/LC_MESSAGES/kfilemetadata.mo
share/locale/gl/LC_MESSAGES/kfilemetadata.mo
share/locale/hu/LC_MESSAGES/kfilemetadata.mo
share/locale/ia/LC_MESSAGES/kfilemetadata.mo
share/locale/it/LC_MESSAGES/kfilemetadata.mo
share/locale/ja/LC_MESSAGES/kfilemetadata.mo
share/locale/ko/LC_MESSAGES/kfilemetadata.mo
share/locale/lt/LC_MESSAGES/kfilemetadata.mo
share/locale/nb/LC_MESSAGES/kfilemetadata.mo
share/locale/nds/LC_MESSAGES/kfilemetadata.mo
share/locale/nn/LC_MESSAGES/kfilemetadata.mo
share/locale/nl/LC_MESSAGES/kfilemetadata.mo
share/locale/pa/LC_MESSAGES/kfilemetadata.mo
share/locale/pl/LC_MESSAGES/kfilemetadata.mo
share/locale/pt/LC_MESSAGES/kfilemetadata.mo
share/locale/pt_BR/LC_MESSAGES/kfilemetadata.mo
share/locale/ro/LC_MESSAGES/kfilemetadata.mo
share/locale/ru/LC_MESSAGES/kfilemetadata.mo
share/locale/sk/LC_MESSAGES/kfilemetadata.mo
share/locale/sl/LC_MESSAGES/kfilemetadata.mo
share/locale/sr/LC_MESSAGES/kfilemetadata.mo
share/locale/sr@ijekavian/LC_MESSAGES/kfilemetadata.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kfilemetadata.mo
share/locale/sr@latin/LC_MESSAGES/kfilemetadata.mo
share/locale/sv/LC_MESSAGES/kfilemetadata.mo
share/locale/tr/LC_MESSAGES/kfilemetadata.mo
share/locale/uk/LC_MESSAGES/kfilemetadata.mo
share/locale/zh_CN/LC_MESSAGES/kfilemetadata.mo
share/locale/zh_TW/LC_MESSAGES/kfilemetadata.mo

15
devel/kf5-ki18n/Makefile Normal file
View File

@ -0,0 +1,15 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= ki18n
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 advanced internationalization framework
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE= ecm
USE_QT5= buildtools_build concurrent core qmake_build qml script testlib
.include <bsd.port.mk>

3
devel/kf5-ki18n/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424077
SHA256 (KDE/frameworks/5.27.0/ki18n-5.27.0.tar.xz) = ce91d24ab2b3eb6d940c9277273694d3a652905b8256edcd3bbbed55c4f8c628
SIZE (KDE/frameworks/5.27.0/ki18n-5.27.0.tar.xz) = 3030416

View File

@ -0,0 +1,6 @@
KI18n provides functionality for internationalizing user interface text in
applications, based on the GNU Gettext translation system. It wraps the
standard Gettext functionality, so that the programmers and translators can
use the familiar Gettext tools and workflows.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html

150
devel/kf5-ki18n/pkg-plist Normal file
View File

@ -0,0 +1,150 @@
include/KF5/KI18n/KLocalizedContext
include/KF5/KI18n/KLocalizedString
include/KF5/KI18n/KLocalizedTranslator
include/KF5/KI18n/KuitMarkup
include/KF5/KI18n/KuitSetup
include/KF5/KI18n/ki18n_export.h
include/KF5/KI18n/klocalizedcontext.h
include/KF5/KI18n/klocalizedstring.h
include/KF5/KI18n/klocalizedtranslator.h
include/KF5/KI18n/kuitmarkup.h
include/KF5/KI18n/kuitsetup.h
include/KF5/ki18n_version.h
lib/cmake/KF5I18n/KF5I18NMacros.cmake
lib/cmake/KF5I18n/KF5I18nConfig.cmake
lib/cmake/KF5I18n/KF5I18nConfigVersion.cmake
lib/cmake/KF5I18n/KF5I18nTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5I18n/KF5I18nTargets.cmake
lib/cmake/KF5I18n/kf5i18nuic.cmake
lib/cmake/KF5I18n/ts-pmap-compile.py
lib/libKF5I18n.so
lib/libKF5I18n.so.5
lib/libKF5I18n.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_PLUGINDIR%%/kf5/ktranscript.so
%%QT_MKSPECDIR%%/modules/qt_KI18n.pri
share/locale/af/LC_MESSAGES/ki18n5.mo
share/locale/ar/LC_MESSAGES/ki18n5.mo
share/locale/as/LC_MESSAGES/ki18n5.mo
share/locale/ast/LC_MESSAGES/ki18n5.mo
share/locale/be/LC_MESSAGES/ki18n5.mo
share/locale/be@latin/LC_MESSAGES/ki18n5.mo
share/locale/bg/LC_MESSAGES/ki18n5.mo
share/locale/bn/LC_MESSAGES/ki18n5.mo
share/locale/bn_IN/LC_MESSAGES/ki18n5.mo
share/locale/br/LC_MESSAGES/ki18n5.mo
share/locale/bs/LC_MESSAGES/ki18n5.mo
share/locale/ca/LC_MESSAGES/ki18n5.mo
share/locale/ca/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/ca@valencia/LC_MESSAGES/ki18n5.mo
share/locale/ca@valencia/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/crh/LC_MESSAGES/ki18n5.mo
share/locale/cs/LC_MESSAGES/ki18n5.mo
share/locale/csb/LC_MESSAGES/ki18n5.mo
share/locale/cy/LC_MESSAGES/ki18n5.mo
share/locale/da/LC_MESSAGES/ki18n5.mo
share/locale/de/LC_MESSAGES/ki18n5.mo
share/locale/el/LC_MESSAGES/ki18n5.mo
share/locale/en_GB/LC_MESSAGES/ki18n5.mo
share/locale/eo/LC_MESSAGES/ki18n5.mo
share/locale/es/LC_MESSAGES/ki18n5.mo
share/locale/et/LC_MESSAGES/ki18n5.mo
share/locale/eu/LC_MESSAGES/ki18n5.mo
share/locale/fa/LC_MESSAGES/ki18n5.mo
share/locale/fi/LC_MESSAGES/ki18n5.mo
share/locale/fi/LC_SCRIPTS/ki18n5/general.pmap
share/locale/fi/LC_SCRIPTS/ki18n5/general.pmapc
share/locale/fi/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/fr/LC_MESSAGES/ki18n5.mo
share/locale/fy/LC_MESSAGES/ki18n5.mo
share/locale/ga/LC_MESSAGES/ki18n5.mo
share/locale/gd/LC_MESSAGES/ki18n5.mo
share/locale/gd/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/gl/LC_MESSAGES/ki18n5.mo
share/locale/gu/LC_MESSAGES/ki18n5.mo
share/locale/ha/LC_MESSAGES/ki18n5.mo
share/locale/he/LC_MESSAGES/ki18n5.mo
share/locale/hi/LC_MESSAGES/ki18n5.mo
share/locale/hne/LC_MESSAGES/ki18n5.mo
share/locale/hr/LC_MESSAGES/ki18n5.mo
share/locale/hsb/LC_MESSAGES/ki18n5.mo
share/locale/hu/LC_MESSAGES/ki18n5.mo
share/locale/hy/LC_MESSAGES/ki18n5.mo
share/locale/ia/LC_MESSAGES/ki18n5.mo
share/locale/id/LC_MESSAGES/ki18n5.mo
share/locale/is/LC_MESSAGES/ki18n5.mo
share/locale/it/LC_MESSAGES/ki18n5.mo
share/locale/ja/LC_MESSAGES/ki18n5.mo
share/locale/ka/LC_MESSAGES/ki18n5.mo
share/locale/kk/LC_MESSAGES/ki18n5.mo
share/locale/km/LC_MESSAGES/ki18n5.mo
share/locale/kn/LC_MESSAGES/ki18n5.mo
share/locale/ko/LC_MESSAGES/ki18n5.mo
share/locale/ko/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/ku/LC_MESSAGES/ki18n5.mo
share/locale/lb/LC_MESSAGES/ki18n5.mo
share/locale/lt/LC_MESSAGES/ki18n5.mo
share/locale/lv/LC_MESSAGES/ki18n5.mo
share/locale/mai/LC_MESSAGES/ki18n5.mo
share/locale/mk/LC_MESSAGES/ki18n5.mo
share/locale/ml/LC_MESSAGES/ki18n5.mo
share/locale/mr/LC_MESSAGES/ki18n5.mo
share/locale/ms/LC_MESSAGES/ki18n5.mo
share/locale/nb/LC_MESSAGES/ki18n5.mo
share/locale/nb/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/nds/LC_MESSAGES/ki18n5.mo
share/locale/ne/LC_MESSAGES/ki18n5.mo
share/locale/nl/LC_MESSAGES/ki18n5.mo
share/locale/nn/LC_MESSAGES/ki18n5.mo
share/locale/nn/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/nn/LC_SCRIPTS/ki18n5/skjermelement.pmap
share/locale/nn/LC_SCRIPTS/ki18n5/skjermelement.pmapc
share/locale/oc/LC_MESSAGES/ki18n5.mo
share/locale/or/LC_MESSAGES/ki18n5.mo
share/locale/pa/LC_MESSAGES/ki18n5.mo
share/locale/pl/LC_MESSAGES/ki18n5.mo
share/locale/ps/LC_MESSAGES/ki18n5.mo
share/locale/pt/LC_MESSAGES/ki18n5.mo
share/locale/pt_BR/LC_MESSAGES/ki18n5.mo
share/locale/ro/LC_MESSAGES/ki18n5.mo
share/locale/ru/LC_MESSAGES/ki18n5.mo
share/locale/ru/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/se/LC_MESSAGES/ki18n5.mo
share/locale/si/LC_MESSAGES/ki18n5.mo
share/locale/sk/LC_MESSAGES/ki18n5.mo
share/locale/sl/LC_MESSAGES/ki18n5.mo
share/locale/sq/LC_MESSAGES/ki18n5.mo
share/locale/sr/LC_MESSAGES/ki18n5.mo
share/locale/sr/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/sr/LC_SCRIPTS/ki18n5/trapnakron.pmap
share/locale/sr/LC_SCRIPTS/ki18n5/trapnakron.pmapc
share/locale/sr@ijekavian/LC_MESSAGES/ki18n5.mo
share/locale/sr@ijekavian/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/sr@ijekavian/LC_SCRIPTS/ki18n5/trapnakron.pmap
share/locale/sr@ijekavian/LC_SCRIPTS/ki18n5/trapnakron.pmapc
share/locale/sr@ijekavianlatin/LC_MESSAGES/ki18n5.mo
share/locale/sr@ijekavianlatin/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/sr@ijekavianlatin/LC_SCRIPTS/ki18n5/trapnakron.pmap
share/locale/sr@ijekavianlatin/LC_SCRIPTS/ki18n5/trapnakron.pmapc
share/locale/sr@latin/LC_MESSAGES/ki18n5.mo
share/locale/sr@latin/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/sr@latin/LC_SCRIPTS/ki18n5/trapnakron.pmap
share/locale/sr@latin/LC_SCRIPTS/ki18n5/trapnakron.pmapc
share/locale/sv/LC_MESSAGES/ki18n5.mo
share/locale/ta/LC_MESSAGES/ki18n5.mo
share/locale/te/LC_MESSAGES/ki18n5.mo
share/locale/tg/LC_MESSAGES/ki18n5.mo
share/locale/th/LC_MESSAGES/ki18n5.mo
share/locale/tr/LC_MESSAGES/ki18n5.mo
share/locale/tt/LC_MESSAGES/ki18n5.mo
share/locale/ug/LC_MESSAGES/ki18n5.mo
share/locale/uk/LC_MESSAGES/ki18n5.mo
share/locale/uk/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/uz/LC_MESSAGES/ki18n5.mo
share/locale/uz@cyrillic/LC_MESSAGES/ki18n5.mo
share/locale/vi/LC_MESSAGES/ki18n5.mo
share/locale/wa/LC_MESSAGES/ki18n5.mo
share/locale/xh/LC_MESSAGES/ki18n5.mo
share/locale/zh_CN/LC_MESSAGES/ki18n5.mo
share/locale/zh_CN/LC_SCRIPTS/ki18n5/ki18n5.js
share/locale/zh_HK/LC_MESSAGES/ki18n5.mo
share/locale/zh_TW/LC_MESSAGES/ki18n5.mo

View File

@ -0,0 +1,16 @@
# Created by: Tobias Berner <tcberner@gmail.com>
# $FreeBSD$
PORTNAME= kidletime
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for monitoring user activity
USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz
USE_KDE= ecm
USE_QT5= buildtools_build core dbus gui qmake_build widgets x11extras
USE_XORG= ice sm x11 xext xcb xscrnsaver
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424077
SHA256 (KDE/frameworks/5.27.0/kidletime-5.27.0.tar.xz) = dcc94797c73244cfc7a53e409eea66facf70a5d879814d6cf5fb7ceab76866b3
SIZE (KDE/frameworks/5.27.0/kidletime-5.27.0.tar.xz) = 26356

View File

@ -0,0 +1,5 @@
KIdleTime is a singleton reporting information on idle time. It is useful not
only for finding out about the current idle time of the PC, but also for getting
notified upon idle time events, such as custom timeouts, or user activity.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html

View File

@ -0,0 +1,15 @@
include/KF5/KIdleTime/KIdleTime
include/KF5/KIdleTime/kidletime.h
include/KF5/KIdleTime/kidletime_export.h
include/KF5/KIdleTime/private/abstractsystempoller.h
include/KF5/kidletime_version.h
lib/cmake/KF5IdleTime/KF5IdleTimeConfig.cmake
lib/cmake/KF5IdleTime/KF5IdleTimeConfigVersion.cmake
lib/cmake/KF5IdleTime/KF5IdleTimeTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5IdleTime/KF5IdleTimeTargets.cmake
lib/libKF5IdleTime.so
lib/libKF5IdleTime.so.5
lib/libKF5IdleTime.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KIdleTime.pri
%%QT_PLUGINDIR%%/kf5/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin0.so
%%QT_PLUGINDIR%%/kf5/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin1.so

22
devel/kf5-kio/Makefile Normal file
View File

@ -0,0 +1,22 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kio
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 resource and network access abstraction
USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
gettext kde:5 ssl tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE= archive auth bookmarks codecs completion config \
configwidgets coreaddons dbusaddons doctools ecm \
i18n iconthemes itemviews jobwidgets \
notifications service solid sonnet textwidgets wallet \
widgetsaddons windowsystem xmlgui
USE_QT5= buildtools_build concurrent core dbus gui network \
qmake_build script widgets x11extras xml
.include <bsd.port.mk>

3
devel/kf5-kio/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424077
SHA256 (KDE/frameworks/5.27.0/kio-5.27.0.tar.xz) = 3627f362c4aa31fa6bc96d66003492ebeac1c334dbb71ee2d80091c0157d3a89
SIZE (KDE/frameworks/5.27.0/kio-5.27.0.tar.xz) = 3118268

5
devel/kf5-kio/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
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.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html

800
devel/kf5-kio/pkg-plist Normal file
View File

@ -0,0 +1,800 @@
bin/kcookiejar5
bin/ktelnetservice5
bin/ktrash5
bin/protocoltojson
etc/xdg/accept-languages.codes
etc/xdg/kshorturifilterrc
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/OpenFileManagerWindowJob
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/openfilemanagerwindowjob.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-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5KIO/KF5KIOTargets.cmake
lib/libKF5KIOCore.so
lib/libKF5KIOCore.so.5
lib/libKF5KIOCore.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libKF5KIOFileWidgets.so
lib/libKF5KIOFileWidgets.so.5
lib/libKF5KIOFileWidgets.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libKF5KIOGui.so
lib/libKF5KIOGui.so.5
lib/libKF5KIOGui.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libKF5KIONTLM.so
lib/libKF5KIONTLM.so.5
lib/libKF5KIONTLM.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libKF5KIOWidgets.so
lib/libKF5KIOWidgets.so.5
lib/libKF5KIOWidgets.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libexec/kf5/kio_http_cache_cleaner
lib/libexec/kf5/kiod5
lib/libexec/kf5/kioexec
lib/libexec/kf5/kioslave
lib/libexec/kf5/kpac_dhcp_helper
%%QT_MKSPECDIR%%/modules/qt_KIOCore.pri
%%QT_MKSPECDIR%%/modules/qt_KIOFileWidgets.pri
%%QT_MKSPECDIR%%/modules/qt_KIOGui.pri
%%QT_MKSPECDIR%%/modules/qt_KIOWidgets.pri
%%QT_MKSPECDIR%%/modules/qt_KNTLM.pri
%%QT_PLUGINDIR%%/kcm_kio.so
%%QT_PLUGINDIR%%/kcm_trash.so
%%QT_PLUGINDIR%%/kcm_webshortcuts.so
%%QT_PLUGINDIR%%/kf5/kded/kcookiejar.so
%%QT_PLUGINDIR%%/kf5/kded/proxyscout.so
%%QT_PLUGINDIR%%/kf5/kio/file.so
%%QT_PLUGINDIR%%/kf5/kio/ftp.so
%%QT_PLUGINDIR%%/kf5/kio/ghelp.so
%%QT_PLUGINDIR%%/kf5/kio/help.so
%%QT_PLUGINDIR%%/kf5/kio/http.so
%%QT_PLUGINDIR%%/kf5/kio/trash.so
%%QT_PLUGINDIR%%/kf5/kiod/kpasswdserver.so
%%QT_PLUGINDIR%%/kf5/kiod/kssld.so
%%QT_PLUGINDIR%%/kf5/urifilters/fixhosturifilter.so
%%QT_PLUGINDIR%%/kf5/urifilters/kshorturifilter.so
%%QT_PLUGINDIR%%/kf5/urifilters/kuriikwsfilter.so
%%QT_PLUGINDIR%%/kf5/urifilters/kurisearchfilter.so
%%QT_PLUGINDIR%%/kf5/urifilters/localdomainurifilter.so
man/ca/man8/kcookiejar5.8.gz
man/de/man8/kcookiejar5.8.gz
man/it/man8/kcookiejar5.8.gz
man/man8/kcookiejar5.8.gz
man/nl/man8/kcookiejar5.8.gz
man/pt_BR/man8/kcookiejar5.8.gz
man/sv/man8/kcookiejar5.8.gz
man/uk/man8/kcookiejar5.8.gz
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/ca/kioslave5/data/index.cache.bz2
share/doc/HTML/ca/kioslave5/data/index.docbook
share/doc/HTML/ca/kioslave5/file/index.cache.bz2
share/doc/HTML/ca/kioslave5/file/index.docbook
share/doc/HTML/ca/kioslave5/ftp/index.cache.bz2
share/doc/HTML/ca/kioslave5/ftp/index.docbook
share/doc/HTML/ca/kioslave5/help/documentationnotfound/index.cache.bz2
share/doc/HTML/ca/kioslave5/help/documentationnotfound/index.docbook
share/doc/HTML/ca/kioslave5/help/index.cache.bz2
share/doc/HTML/ca/kioslave5/help/index.docbook
share/doc/HTML/ca/kioslave5/http/index.cache.bz2
share/doc/HTML/ca/kioslave5/http/index.docbook
share/doc/HTML/ca/kioslave5/mailto/index.cache.bz2
share/doc/HTML/ca/kioslave5/mailto/index.docbook
share/doc/HTML/ca/kioslave5/telnet/index.cache.bz2
share/doc/HTML/ca/kioslave5/telnet/index.docbook
share/doc/HTML/ca/kioslave5/webdav/index.cache.bz2
share/doc/HTML/ca/kioslave5/webdav/index.docbook
share/doc/HTML/de/kioslave5/data/index.cache.bz2
share/doc/HTML/de/kioslave5/data/index.docbook
share/doc/HTML/de/kioslave5/file/index.cache.bz2
share/doc/HTML/de/kioslave5/file/index.docbook
share/doc/HTML/de/kioslave5/ftp/index.cache.bz2
share/doc/HTML/de/kioslave5/ftp/index.docbook
share/doc/HTML/de/kioslave5/help/documentationnotfound/index.cache.bz2
share/doc/HTML/de/kioslave5/help/documentationnotfound/index.docbook
share/doc/HTML/de/kioslave5/help/index.cache.bz2
share/doc/HTML/de/kioslave5/help/index.docbook
share/doc/HTML/de/kioslave5/http/index.cache.bz2
share/doc/HTML/de/kioslave5/http/index.docbook
share/doc/HTML/de/kioslave5/mailto/index.cache.bz2
share/doc/HTML/de/kioslave5/mailto/index.docbook
share/doc/HTML/de/kioslave5/telnet/index.cache.bz2
share/doc/HTML/de/kioslave5/telnet/index.docbook
share/doc/HTML/de/kioslave5/webdav/index.cache.bz2
share/doc/HTML/de/kioslave5/webdav/index.docbook
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/doc/HTML/et/kioslave5/data/index.cache.bz2
share/doc/HTML/et/kioslave5/data/index.docbook
share/doc/HTML/et/kioslave5/file/index.cache.bz2
share/doc/HTML/et/kioslave5/file/index.docbook
share/doc/HTML/et/kioslave5/ftp/index.cache.bz2
share/doc/HTML/et/kioslave5/ftp/index.docbook
share/doc/HTML/et/kioslave5/help/index.cache.bz2
share/doc/HTML/et/kioslave5/help/index.docbook
share/doc/HTML/et/kioslave5/http/index.cache.bz2
share/doc/HTML/et/kioslave5/http/index.docbook
share/doc/HTML/et/kioslave5/mailto/index.cache.bz2
share/doc/HTML/et/kioslave5/mailto/index.docbook
share/doc/HTML/et/kioslave5/telnet/index.cache.bz2
share/doc/HTML/et/kioslave5/telnet/index.docbook
share/doc/HTML/et/kioslave5/webdav/index.cache.bz2
share/doc/HTML/et/kioslave5/webdav/index.docbook
share/doc/HTML/it/kioslave5/data/index.cache.bz2
share/doc/HTML/it/kioslave5/data/index.docbook
share/doc/HTML/it/kioslave5/file/index.cache.bz2
share/doc/HTML/it/kioslave5/file/index.docbook
share/doc/HTML/it/kioslave5/ftp/index.cache.bz2
share/doc/HTML/it/kioslave5/ftp/index.docbook
share/doc/HTML/it/kioslave5/help/documentationnotfound/index.cache.bz2
share/doc/HTML/it/kioslave5/help/documentationnotfound/index.docbook
share/doc/HTML/it/kioslave5/help/index.cache.bz2
share/doc/HTML/it/kioslave5/help/index.docbook
share/doc/HTML/it/kioslave5/http/index.cache.bz2
share/doc/HTML/it/kioslave5/http/index.docbook
share/doc/HTML/it/kioslave5/mailto/index.cache.bz2
share/doc/HTML/it/kioslave5/mailto/index.docbook
share/doc/HTML/it/kioslave5/telnet/index.cache.bz2
share/doc/HTML/it/kioslave5/telnet/index.docbook
share/doc/HTML/it/kioslave5/webdav/index.cache.bz2
share/doc/HTML/it/kioslave5/webdav/index.docbook
share/doc/HTML/nl/kioslave5/data/index.cache.bz2
share/doc/HTML/nl/kioslave5/data/index.docbook
share/doc/HTML/nl/kioslave5/file/index.cache.bz2
share/doc/HTML/nl/kioslave5/file/index.docbook
share/doc/HTML/nl/kioslave5/ftp/index.cache.bz2
share/doc/HTML/nl/kioslave5/ftp/index.docbook
share/doc/HTML/nl/kioslave5/help/documentationnotfound/index.cache.bz2
share/doc/HTML/nl/kioslave5/help/documentationnotfound/index.docbook
share/doc/HTML/nl/kioslave5/help/index.cache.bz2
share/doc/HTML/nl/kioslave5/help/index.docbook
share/doc/HTML/nl/kioslave5/http/index.cache.bz2
share/doc/HTML/nl/kioslave5/http/index.docbook
share/doc/HTML/nl/kioslave5/mailto/index.cache.bz2
share/doc/HTML/nl/kioslave5/mailto/index.docbook
share/doc/HTML/nl/kioslave5/telnet/index.cache.bz2
share/doc/HTML/nl/kioslave5/telnet/index.docbook
share/doc/HTML/nl/kioslave5/webdav/index.cache.bz2
share/doc/HTML/nl/kioslave5/webdav/index.docbook
share/doc/HTML/pt_BR/kioslave5/data/index.cache.bz2
share/doc/HTML/pt_BR/kioslave5/data/index.docbook
share/doc/HTML/pt_BR/kioslave5/file/index.cache.bz2
share/doc/HTML/pt_BR/kioslave5/file/index.docbook
share/doc/HTML/pt_BR/kioslave5/ftp/index.cache.bz2
share/doc/HTML/pt_BR/kioslave5/ftp/index.docbook
share/doc/HTML/pt_BR/kioslave5/help/documentationnotfound/index.cache.bz2
share/doc/HTML/pt_BR/kioslave5/help/documentationnotfound/index.docbook
share/doc/HTML/pt_BR/kioslave5/help/index.cache.bz2
share/doc/HTML/pt_BR/kioslave5/help/index.docbook
share/doc/HTML/pt_BR/kioslave5/http/index.cache.bz2
share/doc/HTML/pt_BR/kioslave5/http/index.docbook
share/doc/HTML/pt_BR/kioslave5/mailto/index.cache.bz2
share/doc/HTML/pt_BR/kioslave5/mailto/index.docbook
share/doc/HTML/pt_BR/kioslave5/telnet/index.cache.bz2
share/doc/HTML/pt_BR/kioslave5/telnet/index.docbook
share/doc/HTML/pt_BR/kioslave5/webdav/index.cache.bz2
share/doc/HTML/pt_BR/kioslave5/webdav/index.docbook
share/doc/HTML/ru/kioslave5/data/index.cache.bz2
share/doc/HTML/ru/kioslave5/data/index.docbook
share/doc/HTML/ru/kioslave5/file/index.cache.bz2
share/doc/HTML/ru/kioslave5/file/index.docbook
share/doc/HTML/ru/kioslave5/ftp/index.cache.bz2
share/doc/HTML/ru/kioslave5/ftp/index.docbook
share/doc/HTML/ru/kioslave5/help/index.cache.bz2
share/doc/HTML/ru/kioslave5/help/index.docbook
share/doc/HTML/ru/kioslave5/telnet/index.cache.bz2
share/doc/HTML/ru/kioslave5/telnet/index.docbook
share/doc/HTML/ru/kioslave5/webdav/index.cache.bz2
share/doc/HTML/ru/kioslave5/webdav/index.docbook
share/doc/HTML/sr/kioslave5/data/index.cache.bz2
share/doc/HTML/sr/kioslave5/data/index.docbook
share/doc/HTML/sr/kioslave5/file/index.cache.bz2
share/doc/HTML/sr/kioslave5/file/index.docbook
share/doc/HTML/sr/kioslave5/ftp/index.cache.bz2
share/doc/HTML/sr/kioslave5/ftp/index.docbook
share/doc/HTML/sr/kioslave5/help/documentationnotfound/index.cache.bz2
share/doc/HTML/sr/kioslave5/help/documentationnotfound/index.docbook
share/doc/HTML/sr/kioslave5/help/index.cache.bz2
share/doc/HTML/sr/kioslave5/help/index.docbook
share/doc/HTML/sr/kioslave5/http/index.cache.bz2
share/doc/HTML/sr/kioslave5/http/index.docbook
share/doc/HTML/sr/kioslave5/mailto/index.cache.bz2
share/doc/HTML/sr/kioslave5/mailto/index.docbook
share/doc/HTML/sr/kioslave5/telnet/index.cache.bz2
share/doc/HTML/sr/kioslave5/telnet/index.docbook
share/doc/HTML/sr/kioslave5/webdav/index.cache.bz2
share/doc/HTML/sr/kioslave5/webdav/index.docbook
share/doc/HTML/sr@latin/kioslave5/data/index.cache.bz2
share/doc/HTML/sr@latin/kioslave5/data/index.docbook
share/doc/HTML/sr@latin/kioslave5/file/index.cache.bz2
share/doc/HTML/sr@latin/kioslave5/file/index.docbook
share/doc/HTML/sr@latin/kioslave5/ftp/index.cache.bz2
share/doc/HTML/sr@latin/kioslave5/ftp/index.docbook
share/doc/HTML/sr@latin/kioslave5/help/documentationnotfound/index.cache.bz2
share/doc/HTML/sr@latin/kioslave5/help/documentationnotfound/index.docbook
share/doc/HTML/sr@latin/kioslave5/help/index.cache.bz2
share/doc/HTML/sr@latin/kioslave5/help/index.docbook
share/doc/HTML/sr@latin/kioslave5/http/index.cache.bz2
share/doc/HTML/sr@latin/kioslave5/http/index.docbook
share/doc/HTML/sr@latin/kioslave5/mailto/index.cache.bz2
share/doc/HTML/sr@latin/kioslave5/mailto/index.docbook
share/doc/HTML/sr@latin/kioslave5/telnet/index.cache.bz2
share/doc/HTML/sr@latin/kioslave5/telnet/index.docbook
share/doc/HTML/sr@latin/kioslave5/webdav/index.cache.bz2
share/doc/HTML/sr@latin/kioslave5/webdav/index.docbook
share/doc/HTML/sv/kioslave5/data/index.cache.bz2
share/doc/HTML/sv/kioslave5/data/index.docbook
share/doc/HTML/sv/kioslave5/file/index.cache.bz2
share/doc/HTML/sv/kioslave5/file/index.docbook
share/doc/HTML/sv/kioslave5/ftp/index.cache.bz2
share/doc/HTML/sv/kioslave5/ftp/index.docbook
share/doc/HTML/sv/kioslave5/help/documentationnotfound/index.cache.bz2
share/doc/HTML/sv/kioslave5/help/documentationnotfound/index.docbook
share/doc/HTML/sv/kioslave5/help/index.cache.bz2
share/doc/HTML/sv/kioslave5/help/index.docbook
share/doc/HTML/sv/kioslave5/http/index.cache.bz2
share/doc/HTML/sv/kioslave5/http/index.docbook
share/doc/HTML/sv/kioslave5/mailto/index.cache.bz2
share/doc/HTML/sv/kioslave5/mailto/index.docbook
share/doc/HTML/sv/kioslave5/telnet/index.cache.bz2
share/doc/HTML/sv/kioslave5/telnet/index.docbook
share/doc/HTML/sv/kioslave5/webdav/index.cache.bz2
share/doc/HTML/sv/kioslave5/webdav/index.docbook
share/doc/HTML/uk/kioslave5/data/index.cache.bz2
share/doc/HTML/uk/kioslave5/data/index.docbook
share/doc/HTML/uk/kioslave5/file/index.cache.bz2
share/doc/HTML/uk/kioslave5/file/index.docbook
share/doc/HTML/uk/kioslave5/ftp/index.cache.bz2
share/doc/HTML/uk/kioslave5/ftp/index.docbook
share/doc/HTML/uk/kioslave5/help/documentationnotfound/index.cache.bz2
share/doc/HTML/uk/kioslave5/help/documentationnotfound/index.docbook
share/doc/HTML/uk/kioslave5/help/index.cache.bz2
share/doc/HTML/uk/kioslave5/help/index.docbook
share/doc/HTML/uk/kioslave5/http/index.cache.bz2
share/doc/HTML/uk/kioslave5/http/index.docbook
share/doc/HTML/uk/kioslave5/mailto/index.cache.bz2
share/doc/HTML/uk/kioslave5/mailto/index.docbook
share/doc/HTML/uk/kioslave5/telnet/index.cache.bz2
share/doc/HTML/uk/kioslave5/telnet/index.docbook
share/doc/HTML/uk/kioslave5/webdav/index.cache.bz2
share/doc/HTML/uk/kioslave5/webdav/index.docbook
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/soundcloud.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

View File

@ -0,0 +1,15 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kitemmodels
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 models for Qt Model/View system
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
USE_KDE= ecm
USE_QT5= buildtools_build core qmake_build
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424077
SHA256 (KDE/frameworks/5.27.0/kitemmodels-5.27.0.tar.xz) = c27f0ca38d4b6593115fbf257423c6b1ffa35cb2d7f341fc4bf3e43262b90f03
SIZE (KDE/frameworks/5.27.0/kitemmodels-5.27.0.tar.xz) = 388100

View File

@ -0,0 +1,3 @@
Set of item models extending the Qt model-view framework
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html

View File

@ -0,0 +1,30 @@
include/KF5/KItemModels/KBreadcrumbSelectionModel
include/KF5/KItemModels/KCheckableProxyModel
include/KF5/KItemModels/KConcatenateRowsProxyModel
include/KF5/KItemModels/KDescendantsProxyModel
include/KF5/KItemModels/KExtraColumnsProxyModel
include/KF5/KItemModels/KLinkItemSelectionModel
include/KF5/KItemModels/KModelIndexProxyMapper
include/KF5/KItemModels/KRearrangeColumnsProxyModel
include/KF5/KItemModels/KRecursiveFilterProxyModel
include/KF5/KItemModels/KSelectionProxyModel
include/KF5/KItemModels/kbreadcrumbselectionmodel.h
include/KF5/KItemModels/kcheckableproxymodel.h
include/KF5/KItemModels/kconcatenaterowsproxymodel.h
include/KF5/KItemModels/kdescendantsproxymodel.h
include/KF5/KItemModels/kextracolumnsproxymodel.h
include/KF5/KItemModels/kitemmodels_export.h
include/KF5/KItemModels/klinkitemselectionmodel.h
include/KF5/KItemModels/kmodelindexproxymapper.h
include/KF5/KItemModels/krearrangecolumnsproxymodel.h
include/KF5/KItemModels/krecursivefilterproxymodel.h
include/KF5/KItemModels/kselectionproxymodel.h
include/KF5/kitemmodels_version.h
lib/cmake/KF5ItemModels/KF5ItemModelsConfig.cmake
lib/cmake/KF5ItemModels/KF5ItemModelsConfigVersion.cmake
lib/cmake/KF5ItemModels/KF5ItemModelsTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5ItemModels/KF5ItemModelsTargets.cmake
lib/libKF5ItemModels.so
lib/libKF5ItemModels.so.5
lib/libKF5ItemModels.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KItemModels.pri

View File

@ -0,0 +1,19 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= knewstuff
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for downloading application assets from the network
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE= archive attica5 auth codecs completion config \
configwidgets coreaddons ecm i18n iconthemes itemviews \
jobwidgets kio service sonnet textwidgets widgetsaddons \
xmlgui
USE_QT5= buildtools_build core dbus gui network qmake_build \
widgets xml
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424078
SHA256 (KDE/frameworks/5.27.0/knewstuff-5.27.0.tar.xz) = 4ee43345b3e237e7869012b211d7af3b119506315a0b2873ae6c74bfd9593316
SIZE (KDE/frameworks/5.27.0/knewstuff-5.27.0.tar.xz) = 3317652

View File

@ -0,0 +1,4 @@
The KNewStuff library implements collaborative data sharing for applications.
It uses libattica to support the Open Collaboration Services specification.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html

View File

@ -0,0 +1,166 @@
include/KF5/KNewStuff3/KNS3/Button
include/KF5/KNewStuff3/KNS3/DownloadDialog
include/KF5/KNewStuff3/KNS3/DownloadManager
include/KF5/KNewStuff3/KNS3/DownloadWidget
include/KF5/KNewStuff3/KNS3/Entry
include/KF5/KNewStuff3/KNS3/KMoreTools
include/KF5/KNewStuff3/KNS3/KMoreToolsMenuFactory
include/KF5/KNewStuff3/KNS3/KMoreToolsPresets
include/KF5/KNewStuff3/KNS3/UploadDialog
include/KF5/KNewStuff3/kns3/button.h
include/KF5/KNewStuff3/kns3/downloaddialog.h
include/KF5/KNewStuff3/kns3/downloadmanager.h
include/KF5/KNewStuff3/kns3/downloadwidget.h
include/KF5/KNewStuff3/kns3/entry.h
include/KF5/KNewStuff3/kns3/kmoretools.h
include/KF5/KNewStuff3/kns3/kmoretoolsmenufactory.h
include/KF5/KNewStuff3/kns3/kmoretoolspresets.h
include/KF5/KNewStuff3/kns3/knewstuff_export.h
include/KF5/KNewStuff3/kns3/knewstuffaction.h
include/KF5/KNewStuff3/kns3/uploaddialog.h
include/KF5/knewstuff_version.h
lib/cmake/KF5NewStuff/KF5NewStuffConfig.cmake
lib/cmake/KF5NewStuff/KF5NewStuffConfigVersion.cmake
lib/cmake/KF5NewStuff/KF5NewStuffTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5NewStuff/KF5NewStuffTargets.cmake
lib/libKF5NewStuff.so
lib/libKF5NewStuff.so.5
lib/libKF5NewStuff.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KNewStuff.pri
share/kf5/kmoretools/presets-kmoretools/_INFO
share/kf5/kmoretools/presets-kmoretools/catfish.desktop
share/kf5/kmoretools/presets-kmoretools/disk.desktop
share/kf5/kmoretools/presets-kmoretools/filelight.png
share/kf5/kmoretools/presets-kmoretools/giggle.desktop
share/kf5/kmoretools/presets-kmoretools/git-cola-folder-handler.desktop
share/kf5/kmoretools/presets-kmoretools/git-cola-view-history.kmt-edition.desktop
share/kf5/kmoretools/presets-kmoretools/git-cola.desktop
share/kf5/kmoretools/presets-kmoretools/git-cola.svg
share/kf5/kmoretools/presets-kmoretools/gitg.desktop
share/kf5/kmoretools/presets-kmoretools/gitg.png
share/kf5/kmoretools/presets-kmoretools/gitk.kmt-edition.desktop
share/kf5/kmoretools/presets-kmoretools/gnome-search-tool.desktop
share/kf5/kmoretools/presets-kmoretools/gparted.desktop
share/kf5/kmoretools/presets-kmoretools/gparted.png
share/kf5/kmoretools/presets-kmoretools/hotshots.desktop
share/kf5/kmoretools/presets-kmoretools/hotshots.png
share/kf5/kmoretools/presets-kmoretools/htop.desktop
share/kf5/kmoretools/presets-kmoretools/kaption.desktop
share/kf5/kmoretools/presets-kmoretools/kaption.desktop.TODO
share/kf5/kmoretools/presets-kmoretools/kdf.desktop
share/kf5/kmoretools/presets-kmoretools/ksystemlog.desktop
share/kf5/kmoretools/presets-kmoretools/org.gnome.clocks.desktop
share/kf5/kmoretools/presets-kmoretools/org.kde.PartitionManager.desktop
share/kf5/kmoretools/presets-kmoretools/org.kde.filelight.desktop
share/kf5/kmoretools/presets-kmoretools/org.kde.kfind.desktop
share/kf5/kmoretools/presets-kmoretools/org.kde.kscreengenie.desktop
share/kf5/kmoretools/presets-kmoretools/org.kde.ksnapshot.desktop
share/kf5/kmoretools/presets-kmoretools/org.kde.ksysguard.desktop
share/kf5/kmoretools/presets-kmoretools/org.kde.ktimer.desktop
share/kf5/kmoretools/presets-kmoretools/org.kde.plasma.cuttlefish.kmt-edition.desktop
share/kf5/kmoretools/presets-kmoretools/qgit.kmt-edition.desktop
share/kf5/kmoretools/presets-kmoretools/shutter.desktop
share/kf5/kmoretools/presets-kmoretools/shutter.desktop.TODO
share/kf5/kmoretools/presets-kmoretools/shutter.svg
share/kf5/kmoretools/presets-kmoretools/xfce4-taskmanager.desktop
share/kf5/knewstuff/pics/thumb_frame.png
share/locale/af/LC_MESSAGES/knewstuff5.mo
share/locale/ar/LC_MESSAGES/knewstuff5.mo
share/locale/as/LC_MESSAGES/knewstuff5.mo
share/locale/ast/LC_MESSAGES/knewstuff5.mo
share/locale/be/LC_MESSAGES/knewstuff5.mo
share/locale/be@latin/LC_MESSAGES/knewstuff5.mo
share/locale/bg/LC_MESSAGES/knewstuff5.mo
share/locale/bn/LC_MESSAGES/knewstuff5.mo
share/locale/bn_IN/LC_MESSAGES/knewstuff5.mo
share/locale/br/LC_MESSAGES/knewstuff5.mo
share/locale/bs/LC_MESSAGES/knewstuff5.mo
share/locale/ca/LC_MESSAGES/knewstuff5.mo
share/locale/ca@valencia/LC_MESSAGES/knewstuff5.mo
share/locale/crh/LC_MESSAGES/knewstuff5.mo
share/locale/cs/LC_MESSAGES/knewstuff5.mo
share/locale/csb/LC_MESSAGES/knewstuff5.mo
share/locale/cy/LC_MESSAGES/knewstuff5.mo
share/locale/da/LC_MESSAGES/knewstuff5.mo
share/locale/de/LC_MESSAGES/knewstuff5.mo
share/locale/el/LC_MESSAGES/knewstuff5.mo
share/locale/en_GB/LC_MESSAGES/knewstuff5.mo
share/locale/eo/LC_MESSAGES/knewstuff5.mo
share/locale/es/LC_MESSAGES/knewstuff5.mo
share/locale/et/LC_MESSAGES/knewstuff5.mo
share/locale/eu/LC_MESSAGES/knewstuff5.mo
share/locale/fa/LC_MESSAGES/knewstuff5.mo
share/locale/fi/LC_MESSAGES/knewstuff5.mo
share/locale/fr/LC_MESSAGES/knewstuff5.mo
share/locale/fy/LC_MESSAGES/knewstuff5.mo
share/locale/ga/LC_MESSAGES/knewstuff5.mo
share/locale/gd/LC_MESSAGES/knewstuff5.mo
share/locale/gl/LC_MESSAGES/knewstuff5.mo
share/locale/gu/LC_MESSAGES/knewstuff5.mo
share/locale/ha/LC_MESSAGES/knewstuff5.mo
share/locale/he/LC_MESSAGES/knewstuff5.mo
share/locale/hi/LC_MESSAGES/knewstuff5.mo
share/locale/hne/LC_MESSAGES/knewstuff5.mo
share/locale/hr/LC_MESSAGES/knewstuff5.mo
share/locale/hsb/LC_MESSAGES/knewstuff5.mo
share/locale/hu/LC_MESSAGES/knewstuff5.mo
share/locale/hy/LC_MESSAGES/knewstuff5.mo
share/locale/ia/LC_MESSAGES/knewstuff5.mo
share/locale/id/LC_MESSAGES/knewstuff5.mo
share/locale/is/LC_MESSAGES/knewstuff5.mo
share/locale/it/LC_MESSAGES/knewstuff5.mo
share/locale/ja/LC_MESSAGES/knewstuff5.mo
share/locale/ka/LC_MESSAGES/knewstuff5.mo
share/locale/kk/LC_MESSAGES/knewstuff5.mo
share/locale/km/LC_MESSAGES/knewstuff5.mo
share/locale/kn/LC_MESSAGES/knewstuff5.mo
share/locale/ko/LC_MESSAGES/knewstuff5.mo
share/locale/ku/LC_MESSAGES/knewstuff5.mo
share/locale/lb/LC_MESSAGES/knewstuff5.mo
share/locale/lt/LC_MESSAGES/knewstuff5.mo
share/locale/lv/LC_MESSAGES/knewstuff5.mo
share/locale/mai/LC_MESSAGES/knewstuff5.mo
share/locale/mk/LC_MESSAGES/knewstuff5.mo
share/locale/ml/LC_MESSAGES/knewstuff5.mo
share/locale/mr/LC_MESSAGES/knewstuff5.mo
share/locale/ms/LC_MESSAGES/knewstuff5.mo
share/locale/nb/LC_MESSAGES/knewstuff5.mo
share/locale/nds/LC_MESSAGES/knewstuff5.mo
share/locale/ne/LC_MESSAGES/knewstuff5.mo
share/locale/nl/LC_MESSAGES/knewstuff5.mo
share/locale/nn/LC_MESSAGES/knewstuff5.mo
share/locale/oc/LC_MESSAGES/knewstuff5.mo
share/locale/or/LC_MESSAGES/knewstuff5.mo
share/locale/pa/LC_MESSAGES/knewstuff5.mo
share/locale/pl/LC_MESSAGES/knewstuff5.mo
share/locale/ps/LC_MESSAGES/knewstuff5.mo
share/locale/pt/LC_MESSAGES/knewstuff5.mo
share/locale/pt_BR/LC_MESSAGES/knewstuff5.mo
share/locale/ro/LC_MESSAGES/knewstuff5.mo
share/locale/ru/LC_MESSAGES/knewstuff5.mo
share/locale/se/LC_MESSAGES/knewstuff5.mo
share/locale/si/LC_MESSAGES/knewstuff5.mo
share/locale/sk/LC_MESSAGES/knewstuff5.mo
share/locale/sl/LC_MESSAGES/knewstuff5.mo
share/locale/sq/LC_MESSAGES/knewstuff5.mo
share/locale/sr/LC_MESSAGES/knewstuff5.mo
share/locale/sr@ijekavian/LC_MESSAGES/knewstuff5.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/knewstuff5.mo
share/locale/sr@latin/LC_MESSAGES/knewstuff5.mo
share/locale/sv/LC_MESSAGES/knewstuff5.mo
share/locale/ta/LC_MESSAGES/knewstuff5.mo
share/locale/te/LC_MESSAGES/knewstuff5.mo
share/locale/tg/LC_MESSAGES/knewstuff5.mo
share/locale/th/LC_MESSAGES/knewstuff5.mo
share/locale/tr/LC_MESSAGES/knewstuff5.mo
share/locale/tt/LC_MESSAGES/knewstuff5.mo
share/locale/ug/LC_MESSAGES/knewstuff5.mo
share/locale/uk/LC_MESSAGES/knewstuff5.mo
share/locale/uz/LC_MESSAGES/knewstuff5.mo
share/locale/uz@cyrillic/LC_MESSAGES/knewstuff5.mo
share/locale/vi/LC_MESSAGES/knewstuff5.mo
share/locale/wa/LC_MESSAGES/knewstuff5.mo
share/locale/xh/LC_MESSAGES/knewstuff5.mo
share/locale/zh_CN/LC_MESSAGES/knewstuff5.mo
share/locale/zh_HK/LC_MESSAGES/knewstuff5.mo
share/locale/zh_TW/LC_MESSAGES/knewstuff5.mo

View File

@ -0,0 +1,19 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= knotifications
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 abstraction for system notifications
LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt5
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE= codecs config coreaddons ecm windowsystem
USE_QT5= buildtools_build core dbus gui linguisttools phonon4 \
qmake_build widgets x11extras
USE_XORG= x11
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424078
SHA256 (KDE/frameworks/5.27.0/knotifications-5.27.0.tar.xz) = b6dfd3803f75e81381ce377d6d798942d08409b4c2baaf44fe123fd7ad106127
SIZE (KDE/frameworks/5.27.0/knotifications-5.27.0.tar.xz) = 2562676

View File

@ -0,0 +1,4 @@
KNotification is used to notify the user of an event.
It covers feedback and persistent events.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html

View File

@ -0,0 +1,125 @@
include/KF5/KNotifications/KNotification
include/KF5/KNotifications/KNotificationPlugin
include/KF5/KNotifications/KNotificationRestrictions
include/KF5/KNotifications/KNotifyConfig
include/KF5/KNotifications/KPassivePopup
include/KF5/KNotifications/KStatusNotifierItem
include/KF5/KNotifications/knotification.h
include/KF5/KNotifications/knotificationplugin.h
include/KF5/KNotifications/knotificationrestrictions.h
include/KF5/KNotifications/knotifications_export.h
include/KF5/KNotifications/knotifyconfig.h
include/KF5/KNotifications/kpassivepopup.h
include/KF5/KNotifications/kstatusnotifieritem.h
include/KF5/knotifications_version.h
lib/cmake/KF5Notifications/KF5NotificationsConfig.cmake
lib/cmake/KF5Notifications/KF5NotificationsConfigVersion.cmake
lib/cmake/KF5Notifications/KF5NotificationsTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Notifications/KF5NotificationsTargets.cmake
lib/libKF5Notifications.so
lib/libKF5Notifications.so.5
lib/libKF5Notifications.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KNotifications.pri
share/dbus-1/interfaces/kf5_org.kde.StatusNotifierItem.xml
share/dbus-1/interfaces/kf5_org.kde.StatusNotifierWatcher.xml
share/kservicetypes5/knotificationplugin.desktop
share/locale/af/LC_MESSAGES/knotifications5_qt.qm
share/locale/ar/LC_MESSAGES/knotifications5_qt.qm
share/locale/as/LC_MESSAGES/knotifications5_qt.qm
share/locale/ast/LC_MESSAGES/knotifications5_qt.qm
share/locale/be/LC_MESSAGES/knotifications5_qt.qm
share/locale/be@latin/LC_MESSAGES/knotifications5_qt.qm
share/locale/bg/LC_MESSAGES/knotifications5_qt.qm
share/locale/bn/LC_MESSAGES/knotifications5_qt.qm
share/locale/bn_IN/LC_MESSAGES/knotifications5_qt.qm
share/locale/br/LC_MESSAGES/knotifications5_qt.qm
share/locale/bs/LC_MESSAGES/knotifications5_qt.qm
share/locale/ca/LC_MESSAGES/knotifications5_qt.qm
share/locale/ca@valencia/LC_MESSAGES/knotifications5_qt.qm
share/locale/crh/LC_MESSAGES/knotifications5_qt.qm
share/locale/cs/LC_MESSAGES/knotifications5_qt.qm
share/locale/csb/LC_MESSAGES/knotifications5_qt.qm
share/locale/cy/LC_MESSAGES/knotifications5_qt.qm
share/locale/da/LC_MESSAGES/knotifications5_qt.qm
share/locale/de/LC_MESSAGES/knotifications5_qt.qm
share/locale/el/LC_MESSAGES/knotifications5_qt.qm
share/locale/en_GB/LC_MESSAGES/knotifications5_qt.qm
share/locale/eo/LC_MESSAGES/knotifications5_qt.qm
share/locale/es/LC_MESSAGES/knotifications5_qt.qm
share/locale/et/LC_MESSAGES/knotifications5_qt.qm
share/locale/eu/LC_MESSAGES/knotifications5_qt.qm
share/locale/fa/LC_MESSAGES/knotifications5_qt.qm
share/locale/fi/LC_MESSAGES/knotifications5_qt.qm
share/locale/fr/LC_MESSAGES/knotifications5_qt.qm
share/locale/fy/LC_MESSAGES/knotifications5_qt.qm
share/locale/ga/LC_MESSAGES/knotifications5_qt.qm
share/locale/gd/LC_MESSAGES/knotifications5_qt.qm
share/locale/gl/LC_MESSAGES/knotifications5_qt.qm
share/locale/gu/LC_MESSAGES/knotifications5_qt.qm
share/locale/ha/LC_MESSAGES/knotifications5_qt.qm
share/locale/he/LC_MESSAGES/knotifications5_qt.qm
share/locale/hi/LC_MESSAGES/knotifications5_qt.qm
share/locale/hne/LC_MESSAGES/knotifications5_qt.qm
share/locale/hr/LC_MESSAGES/knotifications5_qt.qm
share/locale/hsb/LC_MESSAGES/knotifications5_qt.qm
share/locale/hu/LC_MESSAGES/knotifications5_qt.qm
share/locale/hy/LC_MESSAGES/knotifications5_qt.qm
share/locale/ia/LC_MESSAGES/knotifications5_qt.qm
share/locale/id/LC_MESSAGES/knotifications5_qt.qm
share/locale/is/LC_MESSAGES/knotifications5_qt.qm
share/locale/it/LC_MESSAGES/knotifications5_qt.qm
share/locale/ja/LC_MESSAGES/knotifications5_qt.qm
share/locale/ka/LC_MESSAGES/knotifications5_qt.qm
share/locale/kk/LC_MESSAGES/knotifications5_qt.qm
share/locale/km/LC_MESSAGES/knotifications5_qt.qm
share/locale/kn/LC_MESSAGES/knotifications5_qt.qm
share/locale/ko/LC_MESSAGES/knotifications5_qt.qm
share/locale/ku/LC_MESSAGES/knotifications5_qt.qm
share/locale/lb/LC_MESSAGES/knotifications5_qt.qm
share/locale/lt/LC_MESSAGES/knotifications5_qt.qm
share/locale/lv/LC_MESSAGES/knotifications5_qt.qm
share/locale/mai/LC_MESSAGES/knotifications5_qt.qm
share/locale/mk/LC_MESSAGES/knotifications5_qt.qm
share/locale/ml/LC_MESSAGES/knotifications5_qt.qm
share/locale/mr/LC_MESSAGES/knotifications5_qt.qm
share/locale/ms/LC_MESSAGES/knotifications5_qt.qm
share/locale/nb/LC_MESSAGES/knotifications5_qt.qm
share/locale/nds/LC_MESSAGES/knotifications5_qt.qm
share/locale/ne/LC_MESSAGES/knotifications5_qt.qm
share/locale/nl/LC_MESSAGES/knotifications5_qt.qm
share/locale/nn/LC_MESSAGES/knotifications5_qt.qm
share/locale/oc/LC_MESSAGES/knotifications5_qt.qm
share/locale/or/LC_MESSAGES/knotifications5_qt.qm
share/locale/pa/LC_MESSAGES/knotifications5_qt.qm
share/locale/pl/LC_MESSAGES/knotifications5_qt.qm
share/locale/ps/LC_MESSAGES/knotifications5_qt.qm
share/locale/pt/LC_MESSAGES/knotifications5_qt.qm
share/locale/pt_BR/LC_MESSAGES/knotifications5_qt.qm
share/locale/ro/LC_MESSAGES/knotifications5_qt.qm
share/locale/ru/LC_MESSAGES/knotifications5_qt.qm
share/locale/se/LC_MESSAGES/knotifications5_qt.qm
share/locale/si/LC_MESSAGES/knotifications5_qt.qm
share/locale/sk/LC_MESSAGES/knotifications5_qt.qm
share/locale/sl/LC_MESSAGES/knotifications5_qt.qm
share/locale/sq/LC_MESSAGES/knotifications5_qt.qm
share/locale/sr/LC_MESSAGES/knotifications5_qt.qm
share/locale/sr@ijekavian/LC_MESSAGES/knotifications5_qt.qm
share/locale/sr@ijekavianlatin/LC_MESSAGES/knotifications5_qt.qm
share/locale/sr@latin/LC_MESSAGES/knotifications5_qt.qm
share/locale/sv/LC_MESSAGES/knotifications5_qt.qm
share/locale/ta/LC_MESSAGES/knotifications5_qt.qm
share/locale/te/LC_MESSAGES/knotifications5_qt.qm
share/locale/tg/LC_MESSAGES/knotifications5_qt.qm
share/locale/th/LC_MESSAGES/knotifications5_qt.qm
share/locale/tr/LC_MESSAGES/knotifications5_qt.qm
share/locale/tt/LC_MESSAGES/knotifications5_qt.qm
share/locale/ug/LC_MESSAGES/knotifications5_qt.qm
share/locale/uk/LC_MESSAGES/knotifications5_qt.qm
share/locale/uz/LC_MESSAGES/knotifications5_qt.qm
share/locale/uz@cyrillic/LC_MESSAGES/knotifications5_qt.qm
share/locale/vi/LC_MESSAGES/knotifications5_qt.qm
share/locale/wa/LC_MESSAGES/knotifications5_qt.qm
share/locale/xh/LC_MESSAGES/knotifications5_qt.qm
share/locale/zh_CN/LC_MESSAGES/knotifications5_qt.qm
share/locale/zh_HK/LC_MESSAGES/knotifications5_qt.qm
share/locale/zh_TW/LC_MESSAGES/knotifications5_qt.qm

View File

@ -0,0 +1,17 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= knotifyconfig
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 configuration system for KNotify
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE= completion config coreaddons ecm i18n jobwidgets kio \
service widgetsaddons
USE_QT5= buildtools_build core dbus gui network phonon4 \
qmake_build widgets
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424078
SHA256 (KDE/frameworks/5.27.0/knotifyconfig-5.27.0.tar.xz) = 3669ebb7d1e8b50f7d1f4579779194e2bc36926ef30d5c8ffbe968697d0a1721
SIZE (KDE/frameworks/5.27.0/knotifyconfig-5.27.0.tar.xz) = 2653572

View File

@ -0,0 +1,4 @@
KNotifyConfig provides a configuration dialog for desktop notifications which
can be embedded in your application.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html

View File

@ -0,0 +1,112 @@
include/KF5/KNotifyConfig/KNotifyConfigWidget
include/KF5/KNotifyConfig/knotifyconfig_export.h
include/KF5/KNotifyConfig/knotifyconfigwidget.h
include/KF5/knotifyconfig_version.h
lib/cmake/KF5NotifyConfig/KF5NotifyConfigConfig.cmake
lib/cmake/KF5NotifyConfig/KF5NotifyConfigConfigVersion.cmake
lib/cmake/KF5NotifyConfig/KF5NotifyConfigTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5NotifyConfig/KF5NotifyConfigTargets.cmake
lib/libKF5NotifyConfig.so
lib/libKF5NotifyConfig.so.5
lib/libKF5NotifyConfig.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KNotifyConfig.pri
share/locale/af/LC_MESSAGES/knotifyconfig5.mo
share/locale/ar/LC_MESSAGES/knotifyconfig5.mo
share/locale/as/LC_MESSAGES/knotifyconfig5.mo
share/locale/ast/LC_MESSAGES/knotifyconfig5.mo
share/locale/be/LC_MESSAGES/knotifyconfig5.mo
share/locale/be@latin/LC_MESSAGES/knotifyconfig5.mo
share/locale/bg/LC_MESSAGES/knotifyconfig5.mo
share/locale/bn/LC_MESSAGES/knotifyconfig5.mo
share/locale/bn_IN/LC_MESSAGES/knotifyconfig5.mo
share/locale/br/LC_MESSAGES/knotifyconfig5.mo
share/locale/bs/LC_MESSAGES/knotifyconfig5.mo
share/locale/ca/LC_MESSAGES/knotifyconfig5.mo
share/locale/ca@valencia/LC_MESSAGES/knotifyconfig5.mo
share/locale/crh/LC_MESSAGES/knotifyconfig5.mo
share/locale/cs/LC_MESSAGES/knotifyconfig5.mo
share/locale/csb/LC_MESSAGES/knotifyconfig5.mo
share/locale/cy/LC_MESSAGES/knotifyconfig5.mo
share/locale/da/LC_MESSAGES/knotifyconfig5.mo
share/locale/de/LC_MESSAGES/knotifyconfig5.mo
share/locale/el/LC_MESSAGES/knotifyconfig5.mo
share/locale/en_GB/LC_MESSAGES/knotifyconfig5.mo
share/locale/eo/LC_MESSAGES/knotifyconfig5.mo
share/locale/es/LC_MESSAGES/knotifyconfig5.mo
share/locale/et/LC_MESSAGES/knotifyconfig5.mo
share/locale/eu/LC_MESSAGES/knotifyconfig5.mo
share/locale/fa/LC_MESSAGES/knotifyconfig5.mo
share/locale/fi/LC_MESSAGES/knotifyconfig5.mo
share/locale/fr/LC_MESSAGES/knotifyconfig5.mo
share/locale/fy/LC_MESSAGES/knotifyconfig5.mo
share/locale/ga/LC_MESSAGES/knotifyconfig5.mo
share/locale/gd/LC_MESSAGES/knotifyconfig5.mo
share/locale/gl/LC_MESSAGES/knotifyconfig5.mo
share/locale/gu/LC_MESSAGES/knotifyconfig5.mo
share/locale/ha/LC_MESSAGES/knotifyconfig5.mo
share/locale/he/LC_MESSAGES/knotifyconfig5.mo
share/locale/hi/LC_MESSAGES/knotifyconfig5.mo
share/locale/hne/LC_MESSAGES/knotifyconfig5.mo
share/locale/hr/LC_MESSAGES/knotifyconfig5.mo
share/locale/hsb/LC_MESSAGES/knotifyconfig5.mo
share/locale/hu/LC_MESSAGES/knotifyconfig5.mo
share/locale/hy/LC_MESSAGES/knotifyconfig5.mo
share/locale/ia/LC_MESSAGES/knotifyconfig5.mo
share/locale/id/LC_MESSAGES/knotifyconfig5.mo
share/locale/is/LC_MESSAGES/knotifyconfig5.mo
share/locale/it/LC_MESSAGES/knotifyconfig5.mo
share/locale/ja/LC_MESSAGES/knotifyconfig5.mo
share/locale/ka/LC_MESSAGES/knotifyconfig5.mo
share/locale/kk/LC_MESSAGES/knotifyconfig5.mo
share/locale/km/LC_MESSAGES/knotifyconfig5.mo
share/locale/kn/LC_MESSAGES/knotifyconfig5.mo
share/locale/ko/LC_MESSAGES/knotifyconfig5.mo
share/locale/ku/LC_MESSAGES/knotifyconfig5.mo
share/locale/lb/LC_MESSAGES/knotifyconfig5.mo
share/locale/lt/LC_MESSAGES/knotifyconfig5.mo
share/locale/lv/LC_MESSAGES/knotifyconfig5.mo
share/locale/mai/LC_MESSAGES/knotifyconfig5.mo
share/locale/mk/LC_MESSAGES/knotifyconfig5.mo
share/locale/ml/LC_MESSAGES/knotifyconfig5.mo
share/locale/mr/LC_MESSAGES/knotifyconfig5.mo
share/locale/ms/LC_MESSAGES/knotifyconfig5.mo
share/locale/nb/LC_MESSAGES/knotifyconfig5.mo
share/locale/nds/LC_MESSAGES/knotifyconfig5.mo
share/locale/ne/LC_MESSAGES/knotifyconfig5.mo
share/locale/nl/LC_MESSAGES/knotifyconfig5.mo
share/locale/nn/LC_MESSAGES/knotifyconfig5.mo
share/locale/oc/LC_MESSAGES/knotifyconfig5.mo
share/locale/or/LC_MESSAGES/knotifyconfig5.mo
share/locale/pa/LC_MESSAGES/knotifyconfig5.mo
share/locale/pl/LC_MESSAGES/knotifyconfig5.mo
share/locale/ps/LC_MESSAGES/knotifyconfig5.mo
share/locale/pt/LC_MESSAGES/knotifyconfig5.mo
share/locale/pt_BR/LC_MESSAGES/knotifyconfig5.mo
share/locale/ro/LC_MESSAGES/knotifyconfig5.mo
share/locale/ru/LC_MESSAGES/knotifyconfig5.mo
share/locale/se/LC_MESSAGES/knotifyconfig5.mo
share/locale/si/LC_MESSAGES/knotifyconfig5.mo
share/locale/sk/LC_MESSAGES/knotifyconfig5.mo
share/locale/sl/LC_MESSAGES/knotifyconfig5.mo
share/locale/sq/LC_MESSAGES/knotifyconfig5.mo
share/locale/sr/LC_MESSAGES/knotifyconfig5.mo
share/locale/sr@ijekavian/LC_MESSAGES/knotifyconfig5.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/knotifyconfig5.mo
share/locale/sr@latin/LC_MESSAGES/knotifyconfig5.mo
share/locale/sv/LC_MESSAGES/knotifyconfig5.mo
share/locale/ta/LC_MESSAGES/knotifyconfig5.mo
share/locale/te/LC_MESSAGES/knotifyconfig5.mo
share/locale/tg/LC_MESSAGES/knotifyconfig5.mo
share/locale/th/LC_MESSAGES/knotifyconfig5.mo
share/locale/tr/LC_MESSAGES/knotifyconfig5.mo
share/locale/tt/LC_MESSAGES/knotifyconfig5.mo
share/locale/ug/LC_MESSAGES/knotifyconfig5.mo
share/locale/uk/LC_MESSAGES/knotifyconfig5.mo
share/locale/uz/LC_MESSAGES/knotifyconfig5.mo
share/locale/uz@cyrillic/LC_MESSAGES/knotifyconfig5.mo
share/locale/vi/LC_MESSAGES/knotifyconfig5.mo
share/locale/wa/LC_MESSAGES/knotifyconfig5.mo
share/locale/xh/LC_MESSAGES/knotifyconfig5.mo
share/locale/zh_CN/LC_MESSAGES/knotifyconfig5.mo
share/locale/zh_HK/LC_MESSAGES/knotifyconfig5.mo
share/locale/zh_TW/LC_MESSAGES/knotifyconfig5.mo

View File

@ -0,0 +1,15 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kpackage
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library to load and install packages
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE= archive config coreaddons doctools ecm i18n
USE_QT5= buildtools_build core qmake_build xml
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424078
SHA256 (KDE/frameworks/5.27.0/kpackage-5.27.0.tar.xz) = f37939252b816393f3eb9286ff2c25d950e57032c1a52b693275459f11fc0778
SIZE (KDE/frameworks/5.27.0/kpackage-5.27.0.tar.xz) = 161456

View File

@ -0,0 +1,5 @@
The Package framework lets the user to install and load packages of non binary
content such as scripted extensions or graphic assets, as they were traditional
plugins.
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html

View File

@ -0,0 +1,73 @@
bin/kpackagetool5
include/KF5/KPackage/KPackage/Package
include/KF5/KPackage/KPackage/PackageLoader
include/KF5/KPackage/KPackage/PackageStructure
include/KF5/KPackage/kpackage/package.h
include/KF5/KPackage/kpackage/package_export.h
include/KF5/KPackage/kpackage/packageloader.h
include/KF5/KPackage/kpackage/packagestructure.h
include/KF5/KPackage/kpackage/version.h
include/KF5/kpackage_version.h
lib/cmake/KF5Package/KF5PackageConfig.cmake
lib/cmake/KF5Package/KF5PackageConfigVersion.cmake
lib/cmake/KF5Package/KF5PackageMacros.cmake
lib/cmake/KF5Package/KF5PackageTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Package/KF5PackageTargets.cmake
lib/libKF5Package.so
lib/libKF5Package.so.5
lib/libKF5Package.so.%%KDE_FRAMEWORKS_VERSION%%
man/ca/man1/kpackagetool5.1.gz
man/de/man1/kpackagetool5.1.gz
man/it/man1/kpackagetool5.1.gz
man/man1/kpackagetool5.1.gz
man/nl/man1/kpackagetool5.1.gz
man/pt_BR/man1/kpackagetool5.1.gz
man/sv/man1/kpackagetool5.1.gz
man/uk/man1/kpackagetool5.1.gz
share/kservicetypes5/kpackage-packagestructure.desktop
share/locale/ar/LC_MESSAGES/libkpackage5.mo
share/locale/ast/LC_MESSAGES/libkpackage5.mo
share/locale/bs/LC_MESSAGES/libkpackage5.mo
share/locale/ca/LC_MESSAGES/libkpackage5.mo
share/locale/ca@valencia/LC_MESSAGES/libkpackage5.mo
share/locale/cs/LC_MESSAGES/libkpackage5.mo
share/locale/da/LC_MESSAGES/libkpackage5.mo
share/locale/de/LC_MESSAGES/libkpackage5.mo
share/locale/el/LC_MESSAGES/libkpackage5.mo
share/locale/en_GB/LC_MESSAGES/libkpackage5.mo
share/locale/es/LC_MESSAGES/libkpackage5.mo
share/locale/et/LC_MESSAGES/libkpackage5.mo
share/locale/fi/LC_MESSAGES/libkpackage5.mo
share/locale/fr/LC_MESSAGES/libkpackage5.mo
share/locale/gd/LC_MESSAGES/libkpackage5.mo
share/locale/gl/LC_MESSAGES/libkpackage5.mo
share/locale/he/LC_MESSAGES/libkpackage5.mo
share/locale/hu/LC_MESSAGES/libkpackage5.mo
share/locale/ia/LC_MESSAGES/libkpackage5.mo
share/locale/it/LC_MESSAGES/libkpackage5.mo
share/locale/ja/LC_MESSAGES/libkpackage5.mo
share/locale/ko/LC_MESSAGES/libkpackage5.mo
share/locale/lt/LC_MESSAGES/libkpackage5.mo
share/locale/mr/LC_MESSAGES/libkpackage5.mo
share/locale/nb/LC_MESSAGES/libkpackage5.mo
share/locale/nds/LC_MESSAGES/libkpackage5.mo
share/locale/nl/LC_MESSAGES/libkpackage5.mo
share/locale/nn/LC_MESSAGES/libkpackage5.mo
share/locale/pa/LC_MESSAGES/libkpackage5.mo
share/locale/pl/LC_MESSAGES/libkpackage5.mo
share/locale/pt/LC_MESSAGES/libkpackage5.mo
share/locale/pt_BR/LC_MESSAGES/libkpackage5.mo
share/locale/ro/LC_MESSAGES/libkpackage5.mo
share/locale/ru/LC_MESSAGES/libkpackage5.mo
share/locale/sk/LC_MESSAGES/libkpackage5.mo
share/locale/sl/LC_MESSAGES/libkpackage5.mo
share/locale/sr/LC_MESSAGES/libkpackage5.mo
share/locale/sr@ijekavian/LC_MESSAGES/libkpackage5.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/libkpackage5.mo
share/locale/sr@latin/LC_MESSAGES/libkpackage5.mo
share/locale/sv/LC_MESSAGES/libkpackage5.mo
share/locale/tr/LC_MESSAGES/libkpackage5.mo
share/locale/ug/LC_MESSAGES/libkpackage5.mo
share/locale/uk/LC_MESSAGES/libkpackage5.mo
share/locale/zh_CN/LC_MESSAGES/libkpackage5.mo
share/locale/zh_TW/LC_MESSAGES/libkpackage5.mo

18
devel/kf5-kparts/Makefile Normal file
View File

@ -0,0 +1,18 @@
# Created by: tcberner
# $FreeBSD$
PORTNAME= kparts
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 document centric plugin system
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
i18n iconthemes jobwidgets kio notifications service \
sonnet textwidgets widgetsaddons xmlgui
USE_QT5= buildtools_build core dbus gui network qmake_build widgets \
xml
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475424078
SHA256 (KDE/frameworks/5.27.0/kparts-5.27.0.tar.xz) = 309749025468595d39d75d98bcdde9b4bef5f9a69cd527c79534156d52f6da65
SIZE (KDE/frameworks/5.27.0/kparts-5.27.0.tar.xz) = 2742980

Some files were not shown because too many files have changed in this diff Show More