diff options
143 files changed, 6450 insertions, 5 deletions
@@ -9997,10 +9997,6 @@ security/kwalletmanager|security/kwalletmanager-kde4|2018-02-22|Make room for KD games/pairs|games/pairs-kde4|2018-02-22|Make room for KDE updates audio/kio-audiocd|audio/kio-audiocd-kde4|2018-02-22|Make room for KDE updates audio/kscd|audio/kscd-kde4|2018-02-22|Make room for KDE updates -net/zeroconf-ioslave|net/zeroconf-ioslave-kde4|2018-02-22|Make room for KDE updates -net/krfb|net/krfb-kde4|2018-02-22|Make room for KDE updates -net/krdc|net/krdc-kde4|2018-02-22|Make room for KDE updates -net/kget|net/kget-kde4|2018-02-22|Make room for KDE updates astro/kstars|astro/kstars-kde4|2018-02-22|Make room for KDE updates comms/kremotecontrol|comms/kremotecontrol-kde4|2018-02-22|Make room for KDE updates graphics/ksnapshot|graphics/ksnapshot-kde4|2018-02-22|Make room for KDE updates diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 389fc2e8daa4..5409fec6c474 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -264,7 +264,17 @@ _USE_FRAMEWORKS_ALL= ecm \ ${_USE_FRAMEWORKS_PORTING} \ ${_USE_FRAMEWORKS_EXTRA} -_USE_KDEPIM5_ALL= syndication +# List of components of the KDE PIM distribution (part of applications). +_USE_KDEPIM5_ALL= akonadicontacts akonadimime akonadinotes \ + akonadicalendar akonadisearch alarmcalendar \ + blog calendarcore calendarsupport calendarutils \ + contacts eventviews gapi \ + grantleetheme gravatar identitymanagement imap \ + incidenceeditor kdepim-apps-libs \ + kontactinterface kpimdav \ + ksmtp ldap libkdepim libkleo libksieve mailcommon \ + mailimporter mailtransport mbox messagelib \ + mime pimcommon pimtextedit syndication tnef _USE_KDE5_ALL= ${_USE_FRAMEWORKS_ALL} \ ${_USE_KDEPIM5_ALL} \ @@ -582,8 +592,113 @@ xmlrpcclient_LIB= libKF5XmlRpcClient.so # ====================== end of frameworks components ========================== # ====================== pim5 components ======================================= +akonadicontacts_PORT= net/akonadi-contacts +akonadicontacts_LIB= libKF5AkonadiContact.so + +akonadimime_PORT= net/akonadi-mime +akonadimime_LIB= libKF5AkonadiMime.so + +akonadinotes_PORT= net/akonadi-notes +akonadinotes_LIB= libKF5AkonadiNotes.so + +akonadicalendar_PORT= net/akonadi-calendar +akonadicalendar_LIB= libKF5AkonadiCalendar.so + +akonadisearch_PORT= net/akonadi-search +akonadisearch_LIB= libKF5AkonadiSearchCore.so + +alarmcalendar_PORT= net/kalarmcal +alarmcalendar_LIB= libKF5AlarmCalendar.so + +blog_PORT= net/kblog +blog_LIB= libKF5Blog.so + +calendarsupport_PORT= net/calendarsupport +calendarsupport_LIB= libKF5CalendarSupport.so + +calendarcore_PORT= net/kcalcore +calendarcore_LIB= libKF5CalendarCore.so + +calendarutils_PORT= net/kcalutils +calendarutils_LIB= libKF5CalendarUtils.so + +contacts_PORT= net/kcontacts +contacts_LIB= libKF5Contacts.so + +eventviews_PORT= net/eventviews +eventviews_LIB= libKF5EventViews.so + +gapi_PORT= net/libkgapi +gapi_LIB= libKPimGAPICore.so + +grantleetheme_PORT= deskutils/grantleetheme +grantleetheme_LIB= libKF5GrantleeTheme.so + +gravatar_PORT= net/libgravatar +gravatar_LIB= libKF5Gravatar.so + +identitymanagement_PORT= net/kidentitymanagement +identitymanagement_LIB= libKF5IdentityManagement.so + +imap_PORT= net/kimap +imap_LIB= libKF5IMAP.so + +incidenceeditor_PORT= net/incidenceeditor +incidenceeditor_LIB= libKF5IncidenceEditor.so + +kdepim-apps-libs_PORT= deskutils/kdepim-apps-libs +kdepim-apps-libs_LIB= libKF5SendLater.so + +kontactinterface_PORT= net/kontactinterface +kontactinterface_LIB= libKF5KontactInterface.so + +kpimdav_PORT= net/kdav +kpimdav_LIB= libKPimKDAV.so + +ksmtp_PORT= net/ksmtp +ksmtp_LIB= libKPimSMTP.so + +ldap_PORT= net/kldap +ldap_LIB= libKF5Ldap.so + +libkdepim_PORT= deskutils/libkdepim +libkdepim_LIB= libKF5Libkdepim.so + +libkleo_PORT= security/libkleo +libkleo_LIB= libKF5Libkleo.so + +libksieve_PORT= net/libksieve +libksieve_LIB= libKF5KSieve.so + +mailcommon_PORT= net/mailcommon +mailcommon_LIB= libKF5MailCommon.so + +mailimporter_PORT= net/mailimporter +mailimporter_LIB= libKF5MailImporter.so + +mailtransport_PORT= net/kmailtransport +mailtransport_LIB= libKF5MailTransport.so + +mbox_PORT= net/kmbox +mbox_LIB= libKF5Mbox.so + +messagelib_PORT= net/messagelib +messagelib_LIB= libKF5MessageList.so + +mime_PORT= net/kmime +mime_LIB= libKF5Mime.so + +pimcommon_PORT= net/pimcommon +pimcommon_LIB= libKF5PimCommon.so + +pimtextedit_PORT= net/kpimtextedit +pimtextedit_LIB= libKF5PimTextEdit.so + syndication_PORT= net/syndication syndication_LIB= libKF5Syndication.so + +tnef_PORT= net/ktnef +tnef_LIB= libKF5Tnef.so # ====================== end of pim5 components ================================ # ====================== multiversion component ================================ diff --git a/deskutils/Makefile b/deskutils/Makefile index 89f7ebfbbc8b..11deeb15d5cf 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -94,6 +94,7 @@ SUBDIR += go-for-it SUBDIR += gourmet SUBDIR += gpicker + SUBDIR += grantleetheme SUBDIR += griffith SUBDIR += growl-for-linux SUBDIR += gruler @@ -125,6 +126,7 @@ SUBDIR += kchmviewer SUBDIR += kdeconnect SUBDIR += kdepim + SUBDIR += kdepim-apps-libs SUBDIR += kdepim-kde4 SUBDIR += kdepim-runtime-kde4 SUBDIR += kdepimlibs-kde4 @@ -133,6 +135,7 @@ SUBDIR += ksshaskpass SUBDIR += latte-dock SUBDIR += launchy + SUBDIR += libkdepim SUBDIR += libopensync-plugin-vformat-devel SUBDIR += libstreamanalyzer SUBDIR += libstreams diff --git a/deskutils/grantleetheme/Makefile b/deskutils/grantleetheme/Makefile new file mode 100644 index 000000000000..70a524efc740 --- /dev/null +++ b/deskutils/grantleetheme/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= grantleetheme +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= deskutils kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE PIM grantleetheme + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 \ + pkgconfig tar:xz +USE_KDE= attica auth codecs config configwidgets coreaddons ecm i18n \ + iconthemes newstuff service widgetsaddons xmlgui +USE_QT5= core dbus gui network testlib widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + +.include <bsd.port.mk> diff --git a/deskutils/grantleetheme/distinfo b/deskutils/grantleetheme/distinfo new file mode 100644 index 000000000000..d723a0e74795 --- /dev/null +++ b/deskutils/grantleetheme/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519270 +SHA256 (KDE/applications/17.12.3/grantleetheme-17.12.3.tar.xz) = 5dc34b222ff3297cccd0a7679ff8856ec566954443a45702c0c12833042cda60 +SIZE (KDE/applications/17.12.3/grantleetheme-17.12.3.tar.xz) = 51348 diff --git a/deskutils/grantleetheme/pkg-plist b/deskutils/grantleetheme/pkg-plist new file mode 100644 index 000000000000..a2cf6bb6c8f4 --- /dev/null +++ b/deskutils/grantleetheme/pkg-plist @@ -0,0 +1,68 @@ +etc/xdg/grantleetheme.categories +etc/xdg/grantleetheme.renamecategories +include/KF5/GrantleeTheme/GrantleeKi18nLocalizer +include/KF5/GrantleeTheme/GrantleeTheme +include/KF5/GrantleeTheme/GrantleeThemeEngine +include/KF5/GrantleeTheme/GrantleeThemeManager +include/KF5/GrantleeTheme/QtResourceTemplateLoader +include/KF5/grantleetheme/GrantleeKi18nLocalizer +include/KF5/grantleetheme/GrantleeTheme +include/KF5/grantleetheme/GrantleeThemeEngine +include/KF5/grantleetheme/GrantleeThemeManager +include/KF5/grantleetheme/QtResourceTemplateLoader +include/KF5/grantleetheme/grantleeki18nlocalizer.h +include/KF5/grantleetheme/grantleetheme.h +include/KF5/grantleetheme/grantleetheme_export.h +include/KF5/grantleetheme/grantleethemeengine.h +include/KF5/grantleetheme/grantleethememanager.h +include/KF5/grantleetheme/qtresourcetemplateloader.h +include/KF5/grantleetheme_version.h +lib/cmake/KF5GrantleeTheme/KF5GrantleeThemeConfig.cmake +lib/cmake/KF5GrantleeTheme/KF5GrantleeThemeConfigVersion.cmake +lib/cmake/KF5GrantleeTheme/KF5GrantleeThemeTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5GrantleeTheme/KF5GrantleeThemeTargets.cmake +lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/kde_grantlee_plugin.so +lib/libKF5GrantleeTheme.so +lib/libKF5GrantleeTheme.so.5 +lib/libKF5GrantleeTheme.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_GrantleeTheme.pri +share/locale/ar/LC_MESSAGES/libgrantleetheme.mo +share/locale/ast/LC_MESSAGES/libgrantleetheme.mo +share/locale/bg/LC_MESSAGES/libgrantleetheme.mo +share/locale/bs/LC_MESSAGES/libgrantleetheme.mo +share/locale/ca/LC_MESSAGES/libgrantleetheme.mo +share/locale/ca@valencia/LC_MESSAGES/libgrantleetheme.mo +share/locale/cs/LC_MESSAGES/libgrantleetheme.mo +share/locale/da/LC_MESSAGES/libgrantleetheme.mo +share/locale/de/LC_MESSAGES/libgrantleetheme.mo +share/locale/el/LC_MESSAGES/libgrantleetheme.mo +share/locale/en_GB/LC_MESSAGES/libgrantleetheme.mo +share/locale/es/LC_MESSAGES/libgrantleetheme.mo +share/locale/et/LC_MESSAGES/libgrantleetheme.mo +share/locale/fi/LC_MESSAGES/libgrantleetheme.mo +share/locale/fr/LC_MESSAGES/libgrantleetheme.mo +share/locale/gl/LC_MESSAGES/libgrantleetheme.mo +share/locale/hu/LC_MESSAGES/libgrantleetheme.mo +share/locale/ia/LC_MESSAGES/libgrantleetheme.mo +share/locale/it/LC_MESSAGES/libgrantleetheme.mo +share/locale/ja/LC_MESSAGES/libgrantleetheme.mo +share/locale/kk/LC_MESSAGES/libgrantleetheme.mo +share/locale/ko/LC_MESSAGES/libgrantleetheme.mo +share/locale/lt/LC_MESSAGES/libgrantleetheme.mo +share/locale/nb/LC_MESSAGES/libgrantleetheme.mo +share/locale/nds/LC_MESSAGES/libgrantleetheme.mo +share/locale/nl/LC_MESSAGES/libgrantleetheme.mo +share/locale/pl/LC_MESSAGES/libgrantleetheme.mo +share/locale/pt/LC_MESSAGES/libgrantleetheme.mo +share/locale/pt_BR/LC_MESSAGES/libgrantleetheme.mo +share/locale/ro/LC_MESSAGES/libgrantleetheme.mo +share/locale/ru/LC_MESSAGES/libgrantleetheme.mo +share/locale/sk/LC_MESSAGES/libgrantleetheme.mo +share/locale/sl/LC_MESSAGES/libgrantleetheme.mo +share/locale/sr/LC_MESSAGES/libgrantleetheme.mo +share/locale/sv/LC_MESSAGES/libgrantleetheme.mo +share/locale/tr/LC_MESSAGES/libgrantleetheme.mo +share/locale/ug/LC_MESSAGES/libgrantleetheme.mo +share/locale/uk/LC_MESSAGES/libgrantleetheme.mo +share/locale/zh_CN/LC_MESSAGES/libgrantleetheme.mo +share/locale/zh_TW/LC_MESSAGES/libgrantleetheme.mo diff --git a/deskutils/kdepim-apps-libs/Makefile b/deskutils/kdepim-apps-libs/Makefile new file mode 100644 index 000000000000..cddb1176ce6e --- /dev/null +++ b/deskutils/kdepim-apps-libs/Makefile @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= kdepim-apps-libs +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= deskutils kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE PIM mail related libraries + +LICENSE= LGPL21 + +LIB_DEPENDS= libassuan.so:security/libassuan \ + libgpg-error.so:security/libgpg-error \ + libgpgme.so:security/gpgme \ + libgpgmepp.so:security/gpgme-cpp \ + libqgpgme.so:security/gpgme-qt5 + +USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons \ + dbusaddons ecm i18n iconthemes itemmodels jobwidgets \ + kdewebkit kio service sonnet widgetsaddons xmlgui +# pim components +USE_KDE+= akonadi akonadicontacts contacts grantleetheme libkleo mime \ + pimcommon pimtextedit +USE_QT5= core dbus gui network testlib uitools webkit widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + +.include <bsd.port.mk> diff --git a/deskutils/kdepim-apps-libs/distinfo b/deskutils/kdepim-apps-libs/distinfo new file mode 100644 index 000000000000..70aa6ade13b2 --- /dev/null +++ b/deskutils/kdepim-apps-libs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519272 +SHA256 (KDE/applications/17.12.3/kdepim-apps-libs-17.12.3.tar.xz) = 44c85b039200cdc5d7b57a6fd74ba1d9902f305bb7406a1d142d5a2f67c0119d +SIZE (KDE/applications/17.12.3/kdepim-apps-libs-17.12.3.tar.xz) = 72912 diff --git a/deskutils/kdepim-apps-libs/pkg-descr b/deskutils/kdepim-apps-libs/pkg-descr new file mode 100644 index 000000000000..5d13557c3d47 --- /dev/null +++ b/deskutils/kdepim-apps-libs/pkg-descr @@ -0,0 +1,16 @@ +KDE Personal Information Management suite. + +blogio - The KDE blogging client +kaddressbook - Keeps your addresses on file +akregator - Feed reader +kalarm - A personal alarm message, command and email scheduler +kjots - A note taker +kleopatra - KDE Key Manager +kmail - Fully featured Email client +knode - KDE News (Usenet) reader +knotes - Popup notes +kontact - Brings together all the KDE PIM applications under one roof +korganizer - KDE Calendar and scheduling +ktimetracker - time tracker + +WWW: http://www.kde.org/ diff --git a/deskutils/kdepim-apps-libs/pkg-plist b/deskutils/kdepim-apps-libs/pkg-plist new file mode 100644 index 000000000000..061772aa97ec --- /dev/null +++ b/deskutils/kdepim-apps-libs/pkg-plist @@ -0,0 +1,167 @@ +etc/xdg/kdepim-apps-lib.categories +etc/xdg/kdepim-apps-lib.renamecategories +include/KF5/FollowupReminder/FollowUpReminderInfo +include/KF5/FollowupReminder/FollowUpReminderUtil +include/KF5/KAddressBookImportExport/KAddressBookContactSelectionDialog +include/KF5/KAddressBookImportExport/KAddressBookContactSelectionWidget +include/KF5/KAddressBookImportExport/KAddressBookExportSelectionWidget +include/KF5/KAddressBookImportExport/KAddressBookImportExportContactList +include/KF5/KAddressBookImportExport/KAddressBookImportExportPlugin +include/KF5/KAddressBookImportExport/KAddressBookImportExportPluginInterface +include/KF5/KAddressBookImportExport/KAddressBookImportExportPluginManager +include/KF5/KaddressbookGrantlee/GrantleeContactFormatter +include/KF5/KaddressbookGrantlee/GrantleeContactGroupFormatter +include/KF5/KaddressbookGrantlee/GrantleeContactViewer +include/KF5/KaddressbookGrantlee/GrantleePrint +include/KF5/KdepimDBusInterfaces/ReminderClient +include/KF5/KdepimDBusInterfaces/UriHandler +include/KF5/SendLater/SendLaterDialog +include/KF5/SendLater/SendLaterInfo +include/KF5/SendLater/SendLaterUtil +include/KF5/followupreminder/followupreminder_export.h +include/KF5/followupreminder/followupreminderagentsettings.h +include/KF5/followupreminder/followupreminderinfo.h +include/KF5/followupreminder/followupreminderutil.h +include/KF5/followupreminder_version.h +include/KF5/kaddressbookgrantlee/grantleecontactformatter.h +include/KF5/kaddressbookgrantlee/grantleecontactgroupformatter.h +include/KF5/kaddressbookgrantlee/grantleecontactviewer.h +include/KF5/kaddressbookgrantlee/grantleeprint.h +include/KF5/kaddressbookgrantlee/kaddressbook_grantlee_export.h +include/KF5/kaddressbookgrantlee_version.h +include/KF5/kaddressbookimportexport/kaddressbook_importexport_export.h +include/KF5/kaddressbookimportexport/kaddressbookcontactselectiondialog.h +include/KF5/kaddressbookimportexport/kaddressbookcontactselectionwidget.h +include/KF5/kaddressbookimportexport/kaddressbookexportselectionwidget.h +include/KF5/kaddressbookimportexport/kaddressbookimportexportcontactfields.h +include/KF5/kaddressbookimportexport/kaddressbookimportexportcontactlist.h +include/KF5/kaddressbookimportexport/kaddressbookimportexportplugin.h +include/KF5/kaddressbookimportexport/kaddressbookimportexportplugininterface.h +include/KF5/kaddressbookimportexport/kaddressbookimportexportpluginmanager.h +include/KF5/kaddressbookimportexport_version.h +include/KF5/kdepimdbusinterfaces/kdepimdbusinterfaces_export.h +include/KF5/kdepimdbusinterfaces/reminderclient.h +include/KF5/kdepimdbusinterfaces/urihandler.h +include/KF5/kdepimdbusinterfaces_version.h +include/KF5/sendlater/sendlater_export.h +include/KF5/sendlater/sendlateragentsettings.h +include/KF5/sendlater/sendlaterdialog.h +include/KF5/sendlater/sendlaterinfo.h +include/KF5/sendlater/sendlaterutil.h +include/KF5/sendlater_version.h +lib/cmake/KF5FollowupReminder/KF5FollowupReminderConfig.cmake +lib/cmake/KF5FollowupReminder/KF5FollowupReminderConfigVersion.cmake +lib/cmake/KF5FollowupReminder/KF5FollowupReminderTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5FollowupReminder/KF5FollowupReminderTargets.cmake +lib/cmake/KF5KaddressbookGrantlee/KF5KaddressbookGrantleeConfig.cmake +lib/cmake/KF5KaddressbookGrantlee/KF5KaddressbookGrantleeConfigVersion.cmake +lib/cmake/KF5KaddressbookGrantlee/KF5KaddressbookGrantleeTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5KaddressbookGrantlee/KF5KaddressbookGrantleeTargets.cmake +lib/cmake/KF5KaddressbookImportExport/KF5KaddressbookImportExportConfig.cmake +lib/cmake/KF5KaddressbookImportExport/KF5KaddressbookImportExportConfigVersion.cmake +lib/cmake/KF5KaddressbookImportExport/KF5KaddressbookImportExportTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5KaddressbookImportExport/KF5KaddressbookImportExportTargets.cmake +lib/cmake/KF5KdepimDBusInterfaces/KF5KdepimDBusInterfacesConfig.cmake +lib/cmake/KF5KdepimDBusInterfaces/KF5KdepimDBusInterfacesConfigVersion.cmake +lib/cmake/KF5KdepimDBusInterfaces/KF5KdepimDBusInterfacesTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5KdepimDBusInterfaces/KF5KdepimDBusInterfacesTargets.cmake +lib/cmake/KF5SendLater/KF5SendLaterConfig.cmake +lib/cmake/KF5SendLater/KF5SendLaterConfigVersion.cmake +lib/cmake/KF5SendLater/KF5SendLaterTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5SendLater/KF5SendLaterTargets.cmake +lib/libKF5FollowupReminder.so +lib/libKF5FollowupReminder.so.5 +lib/libKF5FollowupReminder.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5KaddressbookGrantlee.so +lib/libKF5KaddressbookGrantlee.so.5 +lib/libKF5KaddressbookGrantlee.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5KaddressbookImportExport.so +lib/libKF5KaddressbookImportExport.so.5 +lib/libKF5KaddressbookImportExport.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5KdepimDBusInterfaces.so +lib/libKF5KdepimDBusInterfaces.so.5 +lib/libKF5KdepimDBusInterfaces.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5SendLater.so +lib/libKF5SendLater.so.5 +lib/libKF5SendLater.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_FollowupReminder.pri +%%QT_MKSPECDIR%%/modules/qt_KaddressbookGrantlee.pri +%%QT_MKSPECDIR%%/modules/qt_KaddressbookImportExport.pri +%%QT_MKSPECDIR%%/modules/qt_KdepimDBusInterfaces.pri +%%QT_MKSPECDIR%%/modules/qt_SendLater.pri +share/locale/ar/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/ar/LC_MESSAGES/libsendlater.mo +share/locale/ast/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/ast/LC_MESSAGES/libsendlater.mo +share/locale/bs/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/bs/LC_MESSAGES/libsendlater.mo +share/locale/ca/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/ca/LC_MESSAGES/libsendlater.mo +share/locale/ca@valencia/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/ca@valencia/LC_MESSAGES/libsendlater.mo +share/locale/cs/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/cs/LC_MESSAGES/libsendlater.mo +share/locale/da/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/da/LC_MESSAGES/libsendlater.mo +share/locale/de/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/de/LC_MESSAGES/libsendlater.mo +share/locale/el/LC_MESSAGES/libsendlater.mo +share/locale/en_GB/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/en_GB/LC_MESSAGES/libsendlater.mo +share/locale/es/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/es/LC_MESSAGES/libsendlater.mo +share/locale/et/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/et/LC_MESSAGES/libsendlater.mo +share/locale/fi/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/fi/LC_MESSAGES/libsendlater.mo +share/locale/fr/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/fr/LC_MESSAGES/libsendlater.mo +share/locale/gl/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/gl/LC_MESSAGES/libsendlater.mo +share/locale/hu/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/hu/LC_MESSAGES/libsendlater.mo +share/locale/ia/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/ia/LC_MESSAGES/libsendlater.mo +share/locale/it/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/it/LC_MESSAGES/libsendlater.mo +share/locale/ja/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/ja/LC_MESSAGES/libsendlater.mo +share/locale/kk/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/kk/LC_MESSAGES/libsendlater.mo +share/locale/ko/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/ko/LC_MESSAGES/libsendlater.mo +share/locale/lt/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/lt/LC_MESSAGES/libsendlater.mo +share/locale/nb/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/nb/LC_MESSAGES/libsendlater.mo +share/locale/nds/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/nds/LC_MESSAGES/libsendlater.mo +share/locale/nl/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/nl/LC_MESSAGES/libsendlater.mo +share/locale/pl/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/pl/LC_MESSAGES/libsendlater.mo +share/locale/pt/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/pt/LC_MESSAGES/libsendlater.mo +share/locale/pt_BR/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/pt_BR/LC_MESSAGES/libsendlater.mo +share/locale/ro/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/ro/LC_MESSAGES/libsendlater.mo +share/locale/ru/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/ru/LC_MESSAGES/libsendlater.mo +share/locale/sk/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/sk/LC_MESSAGES/libsendlater.mo +share/locale/sl/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/sl/LC_MESSAGES/libsendlater.mo +share/locale/sr/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/sr/LC_MESSAGES/libsendlater.mo +share/locale/sv/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/sv/LC_MESSAGES/libsendlater.mo +share/locale/tr/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/tr/LC_MESSAGES/libsendlater.mo +share/locale/ug/LC_MESSAGES/libsendlater.mo +share/locale/uk/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/uk/LC_MESSAGES/libsendlater.mo +share/locale/zh_CN/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/zh_CN/LC_MESSAGES/libsendlater.mo +share/locale/zh_TW/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/zh_TW/LC_MESSAGES/libsendlater.mo diff --git a/deskutils/kdepim/Makefile b/deskutils/kdepim/Makefile index 0e9de338e5ef..aa73e8f9f6ba 100644 --- a/deskutils/kdepim/Makefile +++ b/deskutils/kdepim/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdepim DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/libkdepim/Makefile b/deskutils/libkdepim/Makefile new file mode 100644 index 000000000000..21747b5c5588 --- /dev/null +++ b/deskutils/libkdepim/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= libkdepim +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= deskutils kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE PIM Libraries + +LICENSE= LGPL21 + +LIB_DEPENDS= libboost_thread.so:devel/boost-libs + +USES= cmake:outsource gettext compiler:c++11-lib kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons ecm \ + i18n iconthemes itemmodels itemviews jobwidgets kcmutils \ + kio service wallet widgetsaddons +# pim components +USE_KDE+= akonadi akonadicontacts akonadisearch contacts ldap mime +USE_QT5= core dbus designer gui network testlib uiplugin uitools \ + widgets xml \ + buildtools_build qmake_build + +USE_LDCONFIG= yes + + +.include <bsd.port.mk> diff --git a/deskutils/libkdepim/distinfo b/deskutils/libkdepim/distinfo new file mode 100644 index 000000000000..e84749ff7e58 --- /dev/null +++ b/deskutils/libkdepim/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519265 +SHA256 (KDE/applications/17.12.3/libkdepim-17.12.3.tar.xz) = 581854628e0d9091e79291c9ad3bef605def780a1a40d71e3a528ef36d35e87f +SIZE (KDE/applications/17.12.3/libkdepim-17.12.3.tar.xz) = 339628 diff --git a/deskutils/libkdepim/pkg-descr b/deskutils/libkdepim/pkg-descr new file mode 100644 index 000000000000..f19c69404f3f --- /dev/null +++ b/deskutils/libkdepim/pkg-descr @@ -0,0 +1,6 @@ +The Akonadi framework is responsible for providing applications with a +centralized database to store, index and retrieve the user's personal +information. This includes the user's emails, contacts, calendars, +events, journals, alarms, notes, etc. + +WWW: https://community.kde.org/KDE_PIM/Akonadi diff --git a/deskutils/libkdepim/pkg-plist b/deskutils/libkdepim/pkg-plist new file mode 100644 index 000000000000..eb13c4f50fb2 --- /dev/null +++ b/deskutils/libkdepim/pkg-plist @@ -0,0 +1,169 @@ +etc/xdg/libkdepim.categories +etc/xdg/libkdepim.renamecategories +include/KF5/Libkdepim/AddHostDialog +include/KF5/Libkdepim/AddresseeLineEditUtil +include/KF5/Libkdepim/BroadcastStatus +include/KF5/Libkdepim/CustomLogWidget +include/KF5/Libkdepim/EmailValidator +include/KF5/Libkdepim/KCheckComboBox +include/KF5/Libkdepim/KCursorSaver +include/KF5/Libkdepim/KDatePickerPopup +include/KF5/Libkdepim/KPrefsDialog +include/KF5/Libkdepim/KWeekdayCheckCombo +include/KF5/Libkdepim/KWidgetLister +include/KF5/Libkdepim/LdapClient +include/KF5/Libkdepim/LdapClientSearch +include/KF5/Libkdepim/LdapClientSearchConfig +include/KF5/Libkdepim/LdapSearchDialog +include/KF5/Libkdepim/MaillistDrag +include/KF5/Libkdepim/MultiplyingLine +include/KF5/Libkdepim/MultiplyingLineEditor +include/KF5/Libkdepim/OverlayWidget +include/KF5/Libkdepim/PIMMessageBox +include/KF5/Libkdepim/ProgressDialog +include/KF5/Libkdepim/ProgressIndicatorLabel +include/KF5/Libkdepim/ProgressIndicatorWidget +include/KF5/Libkdepim/ProgressManager +include/KF5/Libkdepim/ProgressStatusBarWidget +include/KF5/Libkdepim/RecentAddresses +include/KF5/Libkdepim/StatusbarProgressWidget +include/KF5/Libkdepim/UiStateSaver +include/KF5/LibkdepimAkonadi/AddContactJob +include/KF5/LibkdepimAkonadi/AddEmailAddressJob +include/KF5/LibkdepimAkonadi/AddEmailDisplayJob +include/KF5/LibkdepimAkonadi/AddresseeLineEdit +include/KF5/LibkdepimAkonadi/CollectionSearchJob +include/KF5/LibkdepimAkonadi/CompletionConfigureDialog +include/KF5/LibkdepimAkonadi/CompletionOrderEditor +include/KF5/LibkdepimAkonadi/OpenEmailAddressJob +include/KF5/LibkdepimAkonadi/Person +include/KF5/LibkdepimAkonadi/PersonSearchJob +include/KF5/LibkdepimAkonadi/ProgressManagerAkonadi +include/KF5/LibkdepimAkonadi/TagSelectionCombo +include/KF5/LibkdepimAkonadi/TagWidgets +include/KF5/libkdepim/addhostdialog.h +include/KF5/libkdepim/addresseelineeditutil.h +include/KF5/libkdepim/broadcaststatus.h +include/KF5/libkdepim/customlogwidget.h +include/KF5/libkdepim/emailvalidator.h +include/KF5/libkdepim/kcheckcombobox.h +include/KF5/libkdepim/kcursorsaver.h +include/KF5/libkdepim/kdatepickerpopup.h +include/KF5/libkdepim/kdepim_export.h +include/KF5/libkdepim/kprefsdialog.h +include/KF5/libkdepim/kweekdaycheckcombo.h +include/KF5/libkdepim/kwidgetlister.h +include/KF5/libkdepim/ldapclient.h +include/KF5/libkdepim/ldapclientsearch.h +include/KF5/libkdepim/ldapclientsearchconfig.h +include/KF5/libkdepim/ldapsearchdialog.h +include/KF5/libkdepim/maillistdrag.h +include/KF5/libkdepim/multiplyingline.h +include/KF5/libkdepim/multiplyinglineeditor.h +include/KF5/libkdepim/overlaywidget.h +include/KF5/libkdepim/pimmessagebox.h +include/KF5/libkdepim/progressdialog.h +include/KF5/libkdepim/progressindicatorlabel.h +include/KF5/libkdepim/progressindicatorwidget.h +include/KF5/libkdepim/progressmanager.h +include/KF5/libkdepim/progressstatusbarwidget.h +include/KF5/libkdepim/recentaddresses.h +include/KF5/libkdepim/statusbarprogresswidget.h +include/KF5/libkdepim/uistatesaver.h +include/KF5/libkdepim_version.h +include/KF5/libkdepimakonadi/addcontactjob.h +include/KF5/libkdepimakonadi/addemailaddressjob.h +include/KF5/libkdepimakonadi/addemaildisplayjob.h +include/KF5/libkdepimakonadi/addresseelineedit.h +include/KF5/libkdepimakonadi/collectionsearchjob.h +include/KF5/libkdepimakonadi/completionconfiguredialog.h +include/KF5/libkdepimakonadi/completionordereditor.h +include/KF5/libkdepimakonadi/kdepimakonadi_export.h +include/KF5/libkdepimakonadi/openemailaddressjob.h +include/KF5/libkdepimakonadi/person.h +include/KF5/libkdepimakonadi/personsearchjob.h +include/KF5/libkdepimakonadi/progressmanagerakonadi.h +include/KF5/libkdepimakonadi/tagselectioncombo.h +include/KF5/libkdepimakonadi/tagwidgets.h +include/KF5/libkdepimakonadi_version.h +lib/cmake/KF5Libkdepim/KF5LibkdepimConfig.cmake +lib/cmake/KF5Libkdepim/KF5LibkdepimConfigVersion.cmake +lib/cmake/KF5Libkdepim/KF5LibkdepimTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Libkdepim/KF5LibkdepimTargets.cmake +lib/cmake/KF5LibkdepimAkonadi/KF5LibkdepimAkonadiConfig.cmake +lib/cmake/KF5LibkdepimAkonadi/KF5LibkdepimAkonadiConfigVersion.cmake +lib/cmake/KF5LibkdepimAkonadi/KF5LibkdepimAkonadiTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5LibkdepimAkonadi/KF5LibkdepimAkonadiTargets.cmake +lib/cmake/MailTransportDBusService/MailTransportDBusServiceConfig.cmake +lib/libKF5Libkdepim.so +lib/libKF5Libkdepim.so.5 +lib/libKF5Libkdepim.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5LibkdepimAkonadi.so +lib/libKF5LibkdepimAkonadi.so.5 +lib/libKF5LibkdepimAkonadi.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_Libkdepim.pri +%%QT_MKSPECDIR%%/modules/qt_LibkdepimAkonadi.pri +%%QT_PLUGINDIR%%/designer/kdepimakonadiwidgets.so +%%QT_PLUGINDIR%%/designer/kdepimwidgets.so +%%QT_PLUGINDIR%%/kcm_ldap.so +share/dbus-1/interfaces/org.kde.addressbook.service.xml +share/dbus-1/interfaces/org.kde.mailtransport.service.xml +share/kdepimwidgets/pics/addresseelineedit.png +share/kdepimwidgets/pics/clicklineedit.png +share/kdepimwidgets/pics/kdateedit.png +share/kdepimwidgets/pics/ktimeedit.png +share/kservices5/kcmldap.desktop +share/locale/ar/LC_MESSAGES/libkdepim.mo +share/locale/ast/LC_MESSAGES/libkdepim.mo +share/locale/bg/LC_MESSAGES/libkdepim.mo +share/locale/bs/LC_MESSAGES/libkdepim.mo +share/locale/ca/LC_MESSAGES/libkdepim.mo +share/locale/ca@valencia/LC_MESSAGES/libkdepim.mo +share/locale/cs/LC_MESSAGES/libkdepim.mo +share/locale/da/LC_MESSAGES/libkdepim.mo +share/locale/de/LC_MESSAGES/libkdepim.mo +share/locale/el/LC_MESSAGES/libkdepim.mo +share/locale/en_GB/LC_MESSAGES/libkdepim.mo +share/locale/eo/LC_MESSAGES/libkdepim.mo +share/locale/es/LC_MESSAGES/libkdepim.mo +share/locale/et/LC_MESSAGES/libkdepim.mo +share/locale/eu/LC_MESSAGES/libkdepim.mo +share/locale/fa/LC_MESSAGES/libkdepim.mo +share/locale/fi/LC_MESSAGES/libkdepim.mo +share/locale/fr/LC_MESSAGES/libkdepim.mo +share/locale/ga/LC_MESSAGES/libkdepim.mo +share/locale/gl/LC_MESSAGES/libkdepim.mo +share/locale/he/LC_MESSAGES/libkdepim.mo +share/locale/hi/LC_MESSAGES/libkdepim.mo +share/locale/hr/LC_MESSAGES/libkdepim.mo +share/locale/hu/LC_MESSAGES/libkdepim.mo +share/locale/ia/LC_MESSAGES/libkdepim.mo +share/locale/is/LC_MESSAGES/libkdepim.mo +share/locale/it/LC_MESSAGES/libkdepim.mo +share/locale/ja/LC_MESSAGES/libkdepim.mo +share/locale/kk/LC_MESSAGES/libkdepim.mo +share/locale/km/LC_MESSAGES/libkdepim.mo +share/locale/ko/LC_MESSAGES/libkdepim.mo +share/locale/lt/LC_MESSAGES/libkdepim.mo +share/locale/lv/LC_MESSAGES/libkdepim.mo +share/locale/mr/LC_MESSAGES/libkdepim.mo +share/locale/nb/LC_MESSAGES/libkdepim.mo +share/locale/nds/LC_MESSAGES/libkdepim.mo +share/locale/nl/LC_MESSAGES/libkdepim.mo +share/locale/nn/LC_MESSAGES/libkdepim.mo +share/locale/pa/LC_MESSAGES/libkdepim.mo +share/locale/pl/LC_MESSAGES/libkdepim.mo +share/locale/pt/LC_MESSAGES/libkdepim.mo +share/locale/pt_BR/LC_MESSAGES/libkdepim.mo +share/locale/ro/LC_MESSAGES/libkdepim.mo +share/locale/ru/LC_MESSAGES/libkdepim.mo +share/locale/sk/LC_MESSAGES/libkdepim.mo +share/locale/sl/LC_MESSAGES/libkdepim.mo +share/locale/sr/LC_MESSAGES/libkdepim.mo +share/locale/sv/LC_MESSAGES/libkdepim.mo +share/locale/tr/LC_MESSAGES/libkdepim.mo +share/locale/ug/LC_MESSAGES/libkdepim.mo +share/locale/uk/LC_MESSAGES/libkdepim.mo +share/locale/wa/LC_MESSAGES/libkdepim.mo +share/locale/zh_CN/LC_MESSAGES/libkdepim.mo +share/locale/zh_TW/LC_MESSAGES/libkdepim.mo diff --git a/net/Makefile b/net/Makefile index 7c74210b3217..6280bb663bc9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -13,6 +13,11 @@ SUBDIR += adasockets SUBDIR += afpfs-ng SUBDIR += aget + SUBDIR += akonadi-calendar + SUBDIR += akonadi-contacts + SUBDIR += akonadi-mime + SUBDIR += akonadi-notes + SUBDIR += akonadi-search SUBDIR += anet SUBDIR += aoe SUBDIR += apinger @@ -67,6 +72,7 @@ SUBDIR += bwping SUBDIR += c3270 SUBDIR += cagibi + SUBDIR += calendarsupport SUBDIR += ccxstream SUBDIR += ceph SUBDIR += ceph-devel @@ -137,6 +143,7 @@ SUBDIR += erlang-xmlrpc SUBDIR += eternalterminal SUBDIR += etrace + SUBDIR += eventviews SUBDIR += exabgp SUBDIR += exaddos SUBDIR += fb @@ -271,6 +278,7 @@ SUBDIR += iipsrv SUBDIR += ilbc SUBDIR += imapproxy + SUBDIR += incidenceeditor SUBDIR += intel-em-kmod SUBDIR += intel-ixl-kmod SUBDIR += iodine @@ -305,21 +313,41 @@ SUBDIR += jwhois SUBDIR += kafka SUBDIR += kafkacat + SUBDIR += kalarmcal SUBDIR += kamailio + SUBDIR += kblog + SUBDIR += kcalcore + SUBDIR += kcalutils + SUBDIR += kcontacts + SUBDIR += kdav + SUBDIR += kdenetwork-filesharing SUBDIR += kdenetwork-kde4 SUBDIR += kdenetwork-filesharing-kde4 SUBDIR += kdenetwork-strigi-analyzers-kde4 SUBDIR += kea SUBDIR += kf5-kholidays SUBDIR += kf5-kxmlrpcclient + SUBDIR += kget SUBDIR += kget-kde4 + SUBDIR += kidentitymanagement + SUBDIR += kimap SUBDIR += kio-upnp-ms SUBDIR += kippo SUBDIR += kissd + SUBDIR += kldap + SUBDIR += kmailtransport + SUBDIR += kmbox + SUBDIR += kmime SUBDIR += knc SUBDIR += knemo-kde4 + SUBDIR += kontactinterface + SUBDIR += kpimtextedit + SUBDIR += krdc SUBDIR += krdc-kde4 + SUBDIR += krfb SUBDIR += krfb-kde4 + SUBDIR += ksmtp + SUBDIR += ktnef SUBDIR += kwooty SUBDIR += l2tpd SUBDIR += l4ip @@ -344,9 +372,12 @@ SUBDIR += libfb SUBDIR += libfixbuf SUBDIR += libgnetwork + SUBDIR += libgravatar SUBDIR += libgweather SUBDIR += libilbc SUBDIR += libkfbapi + SUBDIR += libkgapi + SUBDIR += libksieve SUBDIR += libkvkontakte SUBDIR += libmaia SUBDIR += libmateweather @@ -415,11 +446,14 @@ SUBDIR += macchanger SUBDIR += mad_fcl SUBDIR += madonctl + SUBDIR += mailcommon + SUBDIR += mailimporter SUBDIR += malo-firmware-kmod SUBDIR += mdns-repeater SUBDIR += mediastreamer SUBDIR += mediatomb SUBDIR += megatools + SUBDIR += messagelib SUBDIR += mgen SUBDIR += micro_inetd SUBDIR += micro_proxy @@ -957,6 +991,7 @@ SUBDIR += pim6-tools SUBDIR += pim6dd SUBDIR += pim6sd + SUBDIR += pimcommon SUBDIR += pimd SUBDIR += pimdd SUBDIR += pipsecd @@ -1508,6 +1543,7 @@ SUBDIR += yptransitd SUBDIR += zebra SUBDIR += zebra-server + SUBDIR += zeroconf-ioslave SUBDIR += zeroconf-ioslave-kde4 SUBDIR += zerotier SUBDIR += zillion diff --git a/net/akonadi-calendar/Makefile b/net/akonadi-calendar/Makefile new file mode 100644 index 000000000000..dc358f1cb314 --- /dev/null +++ b/net/akonadi-calendar/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= akonadi-calendar +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Akonadi Calendar Integration + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons \ + dbusaddons ecm kdelibs4support i18n iconthemes itemmodels \ + jobwidgets kio service wallet widgetsaddons xmlgui +# pim components +USE_KDE+= akonadi akonadicontacts akonadimime calendarcore calendarutils \ + contacts identitymanagement mailtransport mime pimtextedit +USE_QT5= core dbus gui network widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + +.include <bsd.port.mk> diff --git a/net/akonadi-calendar/distinfo b/net/akonadi-calendar/distinfo new file mode 100644 index 000000000000..99af2a52e29f --- /dev/null +++ b/net/akonadi-calendar/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519219 +SHA256 (KDE/applications/17.12.3/akonadi-calendar-17.12.3.tar.xz) = caece786ee166536397a18d5f5c1f5b7d0df609c4daaf831407d57e9f9b5d939 +SIZE (KDE/applications/17.12.3/akonadi-calendar-17.12.3.tar.xz) = 284008 diff --git a/net/akonadi-calendar/pkg-plist b/net/akonadi-calendar/pkg-plist new file mode 100644 index 000000000000..e5e6efde46b9 --- /dev/null +++ b/net/akonadi-calendar/pkg-plist @@ -0,0 +1,81 @@ +include/KF5/Akonadi/Calendar/BlockAlarmsAttribute +include/KF5/Akonadi/Calendar/CalendarBase +include/KF5/Akonadi/Calendar/CalendarClipboard +include/KF5/Akonadi/Calendar/ETMCalendar +include/KF5/Akonadi/Calendar/FetchJobCalendar +include/KF5/Akonadi/Calendar/FreeBusyManager +include/KF5/Akonadi/Calendar/FreeBusyProviderBase +include/KF5/Akonadi/Calendar/History +include/KF5/Akonadi/Calendar/ICalImporter +include/KF5/Akonadi/Calendar/ITIPHandler +include/KF5/Akonadi/Calendar/IncidenceChanger +include/KF5/Akonadi/Calendar/PublishDialog +include/KF5/Akonadi/Calendar/StandardCalendarActionManager +include/KF5/Akonadi/Calendar/TodoPurger +include/KF5/akonadi-calendar_version.h +include/KF5/akonadi/calendar/akonadi-calendar_export.h +include/KF5/akonadi/calendar/blockalarmsattribute.h +include/KF5/akonadi/calendar/calendarbase.h +include/KF5/akonadi/calendar/calendarclipboard.h +include/KF5/akonadi/calendar/calendarsettings.h +include/KF5/akonadi/calendar/etmcalendar.h +include/KF5/akonadi/calendar/fetchjobcalendar.h +include/KF5/akonadi/calendar/freebusymanager.h +include/KF5/akonadi/calendar/freebusyproviderbase.h +include/KF5/akonadi/calendar/history.h +include/KF5/akonadi/calendar/icalimporter.h +include/KF5/akonadi/calendar/incidencechanger.h +include/KF5/akonadi/calendar/itiphandler.h +include/KF5/akonadi/calendar/publishdialog.h +include/KF5/akonadi/calendar/standardcalendaractionmanager.h +include/KF5/akonadi/calendar/todopurger.h +lib/cmake/KF5AkonadiCalendar/KF5AkonadiCalendarConfig.cmake +lib/cmake/KF5AkonadiCalendar/KF5AkonadiCalendarConfigVersion.cmake +lib/cmake/KF5AkonadiCalendar/KF5AkonadiCalendarTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5AkonadiCalendar/KF5AkonadiCalendarTargets.cmake +lib/libKF5AkonadiCalendar.so +lib/libKF5AkonadiCalendar.so.5 +lib/libKF5AkonadiCalendar.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_AkonadiCalendar.pri +share/locale/ar/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/ast/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/bs/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/ca/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/ca@valencia/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/cs/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/da/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/de/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/el/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/en_GB/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/es/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/et/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/fi/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/fr/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/ga/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/gl/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/hu/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/ia/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/it/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/ja/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/kk/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/km/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/ko/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/lt/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/mr/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/nb/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/nds/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/nl/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/pl/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/pt/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/pt_BR/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/ro/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/ru/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/sk/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/sl/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/sr/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/sv/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/tr/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/ug/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/uk/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/zh_CN/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/zh_TW/LC_MESSAGES/libakonadi-calendar5.mo diff --git a/net/akonadi-contacts/Makefile b/net/akonadi-contacts/Makefile new file mode 100644 index 000000000000..232782d53096 --- /dev/null +++ b/net/akonadi-contacts/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= akonadi-contacts +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Libraries and daemons to implement Contact Management in Akonadi +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 \ + tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons \ + dbusaddons ecm i18n iconthemes itemmodels jobwidgets kio \ + prison service sonnet textwidgets widgetsaddons xmlgui +# pim components +USE_KDE+= akonadi akonadimime calendarcore contacts mime +USE_QT5= dbus core gui network testlib webengine widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + +.include <bsd.port.mk> diff --git a/net/akonadi-contacts/distinfo b/net/akonadi-contacts/distinfo new file mode 100644 index 000000000000..7ae2a7c33bce --- /dev/null +++ b/net/akonadi-contacts/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519216 +SHA256 (KDE/applications/17.12.3/akonadi-contacts-17.12.3.tar.xz) = bba4b81b9c56b6fa898ac198bcb1ba68744c1d6f4a04112fb28a8a7bf7f77d49 +SIZE (KDE/applications/17.12.3/akonadi-contacts-17.12.3.tar.xz) = 345296 diff --git a/net/akonadi-contacts/pkg-plist b/net/akonadi-contacts/pkg-plist new file mode 100644 index 000000000000..adc0ee68b941 --- /dev/null +++ b/net/akonadi-contacts/pkg-plist @@ -0,0 +1,193 @@ +etc/xdg/contact-editor.categories +include/KF5/Akonadi/Contact/AbstractContactFormatter +include/KF5/Akonadi/Contact/AbstractContactGroupFormatter +include/KF5/Akonadi/Contact/ContactDefaultActions +include/KF5/Akonadi/Contact/ContactEditor +include/KF5/Akonadi/Contact/ContactEditorDialog +include/KF5/Akonadi/Contact/ContactGroupEditor +include/KF5/Akonadi/Contact/ContactGroupEditorDialog +include/KF5/Akonadi/Contact/ContactGroupExpandJob +include/KF5/Akonadi/Contact/ContactGroupSearchJob +include/KF5/Akonadi/Contact/ContactGroupViewer +include/KF5/Akonadi/Contact/ContactGroupViewerDialog +include/KF5/Akonadi/Contact/ContactParts +include/KF5/Akonadi/Contact/ContactSearchJob +include/KF5/Akonadi/Contact/ContactViewer +include/KF5/Akonadi/Contact/ContactViewerDialog +include/KF5/Akonadi/Contact/ContactsFilterProxyModel +include/KF5/Akonadi/Contact/ContactsTreeModel +include/KF5/Akonadi/Contact/EmailAddressRequester +include/KF5/Akonadi/Contact/EmailAddressSelection +include/KF5/Akonadi/Contact/EmailAddressSelectionDialog +include/KF5/Akonadi/Contact/EmailAddressSelectionModel +include/KF5/Akonadi/Contact/EmailAddressSelectionWidget +include/KF5/Akonadi/Contact/SelectAddressBookDialog +include/KF5/Akonadi/Contact/StandardContactActionManager +include/KF5/Akonadi/Contact/StandardContactFormatter +include/KF5/Akonadi/Contact/StandardContactGroupFormatter +include/KF5/ContactEditor/AbstractAddressLocationWidget +include/KF5/ContactEditor/CategoriesEditAbstractWidget +include/KF5/ContactEditor/ContactEditorPagePlugin +include/KF5/akonadi/contact/abstractcontactformatter.h +include/KF5/akonadi/contact/abstractcontactgroupformatter.h +include/KF5/akonadi/contact/akonadi-contact_export.h +include/KF5/akonadi/contact/contactdefaultactions.h +include/KF5/akonadi/contact/contacteditor.h +include/KF5/akonadi/contact/contacteditordialog.h +include/KF5/akonadi/contact/contactgroupeditor.h +include/KF5/akonadi/contact/contactgroupeditordialog.h +include/KF5/akonadi/contact/contactgroupexpandjob.h +include/KF5/akonadi/contact/contactgroupsearchjob.h +include/KF5/akonadi/contact/contactgroupviewer.h +include/KF5/akonadi/contact/contactgroupviewerdialog.h +include/KF5/akonadi/contact/contactparts.h +include/KF5/akonadi/contact/contactsearchjob.h +include/KF5/akonadi/contact/contactsfilterproxymodel.h +include/KF5/akonadi/contact/contactstreemodel.h +include/KF5/akonadi/contact/contactviewer.h +include/KF5/akonadi/contact/contactviewerdialog.h +include/KF5/akonadi/contact/emailaddressrequester.h +include/KF5/akonadi/contact/emailaddressselection.h +include/KF5/akonadi/contact/emailaddressselectiondialog.h +include/KF5/akonadi/contact/emailaddressselectionmodel.h +include/KF5/akonadi/contact/emailaddressselectionwidget.h +include/KF5/akonadi/contact/selectaddressbookdialog.h +include/KF5/akonadi/contact/standardcontactactionmanager.h +include/KF5/akonadi/contact/standardcontactformatter.h +include/KF5/akonadi/contact/standardcontactgroupformatter.h +include/KF5/contacteditor/abstractaddresslocationwidget.h +include/KF5/contacteditor/categorieseditabstractwidget.h +include/KF5/contacteditor/contacteditor_export.h +include/KF5/contacteditor/contacteditorpageplugin.h +include/KF5/contacteditor/improtocols.h +lib/cmake/KF5AkonadiContact/KF5AkonadiContactConfig.cmake +lib/cmake/KF5AkonadiContact/KF5AkonadiContactConfigVersion.cmake +lib/cmake/KF5AkonadiContact/KF5AkonadiContactTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5AkonadiContact/KF5AkonadiContactTargets.cmake +lib/cmake/KF5ContactEditor/KF5ContactEditorConfig.cmake +lib/cmake/KF5ContactEditor/KF5ContactEditorConfigVersion.cmake +lib/cmake/KF5ContactEditor/KF5ContactEditorTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5ContactEditor/KF5ContactEditorTargets.cmake +lib/libKF5AkonadiContact.so +lib/libKF5AkonadiContact.so.5 +lib/libKF5AkonadiContact.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5ContactEditor.so +lib/libKF5ContactEditor.so.5 +lib/libKF5ContactEditor.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_AkonadiContact.pri +%%QT_MKSPECDIR%%/modules/qt_ContactEditor.pri +%%QT_PLUGINDIR%%/akonadi/contacts/plugins/categorieseditwidgetplugin.so +%%QT_PLUGINDIR%%/kcm_akonadicontact_actions.so +share/kf5/akonadi/contact/data/zone.tab +share/kf5/akonadi/contact/pics/world.jpg +share/kservices5/akonadi/contact/aimprotocol.desktop +share/kservices5/akonadi/contact/facebookprotocol.desktop +share/kservices5/akonadi/contact/gaduprotocol.desktop +share/kservices5/akonadi/contact/googletalkprotocol.desktop +share/kservices5/akonadi/contact/groupwiseprotocol.desktop +share/kservices5/akonadi/contact/icqprotocol.desktop +share/kservices5/akonadi/contact/ircprotocol.desktop +share/kservices5/akonadi/contact/jabberprotocol.desktop +share/kservices5/akonadi/contact/meanwhileprotocol.desktop +share/kservices5/akonadi/contact/msnprotocol.desktop +share/kservices5/akonadi/contact/skypeprotocol.desktop +share/kservices5/akonadi/contact/smsprotocol.desktop +share/kservices5/akonadi/contact/twitterprotocol.desktop +share/kservices5/akonadi/contact/yahooprotocol.desktop +share/kservices5/akonadicontact_actions.desktop +share/kservicetypes5/kaddressbookimprotocol.desktop +share/locale/ar/LC_MESSAGES/akonadicontact5.mo +share/locale/ar/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/ast/LC_MESSAGES/akonadicontact5.mo +share/locale/ast/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/bs/LC_MESSAGES/akonadicontact5.mo +share/locale/bs/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/ca/LC_MESSAGES/akonadicontact5.mo +share/locale/ca/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/ca@valencia/LC_MESSAGES/akonadicontact5.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/cs/LC_MESSAGES/akonadicontact5.mo +share/locale/cs/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/da/LC_MESSAGES/akonadicontact5.mo +share/locale/da/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/de/LC_MESSAGES/akonadicontact5.mo +share/locale/de/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/el/LC_MESSAGES/akonadicontact5.mo +share/locale/el/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/en_GB/LC_MESSAGES/akonadicontact5.mo +share/locale/en_GB/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/eo/LC_MESSAGES/akonadicontact5.mo +share/locale/eo/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/es/LC_MESSAGES/akonadicontact5.mo +share/locale/es/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/et/LC_MESSAGES/akonadicontact5.mo +share/locale/et/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/fi/LC_MESSAGES/akonadicontact5.mo +share/locale/fi/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/fr/LC_MESSAGES/akonadicontact5.mo +share/locale/fr/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/ga/LC_MESSAGES/akonadicontact5.mo +share/locale/ga/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/gl/LC_MESSAGES/akonadicontact5.mo +share/locale/gl/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/he/LC_MESSAGES/akonadicontact5.mo +share/locale/he/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/hr/LC_MESSAGES/akonadicontact5.mo +share/locale/hu/LC_MESSAGES/akonadicontact5.mo +share/locale/hu/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/ia/LC_MESSAGES/akonadicontact5.mo +share/locale/ia/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/it/LC_MESSAGES/akonadicontact5.mo +share/locale/it/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/ja/LC_MESSAGES/akonadicontact5.mo +share/locale/ja/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/kk/LC_MESSAGES/akonadicontact5.mo +share/locale/kk/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/km/LC_MESSAGES/akonadicontact5.mo +share/locale/km/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/ko/LC_MESSAGES/akonadicontact5.mo +share/locale/ko/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/lt/LC_MESSAGES/akonadicontact5.mo +share/locale/lt/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/lv/LC_MESSAGES/akonadicontact5.mo +share/locale/lv/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/mr/LC_MESSAGES/akonadicontact5.mo +share/locale/mr/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/nb/LC_MESSAGES/akonadicontact5.mo +share/locale/nb/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/nds/LC_MESSAGES/akonadicontact5.mo +share/locale/nds/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/nl/LC_MESSAGES/akonadicontact5.mo +share/locale/nl/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/nn/LC_MESSAGES/akonadicontact5.mo +share/locale/nn/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/pa/LC_MESSAGES/akonadicontact5.mo +share/locale/pa/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/pl/LC_MESSAGES/akonadicontact5.mo +share/locale/pl/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/pt/LC_MESSAGES/akonadicontact5.mo +share/locale/pt/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/pt_BR/LC_MESSAGES/akonadicontact5.mo +share/locale/pt_BR/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/ro/LC_MESSAGES/akonadicontact5.mo +share/locale/ro/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/ru/LC_MESSAGES/akonadicontact5.mo +share/locale/ru/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/sk/LC_MESSAGES/akonadicontact5.mo +share/locale/sk/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/sl/LC_MESSAGES/akonadicontact5.mo +share/locale/sl/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/sr/LC_MESSAGES/akonadicontact5.mo +share/locale/sr/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/sv/LC_MESSAGES/akonadicontact5.mo +share/locale/sv/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/tr/LC_MESSAGES/akonadicontact5.mo +share/locale/tr/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/ug/LC_MESSAGES/akonadicontact5.mo +share/locale/ug/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/uk/LC_MESSAGES/akonadicontact5.mo +share/locale/uk/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/zh_CN/LC_MESSAGES/akonadicontact5.mo +share/locale/zh_CN/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/zh_TW/LC_MESSAGES/akonadicontact5.mo +share/locale/zh_TW/LC_MESSAGES/kcm_akonadicontact_actions.mo diff --git a/net/akonadi-mime/Makefile b/net/akonadi-mime/Makefile new file mode 100644 index 000000000000..c31357d85321 --- /dev/null +++ b/net/akonadi-mime/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= akonadi-mime +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Libraries and daemons to implement basic email handling + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \ + i18n itemmodels kio service widgetsaddons xmlgui +# pim components +USE_KDE+= akonadi mime +USE_QT5= core dbus gui widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + +.include <bsd.port.mk> diff --git a/net/akonadi-mime/distinfo b/net/akonadi-mime/distinfo new file mode 100644 index 000000000000..8e29ff636e89 --- /dev/null +++ b/net/akonadi-mime/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519216 +SHA256 (KDE/applications/17.12.3/akonadi-mime-17.12.3.tar.xz) = 42ee14fffe4b9c411cbbc55ea598755f449cd03ce90281ab99e25275cfe80458 +SIZE (KDE/applications/17.12.3/akonadi-mime-17.12.3.tar.xz) = 129916 diff --git a/net/akonadi-mime/pkg-plist b/net/akonadi-mime/pkg-plist new file mode 100644 index 000000000000..0697d6494731 --- /dev/null +++ b/net/akonadi-mime/pkg-plist @@ -0,0 +1,82 @@ +include/KF5/Akonadi/KMime/AddressAttribute +include/KF5/Akonadi/KMime/CommandBase +include/KF5/Akonadi/KMime/MarkAsCommand +include/KF5/Akonadi/KMime/MessageFlags +include/KF5/Akonadi/KMime/MessageFolderAttribute +include/KF5/Akonadi/KMime/MessageModel +include/KF5/Akonadi/KMime/MessageParts +include/KF5/Akonadi/KMime/MessageStatus +include/KF5/Akonadi/KMime/MoveCommand +include/KF5/Akonadi/KMime/RemoveDuplicatesJob +include/KF5/Akonadi/KMime/SpecialMailCollections +include/KF5/Akonadi/KMime/SpecialMailCollectionsDiscoveryJob +include/KF5/Akonadi/KMime/SpecialMailCollectionsRequestJob +include/KF5/Akonadi/KMime/StandardMailActionManager +include/KF5/akonadi-mime_version.h +include/KF5/akonadi/kmime/addressattribute.h +include/KF5/akonadi/kmime/akonadi-mime_export.h +include/KF5/akonadi/kmime/commandbase.h +include/KF5/akonadi/kmime/markascommand.h +include/KF5/akonadi/kmime/messageflags.h +include/KF5/akonadi/kmime/messagefolderattribute.h +include/KF5/akonadi/kmime/messagemodel.h +include/KF5/akonadi/kmime/messageparts.h +include/KF5/akonadi/kmime/messagestatus.h +include/KF5/akonadi/kmime/movecommand.h +include/KF5/akonadi/kmime/removeduplicatesjob.h +include/KF5/akonadi/kmime/specialmailcollections.h +include/KF5/akonadi/kmime/specialmailcollectionsdiscoveryjob.h +include/KF5/akonadi/kmime/specialmailcollectionsrequestjob.h +include/KF5/akonadi/kmime/standardmailactionmanager.h +lib/cmake/KF5AkonadiMime/KF5AkonadiMimeConfig.cmake +lib/cmake/KF5AkonadiMime/KF5AkonadiMimeConfigVersion.cmake +lib/cmake/KF5AkonadiMime/KF5AkonadiMimeTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5AkonadiMime/KF5AkonadiMimeTargets.cmake +lib/libKF5AkonadiMime.so +lib/libKF5AkonadiMime.so.5 +lib/libKF5AkonadiMime.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_AkonadiMime.pri +share/config.kcfg/specialmailcollections.kcfg +share/locale/ar/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/ast/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/bs/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/ca/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/ca@valencia/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/cs/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/da/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/de/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/el/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/en_GB/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/es/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/et/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/fi/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/fr/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/ga/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/gl/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/hu/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/ia/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/it/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/ja/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/kk/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/km/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/ko/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/lt/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/mr/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/nb/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/nds/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/nl/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/pl/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/pt/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/pt_BR/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/ro/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/ru/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/sk/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/sl/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/sr/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/sv/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/tr/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/ug/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/uk/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/zh_CN/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/zh_TW/LC_MESSAGES/libakonadi-kmime5.mo +share/mime/packages/x-vnd.kde.contactgroup.xml diff --git a/net/akonadi-notes/Makefile b/net/akonadi-notes/Makefile new file mode 100644 index 000000000000..9b312b377146 --- /dev/null +++ b/net/akonadi-notes/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= akonadi-notes +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE library for accessing mail storages in MBox format + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= ecm i18n +# pim components +USE_KDE+= akonadi mime +USE_QT5= core xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + +.include <bsd.port.mk> diff --git a/net/akonadi-notes/distinfo b/net/akonadi-notes/distinfo new file mode 100644 index 000000000000..400e0840431c --- /dev/null +++ b/net/akonadi-notes/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519223 +SHA256 (KDE/applications/17.12.3/akonadi-notes-17.12.3.tar.xz) = 6f70d0b550b7a3e205bf525cacb32823c1dff21d1e4355651c4c172502f59653 +SIZE (KDE/applications/17.12.3/akonadi-notes-17.12.3.tar.xz) = 24520 diff --git a/net/akonadi-notes/pkg-plist b/net/akonadi-notes/pkg-plist new file mode 100644 index 000000000000..97171ccc9031 --- /dev/null +++ b/net/akonadi-notes/pkg-plist @@ -0,0 +1,56 @@ +include/KF5/Akonadi/Notes/NoteUtils +include/KF5/akonadi-notes_version.h +include/KF5/akonadi/notes/NoteUtils +include/KF5/akonadi/notes/akonadi-notes_export.h +include/KF5/akonadi/notes/noteutils.h +lib/cmake/KF5AkonadiNotes/KF5AkonadiNotesConfig.cmake +lib/cmake/KF5AkonadiNotes/KF5AkonadiNotesConfigVersion.cmake +lib/cmake/KF5AkonadiNotes/KF5AkonadiNotesTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5AkonadiNotes/KF5AkonadiNotesTargets.cmake +lib/libKF5AkonadiNotes.so +lib/libKF5AkonadiNotes.so.5 +lib/libKF5AkonadiNotes.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_AkonadiNotes.pri +share/locale/ar/LC_MESSAGES/akonadinotes5.mo +share/locale/ast/LC_MESSAGES/akonadinotes5.mo +share/locale/bs/LC_MESSAGES/akonadinotes5.mo +share/locale/ca/LC_MESSAGES/akonadinotes5.mo +share/locale/ca@valencia/LC_MESSAGES/akonadinotes5.mo +share/locale/cs/LC_MESSAGES/akonadinotes5.mo +share/locale/da/LC_MESSAGES/akonadinotes5.mo +share/locale/de/LC_MESSAGES/akonadinotes5.mo +share/locale/el/LC_MESSAGES/akonadinotes5.mo +share/locale/en_GB/LC_MESSAGES/akonadinotes5.mo +share/locale/es/LC_MESSAGES/akonadinotes5.mo +share/locale/et/LC_MESSAGES/akonadinotes5.mo +share/locale/fi/LC_MESSAGES/akonadinotes5.mo +share/locale/fr/LC_MESSAGES/akonadinotes5.mo +share/locale/ga/LC_MESSAGES/akonadinotes5.mo +share/locale/gl/LC_MESSAGES/akonadinotes5.mo +share/locale/he/LC_MESSAGES/akonadinotes5.mo +share/locale/hu/LC_MESSAGES/akonadinotes5.mo +share/locale/ia/LC_MESSAGES/akonadinotes5.mo +share/locale/it/LC_MESSAGES/akonadinotes5.mo +share/locale/ja/LC_MESSAGES/akonadinotes5.mo +share/locale/kk/LC_MESSAGES/akonadinotes5.mo +share/locale/km/LC_MESSAGES/akonadinotes5.mo +share/locale/ko/LC_MESSAGES/akonadinotes5.mo +share/locale/lt/LC_MESSAGES/akonadinotes5.mo +share/locale/mr/LC_MESSAGES/akonadinotes5.mo +share/locale/nb/LC_MESSAGES/akonadinotes5.mo +share/locale/nds/LC_MESSAGES/akonadinotes5.mo +share/locale/nl/LC_MESSAGES/akonadinotes5.mo +share/locale/pl/LC_MESSAGES/akonadinotes5.mo +share/locale/pt/LC_MESSAGES/akonadinotes5.mo +share/locale/pt_BR/LC_MESSAGES/akonadinotes5.mo +share/locale/ro/LC_MESSAGES/akonadinotes5.mo +share/locale/ru/LC_MESSAGES/akonadinotes5.mo +share/locale/sk/LC_MESSAGES/akonadinotes5.mo +share/locale/sl/LC_MESSAGES/akonadinotes5.mo +share/locale/sr/LC_MESSAGES/akonadinotes5.mo +share/locale/sv/LC_MESSAGES/akonadinotes5.mo +share/locale/tr/LC_MESSAGES/akonadinotes5.mo +share/locale/ug/LC_MESSAGES/akonadinotes5.mo +share/locale/uk/LC_MESSAGES/akonadinotes5.mo +share/locale/zh_CN/LC_MESSAGES/akonadinotes5.mo +share/locale/zh_TW/LC_MESSAGES/akonadinotes5.mo diff --git a/net/akonadi-search/Makefile b/net/akonadi-search/Makefile new file mode 100644 index 000000000000..20d7291e142a --- /dev/null +++ b/net/akonadi-search/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= akonadi-search +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Libraries and daemons to implement searching in Akonadi + +LICENSE= LGPL21 + +LIB_DEPENDS= libxapian.so:databases/xapian-core + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons \ + crash ecm i18n itemmodels kcmutils package plasma-framework \ + runner service widgetsaddons +# pim components +USE_KDE+= akonadi akonadimime calendarcore contacts mime +USE_QT5= core dbus gui widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/akonadi-search/distinfo b/net/akonadi-search/distinfo new file mode 100644 index 000000000000..13aefa68d16f --- /dev/null +++ b/net/akonadi-search/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519209 +SHA256 (KDE/applications/17.12.3/akonadi-search-17.12.3.tar.xz) = 3d55f80c7071d16026181e267fa2e527da76adb762831732d19d1eadb25df65a +SIZE (KDE/applications/17.12.3/akonadi-search-17.12.3.tar.xz) = 81872 diff --git a/net/akonadi-search/pkg-plist b/net/akonadi-search/pkg-plist new file mode 100644 index 000000000000..870e7bbaf801 --- /dev/null +++ b/net/akonadi-search/pkg-plist @@ -0,0 +1,89 @@ +bin/akonadi_indexing_agent +etc/xdg/akonadi-search.categories +etc/xdg/akonadi-search.renamecategories +include/KF5/AkonadiSearch/Core/query.h +include/KF5/AkonadiSearch/Core/resultiterator.h +include/KF5/AkonadiSearch/Core/search_core_export.h +include/KF5/AkonadiSearch/Core/searchstore.h +include/KF5/AkonadiSearch/Core/term.h +include/KF5/AkonadiSearch/Debug/akonadisearchdebugdialog.h +include/KF5/AkonadiSearch/Debug/akonadisearchdebugsearchpathcombobox.h +include/KF5/AkonadiSearch/Debug/search_debug_export.h +include/KF5/AkonadiSearch/PIM/collectionquery.h +include/KF5/AkonadiSearch/PIM/contactcompleter.h +include/KF5/AkonadiSearch/PIM/contactquery.h +include/KF5/AkonadiSearch/PIM/emailquery.h +include/KF5/AkonadiSearch/PIM/indexeditems.h +include/KF5/AkonadiSearch/PIM/notequery.h +include/KF5/AkonadiSearch/PIM/query.h +include/KF5/AkonadiSearch/PIM/resultiterator.h +include/KF5/AkonadiSearch/PIM/search_pim_export.h +include/KF5/AkonadiSearch/Xapian/search_xapian_export.h +include/KF5/AkonadiSearch/Xapian/xapiandatabase.h +include/KF5/AkonadiSearch/Xapian/xapiandocument.h +include/KF5/AkonadiSearch/Xapian/xapianqueryparser.h +include/KF5/AkonadiSearch/Xapian/xapiansearchstore.h +include/KF5/AkonadiSearch/Xapian/xapiantermgenerator.h +include/KF5/akonadi_search_version.h +lib/cmake/KF5AkonadiSearch/KF5AkonadiSearchConfig.cmake +lib/cmake/KF5AkonadiSearch/KF5AkonadiSearchConfigVersion.cmake +lib/cmake/KF5AkonadiSearch/KF5AkonadiSearchTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5AkonadiSearch/KF5AkonadiSearchTargets.cmake +lib/libKF5AkonadiSearchCore.so +lib/libKF5AkonadiSearchCore.so.5 +lib/libKF5AkonadiSearchCore.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5AkonadiSearchDebug.so +lib/libKF5AkonadiSearchDebug.so.5 +lib/libKF5AkonadiSearchDebug.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5AkonadiSearchPIM.so +lib/libKF5AkonadiSearchPIM.so.5 +lib/libKF5AkonadiSearchPIM.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5AkonadiSearchXapian.so +lib/libKF5AkonadiSearchXapian.so.5 +lib/libKF5AkonadiSearchXapian.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_PLUGINDIR%%/akonadi/akonadi_search_plugin.so +%%QT_PLUGINDIR%%/akonadi/calendarsearchstore.so +%%QT_PLUGINDIR%%/akonadi/contactsearchstore.so +%%QT_PLUGINDIR%%/akonadi/emailsearchstore.so +%%QT_PLUGINDIR%%/akonadi/notesearchstore.so +%%QT_PLUGINDIR%%/kcm_krunner_pimcontacts.so +%%QT_PLUGINDIR%%/krunner_pimcontacts.so +share/akonadi/agents/akonadiindexingagent.desktop +share/kservices5/plasma-krunner-pimcontacts.desktop +share/kservices5/plasma-krunner-pimcontacts_config.desktop +share/locale/ar/LC_MESSAGES/akonadi_search.mo +share/locale/ast/LC_MESSAGES/akonadi_search.mo +share/locale/ca/LC_MESSAGES/akonadi_search.mo +share/locale/ca@valencia/LC_MESSAGES/akonadi_search.mo +share/locale/cs/LC_MESSAGES/akonadi_search.mo +share/locale/da/LC_MESSAGES/akonadi_search.mo +share/locale/de/LC_MESSAGES/akonadi_search.mo +share/locale/el/LC_MESSAGES/akonadi_search.mo +share/locale/en_GB/LC_MESSAGES/akonadi_search.mo +share/locale/es/LC_MESSAGES/akonadi_search.mo +share/locale/et/LC_MESSAGES/akonadi_search.mo +share/locale/fi/LC_MESSAGES/akonadi_search.mo +share/locale/fr/LC_MESSAGES/akonadi_search.mo +share/locale/gl/LC_MESSAGES/akonadi_search.mo +share/locale/hu/LC_MESSAGES/akonadi_search.mo +share/locale/ia/LC_MESSAGES/akonadi_search.mo +share/locale/it/LC_MESSAGES/akonadi_search.mo +share/locale/ja/LC_MESSAGES/akonadi_search.mo +share/locale/ko/LC_MESSAGES/akonadi_search.mo +share/locale/lt/LC_MESSAGES/akonadi_search.mo +share/locale/nb/LC_MESSAGES/akonadi_search.mo +share/locale/nl/LC_MESSAGES/akonadi_search.mo +share/locale/nn/LC_MESSAGES/akonadi_search.mo +share/locale/pl/LC_MESSAGES/akonadi_search.mo +share/locale/pt/LC_MESSAGES/akonadi_search.mo +share/locale/pt_BR/LC_MESSAGES/akonadi_search.mo +share/locale/ro/LC_MESSAGES/akonadi_search.mo +share/locale/ru/LC_MESSAGES/akonadi_search.mo +share/locale/sk/LC_MESSAGES/akonadi_search.mo +share/locale/sl/LC_MESSAGES/akonadi_search.mo +share/locale/sr/LC_MESSAGES/akonadi_search.mo +share/locale/sv/LC_MESSAGES/akonadi_search.mo +share/locale/tr/LC_MESSAGES/akonadi_search.mo +share/locale/uk/LC_MESSAGES/akonadi_search.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_search.mo +share/locale/zh_TW/LC_MESSAGES/akonadi_search.mo diff --git a/net/calendarsupport/Makefile b/net/calendarsupport/Makefile new file mode 100644 index 000000000000..db7e4bf810ab --- /dev/null +++ b/net/calendarsupport/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= calendarsupport +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Calendar support libriares for KDEPim + +LICENSE= LGPL21 + +LIB_DEPENDS= libboost_system.so:devel/boost-libs + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons ecm \ + guiaddons i18n iconthemes itemmodels jobwidgets kio service \ + widgetsaddons +# pim components +USE_KDE+= akonadi akonadicalendar calendarcore calendarutils holidays \ + identitymanagement kdepim-apps-libs mime pimcommon pimtextedit +USE_QT5= core gui network printsupport testlib uitools widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/net/calendarsupport/distinfo b/net/calendarsupport/distinfo new file mode 100644 index 000000000000..9ce1939f133b --- /dev/null +++ b/net/calendarsupport/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519222 +SHA256 (KDE/applications/17.12.3/calendarsupport-17.12.3.tar.xz) = 04e90cd3945a7c007182c656ca436c1871ce31fcdeb9e2dc8af522b634501908 +SIZE (KDE/applications/17.12.3/calendarsupport-17.12.3.tar.xz) = 644864 diff --git a/net/calendarsupport/pkg-descr b/net/calendarsupport/pkg-descr new file mode 100644 index 000000000000..762547740072 --- /dev/null +++ b/net/calendarsupport/pkg-descr @@ -0,0 +1,3 @@ +Calendar Support library provides helper utilities for calendaring applications. + +WWW: https://github.com/KDE/calendarsupport diff --git a/net/calendarsupport/pkg-plist b/net/calendarsupport/pkg-plist new file mode 100644 index 000000000000..db66677353b7 --- /dev/null +++ b/net/calendarsupport/pkg-plist @@ -0,0 +1,115 @@ +etc/xdg/calendarsupport.categories +etc/xdg/calendarsupport.renamecategories +include/KF5/CalendarSupport/ArchiveDialog +include/KF5/CalendarSupport/CalPrintDefaultPlugins +include/KF5/CalendarSupport/CalPrintPluginBase +include/KF5/CalendarSupport/CalPrinter +include/KF5/CalendarSupport/CalendarSingleton +include/KF5/CalendarSupport/CategoryConfig +include/KF5/CalendarSupport/CategoryHierarchyReader +include/KF5/CalendarSupport/CellItem +include/KF5/CalendarSupport/CollectionSelection +include/KF5/CalendarSupport/EventArchiver +include/KF5/CalendarSupport/FreeBusyCalendar +include/KF5/CalendarSupport/FreeBusyItem +include/KF5/CalendarSupport/FreeBusyItemModel +include/KF5/CalendarSupport/FreePeriodModel +include/KF5/CalendarSupport/IdentityManager +include/KF5/CalendarSupport/IncidenceViewer +include/KF5/CalendarSupport/KCalPrefs +include/KF5/CalendarSupport/MessageWidget +include/KF5/CalendarSupport/Plugin +include/KF5/CalendarSupport/PrintPlugin +include/KF5/CalendarSupport/Utils +include/KF5/calendarsupport/archivedialog.h +include/KF5/calendarsupport/calendarsingleton.h +include/KF5/calendarsupport/calendarsupport_export.h +include/KF5/calendarsupport/calprintdefaultplugins.h +include/KF5/calendarsupport/calprinter.h +include/KF5/calendarsupport/calprintpluginbase.h +include/KF5/calendarsupport/categoryconfig.h +include/KF5/calendarsupport/categoryhierarchyreader.h +include/KF5/calendarsupport/cellitem.h +include/KF5/calendarsupport/collectionselection.h +include/KF5/calendarsupport/eventarchiver.h +include/KF5/calendarsupport/freebusycalendar.h +include/KF5/calendarsupport/freebusyitem.h +include/KF5/calendarsupport/freebusyitemmodel.h +include/KF5/calendarsupport/freeperiodmodel.h +include/KF5/calendarsupport/identitymanager.h +include/KF5/calendarsupport/incidenceviewer.h +include/KF5/calendarsupport/kcalprefs.h +include/KF5/calendarsupport/kcalprefs_base.h +include/KF5/calendarsupport/messagewidget.h +include/KF5/calendarsupport/plugin.h +include/KF5/calendarsupport/printplugin.h +include/KF5/calendarsupport/ui_calprintdayconfig_base.h +include/KF5/calendarsupport/ui_calprintincidenceconfig_base.h +include/KF5/calendarsupport/ui_calprintmonthconfig_base.h +include/KF5/calendarsupport/ui_calprinttodoconfig_base.h +include/KF5/calendarsupport/ui_calprintweekconfig_base.h +include/KF5/calendarsupport/utils.h +include/KF5/calendarsupport_version.h +lib/cmake/KF5CalendarSupport/KF5CalendarSupportConfig.cmake +lib/cmake/KF5CalendarSupport/KF5CalendarSupportConfigVersion.cmake +lib/cmake/KF5CalendarSupport/KF5CalendarSupportTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5CalendarSupport/KF5CalendarSupportTargets.cmake +lib/libKF5CalendarSupport.so +lib/libKF5CalendarSupport.so.5 +lib/libKF5CalendarSupport.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_CalendarSupport.pri +share/kservicetypes5/calendarplugin.desktop +share/locale/ar/LC_MESSAGES/calendarsupport.mo +share/locale/ast/LC_MESSAGES/calendarsupport.mo +share/locale/bg/LC_MESSAGES/calendarsupport.mo +share/locale/bs/LC_MESSAGES/calendarsupport.mo +share/locale/ca/LC_MESSAGES/calendarsupport.mo +share/locale/ca@valencia/LC_MESSAGES/calendarsupport.mo +share/locale/cs/LC_MESSAGES/calendarsupport.mo +share/locale/da/LC_MESSAGES/calendarsupport.mo +share/locale/de/LC_MESSAGES/calendarsupport.mo +share/locale/el/LC_MESSAGES/calendarsupport.mo +share/locale/en_GB/LC_MESSAGES/calendarsupport.mo +share/locale/eo/LC_MESSAGES/calendarsupport.mo +share/locale/es/LC_MESSAGES/calendarsupport.mo +share/locale/et/LC_MESSAGES/calendarsupport.mo +share/locale/eu/LC_MESSAGES/calendarsupport.mo +share/locale/fa/LC_MESSAGES/calendarsupport.mo +share/locale/fi/LC_MESSAGES/calendarsupport.mo +share/locale/fr/LC_MESSAGES/calendarsupport.mo +share/locale/ga/LC_MESSAGES/calendarsupport.mo +share/locale/gl/LC_MESSAGES/calendarsupport.mo +share/locale/he/LC_MESSAGES/calendarsupport.mo +share/locale/hi/LC_MESSAGES/calendarsupport.mo +share/locale/hr/LC_MESSAGES/calendarsupport.mo +share/locale/hu/LC_MESSAGES/calendarsupport.mo +share/locale/ia/LC_MESSAGES/calendarsupport.mo +share/locale/is/LC_MESSAGES/calendarsupport.mo +share/locale/it/LC_MESSAGES/calendarsupport.mo +share/locale/ja/LC_MESSAGES/calendarsupport.mo +share/locale/kk/LC_MESSAGES/calendarsupport.mo +share/locale/km/LC_MESSAGES/calendarsupport.mo +share/locale/ko/LC_MESSAGES/calendarsupport.mo +share/locale/lt/LC_MESSAGES/calendarsupport.mo +share/locale/lv/LC_MESSAGES/calendarsupport.mo +share/locale/mr/LC_MESSAGES/calendarsupport.mo +share/locale/nb/LC_MESSAGES/calendarsupport.mo +share/locale/nds/LC_MESSAGES/calendarsupport.mo +share/locale/nl/LC_MESSAGES/calendarsupport.mo +share/locale/nn/LC_MESSAGES/calendarsupport.mo +share/locale/pa/LC_MESSAGES/calendarsupport.mo +share/locale/pl/LC_MESSAGES/calendarsupport.mo +share/locale/pt/LC_MESSAGES/calendarsupport.mo +share/locale/pt_BR/LC_MESSAGES/calendarsupport.mo +share/locale/ro/LC_MESSAGES/calendarsupport.mo +share/locale/ru/LC_MESSAGES/calendarsupport.mo +share/locale/sk/LC_MESSAGES/calendarsupport.mo +share/locale/sl/LC_MESSAGES/calendarsupport.mo +share/locale/sr/LC_MESSAGES/calendarsupport.mo +share/locale/sv/LC_MESSAGES/calendarsupport.mo +share/locale/tr/LC_MESSAGES/calendarsupport.mo +share/locale/ug/LC_MESSAGES/calendarsupport.mo +share/locale/uk/LC_MESSAGES/calendarsupport.mo +share/locale/wa/LC_MESSAGES/calendarsupport.mo +share/locale/zh_CN/LC_MESSAGES/calendarsupport.mo +share/locale/zh_TW/LC_MESSAGES/calendarsupport.mo diff --git a/net/eventviews/Makefile b/net/eventviews/Makefile new file mode 100644 index 000000000000..514d57b5f3c1 --- /dev/null +++ b/net/eventviews/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= eventviews +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Event view libriares for KDEPim + +LICENSE= LGPL21 + +LIB_DEPENDS= libKGantt.so:graphics/kdiagram \ + libboost_system.so:devel/boost-libs + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons ecm \ + guiaddons i18n iconthemes itemmodels service widgetsaddons +# pim components +USE_KDE+= akonadi akonadicalendar akonadicontacts calendarcore \ + calendarsupport calendarutils contacts identitymanagement \ + libkdepim mime pimtextedit +USE_QT5= core gui printsupport testlib uitools widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/net/eventviews/distinfo b/net/eventviews/distinfo new file mode 100644 index 000000000000..8df68fa13f2b --- /dev/null +++ b/net/eventviews/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519220 +SHA256 (KDE/applications/17.12.3/eventviews-17.12.3.tar.xz) = ccc9c477fd280ed65f77ae5fa7f33c8e8700b724eb1dbabe617101a5a316e16c +SIZE (KDE/applications/17.12.3/eventviews-17.12.3.tar.xz) = 437868 diff --git a/net/eventviews/pkg-descr b/net/eventviews/pkg-descr new file mode 100644 index 000000000000..843e606e806c --- /dev/null +++ b/net/eventviews/pkg-descr @@ -0,0 +1,3 @@ +Common libraries for KDE Pim. + +WWW: https://github.com/KDE/mailcommon diff --git a/net/eventviews/pkg-plist b/net/eventviews/pkg-plist new file mode 100644 index 000000000000..4f4f919363dd --- /dev/null +++ b/net/eventviews/pkg-plist @@ -0,0 +1,88 @@ +etc/xdg/eventviews.categories +etc/xdg/eventviews.renamecategories +include/KF5/EventViews/AgendaView +include/KF5/EventViews/CalendarDecoration +include/KF5/EventViews/ConfigDialogInterface +include/KF5/EventViews/EventView +include/KF5/EventViews/Helper +include/KF5/EventViews/JournalView +include/KF5/EventViews/ListView +include/KF5/EventViews/MonthView +include/KF5/EventViews/MultiAgendaView +include/KF5/EventViews/Prefs +include/KF5/EventViews/TimeLineView +include/KF5/EventViews/TodoView +include/KF5/EventViews/ViewCalendar +include/KF5/EventViews/WhatsNextView +include/KF5/EventViews/eventview.h +include/KF5/EventViews/helper.h +include/KF5/EventViews/prefs.h +include/KF5/eventviews/EventView +include/KF5/eventviews/Helper +include/KF5/eventviews/Prefs +include/KF5/eventviews/agendaview.h +include/KF5/eventviews/calendardecoration.h +include/KF5/eventviews/configdialoginterface.h +include/KF5/eventviews/eventview.h +include/KF5/eventviews/eventviews_export.h +include/KF5/eventviews/helper.h +include/KF5/eventviews/journalview.h +include/KF5/eventviews/listview.h +include/KF5/eventviews/monthview.h +include/KF5/eventviews/multiagendaview.h +include/KF5/eventviews/prefs.h +include/KF5/eventviews/timelineview.h +include/KF5/eventviews/todoview.h +include/KF5/eventviews/viewcalendar.h +include/KF5/eventviews/whatsnextview.h +include/KF5/eventviews_version.h +lib/cmake/KF5EventViews/KF5EventViewsConfig.cmake +lib/cmake/KF5EventViews/KF5EventViewsConfigVersion.cmake +lib/cmake/KF5EventViews/KF5EventViewsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5EventViews/KF5EventViewsTargets.cmake +lib/libKF5EventViews.so +lib/libKF5EventViews.so.5 +lib/libKF5EventViews.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_EventViews.pri +share/kservicetypes5/calendardecoration.desktop +share/locale/ast/LC_MESSAGES/libeventviews.mo +share/locale/bs/LC_MESSAGES/libeventviews.mo +share/locale/ca/LC_MESSAGES/libeventviews.mo +share/locale/ca@valencia/LC_MESSAGES/libeventviews.mo +share/locale/cs/LC_MESSAGES/libeventviews.mo +share/locale/da/LC_MESSAGES/libeventviews.mo +share/locale/de/LC_MESSAGES/libeventviews.mo +share/locale/el/LC_MESSAGES/libeventviews.mo +share/locale/en_GB/LC_MESSAGES/libeventviews.mo +share/locale/eo/LC_MESSAGES/libeventviews.mo +share/locale/es/LC_MESSAGES/libeventviews.mo +share/locale/et/LC_MESSAGES/libeventviews.mo +share/locale/fi/LC_MESSAGES/libeventviews.mo +share/locale/fr/LC_MESSAGES/libeventviews.mo +share/locale/ga/LC_MESSAGES/libeventviews.mo +share/locale/gl/LC_MESSAGES/libeventviews.mo +share/locale/hu/LC_MESSAGES/libeventviews.mo +share/locale/ia/LC_MESSAGES/libeventviews.mo +share/locale/it/LC_MESSAGES/libeventviews.mo +share/locale/ja/LC_MESSAGES/libeventviews.mo +share/locale/kk/LC_MESSAGES/libeventviews.mo +share/locale/ko/LC_MESSAGES/libeventviews.mo +share/locale/lt/LC_MESSAGES/libeventviews.mo +share/locale/mr/LC_MESSAGES/libeventviews.mo +share/locale/nb/LC_MESSAGES/libeventviews.mo +share/locale/nds/LC_MESSAGES/libeventviews.mo +share/locale/nl/LC_MESSAGES/libeventviews.mo +share/locale/pa/LC_MESSAGES/libeventviews.mo +share/locale/pl/LC_MESSAGES/libeventviews.mo +share/locale/pt/LC_MESSAGES/libeventviews.mo +share/locale/pt_BR/LC_MESSAGES/libeventviews.mo +share/locale/ro/LC_MESSAGES/libeventviews.mo +share/locale/ru/LC_MESSAGES/libeventviews.mo +share/locale/sk/LC_MESSAGES/libeventviews.mo +share/locale/sl/LC_MESSAGES/libeventviews.mo +share/locale/sv/LC_MESSAGES/libeventviews.mo +share/locale/tr/LC_MESSAGES/libeventviews.mo +share/locale/ug/LC_MESSAGES/libeventviews.mo +share/locale/uk/LC_MESSAGES/libeventviews.mo +share/locale/zh_CN/LC_MESSAGES/libeventviews.mo +share/locale/zh_TW/LC_MESSAGES/libeventviews.mo diff --git a/net/incidenceeditor/Makefile b/net/incidenceeditor/Makefile new file mode 100644 index 000000000000..51a394ae8418 --- /dev/null +++ b/net/incidenceeditor/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= incidenceeditor +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Incidence editor libriares for KDEPim + +LICENSE= LGPL21 + +LIB_DEPENDS= libKGantt.so:graphics/kdiagram \ + libboost_system.so:devel/boost-libs + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons ecm \ + i18n iconthemes itemmodels jobwidgets kio service sonnet \ + textwidgets wallet widgetsaddons xmlgui +# pim components +USE_KDE+= akonadi akonadicalendar akonadicontacts akonadimime calendarcore calendarsupport calendarutils \ + contacts eventviews identitymanagement kdepim-apps-libs ldap \ + libkdepim mailtransport mime pimtextedit +USE_QT5= core dbus gui network printsupport testlib uitools webkit \ + widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + + +.include <bsd.port.mk> diff --git a/net/incidenceeditor/distinfo b/net/incidenceeditor/distinfo new file mode 100644 index 000000000000..b0d61863e45c --- /dev/null +++ b/net/incidenceeditor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519207 +SHA256 (KDE/applications/17.12.3/incidenceeditor-17.12.3.tar.xz) = 6a2e2d0b668c54e0e3be7415dab70d5a6736010b7edd3ccf7ca8f6a56e4554a6 +SIZE (KDE/applications/17.12.3/incidenceeditor-17.12.3.tar.xz) = 517144 diff --git a/net/incidenceeditor/pkg-descr b/net/incidenceeditor/pkg-descr new file mode 100644 index 000000000000..843e606e806c --- /dev/null +++ b/net/incidenceeditor/pkg-descr @@ -0,0 +1,3 @@ +Common libraries for KDE Pim. + +WWW: https://github.com/KDE/mailcommon diff --git a/net/incidenceeditor/pkg-plist b/net/incidenceeditor/pkg-plist new file mode 100644 index 000000000000..1303e65fdb8f --- /dev/null +++ b/net/incidenceeditor/pkg-plist @@ -0,0 +1,76 @@ +etc/xdg/incidenceeditor.categories +etc/xdg/incidenceeditor.renamecategories +include/KF5/IncidenceEditor/CategoryEditDialog +include/KF5/IncidenceEditor/EditorItemManager +include/KF5/IncidenceEditor/GroupwareUiDelegate +include/KF5/IncidenceEditor/IncidenceAttendee +include/KF5/IncidenceEditor/IncidenceDefaults +include/KF5/IncidenceEditor/IncidenceDialog +include/KF5/IncidenceEditor/IncidenceDialogFactory +include/KF5/IncidenceEditor/IncidenceEditor-Ng +include/KF5/IncidenceEditor/IncidenceEditorSettings +include/KF5/IncidenceEditor/IndividualMailComponentFactory +include/KF5/IncidenceEditor/OpenComposerJob +include/KF5/incidenceeditor/categoryeditdialog.h +include/KF5/incidenceeditor/editoritemmanager.h +include/KF5/incidenceeditor/globalsettings_incidenceeditor.h +include/KF5/incidenceeditor/groupwareuidelegate.h +include/KF5/incidenceeditor/incidenceattendee.h +include/KF5/incidenceeditor/incidencedefaults.h +include/KF5/incidenceeditor/incidencedialog.h +include/KF5/incidenceeditor/incidencedialogfactory.h +include/KF5/incidenceeditor/incidenceeditor-ng.h +include/KF5/incidenceeditor/incidenceeditor_export.h +include/KF5/incidenceeditor/incidenceeditorsettings.h +include/KF5/incidenceeditor/individualmailcomponentfactory.h +include/KF5/incidenceeditor/opencomposerjob.h +include/KF5/incidenceeditor_version.h +lib/cmake/KF5IncidenceEditor/KF5IncidenceEditorConfig.cmake +lib/cmake/KF5IncidenceEditor/KF5IncidenceEditorConfigVersion.cmake +lib/cmake/KF5IncidenceEditor/KF5IncidenceEditorTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5IncidenceEditor/KF5IncidenceEditorTargets.cmake +lib/libKF5IncidenceEditor.so +lib/libKF5IncidenceEditor.so.5 +lib/libKF5IncidenceEditor.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_IncidenceEditor.pri +share/locale/ast/LC_MESSAGES/libincidenceeditors.mo +share/locale/bs/LC_MESSAGES/libincidenceeditors.mo +share/locale/ca/LC_MESSAGES/libincidenceeditors.mo +share/locale/ca@valencia/LC_MESSAGES/libincidenceeditors.mo +share/locale/cs/LC_MESSAGES/libincidenceeditors.mo +share/locale/da/LC_MESSAGES/libincidenceeditors.mo +share/locale/de/LC_MESSAGES/libincidenceeditors.mo +share/locale/el/LC_MESSAGES/libincidenceeditors.mo +share/locale/en_GB/LC_MESSAGES/libincidenceeditors.mo +share/locale/eo/LC_MESSAGES/libincidenceeditors.mo +share/locale/es/LC_MESSAGES/libincidenceeditors.mo +share/locale/et/LC_MESSAGES/libincidenceeditors.mo +share/locale/fi/LC_MESSAGES/libincidenceeditors.mo +share/locale/fr/LC_MESSAGES/libincidenceeditors.mo +share/locale/ga/LC_MESSAGES/libincidenceeditors.mo +share/locale/gl/LC_MESSAGES/libincidenceeditors.mo +share/locale/hu/LC_MESSAGES/libincidenceeditors.mo +share/locale/ia/LC_MESSAGES/libincidenceeditors.mo +share/locale/it/LC_MESSAGES/libincidenceeditors.mo +share/locale/ja/LC_MESSAGES/libincidenceeditors.mo +share/locale/kk/LC_MESSAGES/libincidenceeditors.mo +share/locale/ko/LC_MESSAGES/libincidenceeditors.mo +share/locale/lt/LC_MESSAGES/libincidenceeditors.mo +share/locale/mr/LC_MESSAGES/libincidenceeditors.mo +share/locale/nb/LC_MESSAGES/libincidenceeditors.mo +share/locale/nds/LC_MESSAGES/libincidenceeditors.mo +share/locale/nl/LC_MESSAGES/libincidenceeditors.mo +share/locale/pa/LC_MESSAGES/libincidenceeditors.mo +share/locale/pl/LC_MESSAGES/libincidenceeditors.mo +share/locale/pt/LC_MESSAGES/libincidenceeditors.mo +share/locale/pt_BR/LC_MESSAGES/libincidenceeditors.mo +share/locale/ro/LC_MESSAGES/libincidenceeditors.mo +share/locale/ru/LC_MESSAGES/libincidenceeditors.mo +share/locale/sk/LC_MESSAGES/libincidenceeditors.mo +share/locale/sl/LC_MESSAGES/libincidenceeditors.mo +share/locale/sv/LC_MESSAGES/libincidenceeditors.mo +share/locale/tr/LC_MESSAGES/libincidenceeditors.mo +share/locale/ug/LC_MESSAGES/libincidenceeditors.mo +share/locale/uk/LC_MESSAGES/libincidenceeditors.mo +share/locale/zh_CN/LC_MESSAGES/libincidenceeditors.mo +share/locale/zh_TW/LC_MESSAGES/libincidenceeditors.mo diff --git a/net/kalarmcal/Makefile b/net/kalarmcal/Makefile new file mode 100644 index 000000000000..cc5887f24f2d --- /dev/null +++ b/net/kalarmcal/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= kalarmcal +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE API for KAlarm alarms + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons crash ecm guiaddons holidays i18n iconthemes \ + itemmodels itemviews jobwidgets kdelibs4support kio \ + notifications parts service solid sonnet textwidgets \ + unitconversion widgetsaddons windowsystem xmlgui +# pim components +USE_KDE+= akonadi calendarcore holidays identitymanagement pimtextedit +USE_QT5= core dbus gui network printsupport widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + +.include <bsd.port.mk> diff --git a/net/kalarmcal/distinfo b/net/kalarmcal/distinfo new file mode 100644 index 000000000000..8d73506e0850 --- /dev/null +++ b/net/kalarmcal/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519212 +SHA256 (KDE/applications/17.12.3/kalarmcal-17.12.3.tar.xz) = 751e694451ffa0073d9e46306b6ffab5c410841fc31a0cdf524a7eaf71326f8d +SIZE (KDE/applications/17.12.3/kalarmcal-17.12.3.tar.xz) = 494884 diff --git a/net/kalarmcal/pkg-plist b/net/kalarmcal/pkg-plist new file mode 100644 index 000000000000..c75c98dae8a4 --- /dev/null +++ b/net/kalarmcal/pkg-plist @@ -0,0 +1,87 @@ +etc/xdg/kalarmcal.categories +etc/xdg/kalarmcal.renamecategories +include/KF5/KAlarmCal/KAlarmCal/AlarmText +include/KF5/KAlarmCal/KAlarmCal/CollectionAttribute +include/KF5/KAlarmCal/KAlarmCal/CompatibilityAttribute +include/KF5/KAlarmCal/KAlarmCal/DateTime +include/KF5/KAlarmCal/KAlarmCal/EventAttribute +include/KF5/KAlarmCal/KAlarmCal/KAEvent +include/KF5/KAlarmCal/KAlarmCal/KARecurrence +include/KF5/KAlarmCal/KAlarmCal/Repetition +include/KF5/KAlarmCal/KAlarmCal/Utils +include/KF5/KAlarmCal/kalarmcal/alarmtext.h +include/KF5/KAlarmCal/kalarmcal/collectionattribute.h +include/KF5/KAlarmCal/kalarmcal/compatibilityattribute.h +include/KF5/KAlarmCal/kalarmcal/datetime.h +include/KF5/KAlarmCal/kalarmcal/eventattribute.h +include/KF5/KAlarmCal/kalarmcal/identities.h +include/KF5/KAlarmCal/kalarmcal/kacalendar.h +include/KF5/KAlarmCal/kalarmcal/kaevent.h +include/KF5/KAlarmCal/kalarmcal/kalarmcal_export.h +include/KF5/KAlarmCal/kalarmcal/karecurrence.h +include/KF5/KAlarmCal/kalarmcal/repetition.h +include/KF5/KAlarmCal/kalarmcal/utils.h +include/KF5/KAlarmCal/kalarmcal/version.h +include/KF5/kalarmcal_version.h +lib/cmake/KF5AlarmCalendar/KF5AlarmCalendarConfig.cmake +lib/cmake/KF5AlarmCalendar/KF5AlarmCalendarConfigVersion.cmake +lib/cmake/KF5AlarmCalendar/KF5AlarmCalendarTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5AlarmCalendar/KF5AlarmCalendarTargets.cmake +lib/libKF5AlarmCalendar.so +lib/libKF5AlarmCalendar.so.5 +lib/libKF5AlarmCalendar.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KAlarmCal.pri +share/locale/ar/LC_MESSAGES/libkalarmcal5.mo +share/locale/ast/LC_MESSAGES/libkalarmcal5.mo +share/locale/bg/LC_MESSAGES/libkalarmcal5.mo +share/locale/bs/LC_MESSAGES/libkalarmcal5.mo +share/locale/ca/LC_MESSAGES/libkalarmcal5.mo +share/locale/ca@valencia/LC_MESSAGES/libkalarmcal5.mo +share/locale/cs/LC_MESSAGES/libkalarmcal5.mo +share/locale/da/LC_MESSAGES/libkalarmcal5.mo +share/locale/de/LC_MESSAGES/libkalarmcal5.mo +share/locale/el/LC_MESSAGES/libkalarmcal5.mo +share/locale/en_GB/LC_MESSAGES/libkalarmcal5.mo +share/locale/eo/LC_MESSAGES/libkalarmcal5.mo +share/locale/es/LC_MESSAGES/libkalarmcal5.mo +share/locale/et/LC_MESSAGES/libkalarmcal5.mo +share/locale/eu/LC_MESSAGES/libkalarmcal5.mo +share/locale/fa/LC_MESSAGES/libkalarmcal5.mo +share/locale/fi/LC_MESSAGES/libkalarmcal5.mo +share/locale/fr/LC_MESSAGES/libkalarmcal5.mo +share/locale/ga/LC_MESSAGES/libkalarmcal5.mo +share/locale/gl/LC_MESSAGES/libkalarmcal5.mo +share/locale/he/LC_MESSAGES/libkalarmcal5.mo +share/locale/hi/LC_MESSAGES/libkalarmcal5.mo +share/locale/hr/LC_MESSAGES/libkalarmcal5.mo +share/locale/hu/LC_MESSAGES/libkalarmcal5.mo +share/locale/ia/LC_MESSAGES/libkalarmcal5.mo +share/locale/is/LC_MESSAGES/libkalarmcal5.mo +share/locale/it/LC_MESSAGES/libkalarmcal5.mo +share/locale/ja/LC_MESSAGES/libkalarmcal5.mo +share/locale/kk/LC_MESSAGES/libkalarmcal5.mo +share/locale/km/LC_MESSAGES/libkalarmcal5.mo +share/locale/ko/LC_MESSAGES/libkalarmcal5.mo +share/locale/lt/LC_MESSAGES/libkalarmcal5.mo +share/locale/lv/LC_MESSAGES/libkalarmcal5.mo +share/locale/mr/LC_MESSAGES/libkalarmcal5.mo +share/locale/nb/LC_MESSAGES/libkalarmcal5.mo +share/locale/nds/LC_MESSAGES/libkalarmcal5.mo +share/locale/nl/LC_MESSAGES/libkalarmcal5.mo +share/locale/nn/LC_MESSAGES/libkalarmcal5.mo +share/locale/pa/LC_MESSAGES/libkalarmcal5.mo +share/locale/pl/LC_MESSAGES/libkalarmcal5.mo +share/locale/pt/LC_MESSAGES/libkalarmcal5.mo +share/locale/pt_BR/LC_MESSAGES/libkalarmcal5.mo +share/locale/ro/LC_MESSAGES/libkalarmcal5.mo +share/locale/ru/LC_MESSAGES/libkalarmcal5.mo +share/locale/sk/LC_MESSAGES/libkalarmcal5.mo +share/locale/sl/LC_MESSAGES/libkalarmcal5.mo +share/locale/sr/LC_MESSAGES/libkalarmcal5.mo +share/locale/sv/LC_MESSAGES/libkalarmcal5.mo +share/locale/tr/LC_MESSAGES/libkalarmcal5.mo +share/locale/ug/LC_MESSAGES/libkalarmcal5.mo +share/locale/uk/LC_MESSAGES/libkalarmcal5.mo +share/locale/wa/LC_MESSAGES/libkalarmcal5.mo +share/locale/zh_CN/LC_MESSAGES/libkalarmcal5.mo +share/locale/zh_TW/LC_MESSAGES/libkalarmcal5.mo diff --git a/net/kblog/Makefile b/net/kblog/Makefile new file mode 100644 index 000000000000..ba69a078707b --- /dev/null +++ b/net/kblog/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= kblog +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE API for weblogging access + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= coreaddons ecm kdelibs4support kio xmlrpcclient +# pim components +USE_KDE+= calendarcore syndication +USE_QT5= gui webkit \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/kblog/distinfo b/net/kblog/distinfo new file mode 100644 index 000000000000..df91c09c6fc0 --- /dev/null +++ b/net/kblog/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519207 +SHA256 (KDE/applications/17.12.3/kblog-17.12.3.tar.xz) = 8b435f938dceb8ac8e43b23af7dfa04a52c2397687171904f0cf4760a0a8c904 +SIZE (KDE/applications/17.12.3/kblog-17.12.3.tar.xz) = 72264 diff --git a/net/kblog/pkg-plist b/net/kblog/pkg-plist new file mode 100644 index 000000000000..1dd309a9fca7 --- /dev/null +++ b/net/kblog/pkg-plist @@ -0,0 +1,84 @@ +include/KF5/KBlog/KBlog/Blog +include/KF5/KBlog/KBlog/BlogComment +include/KF5/KBlog/KBlog/BlogMedia +include/KF5/KBlog/KBlog/BlogPost +include/KF5/KBlog/KBlog/Blogger1 +include/KF5/KBlog/KBlog/GData +include/KF5/KBlog/KBlog/MetaWeblog +include/KF5/KBlog/KBlog/MovableType +include/KF5/KBlog/KBlog/WordpressBuggy +include/KF5/KBlog/kblog/Blog +include/KF5/KBlog/kblog/BlogComment +include/KF5/KBlog/kblog/BlogMedia +include/KF5/KBlog/kblog/BlogPost +include/KF5/KBlog/kblog/Blogger1 +include/KF5/KBlog/kblog/GData +include/KF5/KBlog/kblog/MetaWeblog +include/KF5/KBlog/kblog/MovableType +include/KF5/KBlog/kblog/WordpressBuggy +include/KF5/KBlog/kblog/blog.h +include/KF5/KBlog/kblog/blogcomment.h +include/KF5/KBlog/kblog/blogger1.h +include/KF5/KBlog/kblog/blogmedia.h +include/KF5/KBlog/kblog/blogpost.h +include/KF5/KBlog/kblog/gdata.h +include/KF5/KBlog/kblog/kblog_export.h +include/KF5/KBlog/kblog/metaweblog.h +include/KF5/KBlog/kblog/movabletype.h +include/KF5/KBlog/kblog/wordpressbuggy.h +include/KF5/kblog_version.h +lib/cmake/KF5Blog/KF5BlogConfig.cmake +lib/cmake/KF5Blog/KF5BlogConfigVersion.cmake +lib/cmake/KF5Blog/KF5BlogTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Blog/KF5BlogTargets.cmake +lib/libKF5Blog.so +lib/libKF5Blog.so.5 +lib/libKF5Blog.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KBlog.pri +share/locale/ar/LC_MESSAGES/libkblog5.mo +share/locale/ast/LC_MESSAGES/libkblog5.mo +share/locale/bs/LC_MESSAGES/libkblog5.mo +share/locale/ca/LC_MESSAGES/libkblog5.mo +share/locale/ca@valencia/LC_MESSAGES/libkblog5.mo +share/locale/cs/LC_MESSAGES/libkblog5.mo +share/locale/da/LC_MESSAGES/libkblog5.mo +share/locale/de/LC_MESSAGES/libkblog5.mo +share/locale/el/LC_MESSAGES/libkblog5.mo +share/locale/en_GB/LC_MESSAGES/libkblog5.mo +share/locale/eo/LC_MESSAGES/libkblog5.mo +share/locale/es/LC_MESSAGES/libkblog5.mo +share/locale/et/LC_MESSAGES/libkblog5.mo +share/locale/fi/LC_MESSAGES/libkblog5.mo +share/locale/fr/LC_MESSAGES/libkblog5.mo +share/locale/ga/LC_MESSAGES/libkblog5.mo +share/locale/gl/LC_MESSAGES/libkblog5.mo +share/locale/hi/LC_MESSAGES/libkblog5.mo +share/locale/hu/LC_MESSAGES/libkblog5.mo +share/locale/ia/LC_MESSAGES/libkblog5.mo +share/locale/it/LC_MESSAGES/libkblog5.mo +share/locale/ja/LC_MESSAGES/libkblog5.mo +share/locale/kk/LC_MESSAGES/libkblog5.mo +share/locale/km/LC_MESSAGES/libkblog5.mo +share/locale/ko/LC_MESSAGES/libkblog5.mo +share/locale/lt/LC_MESSAGES/libkblog5.mo +share/locale/lv/LC_MESSAGES/libkblog5.mo +share/locale/mr/LC_MESSAGES/libkblog5.mo +share/locale/nb/LC_MESSAGES/libkblog5.mo +share/locale/nds/LC_MESSAGES/libkblog5.mo +share/locale/nl/LC_MESSAGES/libkblog5.mo +share/locale/nn/LC_MESSAGES/libkblog5.mo +share/locale/pa/LC_MESSAGES/libkblog5.mo +share/locale/pl/LC_MESSAGES/libkblog5.mo +share/locale/pt/LC_MESSAGES/libkblog5.mo +share/locale/pt_BR/LC_MESSAGES/libkblog5.mo +share/locale/ro/LC_MESSAGES/libkblog5.mo +share/locale/ru/LC_MESSAGES/libkblog5.mo +share/locale/sk/LC_MESSAGES/libkblog5.mo +share/locale/sl/LC_MESSAGES/libkblog5.mo +share/locale/sr/LC_MESSAGES/libkblog5.mo +share/locale/sv/LC_MESSAGES/libkblog5.mo +share/locale/tr/LC_MESSAGES/libkblog5.mo +share/locale/ug/LC_MESSAGES/libkblog5.mo +share/locale/uk/LC_MESSAGES/libkblog5.mo +share/locale/zh_CN/LC_MESSAGES/libkblog5.mo +share/locale/zh_TW/LC_MESSAGES/libkblog5.mo diff --git a/net/kcalcore/Makefile b/net/kcalcore/Makefile new file mode 100644 index 000000000000..0cf611736ce5 --- /dev/null +++ b/net/kcalcore/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= kcalcore +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE calendar access library + +LICENSE= LGPL21 + +LIB_DEPENDS= libical.so:devel/libical + +USES= bison cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= ecm emoticons init itemmodels itemviews kdelibs4support +USE_QT5= core gui \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/kcalcore/distinfo b/net/kcalcore/distinfo new file mode 100644 index 000000000000..bf7f422f9df8 --- /dev/null +++ b/net/kcalcore/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519202 +SHA256 (KDE/applications/17.12.3/kcalcore-17.12.3.tar.xz) = 7f80fcbbeea8d349327f4bba6241d348e9b159242b0686a9a97c99fb466bb888 +SIZE (KDE/applications/17.12.3/kcalcore-17.12.3.tar.xz) = 276504 diff --git a/net/kcalcore/pkg-plist b/net/kcalcore/pkg-plist new file mode 100644 index 000000000000..fcbf8be70eea --- /dev/null +++ b/net/kcalcore/pkg-plist @@ -0,0 +1,74 @@ +include/KF5/KCalCore/KCalCore/Alarm +include/KF5/KCalCore/KCalCore/Attachment +include/KF5/KCalCore/KCalCore/Attendee +include/KF5/KCalCore/KCalCore/CalFilter +include/KF5/KCalCore/KCalCore/CalFormat +include/KF5/KCalCore/KCalCore/CalStorage +include/KF5/KCalCore/KCalCore/Calendar +include/KF5/KCalCore/KCalCore/CustomProperties +include/KF5/KCalCore/KCalCore/Duration +include/KF5/KCalCore/KCalCore/Event +include/KF5/KCalCore/KCalCore/Exceptions +include/KF5/KCalCore/KCalCore/FileStorage +include/KF5/KCalCore/KCalCore/FreeBusy +include/KF5/KCalCore/KCalCore/FreeBusyCache +include/KF5/KCalCore/KCalCore/FreeBusyPeriod +include/KF5/KCalCore/KCalCore/ICalFormat +include/KF5/KCalCore/KCalCore/Incidence +include/KF5/KCalCore/KCalCore/IncidenceBase +include/KF5/KCalCore/KCalCore/Journal +include/KF5/KCalCore/KCalCore/MemoryCalendar +include/KF5/KCalCore/KCalCore/OccurrenceIterator +include/KF5/KCalCore/KCalCore/Period +include/KF5/KCalCore/KCalCore/Person +include/KF5/KCalCore/KCalCore/Recurrence +include/KF5/KCalCore/KCalCore/RecurrenceRule +include/KF5/KCalCore/KCalCore/ScheduleMessage +include/KF5/KCalCore/KCalCore/SortableList +include/KF5/KCalCore/KCalCore/Sorting +include/KF5/KCalCore/KCalCore/Todo +include/KF5/KCalCore/KCalCore/VCalFormat +include/KF5/KCalCore/KCalCore/Visitor +include/KF5/KCalCore/kcalcore/alarm.h +include/KF5/KCalCore/kcalcore/attachment.h +include/KF5/KCalCore/kcalcore/attendee.h +include/KF5/KCalCore/kcalcore/calendar.h +include/KF5/KCalCore/kcalcore/calfilter.h +include/KF5/KCalCore/kcalcore/calformat.h +include/KF5/KCalCore/kcalcore/calstorage.h +include/KF5/KCalCore/kcalcore/customproperties.h +include/KF5/KCalCore/kcalcore/duration.h +include/KF5/KCalCore/kcalcore/event.h +include/KF5/KCalCore/kcalcore/exceptions.h +include/KF5/KCalCore/kcalcore/filestorage.h +include/KF5/KCalCore/kcalcore/freebusy.h +include/KF5/KCalCore/kcalcore/freebusycache.h +include/KF5/KCalCore/kcalcore/freebusyperiod.h +include/KF5/KCalCore/kcalcore/icalformat.h +include/KF5/KCalCore/kcalcore/incidence.h +include/KF5/KCalCore/kcalcore/incidencebase.h +include/KF5/KCalCore/kcalcore/journal.h +include/KF5/KCalCore/kcalcore/kcalcore_export.h +include/KF5/KCalCore/kcalcore/memorycalendar.h +include/KF5/KCalCore/kcalcore/occurrenceiterator.h +include/KF5/KCalCore/kcalcore/period.h +include/KF5/KCalCore/kcalcore/person.h +include/KF5/KCalCore/kcalcore/recurrence.h +include/KF5/KCalCore/kcalcore/recurrencerule.h +include/KF5/KCalCore/kcalcore/schedulemessage.h +include/KF5/KCalCore/kcalcore/sortablelist.h +include/KF5/KCalCore/kcalcore/sorting.h +include/KF5/KCalCore/kcalcore/supertrait.h +include/KF5/KCalCore/kcalcore/todo.h +include/KF5/KCalCore/kcalcore/vcalformat.h +include/KF5/KCalCore/kcalcore/visitor.h +include/KF5/kcalcore_version.h +lib/cmake/KF5CalendarCore/FindLibIcal.cmake +lib/cmake/KF5CalendarCore/KF5CalendarCoreConfig.cmake +lib/cmake/KF5CalendarCore/KF5CalendarCoreConfigVersion.cmake +lib/cmake/KF5CalendarCore/KF5CalendarCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5CalendarCore/KF5CalendarCoreTargets.cmake +lib/libKF5CalendarCore.so +lib/libKF5CalendarCore.so.5 +lib/libKF5CalendarCore.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KCalCore.pri diff --git a/net/kcalutils/Makefile b/net/kcalutils/Makefile new file mode 100644 index 000000000000..ddb93b5672a2 --- /dev/null +++ b/net/kcalutils/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= kcalutils +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE utility and user interface functions for accessing calendar + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 tar:xz +USE_KDE= codecs config coreaddons ecm i18n iconthemes kdelibs4support \ + widgetsaddons +# pim components +USE_KDE+= calendarcore identitymanagement pimtextedit +USE_QT5= core gui widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/kcalutils/distinfo b/net/kcalutils/distinfo new file mode 100644 index 000000000000..6fabdeedc552 --- /dev/null +++ b/net/kcalutils/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519206 +SHA256 (KDE/applications/17.12.3/kcalutils-17.12.3.tar.xz) = ab671117c21a42e94d74c946fae99796e96baec978d2bb6b3f1c359cde3d4fb1 +SIZE (KDE/applications/17.12.3/kcalutils-17.12.3.tar.xz) = 323512 diff --git a/net/kcalutils/pkg-plist b/net/kcalutils/pkg-plist new file mode 100644 index 000000000000..462340fa38ec --- /dev/null +++ b/net/kcalutils/pkg-plist @@ -0,0 +1,74 @@ +include/KF5/KCalUtils/KCalUtils/DndFactory +include/KF5/KCalUtils/KCalUtils/HtmlExport +include/KF5/KCalUtils/KCalUtils/ICalDrag +include/KF5/KCalUtils/KCalUtils/IncidenceFormatter +include/KF5/KCalUtils/KCalUtils/RecurrenceActions +include/KF5/KCalUtils/KCalUtils/Scheduler +include/KF5/KCalUtils/KCalUtils/Stringify +include/KF5/KCalUtils/KCalUtils/VCalDrag +include/KF5/KCalUtils/kcalutils/HTMLExportSettings +include/KF5/KCalUtils/kcalutils/dndfactory.h +include/KF5/KCalUtils/kcalutils/htmlexport.h +include/KF5/KCalUtils/kcalutils/htmlexportsettings.h +include/KF5/KCalUtils/kcalutils/icaldrag.h +include/KF5/KCalUtils/kcalutils/incidenceformatter.h +include/KF5/KCalUtils/kcalutils/kcalutils_export.h +include/KF5/KCalUtils/kcalutils/recurrenceactions.h +include/KF5/KCalUtils/kcalutils/scheduler.h +include/KF5/KCalUtils/kcalutils/stringify.h +include/KF5/KCalUtils/kcalutils/vcaldrag.h +include/KF5/kcalutils_version.h +lib/cmake/KF5CalendarUtils/KF5CalendarUtilsConfig.cmake +lib/cmake/KF5CalendarUtils/KF5CalendarUtilsConfigVersion.cmake +lib/cmake/KF5CalendarUtils/KF5CalendarUtilsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5CalendarUtils/KF5CalendarUtilsTargets.cmake +lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/kcalendar_grantlee_plugin.so +lib/libKF5CalendarUtils.so +lib/libKF5CalendarUtils.so.5 +lib/libKF5CalendarUtils.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KCalUtils.pri +share/locale/ar/LC_MESSAGES/libkcalutils5.mo +share/locale/ast/LC_MESSAGES/libkcalutils5.mo +share/locale/bs/LC_MESSAGES/libkcalutils5.mo +share/locale/ca/LC_MESSAGES/libkcalutils5.mo +share/locale/ca@valencia/LC_MESSAGES/libkcalutils5.mo +share/locale/cs/LC_MESSAGES/libkcalutils5.mo +share/locale/da/LC_MESSAGES/libkcalutils5.mo +share/locale/de/LC_MESSAGES/libkcalutils5.mo +share/locale/el/LC_MESSAGES/libkcalutils5.mo +share/locale/en_GB/LC_MESSAGES/libkcalutils5.mo +share/locale/es/LC_MESSAGES/libkcalutils5.mo +share/locale/et/LC_MESSAGES/libkcalutils5.mo +share/locale/fi/LC_MESSAGES/libkcalutils5.mo +share/locale/fr/LC_MESSAGES/libkcalutils5.mo +share/locale/ga/LC_MESSAGES/libkcalutils5.mo +share/locale/gl/LC_MESSAGES/libkcalutils5.mo +share/locale/hr/LC_MESSAGES/libkcalutils5.mo +share/locale/hu/LC_MESSAGES/libkcalutils5.mo +share/locale/ia/LC_MESSAGES/libkcalutils5.mo +share/locale/it/LC_MESSAGES/libkcalutils5.mo +share/locale/ja/LC_MESSAGES/libkcalutils5.mo +share/locale/kk/LC_MESSAGES/libkcalutils5.mo +share/locale/km/LC_MESSAGES/libkcalutils5.mo +share/locale/ko/LC_MESSAGES/libkcalutils5.mo +share/locale/lt/LC_MESSAGES/libkcalutils5.mo +share/locale/mr/LC_MESSAGES/libkcalutils5.mo +share/locale/nb/LC_MESSAGES/libkcalutils5.mo +share/locale/nds/LC_MESSAGES/libkcalutils5.mo +share/locale/nl/LC_MESSAGES/libkcalutils5.mo +share/locale/nn/LC_MESSAGES/libkcalutils5.mo +share/locale/pa/LC_MESSAGES/libkcalutils5.mo +share/locale/pl/LC_MESSAGES/libkcalutils5.mo +share/locale/pt/LC_MESSAGES/libkcalutils5.mo +share/locale/pt_BR/LC_MESSAGES/libkcalutils5.mo +share/locale/ro/LC_MESSAGES/libkcalutils5.mo +share/locale/ru/LC_MESSAGES/libkcalutils5.mo +share/locale/sk/LC_MESSAGES/libkcalutils5.mo +share/locale/sl/LC_MESSAGES/libkcalutils5.mo +share/locale/sr/LC_MESSAGES/libkcalutils5.mo +share/locale/sv/LC_MESSAGES/libkcalutils5.mo +share/locale/tr/LC_MESSAGES/libkcalutils5.mo +share/locale/ug/LC_MESSAGES/libkcalutils5.mo +share/locale/uk/LC_MESSAGES/libkcalutils5.mo +share/locale/zh_CN/LC_MESSAGES/libkcalutils5.mo +share/locale/zh_TW/LC_MESSAGES/libkcalutils5.mo diff --git a/net/kcontacts/Makefile b/net/kcontacts/Makefile new file mode 100644 index 000000000000..f12a445b0098 --- /dev/null +++ b/net/kcontacts/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= kcontacts +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE api to manage contact information + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= ecm codecs config coreaddons i18n +USE_QT5= core dbus gui \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + +.include <bsd.port.mk> diff --git a/net/kcontacts/distinfo b/net/kcontacts/distinfo new file mode 100644 index 000000000000..63cd07375822 --- /dev/null +++ b/net/kcontacts/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519213 +SHA256 (KDE/applications/17.12.3/kcontacts-17.12.3.tar.xz) = 54366dfe5c1a89e58e730b1fc57df004f7ed8c66a59c5d1ac35f59b3ec57ff21 +SIZE (KDE/applications/17.12.3/kcontacts-17.12.3.tar.xz) = 206708 diff --git a/net/kcontacts/pkg-plist b/net/kcontacts/pkg-plist new file mode 100644 index 000000000000..884fde106819 --- /dev/null +++ b/net/kcontacts/pkg-plist @@ -0,0 +1,120 @@ +include/KF5/KContacts/KContacts/Address +include/KF5/KContacts/KContacts/Addressee +include/KF5/KContacts/KContacts/AddresseeList +include/KF5/KContacts/KContacts/CalendarUrl +include/KF5/KContacts/KContacts/ClientPidMap +include/KF5/KContacts/KContacts/ContactGroup +include/KF5/KContacts/KContacts/ContactGroupTool +include/KF5/KContacts/KContacts/Email +include/KF5/KContacts/KContacts/Field +include/KF5/KContacts/KContacts/FieldGroup +include/KF5/KContacts/KContacts/Gender +include/KF5/KContacts/KContacts/Geo +include/KF5/KContacts/KContacts/Impp +include/KF5/KContacts/KContacts/Key +include/KF5/KContacts/KContacts/LDIFConverter +include/KF5/KContacts/KContacts/Lang +include/KF5/KContacts/KContacts/NickName +include/KF5/KContacts/KContacts/Note +include/KF5/KContacts/KContacts/Org +include/KF5/KContacts/KContacts/PhoneNumber +include/KF5/KContacts/KContacts/Picture +include/KF5/KContacts/KContacts/Related +include/KF5/KContacts/KContacts/ResourceLocatorUrl +include/KF5/KContacts/KContacts/Role +include/KF5/KContacts/KContacts/Secrecy +include/KF5/KContacts/KContacts/SortMode +include/KF5/KContacts/KContacts/Sound +include/KF5/KContacts/KContacts/TimeZone +include/KF5/KContacts/KContacts/Title +include/KF5/KContacts/KContacts/VCardConverter +include/KF5/KContacts/KContacts/VCardDrag +include/KF5/KContacts/kcontacts/address.h +include/KF5/KContacts/kcontacts/addressee.h +include/KF5/KContacts/kcontacts/addresseelist.h +include/KF5/KContacts/kcontacts/calendarurl.h +include/KF5/KContacts/kcontacts/clientpidmap.h +include/KF5/KContacts/kcontacts/contactgroup.h +include/KF5/KContacts/kcontacts/contactgrouptool.h +include/KF5/KContacts/kcontacts/email.h +include/KF5/KContacts/kcontacts/field.h +include/KF5/KContacts/kcontacts/fieldgroup.h +include/KF5/KContacts/kcontacts/gender.h +include/KF5/KContacts/kcontacts/geo.h +include/KF5/KContacts/kcontacts/impp.h +include/KF5/KContacts/kcontacts/kcontacts_export.h +include/KF5/KContacts/kcontacts/key.h +include/KF5/KContacts/kcontacts/lang.h +include/KF5/KContacts/kcontacts/ldifconverter.h +include/KF5/KContacts/kcontacts/nickname.h +include/KF5/KContacts/kcontacts/note.h +include/KF5/KContacts/kcontacts/org.h +include/KF5/KContacts/kcontacts/phonenumber.h +include/KF5/KContacts/kcontacts/picture.h +include/KF5/KContacts/kcontacts/related.h +include/KF5/KContacts/kcontacts/resourcelocatorurl.h +include/KF5/KContacts/kcontacts/role.h +include/KF5/KContacts/kcontacts/secrecy.h +include/KF5/KContacts/kcontacts/sortmode.h +include/KF5/KContacts/kcontacts/sound.h +include/KF5/KContacts/kcontacts/timezone.h +include/KF5/KContacts/kcontacts/title.h +include/KF5/KContacts/kcontacts/vcardconverter.h +include/KF5/KContacts/kcontacts/vcarddrag.h +include/KF5/kcontacts_version.h +lib/cmake/KF5Contacts/KF5ContactsConfig.cmake +lib/cmake/KF5Contacts/KF5ContactsConfigVersion.cmake +lib/cmake/KF5Contacts/KF5ContactsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Contacts/KF5ContactsTargets.cmake +lib/libKF5Contacts.so +lib/libKF5Contacts.so.5 +lib/libKF5Contacts.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KContacts.pri +share/kf5/kcontacts/countrytransl.map +share/locale/ar/LC_MESSAGES/kcontacts5.mo +share/locale/ast/LC_MESSAGES/kcontacts5.mo +share/locale/bs/LC_MESSAGES/kcontacts5.mo +share/locale/ca/LC_MESSAGES/kcontacts5.mo +share/locale/ca@valencia/LC_MESSAGES/kcontacts5.mo +share/locale/cs/LC_MESSAGES/kcontacts5.mo +share/locale/da/LC_MESSAGES/kcontacts5.mo +share/locale/de/LC_MESSAGES/kcontacts5.mo +share/locale/el/LC_MESSAGES/kcontacts5.mo +share/locale/en_GB/LC_MESSAGES/kcontacts5.mo +share/locale/eo/LC_MESSAGES/kcontacts5.mo +share/locale/es/LC_MESSAGES/kcontacts5.mo +share/locale/et/LC_MESSAGES/kcontacts5.mo +share/locale/fi/LC_MESSAGES/kcontacts5.mo +share/locale/fr/LC_MESSAGES/kcontacts5.mo +share/locale/ga/LC_MESSAGES/kcontacts5.mo +share/locale/gl/LC_MESSAGES/kcontacts5.mo +share/locale/hi/LC_MESSAGES/kcontacts5.mo +share/locale/hu/LC_MESSAGES/kcontacts5.mo +share/locale/ia/LC_MESSAGES/kcontacts5.mo +share/locale/it/LC_MESSAGES/kcontacts5.mo +share/locale/ja/LC_MESSAGES/kcontacts5.mo +share/locale/kk/LC_MESSAGES/kcontacts5.mo +share/locale/km/LC_MESSAGES/kcontacts5.mo +share/locale/ko/LC_MESSAGES/kcontacts5.mo +share/locale/lt/LC_MESSAGES/kcontacts5.mo +share/locale/lv/LC_MESSAGES/kcontacts5.mo +share/locale/mr/LC_MESSAGES/kcontacts5.mo +share/locale/nb/LC_MESSAGES/kcontacts5.mo +share/locale/nds/LC_MESSAGES/kcontacts5.mo +share/locale/nl/LC_MESSAGES/kcontacts5.mo +share/locale/nn/LC_MESSAGES/kcontacts5.mo +share/locale/pa/LC_MESSAGES/kcontacts5.mo +share/locale/pl/LC_MESSAGES/kcontacts5.mo +share/locale/pt/LC_MESSAGES/kcontacts5.mo +share/locale/pt_BR/LC_MESSAGES/kcontacts5.mo +share/locale/ro/LC_MESSAGES/kcontacts5.mo +share/locale/ru/LC_MESSAGES/kcontacts5.mo +share/locale/sk/LC_MESSAGES/kcontacts5.mo +share/locale/sl/LC_MESSAGES/kcontacts5.mo +share/locale/sr/LC_MESSAGES/kcontacts5.mo +share/locale/sv/LC_MESSAGES/kcontacts5.mo +share/locale/tr/LC_MESSAGES/kcontacts5.mo +share/locale/ug/LC_MESSAGES/kcontacts5.mo +share/locale/uk/LC_MESSAGES/kcontacts5.mo +share/locale/zh_CN/LC_MESSAGES/kcontacts5.mo +share/locale/zh_TW/LC_MESSAGES/kcontacts5.mo diff --git a/net/kdav/Makefile b/net/kdav/Makefile new file mode 100644 index 000000000000..71cec1f945e8 --- /dev/null +++ b/net/kdav/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= kdav +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= A DAV protocol implementation with KJobs + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= config coreaddons ecm kio service +USE_QT5= core gui network xml xmlpatterns \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/kdav/distinfo b/net/kdav/distinfo new file mode 100644 index 000000000000..a88bcb213707 --- /dev/null +++ b/net/kdav/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519201 +SHA256 (KDE/applications/17.12.3/kdav-17.12.3.tar.xz) = a4d3d683faf3310dd723e987bbab24ee8e31a36d004004312905053ba6132a90 +SIZE (KDE/applications/17.12.3/kdav-17.12.3.tar.xz) = 37796 diff --git a/net/kdav/pkg-plist b/net/kdav/pkg-plist new file mode 100644 index 000000000000..fcf092556819 --- /dev/null +++ b/net/kdav/pkg-plist @@ -0,0 +1,56 @@ +etc/xdg/kdav.categories +include/KPim/KDAV/DavCollection +include/KPim/KDAV/DavCollectionDeleteJob +include/KPim/KDAV/DavCollectionModifyJob +include/KPim/KDAV/DavCollectionsFetchJob +include/KPim/KDAV/DavCollectionsMultiFetchJob +include/KPim/KDAV/DavError +include/KPim/KDAV/DavItem +include/KPim/KDAV/DavItemCreateJob +include/KPim/KDAV/DavItemDeleteJob +include/KPim/KDAV/DavItemFetchJob +include/KPim/KDAV/DavItemModifyJob +include/KPim/KDAV/DavItemsFetchJob +include/KPim/KDAV/DavItemsListJob +include/KPim/KDAV/DavJobBase +include/KPim/KDAV/DavManager +include/KPim/KDAV/DavPrincipalHomesetsFetchJob +include/KPim/KDAV/DavPrincipalSearchJob +include/KPim/KDAV/DavProtocolBase +include/KPim/KDAV/DavUrl +include/KPim/KDAV/Enums +include/KPim/KDAV/EtagCache +include/KPim/KDAV/Utils +include/KPim/kdav/davcollection.h +include/KPim/kdav/davcollectiondeletejob.h +include/KPim/kdav/davcollectionmodifyjob.h +include/KPim/kdav/davcollectionsfetchjob.h +include/KPim/kdav/davcollectionsmultifetchjob.h +include/KPim/kdav/daverror.h +include/KPim/kdav/davitem.h +include/KPim/kdav/davitemcreatejob.h +include/KPim/kdav/davitemdeletejob.h +include/KPim/kdav/davitemfetchjob.h +include/KPim/kdav/davitemmodifyjob.h +include/KPim/kdav/davitemsfetchjob.h +include/KPim/kdav/davitemslistjob.h +include/KPim/kdav/davjobbase.h +include/KPim/kdav/davmanager.h +include/KPim/kdav/davprincipalhomesetsfetchjob.h +include/KPim/kdav/davprincipalsearchjob.h +include/KPim/kdav/davprotocolbase.h +include/KPim/kdav/davurl.h +include/KPim/kdav/enums.h +include/KPim/kdav/etagcache.h +include/KPim/kdav/kpimkdav_export.h +include/KPim/kdav/libkdav_debug.h +include/KPim/kdav/utils.h +include/KPim/kpimkdav_version.h +lib/cmake/KPimKDAV/KPimKDAVConfig.cmake +lib/cmake/KPimKDAV/KPimKDAVConfigVersion.cmake +lib/cmake/KPimKDAV/KPimKDAVTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KPimKDAV/KPimKDAVTargets.cmake +lib/libKPimKDAV.so +lib/libKPimKDAV.so.5 +lib/libKPimKDAV.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_kdav.pri diff --git a/net/kdenetwork-filesharing/Makefile b/net/kdenetwork-filesharing/Makefile new file mode 100644 index 000000000000..87bc94331ec3 --- /dev/null +++ b/net/kdenetwork-filesharing/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= kdenetwork-filesharing +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE Filesharing via Samba + +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= completion config coreaddons doctools ecm i18n jobwidgets kio \ + service widgetsaddons +USE_QT5= core gui network widgets \ + buildtools_build qmake_build + +.include <bsd.port.mk> diff --git a/net/kdenetwork-filesharing/distinfo b/net/kdenetwork-filesharing/distinfo new file mode 100644 index 000000000000..87fb05ed002c --- /dev/null +++ b/net/kdenetwork-filesharing/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519222 +SHA256 (KDE/applications/17.12.3/kdenetwork-filesharing-17.12.3.tar.xz) = d05f316e916ca88d0ae3d5d65109e51dc6641ce9b86933c02210fac8c1ae7b42 +SIZE (KDE/applications/17.12.3/kdenetwork-filesharing-17.12.3.tar.xz) = 323564 diff --git a/net/kdenetwork-filesharing/pkg-descr b/net/kdenetwork-filesharing/pkg-descr new file mode 100644 index 000000000000..52745e7ae0a3 --- /dev/null +++ b/net/kdenetwork-filesharing/pkg-descr @@ -0,0 +1 @@ +Filesharing Interfaces. diff --git a/net/kdenetwork-filesharing/pkg-plist b/net/kdenetwork-filesharing/pkg-plist new file mode 100644 index 000000000000..bee66f893180 --- /dev/null +++ b/net/kdenetwork-filesharing/pkg-plist @@ -0,0 +1,55 @@ +%%QT_PLUGINDIR%%/sambausershareplugin.so +share/kservices5/sambausershareplugin.desktop +share/locale/ar/LC_MESSAGES/kfileshare.mo +share/locale/ast/LC_MESSAGES/kfileshare.mo +share/locale/bg/LC_MESSAGES/kfileshare.mo +share/locale/bs/LC_MESSAGES/kfileshare.mo +share/locale/ca/LC_MESSAGES/kfileshare.mo +share/locale/ca@valencia/LC_MESSAGES/kfileshare.mo +share/locale/cs/LC_MESSAGES/kfileshare.mo +share/locale/da/LC_MESSAGES/kfileshare.mo +share/locale/de/LC_MESSAGES/kfileshare.mo +share/locale/el/LC_MESSAGES/kfileshare.mo +share/locale/en_GB/LC_MESSAGES/kfileshare.mo +share/locale/eo/LC_MESSAGES/kfileshare.mo +share/locale/es/LC_MESSAGES/kfileshare.mo +share/locale/et/LC_MESSAGES/kfileshare.mo +share/locale/eu/LC_MESSAGES/kfileshare.mo +share/locale/fa/LC_MESSAGES/kfileshare.mo +share/locale/fi/LC_MESSAGES/kfileshare.mo +share/locale/fr/LC_MESSAGES/kfileshare.mo +share/locale/ga/LC_MESSAGES/kfileshare.mo +share/locale/gl/LC_MESSAGES/kfileshare.mo +share/locale/he/LC_MESSAGES/kfileshare.mo +share/locale/hi/LC_MESSAGES/kfileshare.mo +share/locale/hr/LC_MESSAGES/kfileshare.mo +share/locale/hu/LC_MESSAGES/kfileshare.mo +share/locale/ia/LC_MESSAGES/kfileshare.mo +share/locale/is/LC_MESSAGES/kfileshare.mo +share/locale/it/LC_MESSAGES/kfileshare.mo +share/locale/ja/LC_MESSAGES/kfileshare.mo +share/locale/kk/LC_MESSAGES/kfileshare.mo +share/locale/km/LC_MESSAGES/kfileshare.mo +share/locale/ko/LC_MESSAGES/kfileshare.mo +share/locale/lt/LC_MESSAGES/kfileshare.mo +share/locale/lv/LC_MESSAGES/kfileshare.mo +share/locale/mr/LC_MESSAGES/kfileshare.mo +share/locale/nb/LC_MESSAGES/kfileshare.mo +share/locale/nds/LC_MESSAGES/kfileshare.mo +share/locale/nl/LC_MESSAGES/kfileshare.mo +share/locale/nn/LC_MESSAGES/kfileshare.mo +share/locale/pa/LC_MESSAGES/kfileshare.mo +share/locale/pl/LC_MESSAGES/kfileshare.mo +share/locale/pt/LC_MESSAGES/kfileshare.mo +share/locale/pt_BR/LC_MESSAGES/kfileshare.mo +share/locale/ro/LC_MESSAGES/kfileshare.mo +share/locale/ru/LC_MESSAGES/kfileshare.mo +share/locale/sk/LC_MESSAGES/kfileshare.mo +share/locale/sl/LC_MESSAGES/kfileshare.mo +share/locale/sr/LC_MESSAGES/kfileshare.mo +share/locale/sv/LC_MESSAGES/kfileshare.mo +share/locale/tr/LC_MESSAGES/kfileshare.mo +share/locale/ug/LC_MESSAGES/kfileshare.mo +share/locale/uk/LC_MESSAGES/kfileshare.mo +share/locale/zh_CN/LC_MESSAGES/kfileshare.mo +share/locale/zh_TW/LC_MESSAGES/kfileshare.mo diff --git a/net/kget/Makefile b/net/kget/Makefile new file mode 100644 index 000000000000..db606932a88f --- /dev/null +++ b/net/kget/Makefile @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= kget +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE download manager + +LIB_DEPENDS= libKF5Torrent.so:net-p2p/libktorrent \ + libassuan.so:security/libassuan \ + libgcrypt.so:security/libgcrypt \ + libgmp.so:math/gmp \ + libgpg-error.so:security/libgpg-error \ + libgpgme.so:security/gpgme \ + libgpgmepp.so:security/gpgme-cpp \ + libqca-qt5.so:devel/qca-qt5 \ + libqgpgme.so:security/gpgme-qt5 + +USES= cmake:outsource kde:5 shebangfix sqlite tar:xz + +USE_KDE= archive auth bookmarks codecs completion config configwidgets \ + coreaddons crash dbusaddons emoticons guiaddons i18n \ + iconthemes itemmodels itemviews jobwidgets kcmutils \ + kdelibs4support kio notifications notifyconfig parts service \ + solid sonnet textwidgets unitconversion wallet widgetsaddons \ + windowsystem xmlgui +USE_QT5= core dbus gui network printsupport sql widgets xml \ + buildtools_build qmake_build + +USE_LDCONFIG= yes +SHEBANG_FILES= conf/*.pl + + +MAKE_ENV= XDG_CONFIG_HOME=/dev/null +CONFIGURE_ENV= XDG_CONFIG_HOME=/dev/null + +.include <bsd.port.mk> diff --git a/net/kget/distinfo b/net/kget/distinfo new file mode 100644 index 000000000000..23eba1e857c4 --- /dev/null +++ b/net/kget/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519208 +SHA256 (KDE/applications/17.12.3/kget-17.12.3.tar.xz) = 9c7f1f406de28b11f6fc7842c84becada04307d2a6a80f0fe81969735adc5dcd +SIZE (KDE/applications/17.12.3/kget-17.12.3.tar.xz) = 5388864 diff --git a/net/kget/pkg-descr b/net/kget/pkg-descr new file mode 100644 index 000000000000..cdf1c8ba336e --- /dev/null +++ b/net/kget/pkg-descr @@ -0,0 +1 @@ +KGet is a versatile and user-friendly download manager. diff --git a/net/kget/pkg-plist b/net/kget/pkg-plist new file mode 100644 index 000000000000..bd5284061969 --- /dev/null +++ b/net/kget/pkg-plist @@ -0,0 +1,254 @@ +bin/kget +lib/libkgetcore.so +lib/libkgetcore.so.5 +lib/libkgetcore.so.5.0.0 +%%QT_PLUGINDIR%%/kcm_kget_bittorrentfactory.so +%%QT_PLUGINDIR%%/kcm_kget_checksumsearchfactory.so +%%QT_PLUGINDIR%%/kcm_kget_metalinkfactory.so +%%QT_PLUGINDIR%%/kcm_kget_mirrorsearchfactory.so +%%QT_PLUGINDIR%%/kcm_kget_multisegkiofactory.so +%%QT_PLUGINDIR%%/kget/kget_bittorrent.so +%%QT_PLUGINDIR%%/kget/kget_checksumsearchfactory.so +%%QT_PLUGINDIR%%/kget/kget_kio.so +%%QT_PLUGINDIR%%/kget/kget_metalinkfactory.so +%%QT_PLUGINDIR%%/kget/kget_mirrorsearchfactory.so +%%QT_PLUGINDIR%%/kget/kget_multisegkiofactory.so +%%QT_PLUGINDIR%%/kget_browser_integration.so +share/applications/org.kde.kget.desktop +share/config.kcfg/kget.kcfg +share/config.kcfg/kget_checksumsearchfactory.kcfg +share/config.kcfg/kget_mirrorsearchfactory.kcfg +share/config.kcfg/kget_multisegkiofactory.kcfg +share/dbus-1/services/org.kde.kget.service +share/dolphinpart/kpartplugins/kget_plug_in.desktop +share/dolphinpart/kpartplugins/kget_plug_in.rc +share/icons/hicolor/128x128/apps/kget.png +share/icons/hicolor/16x16/apps/kget.png +share/icons/hicolor/22x22/apps/kget.png +share/icons/hicolor/32x32/apps/kget.png +share/icons/hicolor/48x48/apps/kget.png +share/icons/hicolor/64x64/apps/kget.png +share/kconf_update/kget.upd +share/kconf_update/kget_limitdownloads.pl +share/kconf_update/kget_sensitive.pl +%%DATADIR%%/pics/kget_splash.png +share/khtml/kpartplugins/kget_plug_in.desktop +share/khtml/kpartplugins/kget_plug_in.rc +share/knotifications5/kget.notifyrc +share/kservices5/ServiceMenus/kget_download.desktop +share/kservices5/kget_bittorrentfactory_config.desktop +share/kservices5/kget_checksumsearchfactory_config.desktop +share/kservices5/kget_metalinkfactory_config.desktop +share/kservices5/kget_mirrorsearchfactory_config.desktop +share/kservices5/kget_multisegkiofactory_config.desktop +share/kservicetypes5/kget_plugin.desktop +share/kwebkitpart/kpartplugins/kget_plug_in.desktop +share/kwebkitpart/kpartplugins/kget_plug_in.rc +share/kxmlgui5/kget/kgetui.rc +share/locale/ar/LC_MESSAGES/kget.mo +share/locale/ar/LC_MESSAGES/kgetplugin.mo +share/locale/ar/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ast/LC_MESSAGES/kget.mo +share/locale/ast/LC_MESSAGES/kgetplugin.mo +share/locale/ast/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ast/LC_MESSAGES/plasma_runner_kget.mo +share/locale/bg/LC_MESSAGES/kget.mo +share/locale/bg/LC_MESSAGES/kgetplugin.mo +share/locale/bg/LC_MESSAGES/plasma_applet_kget.mo +share/locale/bg/LC_MESSAGES/plasma_runner_kget.mo +share/locale/bs/LC_MESSAGES/kget.mo +share/locale/bs/LC_MESSAGES/kgetplugin.mo +share/locale/bs/LC_MESSAGES/plasma_applet_kget.mo +share/locale/bs/LC_MESSAGES/plasma_runner_kget.mo +share/locale/ca/LC_MESSAGES/kget.mo +share/locale/ca/LC_MESSAGES/kgetplugin.mo +share/locale/ca/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ca/LC_MESSAGES/plasma_runner_kget.mo +share/locale/ca@valencia/LC_MESSAGES/kget.mo +share/locale/ca@valencia/LC_MESSAGES/kgetplugin.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kget.mo +share/locale/cs/LC_MESSAGES/kget.mo +share/locale/cs/LC_MESSAGES/kgetplugin.mo +share/locale/cs/LC_MESSAGES/plasma_applet_kget.mo +share/locale/cs/LC_MESSAGES/plasma_runner_kget.mo +share/locale/da/LC_MESSAGES/kget.mo +share/locale/da/LC_MESSAGES/kgetplugin.mo +share/locale/da/LC_MESSAGES/plasma_applet_kget.mo +share/locale/da/LC_MESSAGES/plasma_runner_kget.mo +share/locale/de/LC_MESSAGES/kget.mo +share/locale/de/LC_MESSAGES/kgetplugin.mo +share/locale/de/LC_MESSAGES/plasma_applet_kget.mo +share/locale/de/LC_MESSAGES/plasma_runner_kget.mo +share/locale/el/LC_MESSAGES/kget.mo +share/locale/el/LC_MESSAGES/kgetplugin.mo +share/locale/el/LC_MESSAGES/plasma_applet_kget.mo +share/locale/el/LC_MESSAGES/plasma_runner_kget.mo +share/locale/en_GB/LC_MESSAGES/kget.mo +share/locale/en_GB/LC_MESSAGES/kgetplugin.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_kget.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_kget.mo +share/locale/eo/LC_MESSAGES/kget.mo +share/locale/eo/LC_MESSAGES/kgetplugin.mo +share/locale/eo/LC_MESSAGES/plasma_applet_kget.mo +share/locale/eo/LC_MESSAGES/plasma_runner_kget.mo +share/locale/es/LC_MESSAGES/kget.mo +share/locale/es/LC_MESSAGES/kgetplugin.mo +share/locale/es/LC_MESSAGES/plasma_applet_kget.mo +share/locale/es/LC_MESSAGES/plasma_runner_kget.mo +share/locale/et/LC_MESSAGES/kget.mo +share/locale/et/LC_MESSAGES/kgetplugin.mo +share/locale/et/LC_MESSAGES/plasma_applet_kget.mo +share/locale/et/LC_MESSAGES/plasma_runner_kget.mo +share/locale/eu/LC_MESSAGES/kget.mo +share/locale/eu/LC_MESSAGES/kgetplugin.mo +share/locale/eu/LC_MESSAGES/plasma_applet_kget.mo +share/locale/fa/LC_MESSAGES/kget.mo +share/locale/fa/LC_MESSAGES/kgetplugin.mo +share/locale/fi/LC_MESSAGES/kget.mo +share/locale/fi/LC_MESSAGES/kgetplugin.mo +share/locale/fi/LC_MESSAGES/plasma_applet_kget.mo +share/locale/fi/LC_MESSAGES/plasma_runner_kget.mo +share/locale/fr/LC_MESSAGES/kget.mo +share/locale/fr/LC_MESSAGES/kgetplugin.mo +share/locale/fr/LC_MESSAGES/plasma_applet_kget.mo +share/locale/fr/LC_MESSAGES/plasma_runner_kget.mo +share/locale/ga/LC_MESSAGES/kget.mo +share/locale/ga/LC_MESSAGES/kgetplugin.mo +share/locale/ga/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ga/LC_MESSAGES/plasma_runner_kget.mo +share/locale/gl/LC_MESSAGES/kget.mo +share/locale/gl/LC_MESSAGES/kgetplugin.mo +share/locale/gl/LC_MESSAGES/plasma_applet_kget.mo +share/locale/gl/LC_MESSAGES/plasma_runner_kget.mo +share/locale/he/LC_MESSAGES/kget.mo +share/locale/he/LC_MESSAGES/kgetplugin.mo +share/locale/hi/LC_MESSAGES/kget.mo +share/locale/hi/LC_MESSAGES/kgetplugin.mo +share/locale/hi/LC_MESSAGES/plasma_applet_kget.mo +share/locale/hr/LC_MESSAGES/kget.mo +share/locale/hr/LC_MESSAGES/kgetplugin.mo +share/locale/hr/LC_MESSAGES/plasma_applet_kget.mo +share/locale/hr/LC_MESSAGES/plasma_runner_kget.mo +share/locale/hu/LC_MESSAGES/kget.mo +share/locale/hu/LC_MESSAGES/kgetplugin.mo +share/locale/hu/LC_MESSAGES/plasma_applet_kget.mo +share/locale/hu/LC_MESSAGES/plasma_runner_kget.mo +share/locale/ia/LC_MESSAGES/kget.mo +share/locale/ia/LC_MESSAGES/kgetplugin.mo +share/locale/ia/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ia/LC_MESSAGES/plasma_runner_kget.mo +share/locale/is/LC_MESSAGES/kget.mo +share/locale/is/LC_MESSAGES/kgetplugin.mo +share/locale/is/LC_MESSAGES/plasma_applet_kget.mo +share/locale/it/LC_MESSAGES/kget.mo +share/locale/it/LC_MESSAGES/kgetplugin.mo +share/locale/it/LC_MESSAGES/plasma_applet_kget.mo +share/locale/it/LC_MESSAGES/plasma_runner_kget.mo +share/locale/ja/LC_MESSAGES/kget.mo +share/locale/ja/LC_MESSAGES/kgetplugin.mo +share/locale/ja/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ja/LC_MESSAGES/plasma_runner_kget.mo +share/locale/kk/LC_MESSAGES/kget.mo +share/locale/kk/LC_MESSAGES/kgetplugin.mo +share/locale/kk/LC_MESSAGES/plasma_applet_kget.mo +share/locale/kk/LC_MESSAGES/plasma_runner_kget.mo +share/locale/km/LC_MESSAGES/kget.mo +share/locale/km/LC_MESSAGES/kgetplugin.mo +share/locale/km/LC_MESSAGES/plasma_applet_kget.mo +share/locale/km/LC_MESSAGES/plasma_runner_kget.mo +share/locale/ko/LC_MESSAGES/kget.mo +share/locale/ko/LC_MESSAGES/kgetplugin.mo +share/locale/ko/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ko/LC_MESSAGES/plasma_runner_kget.mo +share/locale/lt/LC_MESSAGES/kget.mo +share/locale/lt/LC_MESSAGES/kgetplugin.mo +share/locale/lt/LC_MESSAGES/plasma_applet_kget.mo +share/locale/lt/LC_MESSAGES/plasma_runner_kget.mo +share/locale/lv/LC_MESSAGES/kget.mo +share/locale/lv/LC_MESSAGES/kgetplugin.mo +share/locale/lv/LC_MESSAGES/plasma_applet_kget.mo +share/locale/lv/LC_MESSAGES/plasma_runner_kget.mo +share/locale/mr/LC_MESSAGES/kget.mo +share/locale/mr/LC_MESSAGES/kgetplugin.mo +share/locale/mr/LC_MESSAGES/plasma_applet_kget.mo +share/locale/mr/LC_MESSAGES/plasma_runner_kget.mo +share/locale/nb/LC_MESSAGES/kget.mo +share/locale/nb/LC_MESSAGES/kgetplugin.mo +share/locale/nb/LC_MESSAGES/plasma_applet_kget.mo +share/locale/nb/LC_MESSAGES/plasma_runner_kget.mo +share/locale/nds/LC_MESSAGES/kget.mo +share/locale/nds/LC_MESSAGES/kgetplugin.mo +share/locale/nds/LC_MESSAGES/plasma_applet_kget.mo +share/locale/nds/LC_MESSAGES/plasma_runner_kget.mo +share/locale/nl/LC_MESSAGES/kget.mo +share/locale/nl/LC_MESSAGES/kgetplugin.mo +share/locale/nl/LC_MESSAGES/plasma_applet_kget.mo +share/locale/nl/LC_MESSAGES/plasma_runner_kget.mo +share/locale/nn/LC_MESSAGES/kget.mo +share/locale/nn/LC_MESSAGES/kgetplugin.mo +share/locale/nn/LC_MESSAGES/plasma_applet_kget.mo +share/locale/nn/LC_MESSAGES/plasma_runner_kget.mo +share/locale/pa/LC_MESSAGES/kget.mo +share/locale/pa/LC_MESSAGES/kgetplugin.mo +share/locale/pa/LC_MESSAGES/plasma_applet_kget.mo +share/locale/pa/LC_MESSAGES/plasma_runner_kget.mo +share/locale/pl/LC_MESSAGES/kget.mo +share/locale/pl/LC_MESSAGES/kgetplugin.mo +share/locale/pl/LC_MESSAGES/plasma_applet_kget.mo +share/locale/pl/LC_MESSAGES/plasma_runner_kget.mo +share/locale/pt/LC_MESSAGES/kget.mo +share/locale/pt/LC_MESSAGES/kgetplugin.mo +share/locale/pt/LC_MESSAGES/plasma_applet_kget.mo +share/locale/pt/LC_MESSAGES/plasma_runner_kget.mo +share/locale/pt_BR/LC_MESSAGES/kget.mo +share/locale/pt_BR/LC_MESSAGES/kgetplugin.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_kget.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_kget.mo +share/locale/ro/LC_MESSAGES/kget.mo +share/locale/ro/LC_MESSAGES/kgetplugin.mo +share/locale/ro/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ro/LC_MESSAGES/plasma_runner_kget.mo +share/locale/ru/LC_MESSAGES/kget.mo +share/locale/ru/LC_MESSAGES/kgetplugin.mo +share/locale/ru/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ru/LC_MESSAGES/plasma_runner_kget.mo +share/locale/sk/LC_MESSAGES/kget.mo +share/locale/sk/LC_MESSAGES/kgetplugin.mo +share/locale/sk/LC_MESSAGES/plasma_applet_kget.mo +share/locale/sk/LC_MESSAGES/plasma_runner_kget.mo +share/locale/sl/LC_MESSAGES/kget.mo +share/locale/sl/LC_MESSAGES/kgetplugin.mo +share/locale/sl/LC_MESSAGES/plasma_applet_kget.mo +share/locale/sl/LC_MESSAGES/plasma_runner_kget.mo +share/locale/sr/LC_MESSAGES/kget.mo +share/locale/sr/LC_MESSAGES/kgetplugin.mo +share/locale/sr/LC_MESSAGES/plasma_applet_kget.mo +share/locale/sr/LC_MESSAGES/plasma_runner_kget.mo +share/locale/sv/LC_MESSAGES/kget.mo +share/locale/sv/LC_MESSAGES/kgetplugin.mo +share/locale/sv/LC_MESSAGES/plasma_applet_kget.mo +share/locale/sv/LC_MESSAGES/plasma_runner_kget.mo +share/locale/tr/LC_MESSAGES/kget.mo +share/locale/tr/LC_MESSAGES/kgetplugin.mo +share/locale/tr/LC_MESSAGES/plasma_applet_kget.mo +share/locale/tr/LC_MESSAGES/plasma_runner_kget.mo +share/locale/ug/LC_MESSAGES/kget.mo +share/locale/ug/LC_MESSAGES/kgetplugin.mo +share/locale/ug/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ug/LC_MESSAGES/plasma_runner_kget.mo +share/locale/uk/LC_MESSAGES/kget.mo +share/locale/uk/LC_MESSAGES/kgetplugin.mo +share/locale/uk/LC_MESSAGES/plasma_applet_kget.mo +share/locale/uk/LC_MESSAGES/plasma_runner_kget.mo +share/locale/wa/LC_MESSAGES/kget.mo +share/locale/wa/LC_MESSAGES/kgetplugin.mo +share/locale/wa/LC_MESSAGES/plasma_applet_kget.mo +share/locale/zh_CN/LC_MESSAGES/kget.mo +share/locale/zh_CN/LC_MESSAGES/kgetplugin.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_kget.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_kget.mo +share/locale/zh_TW/LC_MESSAGES/kget.mo +share/locale/zh_TW/LC_MESSAGES/kgetplugin.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_kget.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_kget.mo diff --git a/net/kidentitymanagement/Makefile b/net/kidentitymanagement/Makefile new file mode 100644 index 000000000000..200d64a9c7bd --- /dev/null +++ b/net/kidentitymanagement/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= kidentitymanagement +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE pim identities + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons ecm \ + emoticons i18n init itemmodels itemviews jobwidgets \ + kdelibs4support kio service widgetsaddons xmlgui +# pim components +USE_KDE+= pimtextedit +USE_QT5= core dbus gui network widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/kidentitymanagement/distinfo b/net/kidentitymanagement/distinfo new file mode 100644 index 000000000000..ae2ecbb229a2 --- /dev/null +++ b/net/kidentitymanagement/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519204 +SHA256 (KDE/applications/17.12.3/kidentitymanagement-17.12.3.tar.xz) = 7ea4ba12299ec8f97392d478ddb9f9589c4e70cecad7f0876ab3a98726cac457 +SIZE (KDE/applications/17.12.3/kidentitymanagement-17.12.3.tar.xz) = 147912 diff --git a/net/kidentitymanagement/pkg-plist b/net/kidentitymanagement/pkg-plist new file mode 100644 index 000000000000..23df4da0acc4 --- /dev/null +++ b/net/kidentitymanagement/pkg-plist @@ -0,0 +1,70 @@ +include/KF5/KIdentityManagement/KIdentityManagement/Identity +include/KF5/KIdentityManagement/KIdentityManagement/IdentityCombo +include/KF5/KIdentityManagement/KIdentityManagement/IdentityManager +include/KF5/KIdentityManagement/KIdentityManagement/Signature +include/KF5/KIdentityManagement/KIdentityManagement/SignatureConfigurator +include/KF5/KIdentityManagement/KIdentityManagement/Utils +include/KF5/KIdentityManagement/kidentitymanagement/identity.h +include/KF5/KIdentityManagement/kidentitymanagement/identitycombo.h +include/KF5/KIdentityManagement/kidentitymanagement/identitymanager.h +include/KF5/KIdentityManagement/kidentitymanagement/kidentitymanagement_export.h +include/KF5/KIdentityManagement/kidentitymanagement/signature.h +include/KF5/KIdentityManagement/kidentitymanagement/signatureconfigurator.h +include/KF5/KIdentityManagement/kidentitymanagement/utils.h +include/KF5/kidentitymanagement_version.h +lib/cmake/KF5IdentityManagement/KF5IdentityManagementConfig.cmake +lib/cmake/KF5IdentityManagement/KF5IdentityManagementConfigVersion.cmake +lib/cmake/KF5IdentityManagement/KF5IdentityManagementTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5IdentityManagement/KF5IdentityManagementTargets.cmake +lib/libKF5IdentityManagement.so +lib/libKF5IdentityManagement.so.5 +lib/libKF5IdentityManagement.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KIdentityManagement.pri +share/dbus-1/interfaces/kf5_org.kde.pim.IdentityManager.xml +share/locale/ar/LC_MESSAGES/libkpimidentities5.mo +share/locale/ast/LC_MESSAGES/libkpimidentities5.mo +share/locale/bs/LC_MESSAGES/libkpimidentities5.mo +share/locale/ca/LC_MESSAGES/libkpimidentities5.mo +share/locale/ca@valencia/LC_MESSAGES/libkpimidentities5.mo +share/locale/cs/LC_MESSAGES/libkpimidentities5.mo +share/locale/da/LC_MESSAGES/libkpimidentities5.mo +share/locale/de/LC_MESSAGES/libkpimidentities5.mo +share/locale/el/LC_MESSAGES/libkpimidentities5.mo +share/locale/en_GB/LC_MESSAGES/libkpimidentities5.mo +share/locale/eo/LC_MESSAGES/libkpimidentities5.mo +share/locale/es/LC_MESSAGES/libkpimidentities5.mo +share/locale/et/LC_MESSAGES/libkpimidentities5.mo +share/locale/fi/LC_MESSAGES/libkpimidentities5.mo +share/locale/fr/LC_MESSAGES/libkpimidentities5.mo +share/locale/ga/LC_MESSAGES/libkpimidentities5.mo +share/locale/gl/LC_MESSAGES/libkpimidentities5.mo +share/locale/hi/LC_MESSAGES/libkpimidentities5.mo +share/locale/hu/LC_MESSAGES/libkpimidentities5.mo +share/locale/ia/LC_MESSAGES/libkpimidentities5.mo +share/locale/it/LC_MESSAGES/libkpimidentities5.mo +share/locale/ja/LC_MESSAGES/libkpimidentities5.mo +share/locale/kk/LC_MESSAGES/libkpimidentities5.mo +share/locale/km/LC_MESSAGES/libkpimidentities5.mo +share/locale/ko/LC_MESSAGES/libkpimidentities5.mo +share/locale/lt/LC_MESSAGES/libkpimidentities5.mo +share/locale/lv/LC_MESSAGES/libkpimidentities5.mo +share/locale/mr/LC_MESSAGES/libkpimidentities5.mo +share/locale/nb/LC_MESSAGES/libkpimidentities5.mo +share/locale/nds/LC_MESSAGES/libkpimidentities5.mo +share/locale/nl/LC_MESSAGES/libkpimidentities5.mo +share/locale/nn/LC_MESSAGES/libkpimidentities5.mo +share/locale/pa/LC_MESSAGES/libkpimidentities5.mo +share/locale/pl/LC_MESSAGES/libkpimidentities5.mo +share/locale/pt/LC_MESSAGES/libkpimidentities5.mo +share/locale/pt_BR/LC_MESSAGES/libkpimidentities5.mo +share/locale/ro/LC_MESSAGES/libkpimidentities5.mo +share/locale/ru/LC_MESSAGES/libkpimidentities5.mo +share/locale/sk/LC_MESSAGES/libkpimidentities5.mo +share/locale/sl/LC_MESSAGES/libkpimidentities5.mo +share/locale/sr/LC_MESSAGES/libkpimidentities5.mo +share/locale/sv/LC_MESSAGES/libkpimidentities5.mo +share/locale/tr/LC_MESSAGES/libkpimidentities5.mo +share/locale/ug/LC_MESSAGES/libkpimidentities5.mo +share/locale/uk/LC_MESSAGES/libkpimidentities5.mo +share/locale/zh_CN/LC_MESSAGES/libkpimidentities5.mo +share/locale/zh_TW/LC_MESSAGES/libkpimidentities5.mo diff --git a/net/kimap/Makefile b/net/kimap/Makefile new file mode 100644 index 000000000000..b38896240e0d --- /dev/null +++ b/net/kimap/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= kimap +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE API for IMAP support + +LICENSE= LGPL21 + +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libsasl2.so:security/cyrus-sasl2 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= codecs config coreaddons ecm i18n kdelibs4support kio service +# pim components +USE_KDE+= mime +USE_QT5= core \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + +.include <bsd.port.mk> diff --git a/net/kimap/distinfo b/net/kimap/distinfo new file mode 100644 index 000000000000..7c8d36c8b967 --- /dev/null +++ b/net/kimap/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519213 +SHA256 (KDE/applications/17.12.3/kimap-17.12.3.tar.xz) = bcef96e368649ef0abc0fde37ef0dbf8a53801c4470b520eade3e8009ca531df +SIZE (KDE/applications/17.12.3/kimap-17.12.3.tar.xz) = 119720 diff --git a/net/kimap/pkg-plist b/net/kimap/pkg-plist new file mode 100644 index 000000000000..72a14486da2a --- /dev/null +++ b/net/kimap/pkg-plist @@ -0,0 +1,175 @@ +include/KF5/KIMAP/KIMAP/Acl +include/KF5/KIMAP/KIMAP/AclJobBase +include/KF5/KIMAP/KIMAP/AppendJob +include/KF5/KIMAP/KIMAP/CapabilitiesJob +include/KF5/KIMAP/KIMAP/CloseJob +include/KF5/KIMAP/KIMAP/CopyJob +include/KF5/KIMAP/KIMAP/CreateJob +include/KF5/KIMAP/KIMAP/DeleteAclJob +include/KF5/KIMAP/KIMAP/DeleteJob +include/KF5/KIMAP/KIMAP/ExpungeJob +include/KF5/KIMAP/KIMAP/FetchJob +include/KF5/KIMAP/KIMAP/GetAclJob +include/KF5/KIMAP/KIMAP/GetMetaDataJob +include/KF5/KIMAP/KIMAP/GetQuotaJob +include/KF5/KIMAP/KIMAP/GetQuotaRootJob +include/KF5/KIMAP/KIMAP/IdJob +include/KF5/KIMAP/KIMAP/IdleJob +include/KF5/KIMAP/KIMAP/ImapSet +include/KF5/KIMAP/KIMAP/Job +include/KF5/KIMAP/KIMAP/ListJob +include/KF5/KIMAP/KIMAP/ListRightsJob +include/KF5/KIMAP/KIMAP/LoginJob +include/KF5/KIMAP/KIMAP/LogoutJob +include/KF5/KIMAP/KIMAP/MetaDataJobBase +include/KF5/KIMAP/KIMAP/MoveJob +include/KF5/KIMAP/KIMAP/MyRightsJob +include/KF5/KIMAP/KIMAP/QuotaJobBase +include/KF5/KIMAP/KIMAP/RenameJob +include/KF5/KIMAP/KIMAP/SearchJob +include/KF5/KIMAP/KIMAP/SelectJob +include/KF5/KIMAP/KIMAP/Session +include/KF5/KIMAP/KIMAP/SessionUiProxy +include/KF5/KIMAP/KIMAP/SetAclJob +include/KF5/KIMAP/KIMAP/SetMetaDataJob +include/KF5/KIMAP/KIMAP/SetQuotaJob +include/KF5/KIMAP/KIMAP/StatusJob +include/KF5/KIMAP/KIMAP/StoreJob +include/KF5/KIMAP/KIMAP/SubscribeJob +include/KF5/KIMAP/KIMAP/UnsubscribeJob +include/KF5/KIMAP/kimap/Acl +include/KF5/KIMAP/kimap/AclJobBase +include/KF5/KIMAP/kimap/AppendJob +include/KF5/KIMAP/kimap/CapabilitiesJob +include/KF5/KIMAP/kimap/CloseJob +include/KF5/KIMAP/kimap/CopyJob +include/KF5/KIMAP/kimap/CreateJob +include/KF5/KIMAP/kimap/DeleteAclJob +include/KF5/KIMAP/kimap/DeleteJob +include/KF5/KIMAP/kimap/ExpungeJob +include/KF5/KIMAP/kimap/FetchJob +include/KF5/KIMAP/kimap/GetAclJob +include/KF5/KIMAP/kimap/GetMetaDataJob +include/KF5/KIMAP/kimap/GetQuotaJob +include/KF5/KIMAP/kimap/GetQuotaRootJob +include/KF5/KIMAP/kimap/IdJob +include/KF5/KIMAP/kimap/IdleJob +include/KF5/KIMAP/kimap/ImapSet +include/KF5/KIMAP/kimap/Job +include/KF5/KIMAP/kimap/ListJob +include/KF5/KIMAP/kimap/ListRightsJob +include/KF5/KIMAP/kimap/LoginJob +include/KF5/KIMAP/kimap/LogoutJob +include/KF5/KIMAP/kimap/MetaDataJobBase +include/KF5/KIMAP/kimap/MoveJob +include/KF5/KIMAP/kimap/MyRightsJob +include/KF5/KIMAP/kimap/QuotaJobBase +include/KF5/KIMAP/kimap/RenameJob +include/KF5/KIMAP/kimap/SearchJob +include/KF5/KIMAP/kimap/SelectJob +include/KF5/KIMAP/kimap/Session +include/KF5/KIMAP/kimap/SessionUiProxy +include/KF5/KIMAP/kimap/SetAclJob +include/KF5/KIMAP/kimap/SetMetaDataJob +include/KF5/KIMAP/kimap/SetQuotaJob +include/KF5/KIMAP/kimap/StatusJob +include/KF5/KIMAP/kimap/StoreJob +include/KF5/KIMAP/kimap/SubscribeJob +include/KF5/KIMAP/kimap/UnsubscribeJob +include/KF5/KIMAP/kimap/acl.h +include/KF5/KIMAP/kimap/acljobbase.h +include/KF5/KIMAP/kimap/appendjob.h +include/KF5/KIMAP/kimap/capabilitiesjob.h +include/KF5/KIMAP/kimap/closejob.h +include/KF5/KIMAP/kimap/copyjob.h +include/KF5/KIMAP/kimap/createjob.h +include/KF5/KIMAP/kimap/deleteacljob.h +include/KF5/KIMAP/kimap/deletejob.h +include/KF5/KIMAP/kimap/expungejob.h +include/KF5/KIMAP/kimap/fetchjob.h +include/KF5/KIMAP/kimap/getacljob.h +include/KF5/KIMAP/kimap/getmetadatajob.h +include/KF5/KIMAP/kimap/getquotajob.h +include/KF5/KIMAP/kimap/getquotarootjob.h +include/KF5/KIMAP/kimap/idjob.h +include/KF5/KIMAP/kimap/idlejob.h +include/KF5/KIMAP/kimap/imapset.h +include/KF5/KIMAP/kimap/job.h +include/KF5/KIMAP/kimap/kimap_export.h +include/KF5/KIMAP/kimap/listjob.h +include/KF5/KIMAP/kimap/listrightsjob.h +include/KF5/KIMAP/kimap/loginjob.h +include/KF5/KIMAP/kimap/logoutjob.h +include/KF5/KIMAP/kimap/metadatajobbase.h +include/KF5/KIMAP/kimap/movejob.h +include/KF5/KIMAP/kimap/myrightsjob.h +include/KF5/KIMAP/kimap/namespacejob.h +include/KF5/KIMAP/kimap/quotajobbase.h +include/KF5/KIMAP/kimap/renamejob.h +include/KF5/KIMAP/kimap/rfccodecs.h +include/KF5/KIMAP/kimap/searchjob.h +include/KF5/KIMAP/kimap/selectjob.h +include/KF5/KIMAP/kimap/session.h +include/KF5/KIMAP/kimap/sessionuiproxy.h +include/KF5/KIMAP/kimap/setacljob.h +include/KF5/KIMAP/kimap/setmetadatajob.h +include/KF5/KIMAP/kimap/setquotajob.h +include/KF5/KIMAP/kimap/statusjob.h +include/KF5/KIMAP/kimap/storejob.h +include/KF5/KIMAP/kimap/subscribejob.h +include/KF5/KIMAP/kimap/unsubscribejob.h +include/KF5/kimap_version.h +lib/cmake/KF5IMAP/FindSasl2.cmake +lib/cmake/KF5IMAP/KF5IMAPConfig.cmake +lib/cmake/KF5IMAP/KF5IMAPConfigVersion.cmake +lib/cmake/KF5IMAP/KF5IMAPTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5IMAP/KF5IMAPTargets.cmake +lib/libKF5IMAP.so +lib/libKF5IMAP.so.5 +lib/libKF5IMAP.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KIMAP.pri +share/locale/ast/LC_MESSAGES/libkimap5.mo +share/locale/bs/LC_MESSAGES/libkimap5.mo +share/locale/ca/LC_MESSAGES/libkimap5.mo +share/locale/ca@valencia/LC_MESSAGES/libkimap5.mo +share/locale/cs/LC_MESSAGES/libkimap5.mo +share/locale/da/LC_MESSAGES/libkimap5.mo +share/locale/de/LC_MESSAGES/libkimap5.mo +share/locale/el/LC_MESSAGES/libkimap5.mo +share/locale/en_GB/LC_MESSAGES/libkimap5.mo +share/locale/eo/LC_MESSAGES/libkimap5.mo +share/locale/es/LC_MESSAGES/libkimap5.mo +share/locale/et/LC_MESSAGES/libkimap5.mo +share/locale/fi/LC_MESSAGES/libkimap5.mo +share/locale/fr/LC_MESSAGES/libkimap5.mo +share/locale/ga/LC_MESSAGES/libkimap5.mo +share/locale/gl/LC_MESSAGES/libkimap5.mo +share/locale/hu/LC_MESSAGES/libkimap5.mo +share/locale/ia/LC_MESSAGES/libkimap5.mo +share/locale/it/LC_MESSAGES/libkimap5.mo +share/locale/ja/LC_MESSAGES/libkimap5.mo +share/locale/kk/LC_MESSAGES/libkimap5.mo +share/locale/km/LC_MESSAGES/libkimap5.mo +share/locale/ko/LC_MESSAGES/libkimap5.mo +share/locale/lt/LC_MESSAGES/libkimap5.mo +share/locale/lv/LC_MESSAGES/libkimap5.mo +share/locale/mr/LC_MESSAGES/libkimap5.mo +share/locale/nb/LC_MESSAGES/libkimap5.mo +share/locale/nds/LC_MESSAGES/libkimap5.mo +share/locale/nl/LC_MESSAGES/libkimap5.mo +share/locale/nn/LC_MESSAGES/libkimap5.mo +share/locale/pa/LC_MESSAGES/libkimap5.mo +share/locale/pl/LC_MESSAGES/libkimap5.mo +share/locale/pt/LC_MESSAGES/libkimap5.mo +share/locale/pt_BR/LC_MESSAGES/libkimap5.mo +share/locale/ro/LC_MESSAGES/libkimap5.mo +share/locale/ru/LC_MESSAGES/libkimap5.mo +share/locale/sk/LC_MESSAGES/libkimap5.mo +share/locale/sl/LC_MESSAGES/libkimap5.mo +share/locale/sr/LC_MESSAGES/libkimap5.mo +share/locale/sv/LC_MESSAGES/libkimap5.mo +share/locale/tr/LC_MESSAGES/libkimap5.mo +share/locale/ug/LC_MESSAGES/libkimap5.mo +share/locale/uk/LC_MESSAGES/libkimap5.mo +share/locale/zh_CN/LC_MESSAGES/libkimap5.mo +share/locale/zh_TW/LC_MESSAGES/libkimap5.mo diff --git a/net/kldap/Makefile b/net/kldap/Makefile new file mode 100644 index 000000000000..7ffb9b7762e8 --- /dev/null +++ b/net/kldap/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= kldap +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= LDAP access API for KDE + +LICENSE= LGPL21 + +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= ecm completion config coreaddons i18n kio widgetsaddons service +# pim components +USE_KDE+= mbox +USE_QT5= core gui widgets \ + buildtools_build qmake_build +USE_OPENLDAP= yes +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/kldap/distinfo b/net/kldap/distinfo new file mode 100644 index 000000000000..64347d038751 --- /dev/null +++ b/net/kldap/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519215 +SHA256 (KDE/applications/17.12.3/kldap-17.12.3.tar.xz) = 5e225504e50cb03b6b4bef465bdfb6a7fef493d330facbc6704ef64de5774d09 +SIZE (KDE/applications/17.12.3/kldap-17.12.3.tar.xz) = 155112 diff --git a/net/kldap/pkg-plist b/net/kldap/pkg-plist new file mode 100644 index 000000000000..559b9cc86b33 --- /dev/null +++ b/net/kldap/pkg-plist @@ -0,0 +1,146 @@ +etc/xdg/kldap.categories +etc/xdg/kldap.renamecategories +include/KF5/KLDAP/KLDAP/Ber +include/KF5/KLDAP/KLDAP/LdapAttributeProxyModel +include/KF5/KLDAP/KLDAP/LdapConfigWidget +include/KF5/KLDAP/KLDAP/LdapConnection +include/KF5/KLDAP/KLDAP/LdapControl +include/KF5/KLDAP/KLDAP/LdapDN +include/KF5/KLDAP/KLDAP/LdapDefs +include/KF5/KLDAP/KLDAP/LdapModel +include/KF5/KLDAP/KLDAP/LdapObject +include/KF5/KLDAP/KLDAP/LdapOperation +include/KF5/KLDAP/KLDAP/LdapSearch +include/KF5/KLDAP/KLDAP/LdapServer +include/KF5/KLDAP/KLDAP/LdapStructureProxyModel +include/KF5/KLDAP/KLDAP/LdapUrl +include/KF5/KLDAP/KLDAP/Ldif +include/KF5/KLDAP/kldap/ber.h +include/KF5/KLDAP/kldap/kldap_export.h +include/KF5/KLDAP/kldap/ldapattributeproxymodel.h +include/KF5/KLDAP/kldap/ldapconfigwidget.h +include/KF5/KLDAP/kldap/ldapconnection.h +include/KF5/KLDAP/kldap/ldapcontrol.h +include/KF5/KLDAP/kldap/ldapdefs.h +include/KF5/KLDAP/kldap/ldapdn.h +include/KF5/KLDAP/kldap/ldapmodel.h +include/KF5/KLDAP/kldap/ldapobject.h +include/KF5/KLDAP/kldap/ldapoperation.h +include/KF5/KLDAP/kldap/ldapsearch.h +include/KF5/KLDAP/kldap/ldapserver.h +include/KF5/KLDAP/kldap/ldapstructureproxymodel.h +include/KF5/KLDAP/kldap/ldapurl.h +include/KF5/KLDAP/kldap/ldif.h +include/KF5/kldap_version.h +lib/cmake/KF5Ldap/FindLdap.cmake +lib/cmake/KF5Ldap/FindSasl2.cmake +lib/cmake/KF5Ldap/KF5LdapConfig.cmake +lib/cmake/KF5Ldap/KF5LdapConfigVersion.cmake +lib/cmake/KF5Ldap/KF5LdapTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Ldap/KF5LdapTargets.cmake +lib/libKF5Ldap.so +lib/libKF5Ldap.so.5 +lib/libKF5Ldap.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_Ldap.pri +%%QT_PLUGINDIR%%/kf5/kio/ldap.so +share/kservices5/ldap.protocol +share/kservices5/ldaps.protocol +share/locale/ar/LC_MESSAGES/kio_ldap.mo +share/locale/ar/LC_MESSAGES/libkldap5.mo +share/locale/ast/LC_MESSAGES/kio_ldap.mo +share/locale/ast/LC_MESSAGES/libkldap5.mo +share/locale/bg/LC_MESSAGES/kio_ldap.mo +share/locale/bs/LC_MESSAGES/kio_ldap.mo +share/locale/bs/LC_MESSAGES/libkldap5.mo +share/locale/ca/LC_MESSAGES/kio_ldap.mo +share/locale/ca/LC_MESSAGES/libkldap5.mo +share/locale/ca@valencia/LC_MESSAGES/kio_ldap.mo +share/locale/ca@valencia/LC_MESSAGES/libkldap5.mo +share/locale/cs/LC_MESSAGES/kio_ldap.mo +share/locale/cs/LC_MESSAGES/libkldap5.mo +share/locale/da/LC_MESSAGES/kio_ldap.mo +share/locale/da/LC_MESSAGES/libkldap5.mo +share/locale/de/LC_MESSAGES/kio_ldap.mo +share/locale/de/LC_MESSAGES/libkldap5.mo +share/locale/el/LC_MESSAGES/kio_ldap.mo +share/locale/el/LC_MESSAGES/libkldap5.mo +share/locale/en_GB/LC_MESSAGES/kio_ldap.mo +share/locale/en_GB/LC_MESSAGES/libkldap5.mo +share/locale/eo/LC_MESSAGES/kio_ldap.mo +share/locale/eo/LC_MESSAGES/libkldap5.mo +share/locale/es/LC_MESSAGES/kio_ldap.mo +share/locale/es/LC_MESSAGES/libkldap5.mo +share/locale/et/LC_MESSAGES/kio_ldap.mo +share/locale/et/LC_MESSAGES/libkldap5.mo +share/locale/eu/LC_MESSAGES/kio_ldap.mo +share/locale/fa/LC_MESSAGES/kio_ldap.mo +share/locale/fi/LC_MESSAGES/kio_ldap.mo +share/locale/fi/LC_MESSAGES/libkldap5.mo +share/locale/fr/LC_MESSAGES/kio_ldap.mo +share/locale/fr/LC_MESSAGES/libkldap5.mo +share/locale/ga/LC_MESSAGES/kio_ldap.mo +share/locale/ga/LC_MESSAGES/libkldap5.mo +share/locale/gl/LC_MESSAGES/kio_ldap.mo +share/locale/gl/LC_MESSAGES/libkldap5.mo +share/locale/he/LC_MESSAGES/kio_ldap.mo +share/locale/hi/LC_MESSAGES/kio_ldap.mo +share/locale/hi/LC_MESSAGES/libkldap5.mo +share/locale/hu/LC_MESSAGES/kio_ldap.mo +share/locale/hu/LC_MESSAGES/libkldap5.mo +share/locale/ia/LC_MESSAGES/kio_ldap.mo +share/locale/ia/LC_MESSAGES/libkldap5.mo +share/locale/is/LC_MESSAGES/kio_ldap.mo +share/locale/it/LC_MESSAGES/kio_ldap.mo +share/locale/it/LC_MESSAGES/libkldap5.mo +share/locale/ja/LC_MESSAGES/kio_ldap.mo +share/locale/ja/LC_MESSAGES/libkldap5.mo +share/locale/kk/LC_MESSAGES/kio_ldap.mo +share/locale/kk/LC_MESSAGES/libkldap5.mo +share/locale/km/LC_MESSAGES/kio_ldap.mo +share/locale/km/LC_MESSAGES/libkldap5.mo +share/locale/ko/LC_MESSAGES/kio_ldap.mo +share/locale/ko/LC_MESSAGES/libkldap5.mo +share/locale/lt/LC_MESSAGES/kio_ldap.mo +share/locale/lt/LC_MESSAGES/libkldap5.mo +share/locale/lv/LC_MESSAGES/kio_ldap.mo +share/locale/lv/LC_MESSAGES/libkldap5.mo +share/locale/mr/LC_MESSAGES/kio_ldap.mo +share/locale/mr/LC_MESSAGES/libkldap5.mo +share/locale/nb/LC_MESSAGES/kio_ldap.mo +share/locale/nb/LC_MESSAGES/libkldap5.mo +share/locale/nds/LC_MESSAGES/kio_ldap.mo +share/locale/nds/LC_MESSAGES/libkldap5.mo +share/locale/nl/LC_MESSAGES/kio_ldap.mo +share/locale/nl/LC_MESSAGES/libkldap5.mo +share/locale/nn/LC_MESSAGES/kio_ldap.mo +share/locale/nn/LC_MESSAGES/libkldap5.mo +share/locale/pa/LC_MESSAGES/kio_ldap.mo +share/locale/pa/LC_MESSAGES/libkldap5.mo +share/locale/pl/LC_MESSAGES/kio_ldap.mo +share/locale/pl/LC_MESSAGES/libkldap5.mo +share/locale/pt/LC_MESSAGES/kio_ldap.mo +share/locale/pt/LC_MESSAGES/libkldap5.mo +share/locale/pt_BR/LC_MESSAGES/kio_ldap.mo +share/locale/pt_BR/LC_MESSAGES/libkldap5.mo +share/locale/ro/LC_MESSAGES/kio_ldap.mo +share/locale/ro/LC_MESSAGES/libkldap5.mo +share/locale/ru/LC_MESSAGES/kio_ldap.mo +share/locale/ru/LC_MESSAGES/libkldap5.mo +share/locale/sk/LC_MESSAGES/kio_ldap.mo +share/locale/sk/LC_MESSAGES/libkldap5.mo +share/locale/sl/LC_MESSAGES/kio_ldap.mo +share/locale/sl/LC_MESSAGES/libkldap5.mo +share/locale/sr/LC_MESSAGES/kio_ldap.mo +share/locale/sr/LC_MESSAGES/libkldap5.mo +share/locale/sv/LC_MESSAGES/kio_ldap.mo +share/locale/sv/LC_MESSAGES/libkldap5.mo +share/locale/tr/LC_MESSAGES/kio_ldap.mo +share/locale/tr/LC_MESSAGES/libkldap5.mo +share/locale/ug/LC_MESSAGES/kio_ldap.mo +share/locale/ug/LC_MESSAGES/libkldap5.mo +share/locale/uk/LC_MESSAGES/kio_ldap.mo +share/locale/uk/LC_MESSAGES/libkldap5.mo +share/locale/zh_CN/LC_MESSAGES/kio_ldap.mo +share/locale/zh_CN/LC_MESSAGES/libkldap5.mo +share/locale/zh_TW/LC_MESSAGES/kio_ldap.mo +share/locale/zh_TW/LC_MESSAGES/libkldap5.mo diff --git a/net/kmailtransport/Makefile b/net/kmailtransport/Makefile new file mode 100644 index 000000000000..5a77ecfec53c --- /dev/null +++ b/net/kmailtransport/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= kmailtransport +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE library to managing mail transport + +LICENSE= LGPL21 + +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons i18n \ + itemmodels jobwidgets kcmutils kio service wallet widgetsaddons +# pim components +USE_KDE+= akonadi akonadimime ksmtp mime +USE_QT5= core dbus gui network widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + +.include <bsd.port.mk> diff --git a/net/kmailtransport/distinfo b/net/kmailtransport/distinfo new file mode 100644 index 000000000000..a61b44abcbe9 --- /dev/null +++ b/net/kmailtransport/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519219 +SHA256 (KDE/applications/17.12.3/kmailtransport-17.12.3.tar.xz) = c09d049e3f0285b8809662ce2c76d2c4d1848abb0a8f956b13d105a3baf03e8c +SIZE (KDE/applications/17.12.3/kmailtransport-17.12.3.tar.xz) = 164804 diff --git a/net/kmailtransport/pkg-plist b/net/kmailtransport/pkg-plist new file mode 100644 index 000000000000..ffcd1e171ae9 --- /dev/null +++ b/net/kmailtransport/pkg-plist @@ -0,0 +1,111 @@ +etc/xdg/kmailtransport.categories +etc/xdg/kmailtransport.renamecategories +include/KF5/MailTransport/PrecommandJob +include/KF5/MailTransport/ServerTest +include/KF5/MailTransport/Transport +include/KF5/MailTransport/TransportAbstractPlugin +include/KF5/MailTransport/TransportComboBox +include/KF5/MailTransport/TransportConfigWidget +include/KF5/MailTransport/TransportJob +include/KF5/MailTransport/TransportManagementWidget +include/KF5/MailTransport/TransportManager +include/KF5/MailTransport/TransportType +include/KF5/MailTransportAkonadi/DispatchModeAttribute +include/KF5/MailTransportAkonadi/DispatcherInterface +include/KF5/MailTransportAkonadi/ErrorAttribute +include/KF5/MailTransportAkonadi/MessageQueueJob +include/KF5/MailTransportAkonadi/SentActionAttribute +include/KF5/MailTransportAkonadi/SentBehaviourAttribute +include/KF5/MailTransportAkonadi/TransportAttribute +include/KF5/mailtransport/mailtransport_export.h +include/KF5/mailtransport/precommandjob.h +include/KF5/mailtransport/private/transportconfigwidget_p.h +include/KF5/mailtransport/servertest.h +include/KF5/mailtransport/transport.h +include/KF5/mailtransport/transportabstractplugin.h +include/KF5/mailtransport/transportbase.h +include/KF5/mailtransport/transportcombobox.h +include/KF5/mailtransport/transportconfigwidget.h +include/KF5/mailtransport/transportjob.h +include/KF5/mailtransport/transportmanagementwidget.h +include/KF5/mailtransport/transportmanager.h +include/KF5/mailtransport/transporttype.h +include/KF5/mailtransport_version.h +include/KF5/mailtransportakonadi/dispatcherinterface.h +include/KF5/mailtransportakonadi/dispatchmodeattribute.h +include/KF5/mailtransportakonadi/errorattribute.h +include/KF5/mailtransportakonadi/mailtransportakonadi_export.h +include/KF5/mailtransportakonadi/messagequeuejob.h +include/KF5/mailtransportakonadi/sentactionattribute.h +include/KF5/mailtransportakonadi/sentbehaviourattribute.h +include/KF5/mailtransportakonadi/transportattribute.h +include/KF5/mailtransportakonadi_version.h +lib/cmake/KF5MailTransport/FindSasl2.cmake +lib/cmake/KF5MailTransport/KF5MailTransportConfig.cmake +lib/cmake/KF5MailTransport/KF5MailTransportConfigVersion.cmake +lib/cmake/KF5MailTransport/KF5MailTransportTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5MailTransport/KF5MailTransportTargets.cmake +lib/cmake/KF5MailTransportAkonadi/KF5MailTransportAkonadiConfig.cmake +lib/cmake/KF5MailTransportAkonadi/KF5MailTransportAkonadiConfigVersion.cmake +lib/cmake/KF5MailTransportAkonadi/KF5MailTransportAkonadiTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5MailTransportAkonadi/KF5MailTransportAkonadiTargets.cmake +lib/libKF5MailTransport.so +lib/libKF5MailTransport.so.5 +lib/libKF5MailTransport.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5MailTransportAkonadi.so +lib/libKF5MailTransportAkonadi.so.5 +lib/libKF5MailTransportAkonadi.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_PLUGINDIR%%/mailtransport/mailtransport_akonadiplugin.so +%%QT_PLUGINDIR%%/mailtransport/mailtransport_smtpplugin.so +%%QT_MKSPECDIR%%/modules/qt_KMailTransport.pri +%%QT_MKSPECDIR%%/modules/qt_KMailTransportAkonadi.pri +%%QT_PLUGINDIR%%/kcm_mailtransport.so +share/config.kcfg/mailtransport.kcfg +share/kservices5/kcm_mailtransport.desktop +share/locale/ar/LC_MESSAGES/libmailtransport5.mo +share/locale/ast/LC_MESSAGES/libmailtransport5.mo +share/locale/bs/LC_MESSAGES/libmailtransport5.mo +share/locale/ca/LC_MESSAGES/libmailtransport5.mo +share/locale/ca@valencia/LC_MESSAGES/libmailtransport5.mo +share/locale/cs/LC_MESSAGES/libmailtransport5.mo +share/locale/da/LC_MESSAGES/libmailtransport5.mo +share/locale/de/LC_MESSAGES/libmailtransport5.mo +share/locale/el/LC_MESSAGES/libmailtransport5.mo +share/locale/en_GB/LC_MESSAGES/libmailtransport5.mo +share/locale/eo/LC_MESSAGES/libmailtransport5.mo +share/locale/es/LC_MESSAGES/libmailtransport5.mo +share/locale/et/LC_MESSAGES/libmailtransport5.mo +share/locale/fi/LC_MESSAGES/libmailtransport5.mo +share/locale/fr/LC_MESSAGES/libmailtransport5.mo +share/locale/ga/LC_MESSAGES/libmailtransport5.mo +share/locale/gl/LC_MESSAGES/libmailtransport5.mo +share/locale/hi/LC_MESSAGES/libmailtransport5.mo +share/locale/hu/LC_MESSAGES/libmailtransport5.mo +share/locale/ia/LC_MESSAGES/libmailtransport5.mo +share/locale/it/LC_MESSAGES/libmailtransport5.mo +share/locale/ja/LC_MESSAGES/libmailtransport5.mo +share/locale/kk/LC_MESSAGES/libmailtransport5.mo +share/locale/km/LC_MESSAGES/libmailtransport5.mo +share/locale/ko/LC_MESSAGES/libmailtransport5.mo +share/locale/lt/LC_MESSAGES/libmailtransport5.mo +share/locale/lv/LC_MESSAGES/libmailtransport5.mo +share/locale/mr/LC_MESSAGES/libmailtransport5.mo +share/locale/nb/LC_MESSAGES/libmailtransport5.mo +share/locale/nds/LC_MESSAGES/libmailtransport5.mo +share/locale/nl/LC_MESSAGES/libmailtransport5.mo +share/locale/nn/LC_MESSAGES/libmailtransport5.mo +share/locale/pa/LC_MESSAGES/libmailtransport5.mo +share/locale/pl/LC_MESSAGES/libmailtransport5.mo +share/locale/pt/LC_MESSAGES/libmailtransport5.mo +share/locale/pt_BR/LC_MESSAGES/libmailtransport5.mo +share/locale/ro/LC_MESSAGES/libmailtransport5.mo +share/locale/ru/LC_MESSAGES/libmailtransport5.mo +share/locale/sk/LC_MESSAGES/libmailtransport5.mo +share/locale/sl/LC_MESSAGES/libmailtransport5.mo +share/locale/sr/LC_MESSAGES/libmailtransport5.mo +share/locale/sv/LC_MESSAGES/libmailtransport5.mo +share/locale/tr/LC_MESSAGES/libmailtransport5.mo +share/locale/ug/LC_MESSAGES/libmailtransport5.mo +share/locale/uk/LC_MESSAGES/libmailtransport5.mo +share/locale/zh_CN/LC_MESSAGES/libmailtransport5.mo +share/locale/zh_TW/LC_MESSAGES/libmailtransport5.mo diff --git a/net/kmbox/Makefile b/net/kmbox/Makefile new file mode 100644 index 000000000000..82c65e9260b7 --- /dev/null +++ b/net/kmbox/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kmbox +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE library for accessing mail storages in MBox format + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= ecm +# pim components +USE_KDE+= mime +USE_QT5= core gui \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + +.include <bsd.port.mk> diff --git a/net/kmbox/distinfo b/net/kmbox/distinfo new file mode 100644 index 000000000000..221d28bd67ed --- /dev/null +++ b/net/kmbox/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519217 +SHA256 (KDE/applications/17.12.3/kmbox-17.12.3.tar.xz) = f5c95218afe3e3dcc0d708497e0b918578e8d5ad1cde9f875432f3c57863a997 +SIZE (KDE/applications/17.12.3/kmbox-17.12.3.tar.xz) = 24356 diff --git a/net/kmbox/pkg-plist b/net/kmbox/pkg-plist new file mode 100644 index 000000000000..47d4f44ab51c --- /dev/null +++ b/net/kmbox/pkg-plist @@ -0,0 +1,14 @@ +include/KF5/KMbox/KMbox/MBox +include/KF5/KMbox/KMbox/MBoxEntry +include/KF5/KMbox/kmbox/kmbox_export.h +include/KF5/KMbox/kmbox/mbox.h +include/KF5/KMbox/kmbox/mboxentry.h +include/KF5/kmbox_version.h +lib/cmake/KF5Mbox/KF5MboxConfig.cmake +lib/cmake/KF5Mbox/KF5MboxConfigVersion.cmake +lib/cmake/KF5Mbox/KF5MboxTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Mbox/KF5MboxTargets.cmake +lib/libKF5Mbox.so +lib/libKF5Mbox.so.5 +lib/libKF5Mbox.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_Mbox.pri diff --git a/net/kmime/Makefile b/net/kmime/Makefile new file mode 100644 index 000000000000..fa9607e39225 --- /dev/null +++ b/net/kmime/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= kmime +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Library for handling MIME data + +LICENSE= LGPL21 + +LIB_DEPENDS= libboost_system.so:devel/boost-libs + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= codecs ecm emoticons i18n init itemmodels itemviews kdelibs4support +USE_QT5= core \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/kmime/distinfo b/net/kmime/distinfo new file mode 100644 index 000000000000..f0c46a0531ab --- /dev/null +++ b/net/kmime/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519210 +SHA256 (KDE/applications/17.12.3/kmime-17.12.3.tar.xz) = 9525d5069191a4696aab417ce480851dc0736b0882893331e4f6b286f4d7a108 +SIZE (KDE/applications/17.12.3/kmime-17.12.3.tar.xz) = 146456 diff --git a/net/kmime/pkg-plist b/net/kmime/pkg-plist new file mode 100644 index 000000000000..efbc31833b2e --- /dev/null +++ b/net/kmime/pkg-plist @@ -0,0 +1,83 @@ +include/KF5/KMime/KMime/Codecs +include/KF5/KMime/KMime/Content +include/KF5/KMime/KMime/ContentIndex +include/KF5/KMime/KMime/DateFormatter +include/KF5/KMime/KMime/HeaderParsing +include/KF5/KMime/KMime/Headers +include/KF5/KMime/KMime/KMimeMessage +include/KF5/KMime/KMime/MDN +include/KF5/KMime/KMime/Message +include/KF5/KMime/KMime/NewsArticle +include/KF5/KMime/KMime/Types +include/KF5/KMime/KMime/Util +include/KF5/KMime/kmime/kmime_content.h +include/KF5/KMime/kmime/kmime_contentindex.h +include/KF5/KMime/kmime/kmime_dateformatter.h +include/KF5/KMime/kmime/kmime_export.h +include/KF5/KMime/kmime/kmime_header_parsing.h +include/KF5/KMime/kmime/kmime_headers.h +include/KF5/KMime/kmime/kmime_mdn.h +include/KF5/KMime/kmime/kmime_message.h +include/KF5/KMime/kmime/kmime_newsarticle.h +include/KF5/KMime/kmime/kmime_types.h +include/KF5/KMime/kmime/kmime_util.h +include/KF5/kmime_version.h +lib/cmake/KF5Mime/KF5MimeConfig.cmake +lib/cmake/KF5Mime/KF5MimeConfigVersion.cmake +lib/cmake/KF5Mime/KF5MimeTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Mime/KF5MimeTargets.cmake +lib/libKF5Mime.so +lib/libKF5Mime.so.5 +lib/libKF5Mime.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KMime.pri +share/locale/ar/LC_MESSAGES/libkmime5.mo +share/locale/ast/LC_MESSAGES/libkmime5.mo +share/locale/bg/LC_MESSAGES/libkmime5.mo +share/locale/bs/LC_MESSAGES/libkmime5.mo +share/locale/ca/LC_MESSAGES/libkmime5.mo +share/locale/ca@valencia/LC_MESSAGES/libkmime5.mo +share/locale/cs/LC_MESSAGES/libkmime5.mo +share/locale/da/LC_MESSAGES/libkmime5.mo +share/locale/de/LC_MESSAGES/libkmime5.mo +share/locale/el/LC_MESSAGES/libkmime5.mo +share/locale/en_GB/LC_MESSAGES/libkmime5.mo +share/locale/eo/LC_MESSAGES/libkmime5.mo +share/locale/es/LC_MESSAGES/libkmime5.mo +share/locale/et/LC_MESSAGES/libkmime5.mo +share/locale/eu/LC_MESSAGES/libkmime5.mo +share/locale/fa/LC_MESSAGES/libkmime5.mo +share/locale/fi/LC_MESSAGES/libkmime5.mo +share/locale/fr/LC_MESSAGES/libkmime5.mo +share/locale/ga/LC_MESSAGES/libkmime5.mo +share/locale/gl/LC_MESSAGES/libkmime5.mo +share/locale/hi/LC_MESSAGES/libkmime5.mo +share/locale/hu/LC_MESSAGES/libkmime5.mo +share/locale/ia/LC_MESSAGES/libkmime5.mo +share/locale/it/LC_MESSAGES/libkmime5.mo +share/locale/ja/LC_MESSAGES/libkmime5.mo +share/locale/kk/LC_MESSAGES/libkmime5.mo +share/locale/km/LC_MESSAGES/libkmime5.mo +share/locale/ko/LC_MESSAGES/libkmime5.mo +share/locale/lt/LC_MESSAGES/libkmime5.mo +share/locale/lv/LC_MESSAGES/libkmime5.mo +share/locale/mr/LC_MESSAGES/libkmime5.mo +share/locale/nb/LC_MESSAGES/libkmime5.mo +share/locale/nds/LC_MESSAGES/libkmime5.mo +share/locale/nl/LC_MESSAGES/libkmime5.mo +share/locale/nn/LC_MESSAGES/libkmime5.mo +share/locale/pa/LC_MESSAGES/libkmime5.mo +share/locale/pl/LC_MESSAGES/libkmime5.mo +share/locale/pt/LC_MESSAGES/libkmime5.mo +share/locale/pt_BR/LC_MESSAGES/libkmime5.mo +share/locale/ro/LC_MESSAGES/libkmime5.mo +share/locale/ru/LC_MESSAGES/libkmime5.mo +share/locale/sk/LC_MESSAGES/libkmime5.mo +share/locale/sl/LC_MESSAGES/libkmime5.mo +share/locale/sr/LC_MESSAGES/libkmime5.mo +share/locale/sv/LC_MESSAGES/libkmime5.mo +share/locale/tr/LC_MESSAGES/libkmime5.mo +share/locale/ug/LC_MESSAGES/libkmime5.mo +share/locale/uk/LC_MESSAGES/libkmime5.mo +share/locale/wa/LC_MESSAGES/libkmime5.mo +share/locale/zh_CN/LC_MESSAGES/libkmime5.mo +share/locale/zh_TW/LC_MESSAGES/libkmime5.mo diff --git a/net/kontactinterface/Makefile b/net/kontactinterface/Makefile new file mode 100644 index 000000000000..8f6a2a2e5ceb --- /dev/null +++ b/net/kontactinterface/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= kontactinterface +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE glue for embedding KParts into Kontact + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons ecm \ + emoticons i18n iconthemes init itemmodels itemviews jobwidgets \ + kdelibs4support kio parts service sonnet textwidgets \ + widgetsaddons windowsystem xmlgui +USE_QT5= core dbus gui network widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/kontactinterface/distinfo b/net/kontactinterface/distinfo new file mode 100644 index 000000000000..255408577638 --- /dev/null +++ b/net/kontactinterface/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519202 +SHA256 (KDE/applications/17.12.3/kontactinterface-17.12.3.tar.xz) = 7ac2e040accd8fa5d756a37d5313e303aa46f5d8b8276a34683f17cad57fd196 +SIZE (KDE/applications/17.12.3/kontactinterface-17.12.3.tar.xz) = 32768 diff --git a/net/kontactinterface/pkg-plist b/net/kontactinterface/pkg-plist new file mode 100644 index 000000000000..e605935e5f7d --- /dev/null +++ b/net/kontactinterface/pkg-plist @@ -0,0 +1,72 @@ +include/KF5/KontactInterface/KontactInterface/Core +include/KF5/KontactInterface/KontactInterface/PimUniqueApplication +include/KF5/KontactInterface/KontactInterface/Plugin +include/KF5/KontactInterface/KontactInterface/Processes +include/KF5/KontactInterface/KontactInterface/Summary +include/KF5/KontactInterface/KontactInterface/UniqueAppHandler +include/KF5/KontactInterface/kontactinterface/core.h +include/KF5/KontactInterface/kontactinterface/kontactinterface_export.h +include/KF5/KontactInterface/kontactinterface/pimuniqueapplication.h +include/KF5/KontactInterface/kontactinterface/plugin.h +include/KF5/KontactInterface/kontactinterface/processes.h +include/KF5/KontactInterface/kontactinterface/summary.h +include/KF5/KontactInterface/kontactinterface/uniqueapphandler.h +include/KF5/kontactinterface_version.h +lib/cmake/KF5KontactInterface/KF5KontactInterfaceConfig.cmake +lib/cmake/KF5KontactInterface/KF5KontactInterfaceConfigVersion.cmake +lib/cmake/KF5KontactInterface/KF5KontactInterfaceTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5KontactInterface/KF5KontactInterfaceTargets.cmake +lib/libKF5KontactInterface.so +lib/libKF5KontactInterface.so.5 +lib/libKF5KontactInterface.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KontactInterface.pri +share/kservicetypes5/kontactplugin.desktop +share/locale/ar/LC_MESSAGES/kontactinterfaces5.mo +share/locale/ast/LC_MESSAGES/kontactinterfaces5.mo +share/locale/bg/LC_MESSAGES/kontactinterfaces5.mo +share/locale/bs/LC_MESSAGES/kontactinterfaces5.mo +share/locale/ca/LC_MESSAGES/kontactinterfaces5.mo +share/locale/ca@valencia/LC_MESSAGES/kontactinterfaces5.mo +share/locale/cs/LC_MESSAGES/kontactinterfaces5.mo +share/locale/da/LC_MESSAGES/kontactinterfaces5.mo +share/locale/de/LC_MESSAGES/kontactinterfaces5.mo +share/locale/el/LC_MESSAGES/kontactinterfaces5.mo +share/locale/en_GB/LC_MESSAGES/kontactinterfaces5.mo +share/locale/eo/LC_MESSAGES/kontactinterfaces5.mo +share/locale/es/LC_MESSAGES/kontactinterfaces5.mo +share/locale/et/LC_MESSAGES/kontactinterfaces5.mo +share/locale/fi/LC_MESSAGES/kontactinterfaces5.mo +share/locale/fr/LC_MESSAGES/kontactinterfaces5.mo +share/locale/ga/LC_MESSAGES/kontactinterfaces5.mo +share/locale/gl/LC_MESSAGES/kontactinterfaces5.mo +share/locale/he/LC_MESSAGES/kontactinterfaces5.mo +share/locale/hu/LC_MESSAGES/kontactinterfaces5.mo +share/locale/ia/LC_MESSAGES/kontactinterfaces5.mo +share/locale/it/LC_MESSAGES/kontactinterfaces5.mo +share/locale/ja/LC_MESSAGES/kontactinterfaces5.mo +share/locale/kk/LC_MESSAGES/kontactinterfaces5.mo +share/locale/km/LC_MESSAGES/kontactinterfaces5.mo +share/locale/ko/LC_MESSAGES/kontactinterfaces5.mo +share/locale/lt/LC_MESSAGES/kontactinterfaces5.mo +share/locale/lv/LC_MESSAGES/kontactinterfaces5.mo +share/locale/mr/LC_MESSAGES/kontactinterfaces5.mo +share/locale/nb/LC_MESSAGES/kontactinterfaces5.mo +share/locale/nds/LC_MESSAGES/kontactinterfaces5.mo +share/locale/nl/LC_MESSAGES/kontactinterfaces5.mo +share/locale/nn/LC_MESSAGES/kontactinterfaces5.mo +share/locale/pa/LC_MESSAGES/kontactinterfaces5.mo +share/locale/pl/LC_MESSAGES/kontactinterfaces5.mo +share/locale/pt/LC_MESSAGES/kontactinterfaces5.mo +share/locale/pt_BR/LC_MESSAGES/kontactinterfaces5.mo +share/locale/ro/LC_MESSAGES/kontactinterfaces5.mo +share/locale/ru/LC_MESSAGES/kontactinterfaces5.mo +share/locale/sk/LC_MESSAGES/kontactinterfaces5.mo +share/locale/sl/LC_MESSAGES/kontactinterfaces5.mo +share/locale/sr/LC_MESSAGES/kontactinterfaces5.mo +share/locale/sv/LC_MESSAGES/kontactinterfaces5.mo +share/locale/tr/LC_MESSAGES/kontactinterfaces5.mo +share/locale/ug/LC_MESSAGES/kontactinterfaces5.mo +share/locale/uk/LC_MESSAGES/kontactinterfaces5.mo +share/locale/wa/LC_MESSAGES/kontactinterfaces5.mo +share/locale/zh_CN/LC_MESSAGES/kontactinterfaces5.mo +share/locale/zh_TW/LC_MESSAGES/kontactinterfaces5.mo diff --git a/net/kpimtextedit/Makefile b/net/kpimtextedit/Makefile new file mode 100644 index 000000000000..881b9f0b7e6c --- /dev/null +++ b/net/kpimtextedit/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= kpimtextedit +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE library for PIM-specific text editing utilities + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons ecm \ + emoticons i18n iconthemes init itemmodels itemviews jobwidgets \ + kdelibs4support kio service sonnet syntaxhighlighting textwidgets \ + widgetsaddons xmlgui +USE_QT5= core dbus gui network speech widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/kpimtextedit/distinfo b/net/kpimtextedit/distinfo new file mode 100644 index 000000000000..04e8a0bf6063 --- /dev/null +++ b/net/kpimtextedit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519212 +SHA256 (KDE/applications/17.12.3/kpimtextedit-17.12.3.tar.xz) = 2c3d8793959e30e306aafaac1b9ef8c1a9a94872e92b1b271d28e001350cce2c +SIZE (KDE/applications/17.12.3/kpimtextedit-17.12.3.tar.xz) = 141572 diff --git a/net/kpimtextedit/pkg-plist b/net/kpimtextedit/pkg-plist new file mode 100644 index 000000000000..d843049f42ce --- /dev/null +++ b/net/kpimtextedit/pkg-plist @@ -0,0 +1,127 @@ +etc/xdg/kpimtextedit.categories +include/KF5/KPIMTextEdit/KPIMTextEdit/AbstractTextToSpeechInterface +include/KF5/KPIMTextEdit/KPIMTextEdit/EditorUtil +include/KF5/KPIMTextEdit/KPIMTextEdit/EmoticonTextEditAction +include/KF5/KPIMTextEdit/KPIMTextEdit/InsertHtmlDialog +include/KF5/KPIMTextEdit/KPIMTextEdit/InsertImageDialog +include/KF5/KPIMTextEdit/KPIMTextEdit/InsertImageWidget +include/KF5/KPIMTextEdit/KPIMTextEdit/InsertTableDialog +include/KF5/KPIMTextEdit/KPIMTextEdit/InsertTableWidget +include/KF5/KPIMTextEdit/KPIMTextEdit/PlainTextEditFindBar +include/KF5/KPIMTextEdit/KPIMTextEdit/PlainTextEditor +include/KF5/KPIMTextEdit/KPIMTextEdit/PlainTextEditorWidget +include/KF5/KPIMTextEdit/KPIMTextEdit/PlainTextSyntaxSpellCheckingHighlighter +include/KF5/KPIMTextEdit/KPIMTextEdit/RichTextComposer +include/KF5/KPIMTextEdit/KPIMTextEdit/RichTextComposerActions +include/KF5/KPIMTextEdit/KPIMTextEdit/RichTextComposerControler +include/KF5/KPIMTextEdit/KPIMTextEdit/RichTextComposerEmailQuoteHighlighter +include/KF5/KPIMTextEdit/KPIMTextEdit/RichTextComposerImages +include/KF5/KPIMTextEdit/KPIMTextEdit/RichTextComposerWidget +include/KF5/KPIMTextEdit/KPIMTextEdit/RichTextEditor +include/KF5/KPIMTextEdit/KPIMTextEdit/RichTextEditorWidget +include/KF5/KPIMTextEdit/KPIMTextEdit/RichTextExternalComposer +include/KF5/KPIMTextEdit/KPIMTextEdit/SelectSpecialCharDialog +include/KF5/KPIMTextEdit/KPIMTextEdit/SlideContainer +include/KF5/KPIMTextEdit/KPIMTextEdit/TableActionMenu +include/KF5/KPIMTextEdit/KPIMTextEdit/TableCellFormatDialog +include/KF5/KPIMTextEdit/KPIMTextEdit/TableFormatDialog +include/KF5/KPIMTextEdit/KPIMTextEdit/TextEditFindBarBase +include/KF5/KPIMTextEdit/KPIMTextEdit/TextEditorCompleter +include/KF5/KPIMTextEdit/KPIMTextEdit/TextGotoLineWidget +include/KF5/KPIMTextEdit/KPIMTextEdit/TextToSpeech +include/KF5/KPIMTextEdit/KPIMTextEdit/TextToSpeechActions +include/KF5/KPIMTextEdit/KPIMTextEdit/TextToSpeechInterface +include/KF5/KPIMTextEdit/KPIMTextEdit/TextToSpeechWidget +include/KF5/KPIMTextEdit/KPIMTextEdit/TextUtils +include/KF5/KPIMTextEdit/kpimtextedit/abstracttexttospeechinterface.h +include/KF5/KPIMTextEdit/kpimtextedit/config-kpimtextedit.h +include/KF5/KPIMTextEdit/kpimtextedit/editorutil.h +include/KF5/KPIMTextEdit/kpimtextedit/emoticontexteditaction.h +include/KF5/KPIMTextEdit/kpimtextedit/inserthtmldialog.h +include/KF5/KPIMTextEdit/kpimtextedit/insertimagedialog.h +include/KF5/KPIMTextEdit/kpimtextedit/insertimagewidget.h +include/KF5/KPIMTextEdit/kpimtextedit/inserttabledialog.h +include/KF5/KPIMTextEdit/kpimtextedit/inserttablewidget.h +include/KF5/KPIMTextEdit/kpimtextedit/kpimtextedit_export.h +include/KF5/KPIMTextEdit/kpimtextedit/plaintexteditfindbar.h +include/KF5/KPIMTextEdit/kpimtextedit/plaintexteditor.h +include/KF5/KPIMTextEdit/kpimtextedit/plaintexteditorwidget.h +include/KF5/KPIMTextEdit/kpimtextedit/plaintextsyntaxspellcheckinghighlighter.h +include/KF5/KPIMTextEdit/kpimtextedit/richtextcomposer.h +include/KF5/KPIMTextEdit/kpimtextedit/richtextcomposeractions.h +include/KF5/KPIMTextEdit/kpimtextedit/richtextcomposercontroler.h +include/KF5/KPIMTextEdit/kpimtextedit/richtextcomposeremailquotehighlighter.h +include/KF5/KPIMTextEdit/kpimtextedit/richtextcomposerimages.h +include/KF5/KPIMTextEdit/kpimtextedit/richtextcomposerwidget.h +include/KF5/KPIMTextEdit/kpimtextedit/richtexteditor.h +include/KF5/KPIMTextEdit/kpimtextedit/richtexteditorwidget.h +include/KF5/KPIMTextEdit/kpimtextedit/richtextexternalcomposer.h +include/KF5/KPIMTextEdit/kpimtextedit/selectspecialchardialog.h +include/KF5/KPIMTextEdit/kpimtextedit/slidecontainer.h +include/KF5/KPIMTextEdit/kpimtextedit/tableactionmenu.h +include/KF5/KPIMTextEdit/kpimtextedit/tablecellformatdialog.h +include/KF5/KPIMTextEdit/kpimtextedit/tableformatdialog.h +include/KF5/KPIMTextEdit/kpimtextedit/texteditfindbarbase.h +include/KF5/KPIMTextEdit/kpimtextedit/texteditorcompleter.h +include/KF5/KPIMTextEdit/kpimtextedit/textgotolinewidget.h +include/KF5/KPIMTextEdit/kpimtextedit/texttospeech.h +include/KF5/KPIMTextEdit/kpimtextedit/texttospeechactions.h +include/KF5/KPIMTextEdit/kpimtextedit/texttospeechinterface.h +include/KF5/KPIMTextEdit/kpimtextedit/texttospeechwidget.h +include/KF5/KPIMTextEdit/kpimtextedit/textutils.h +include/KF5/kpimtextedit_version.h +lib/cmake/KF5PimTextEdit/KF5PimTextEditConfig.cmake +lib/cmake/KF5PimTextEdit/KF5PimTextEditConfigVersion.cmake +lib/cmake/KF5PimTextEdit/KF5PimTextEditTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5PimTextEdit/KF5PimTextEditTargets.cmake +lib/libKF5PimTextEdit.so +lib/libKF5PimTextEdit.so.5 +lib/libKF5PimTextEdit.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KPIMTextEdit.pri +%%QT_PLUGINDIR%%/designer/kpimtexteditwidgets.so +share/locale/ar/LC_MESSAGES/libkpimtextedit.mo +share/locale/ast/LC_MESSAGES/libkpimtextedit.mo +share/locale/bs/LC_MESSAGES/libkpimtextedit.mo +share/locale/ca/LC_MESSAGES/libkpimtextedit.mo +share/locale/ca@valencia/LC_MESSAGES/libkpimtextedit.mo +share/locale/cs/LC_MESSAGES/libkpimtextedit.mo +share/locale/da/LC_MESSAGES/libkpimtextedit.mo +share/locale/de/LC_MESSAGES/libkpimtextedit.mo +share/locale/el/LC_MESSAGES/libkpimtextedit.mo +share/locale/en_GB/LC_MESSAGES/libkpimtextedit.mo +share/locale/eo/LC_MESSAGES/libkpimtextedit.mo +share/locale/es/LC_MESSAGES/libkpimtextedit.mo +share/locale/et/LC_MESSAGES/libkpimtextedit.mo +share/locale/fi/LC_MESSAGES/libkpimtextedit.mo +share/locale/fr/LC_MESSAGES/libkpimtextedit.mo +share/locale/ga/LC_MESSAGES/libkpimtextedit.mo +share/locale/gl/LC_MESSAGES/libkpimtextedit.mo +share/locale/hu/LC_MESSAGES/libkpimtextedit.mo +share/locale/ia/LC_MESSAGES/libkpimtextedit.mo +share/locale/it/LC_MESSAGES/libkpimtextedit.mo +share/locale/ja/LC_MESSAGES/libkpimtextedit.mo +share/locale/kk/LC_MESSAGES/libkpimtextedit.mo +share/locale/km/LC_MESSAGES/libkpimtextedit.mo +share/locale/ko/LC_MESSAGES/libkpimtextedit.mo +share/locale/lt/LC_MESSAGES/libkpimtextedit.mo +share/locale/lv/LC_MESSAGES/libkpimtextedit.mo +share/locale/mr/LC_MESSAGES/libkpimtextedit.mo +share/locale/nb/LC_MESSAGES/libkpimtextedit.mo +share/locale/nds/LC_MESSAGES/libkpimtextedit.mo +share/locale/nl/LC_MESSAGES/libkpimtextedit.mo +share/locale/nn/LC_MESSAGES/libkpimtextedit.mo +share/locale/pa/LC_MESSAGES/libkpimtextedit.mo +share/locale/pl/LC_MESSAGES/libkpimtextedit.mo +share/locale/pt/LC_MESSAGES/libkpimtextedit.mo +share/locale/pt_BR/LC_MESSAGES/libkpimtextedit.mo +share/locale/ro/LC_MESSAGES/libkpimtextedit.mo +share/locale/ru/LC_MESSAGES/libkpimtextedit.mo +share/locale/sk/LC_MESSAGES/libkpimtextedit.mo +share/locale/sl/LC_MESSAGES/libkpimtextedit.mo +share/locale/sr/LC_MESSAGES/libkpimtextedit.mo +share/locale/sv/LC_MESSAGES/libkpimtextedit.mo +share/locale/tr/LC_MESSAGES/libkpimtextedit.mo +share/locale/ug/LC_MESSAGES/libkpimtextedit.mo +share/locale/uk/LC_MESSAGES/libkpimtextedit.mo +share/locale/zh_CN/LC_MESSAGES/libkpimtextedit.mo +share/locale/zh_TW/LC_MESSAGES/libkpimtextedit.mo diff --git a/net/krdc/Makefile b/net/krdc/Makefile new file mode 100644 index 000000000000..12fa17810bcf --- /dev/null +++ b/net/krdc/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= krdc +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= RDP and VNC client for KDE + +LIB_DEPENDS= libvncserver.so:net/libvncserver + +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons dnssd doctools ecm i18n iconthemes kcmutils \ + notifications notifyconfig service wallet widgetsaddons \ + xmlgui +USE_QT5= core dbus gui network widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +OPTIONS_DEFINE= FREERDP +OPTIONS_SUB= yes +FREERDP_CMAKE_BOOL= WITH_FREERDP +FREERDP_DESC= Remote Desktop support via FreeRDP +FREERDP_BUILD_DEPENDS= xfreerdp:net/freerdp +FREERDP_RUN_DEPENDS= xfreerdp:net/freerdp + +.include <bsd.port.mk> diff --git a/net/krdc/distinfo b/net/krdc/distinfo new file mode 100644 index 000000000000..30ecb0327bb2 --- /dev/null +++ b/net/krdc/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519209 +SHA256 (KDE/applications/17.12.3/krdc-17.12.3.tar.xz) = fab6bfcc5a93183483da75af6b0a587554a5d93dabbbdfc7116e926cf74593ba +SIZE (KDE/applications/17.12.3/krdc-17.12.3.tar.xz) = 1554384 diff --git a/net/krdc/files/patch-CMakeLists.txt b/net/krdc/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..c1b2b950e290 --- /dev/null +++ b/net/krdc/files/patch-CMakeLists.txt @@ -0,0 +1,31 @@ +--- CMakeLists.txt.orig 2017-07-11 00:25:02 UTC ++++ CMakeLists.txt +@@ -69,16 +69,18 @@ set_package_properties("libvncserver" PROPERTIES + ) + + # Needs porting +-FIND_PROGRAM(FREERDP_EXECUTABLE xfreerdp) +-if(FREERDP_EXECUTABLE) +- set(FREERDP_EXECUTABLE_FOUND true) +-endif(FREERDP_EXECUTABLE) +- +-set_package_properties("freerdp" PROPERTIES +- DESCRIPTION "A free Remote Desktop Protocol (RDP) Implementation" +- URL "http://www.freerdp.com" +- PURPOSE "Needed for RDP support in KRDC (at runtime)" +- ) ++option(WITH_FREERDP OFF) ++if (WITH_FREERDP) ++ FIND_PROGRAM(FREERDP_EXECUTABLE xfreerdp) ++ if(FREERDP_EXECUTABLE) ++ set(FREERDP_EXECUTABLE_FOUND true) ++ endif(FREERDP_EXECUTABLE) ++endif () ++add_feature_info( xfreerdp ++ FREERDP_EXECUTABLE_FOUND ++ "A free Remote Desktop Protocol (RDP) Implementation" ++) ++ + # NX support is not ready for KDE 4.2; disabled (uwolfer) + # macro_optional_find_package(LibNXCL) + # macro_log_feature(LIBNXCL_FOUND "libnxcl" "NX X compression client library" "http://svn.berlios.de/svnroot/repos/freenx/trunk/freenx-client/nxcl/" FALSE "1.0" "Needed to build Krdc with NX support") diff --git a/net/krdc/pkg-descr b/net/krdc/pkg-descr new file mode 100644 index 000000000000..360d78fcf4c1 --- /dev/null +++ b/net/krdc/pkg-descr @@ -0,0 +1,5 @@ +KRDC is a client application that allows you to view or even control +the desktop session on another machine that is running a compatible +server. VNC and RDP is supported. + +WWW: http://kde.org/applications/internet/krdc/ diff --git a/net/krdc/pkg-plist b/net/krdc/pkg-plist new file mode 100644 index 000000000000..fbaa675f7888 --- /dev/null +++ b/net/krdc/pkg-plist @@ -0,0 +1,76 @@ +bin/krdc +include/krdc/hostpreferences.h +include/krdc/remoteview.h +include/krdc/remoteviewfactory.h +include/krdccore_export.h +lib/libkrdccore.so +lib/libkrdccore.so.%%KDE_APPLICATIONS_VERSION%% +lib/libkrdccore.so.5 +%%FREERDP%%%%QT_PLUGINDIR%%/krdc/kcms/libkcm_krdc_rdpplugin.so +%%QT_PLUGINDIR%%/krdc/kcms/libkcm_krdc_vncplugin.so +%%FREERDP%%%%QT_PLUGINDIR%%/krdc/libkrdc_rdpplugin.so +%%QT_PLUGINDIR%%/krdc/libkrdc_testplugin.so +%%QT_PLUGINDIR%%/krdc/libkrdc_vncplugin.so +share/applications/org.kde.krdc.desktop +share/config.kcfg/krdc.kcfg +%%DATADIR%%/pics/pointcursor.png +%%DATADIR%%/pics/pointcursormask.png +%%FREERDP%%share/kservices5/ServiceMenus/smb2rdc.desktop +%%FREERDP%%share/kservices5/krdc_rdp_config.desktop +share/kservices5/krdc_vnc_config.desktop +%%FREERDP%%share/kservices5/rdp.protocol +share/kservices5/vnc.protocol +share/kxmlgui5/krdc/krdcui.rc +share/locale/ar/LC_MESSAGES/krdc.mo +share/locale/ast/LC_MESSAGES/krdc.mo +share/locale/bg/LC_MESSAGES/krdc.mo +share/locale/bs/LC_MESSAGES/krdc.mo +share/locale/ca/LC_MESSAGES/krdc.mo +share/locale/ca@valencia/LC_MESSAGES/krdc.mo +share/locale/cs/LC_MESSAGES/krdc.mo +share/locale/da/LC_MESSAGES/krdc.mo +share/locale/de/LC_MESSAGES/krdc.mo +share/locale/el/LC_MESSAGES/krdc.mo +share/locale/en_GB/LC_MESSAGES/krdc.mo +share/locale/eo/LC_MESSAGES/krdc.mo +share/locale/es/LC_MESSAGES/krdc.mo +share/locale/et/LC_MESSAGES/krdc.mo +share/locale/eu/LC_MESSAGES/krdc.mo +share/locale/fa/LC_MESSAGES/krdc.mo +share/locale/fi/LC_MESSAGES/krdc.mo +share/locale/fr/LC_MESSAGES/krdc.mo +share/locale/ga/LC_MESSAGES/krdc.mo +share/locale/gl/LC_MESSAGES/krdc.mo +share/locale/he/LC_MESSAGES/krdc.mo +share/locale/hi/LC_MESSAGES/krdc.mo +share/locale/hr/LC_MESSAGES/krdc.mo +share/locale/hu/LC_MESSAGES/krdc.mo +share/locale/ia/LC_MESSAGES/krdc.mo +share/locale/is/LC_MESSAGES/krdc.mo +share/locale/it/LC_MESSAGES/krdc.mo +share/locale/ja/LC_MESSAGES/krdc.mo +share/locale/kk/LC_MESSAGES/krdc.mo +share/locale/km/LC_MESSAGES/krdc.mo +share/locale/ko/LC_MESSAGES/krdc.mo +share/locale/lt/LC_MESSAGES/krdc.mo +share/locale/lv/LC_MESSAGES/krdc.mo +share/locale/mr/LC_MESSAGES/krdc.mo +share/locale/nb/LC_MESSAGES/krdc.mo +share/locale/nds/LC_MESSAGES/krdc.mo +share/locale/nl/LC_MESSAGES/krdc.mo +share/locale/nn/LC_MESSAGES/krdc.mo +share/locale/pa/LC_MESSAGES/krdc.mo +share/locale/pl/LC_MESSAGES/krdc.mo +share/locale/pt/LC_MESSAGES/krdc.mo +share/locale/pt_BR/LC_MESSAGES/krdc.mo +share/locale/ro/LC_MESSAGES/krdc.mo +share/locale/ru/LC_MESSAGES/krdc.mo +share/locale/sk/LC_MESSAGES/krdc.mo +share/locale/sl/LC_MESSAGES/krdc.mo +share/locale/sr/LC_MESSAGES/krdc.mo +share/locale/sv/LC_MESSAGES/krdc.mo +share/locale/tr/LC_MESSAGES/krdc.mo +share/locale/ug/LC_MESSAGES/krdc.mo +share/locale/uk/LC_MESSAGES/krdc.mo +share/locale/zh_CN/LC_MESSAGES/krdc.mo +share/locale/zh_TW/LC_MESSAGES/krdc.mo diff --git a/net/krfb/Makefile b/net/krfb/Makefile new file mode 100644 index 000000000000..5560daff8373 --- /dev/null +++ b/net/krfb/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= krfb +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= VNC server for KDE + +LIB_DEPENDS= libvncserver.so:net/libvncserver \ + libxcb-image.so:x11/xcb-util-image + +USES= alias cmake:outsource compiler:c++11-lib gettext jpeg \ + kde:5 pkgconfig tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons \ + crash dbusaddons dnssd doctools ecm i18n notifications \ + wallet widgetsaddons xmlgui +USE_QT5= core dbus gui network widgets x11extras xml \ + buildtools_build qmake_build +USE_XORG= x11 xcb xdamage xext xtst + +OPTIONS_DEFINE= TELEPATHY +OPTIONS_SUB= yes +TELEPATHY_DESC= Support for Telepathy Tubes +TELEPATHY_LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 + +.include <bsd.port.mk> diff --git a/net/krfb/distinfo b/net/krfb/distinfo new file mode 100644 index 000000000000..69cdc9da3d2c --- /dev/null +++ b/net/krfb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519211 +SHA256 (KDE/applications/17.12.3/krfb-17.12.3.tar.xz) = 7b6a51897451ff2c1df47aae5da44efbb8bee04c5ed2d1c644c364ddc362ce2a +SIZE (KDE/applications/17.12.3/krfb-17.12.3.tar.xz) = 995712 diff --git a/net/krfb/pkg-descr b/net/krfb/pkg-descr new file mode 100644 index 000000000000..4723843e622d --- /dev/null +++ b/net/krfb/pkg-descr @@ -0,0 +1,6 @@ +KDE Desktop Sharing (krfb) is a small server for the RFB protocol, +better known as VNC. Unlike most other Unix/Linux RFB servers, KRfb +allows you to share your X11 session instead of creating a new X11 +session. + +WWW: http://www.kde.org diff --git a/net/krfb/pkg-plist b/net/krfb/pkg-plist new file mode 100644 index 000000000000..9c47d5e842f0 --- /dev/null +++ b/net/krfb/pkg-plist @@ -0,0 +1,65 @@ +bin/krfb +lib/libkrfbprivate.so.5 +lib/libkrfbprivate.so.5.0 +%%QT_PLUGINDIR%%/krfb/krfb_framebuffer_qt.so +%%QT_PLUGINDIR%%/krfb/krfb_framebuffer_xcb.so +share/applications/org.kde.krfb.desktop +%%DATADIR%%/krfb.notifyrc +share/icons/hicolor/48x48/apps/krfb.png +share/icons/hicolor/scalable/apps/krfb.svgz +share/kservicetypes5/krfb-framebuffer.desktop +share/locale/ar/LC_MESSAGES/krfb.mo +share/locale/ast/LC_MESSAGES/krfb.mo +share/locale/bg/LC_MESSAGES/krfb.mo +share/locale/bs/LC_MESSAGES/krfb.mo +share/locale/ca/LC_MESSAGES/krfb.mo +share/locale/ca@valencia/LC_MESSAGES/krfb.mo +share/locale/cs/LC_MESSAGES/krfb.mo +share/locale/da/LC_MESSAGES/krfb.mo +share/locale/de/LC_MESSAGES/krfb.mo +share/locale/el/LC_MESSAGES/krfb.mo +share/locale/en_GB/LC_MESSAGES/krfb.mo +share/locale/eo/LC_MESSAGES/krfb.mo +share/locale/es/LC_MESSAGES/krfb.mo +share/locale/et/LC_MESSAGES/krfb.mo +share/locale/eu/LC_MESSAGES/krfb.mo +share/locale/fa/LC_MESSAGES/krfb.mo +share/locale/fi/LC_MESSAGES/krfb.mo +share/locale/fr/LC_MESSAGES/krfb.mo +share/locale/ga/LC_MESSAGES/krfb.mo +share/locale/gl/LC_MESSAGES/krfb.mo +share/locale/he/LC_MESSAGES/krfb.mo +share/locale/hi/LC_MESSAGES/krfb.mo +share/locale/hr/LC_MESSAGES/krfb.mo +share/locale/hu/LC_MESSAGES/krfb.mo +share/locale/ia/LC_MESSAGES/krfb.mo +share/locale/id/LC_MESSAGES/krfb.mo +share/locale/is/LC_MESSAGES/krfb.mo +share/locale/it/LC_MESSAGES/krfb.mo +share/locale/ja/LC_MESSAGES/krfb.mo +share/locale/kk/LC_MESSAGES/krfb.mo +share/locale/km/LC_MESSAGES/krfb.mo +share/locale/ko/LC_MESSAGES/krfb.mo +share/locale/lt/LC_MESSAGES/krfb.mo +share/locale/lv/LC_MESSAGES/krfb.mo +share/locale/mr/LC_MESSAGES/krfb.mo +share/locale/nb/LC_MESSAGES/krfb.mo +share/locale/nds/LC_MESSAGES/krfb.mo +share/locale/nl/LC_MESSAGES/krfb.mo +share/locale/nn/LC_MESSAGES/krfb.mo +share/locale/pa/LC_MESSAGES/krfb.mo +share/locale/pl/LC_MESSAGES/krfb.mo +share/locale/pt/LC_MESSAGES/krfb.mo +share/locale/pt_BR/LC_MESSAGES/krfb.mo +share/locale/ro/LC_MESSAGES/krfb.mo +share/locale/ru/LC_MESSAGES/krfb.mo +share/locale/sk/LC_MESSAGES/krfb.mo +share/locale/sl/LC_MESSAGES/krfb.mo +share/locale/sr/LC_MESSAGES/krfb.mo +share/locale/sv/LC_MESSAGES/krfb.mo +share/locale/tr/LC_MESSAGES/krfb.mo +share/locale/ug/LC_MESSAGES/krfb.mo +share/locale/uk/LC_MESSAGES/krfb.mo +share/locale/zh_CN/LC_MESSAGES/krfb.mo +share/locale/zh_TW/LC_MESSAGES/krfb.mo +share/metainfo/org.kde.krfb.appdata.xml diff --git a/net/ksmtp/Makefile b/net/ksmtp/Makefile new file mode 100644 index 000000000000..b17cdce40476 --- /dev/null +++ b/net/ksmtp/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ksmtp +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Job-based library to send email through an SMTP server + +LICENSE= LGPL21 +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= config coreaddons i18n kio service +# pim components +USE_KDE+= mime +USE_QT5= core network \ + buildtools_build qmake_build + +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/net/ksmtp/distinfo b/net/ksmtp/distinfo new file mode 100644 index 000000000000..344d9f76713d --- /dev/null +++ b/net/ksmtp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519218 +SHA256 (KDE/applications/17.12.3/ksmtp-17.12.3.tar.xz) = 2be5b3e48699949edc5c26c8ba772ffa35f3e5598f065e1108b1c71fb3149ab7 +SIZE (KDE/applications/17.12.3/ksmtp-17.12.3.tar.xz) = 38496 diff --git a/net/ksmtp/pkg-descr b/net/ksmtp/pkg-descr new file mode 100644 index 000000000000..843e606e806c --- /dev/null +++ b/net/ksmtp/pkg-descr @@ -0,0 +1,3 @@ +Common libraries for KDE Pim. + +WWW: https://github.com/KDE/mailcommon diff --git a/net/ksmtp/pkg-plist b/net/ksmtp/pkg-plist new file mode 100644 index 000000000000..fb4cd0e5aec9 --- /dev/null +++ b/net/ksmtp/pkg-plist @@ -0,0 +1,56 @@ +etc/xdg/ksmtp.categories +include/KPim/KSMTP/KSMTP/Job +include/KPim/KSMTP/KSMTP/LoginJob +include/KPim/KSMTP/KSMTP/SendJob +include/KPim/KSMTP/KSMTP/Session +include/KPim/KSMTP/KSMTP/SessionUiProxy +include/KPim/KSMTP/ksmtp/job.h +include/KPim/KSMTP/ksmtp/ksmtp_export.h +include/KPim/KSMTP/ksmtp/loginjob.h +include/KPim/KSMTP/ksmtp/sendjob.h +include/KPim/KSMTP/ksmtp/session.h +include/KPim/KSMTP/ksmtp/sessionuiproxy.h +include/KPim/ksmtp_version.h +lib/cmake/KPimSMTP/KPimSMTPConfig.cmake +lib/cmake/KPimSMTP/KPimSMTPConfigVersion.cmake +lib/cmake/KPimSMTP/KPimSMTPTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KPimSMTP/KPimSMTPTargets.cmake +lib/libKPimSMTP.so +lib/libKPimSMTP.so.5 +lib/libKPimSMTP.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KSMTP.pri +share/locale/ast/LC_MESSAGES/libksmtp5.mo +share/locale/bs/LC_MESSAGES/libksmtp5.mo +share/locale/ca/LC_MESSAGES/libksmtp5.mo +share/locale/ca@valencia/LC_MESSAGES/libksmtp5.mo +share/locale/cs/LC_MESSAGES/libksmtp5.mo +share/locale/de/LC_MESSAGES/libksmtp5.mo +share/locale/en_GB/LC_MESSAGES/libksmtp5.mo +share/locale/es/LC_MESSAGES/libksmtp5.mo +share/locale/et/LC_MESSAGES/libksmtp5.mo +share/locale/fi/LC_MESSAGES/libksmtp5.mo +share/locale/fr/LC_MESSAGES/libksmtp5.mo +share/locale/ga/LC_MESSAGES/libksmtp5.mo +share/locale/gl/LC_MESSAGES/libksmtp5.mo +share/locale/hu/LC_MESSAGES/libksmtp5.mo +share/locale/it/LC_MESSAGES/libksmtp5.mo +share/locale/ja/LC_MESSAGES/libksmtp5.mo +share/locale/km/LC_MESSAGES/libksmtp5.mo +share/locale/ko/LC_MESSAGES/libksmtp5.mo +share/locale/lt/LC_MESSAGES/libksmtp5.mo +share/locale/mr/LC_MESSAGES/libksmtp5.mo +share/locale/nds/LC_MESSAGES/libksmtp5.mo +share/locale/nl/LC_MESSAGES/libksmtp5.mo +share/locale/nn/LC_MESSAGES/libksmtp5.mo +share/locale/pl/LC_MESSAGES/libksmtp5.mo +share/locale/pt/LC_MESSAGES/libksmtp5.mo +share/locale/pt_BR/LC_MESSAGES/libksmtp5.mo +share/locale/ru/LC_MESSAGES/libksmtp5.mo +share/locale/sk/LC_MESSAGES/libksmtp5.mo +share/locale/sl/LC_MESSAGES/libksmtp5.mo +share/locale/sr/LC_MESSAGES/libksmtp5.mo +share/locale/sv/LC_MESSAGES/libksmtp5.mo +share/locale/tr/LC_MESSAGES/libksmtp5.mo +share/locale/ug/LC_MESSAGES/libksmtp5.mo +share/locale/uk/LC_MESSAGES/libksmtp5.mo +share/locale/zh_CN/LC_MESSAGES/libksmtp5.mo diff --git a/net/ktnef/Makefile b/net/ktnef/Makefile new file mode 100644 index 000000000000..40a96519d471 --- /dev/null +++ b/net/ktnef/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= ktnef +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE API for the handling of TNEF data + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= config coreaddons ecm i18n kdelibs4support +# pim components +USE_KDE+= calendarcore calendarutils contacts +USE_QT5= core gui widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/ktnef/distinfo b/net/ktnef/distinfo new file mode 100644 index 000000000000..5995d987bd49 --- /dev/null +++ b/net/ktnef/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519203 +SHA256 (KDE/applications/17.12.3/ktnef-17.12.3.tar.xz) = 96204b8845e1dc1657cbb4c1d203ae3d97c123134ca4588c1d663c83d97a398e +SIZE (KDE/applications/17.12.3/ktnef-17.12.3.tar.xz) = 299892 diff --git a/net/ktnef/pkg-plist b/net/ktnef/pkg-plist new file mode 100644 index 000000000000..8a3b16c24937 --- /dev/null +++ b/net/ktnef/pkg-plist @@ -0,0 +1,73 @@ +include/KF5/KTNEF/KTNEF/Formatter +include/KF5/KTNEF/KTNEF/KTNEFAttach +include/KF5/KTNEF/KTNEF/KTNEFDefs +include/KF5/KTNEF/KTNEF/KTNEFMessage +include/KF5/KTNEF/KTNEF/KTNEFParser +include/KF5/KTNEF/KTNEF/KTNEFProperty +include/KF5/KTNEF/KTNEF/KTNEFPropertySet +include/KF5/KTNEF/KTNEF/KTNEFWriter +include/KF5/KTNEF/ktnef/formatter.h +include/KF5/KTNEF/ktnef/ktnef_export.h +include/KF5/KTNEF/ktnef/ktnefattach.h +include/KF5/KTNEF/ktnef/ktnefdefs.h +include/KF5/KTNEF/ktnef/ktnefmessage.h +include/KF5/KTNEF/ktnef/ktnefparser.h +include/KF5/KTNEF/ktnef/ktnefproperty.h +include/KF5/KTNEF/ktnef/ktnefpropertyset.h +include/KF5/KTNEF/ktnef/ktnefwriter.h +include/KF5/ktnef_version.h +lib/cmake/KF5Tnef/KF5TnefConfig.cmake +lib/cmake/KF5Tnef/KF5TnefConfigVersion.cmake +lib/cmake/KF5Tnef/KF5TnefTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Tnef/KF5TnefTargets.cmake +lib/libKF5Tnef.so +lib/libKF5Tnef.so.5 +lib/libKF5Tnef.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KTNef.pri +share/locale/ar/LC_MESSAGES/libktnef5.mo +share/locale/ast/LC_MESSAGES/libktnef5.mo +share/locale/bs/LC_MESSAGES/libktnef5.mo +share/locale/ca/LC_MESSAGES/libktnef5.mo +share/locale/ca@valencia/LC_MESSAGES/libktnef5.mo +share/locale/cs/LC_MESSAGES/libktnef5.mo +share/locale/da/LC_MESSAGES/libktnef5.mo +share/locale/de/LC_MESSAGES/libktnef5.mo +share/locale/el/LC_MESSAGES/libktnef5.mo +share/locale/en_GB/LC_MESSAGES/libktnef5.mo +share/locale/eo/LC_MESSAGES/libktnef5.mo +share/locale/es/LC_MESSAGES/libktnef5.mo +share/locale/et/LC_MESSAGES/libktnef5.mo +share/locale/fi/LC_MESSAGES/libktnef5.mo +share/locale/fr/LC_MESSAGES/libktnef5.mo +share/locale/ga/LC_MESSAGES/libktnef5.mo +share/locale/gl/LC_MESSAGES/libktnef5.mo +share/locale/hi/LC_MESSAGES/libktnef5.mo +share/locale/hu/LC_MESSAGES/libktnef5.mo +share/locale/ia/LC_MESSAGES/libktnef5.mo +share/locale/it/LC_MESSAGES/libktnef5.mo +share/locale/ja/LC_MESSAGES/libktnef5.mo +share/locale/kk/LC_MESSAGES/libktnef5.mo +share/locale/km/LC_MESSAGES/libktnef5.mo +share/locale/ko/LC_MESSAGES/libktnef5.mo +share/locale/lt/LC_MESSAGES/libktnef5.mo +share/locale/lv/LC_MESSAGES/libktnef5.mo +share/locale/mr/LC_MESSAGES/libktnef5.mo +share/locale/nb/LC_MESSAGES/libktnef5.mo +share/locale/nds/LC_MESSAGES/libktnef5.mo +share/locale/nl/LC_MESSAGES/libktnef5.mo +share/locale/nn/LC_MESSAGES/libktnef5.mo +share/locale/pa/LC_MESSAGES/libktnef5.mo +share/locale/pl/LC_MESSAGES/libktnef5.mo +share/locale/pt/LC_MESSAGES/libktnef5.mo +share/locale/pt_BR/LC_MESSAGES/libktnef5.mo +share/locale/ro/LC_MESSAGES/libktnef5.mo +share/locale/ru/LC_MESSAGES/libktnef5.mo +share/locale/sk/LC_MESSAGES/libktnef5.mo +share/locale/sl/LC_MESSAGES/libktnef5.mo +share/locale/sr/LC_MESSAGES/libktnef5.mo +share/locale/sv/LC_MESSAGES/libktnef5.mo +share/locale/tr/LC_MESSAGES/libktnef5.mo +share/locale/ug/LC_MESSAGES/libktnef5.mo +share/locale/uk/LC_MESSAGES/libktnef5.mo +share/locale/zh_CN/LC_MESSAGES/libktnef5.mo +share/locale/zh_TW/LC_MESSAGES/libktnef5.mo diff --git a/net/libgravatar/Makefile b/net/libgravatar/Makefile new file mode 100644 index 000000000000..d06ffc3c869d --- /dev/null +++ b/net/libgravatar/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= libgravatar +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Library for gravatar support + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs config configwidgets coreaddons ecm i18n kio \ + service sonnet textwidgets widgetsaddons +# pim components +USE_KDE+= pimcommon +USE_QT5= core gui network testlib widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/net/libgravatar/distinfo b/net/libgravatar/distinfo new file mode 100644 index 000000000000..9374b1b1b98c --- /dev/null +++ b/net/libgravatar/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519218 +SHA256 (KDE/applications/17.12.3/libgravatar-17.12.3.tar.xz) = f5b30ccf92c35588e45a9a3678d4a2304d58133970c28166f0898759d9f7c2a0 +SIZE (KDE/applications/17.12.3/libgravatar-17.12.3.tar.xz) = 30064 diff --git a/net/libgravatar/pkg-descr b/net/libgravatar/pkg-descr new file mode 100644 index 000000000000..1cc260734e55 --- /dev/null +++ b/net/libgravatar/pkg-descr @@ -0,0 +1,3 @@ +The libgravatar library contains an API for gravatar. + +WWW: https://github.com/KDE/libgravatar diff --git a/net/libgravatar/pkg-plist b/net/libgravatar/pkg-plist new file mode 100644 index 000000000000..21822f8c0486 --- /dev/null +++ b/net/libgravatar/pkg-plist @@ -0,0 +1,51 @@ +etc/xdg/libgravatar.categories +etc/xdg/libgravatar.renamecategories +include/KF5/Gravatar/GravatarCache +include/KF5/Gravatar/GravatarConfigWidget +include/KF5/Gravatar/GravatarConfigureSettingsDialog +include/KF5/Gravatar/GravatarDownloadPixmapWidget +include/KF5/Gravatar/GravatarResolvUrlJob +include/KF5/gravatar/gravatar_export.h +include/KF5/gravatar/gravatarcache.h +include/KF5/gravatar/gravatarconfiguresettingsdialog.h +include/KF5/gravatar/gravatarconfigwidget.h +include/KF5/gravatar/gravatardownloadpixmapwidget.h +include/KF5/gravatar/gravatarresolvurljob.h +include/KF5/gravatar/gravatarsettings.h +include/KF5/gravatar_version.h +lib/cmake/KF5Gravatar/KF5GravatarConfig.cmake +lib/cmake/KF5Gravatar/KF5GravatarConfigVersion.cmake +lib/cmake/KF5Gravatar/KF5GravatarTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Gravatar/KF5GravatarTargets.cmake +lib/libKF5Gravatar.so +lib/libKF5Gravatar.so.5 +lib/libKF5Gravatar.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_Gravatar.pri +share/locale/ast/LC_MESSAGES/libgravatar.mo +share/locale/ca/LC_MESSAGES/libgravatar.mo +share/locale/ca@valencia/LC_MESSAGES/libgravatar.mo +share/locale/cs/LC_MESSAGES/libgravatar.mo +share/locale/da/LC_MESSAGES/libgravatar.mo +share/locale/de/LC_MESSAGES/libgravatar.mo +share/locale/en_GB/LC_MESSAGES/libgravatar.mo +share/locale/es/LC_MESSAGES/libgravatar.mo +share/locale/et/LC_MESSAGES/libgravatar.mo +share/locale/fi/LC_MESSAGES/libgravatar.mo +share/locale/fr/LC_MESSAGES/libgravatar.mo +share/locale/gl/LC_MESSAGES/libgravatar.mo +share/locale/it/LC_MESSAGES/libgravatar.mo +share/locale/ja/LC_MESSAGES/libgravatar.mo +share/locale/ko/LC_MESSAGES/libgravatar.mo +share/locale/nl/LC_MESSAGES/libgravatar.mo +share/locale/pl/LC_MESSAGES/libgravatar.mo +share/locale/pt/LC_MESSAGES/libgravatar.mo +share/locale/pt_BR/LC_MESSAGES/libgravatar.mo +share/locale/ru/LC_MESSAGES/libgravatar.mo +share/locale/sk/LC_MESSAGES/libgravatar.mo +share/locale/sl/LC_MESSAGES/libgravatar.mo +share/locale/sr/LC_MESSAGES/libgravatar.mo +share/locale/sv/LC_MESSAGES/libgravatar.mo +share/locale/tr/LC_MESSAGES/libgravatar.mo +share/locale/uk/LC_MESSAGES/libgravatar.mo +share/locale/zh_CN/LC_MESSAGES/libgravatar.mo +share/locale/zh_TW/LC_MESSAGES/libgravatar.mo diff --git a/net/libkgapi/Makefile b/net/libkgapi/Makefile new file mode 100644 index 000000000000..2314387640f9 --- /dev/null +++ b/net/libkgapi/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= libkgapi +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE based library to access google services + +LICENSE= LGPL21 + +LIB_DEPENDS= libical.so:devel/libical + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons crash ecm emoticons guiaddons i18n iconthemes init \ + itemmodels itemviews jobwidgets kdelibs4support kio \ + notifications parts service textwidgets unitconversion \ + widgetsaddons windowsystem xmlgui solid sonnet +# pim components +USE_KDE+= calendarcore contacts +USE_QT5= core dbus gui location qml network printsupport quick webchannel \ + webengine widgets xml \ + buildtools_build qmake_build + +USE_LDCONFIG= yes + + +.include <bsd.port.mk> diff --git a/net/libkgapi/distinfo b/net/libkgapi/distinfo new file mode 100644 index 000000000000..11d73e6a9500 --- /dev/null +++ b/net/libkgapi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519205 +SHA256 (KDE/applications/17.12.3/libkgapi-17.12.3.tar.xz) = 3e5cd703c66f870853a98d524efa132662f1e3005341e00620b2b0e9080daf04 +SIZE (KDE/applications/17.12.3/libkgapi-17.12.3.tar.xz) = 175460 diff --git a/net/libkgapi/pkg-descr b/net/libkgapi/pkg-descr new file mode 100644 index 000000000000..029dab000d62 --- /dev/null +++ b/net/libkgapi/pkg-descr @@ -0,0 +1,4 @@ +LibKGAPI is a KDE-based library for accessing various +Google services via their public API. + +WWW: http://progdan.cz/category/akonadi-google/ diff --git a/net/libkgapi/pkg-plist b/net/libkgapi/pkg-plist new file mode 100644 index 000000000000..f733b26b26cd --- /dev/null +++ b/net/libkgapi/pkg-plist @@ -0,0 +1,318 @@ +etc/xdg/libkgapi.categories +include/KPim/KGAPI/KGAPI/Account +include/KPim/KGAPI/KGAPI/AccountInfo +include/KPim/KGAPI/KGAPI/AccountInfoFetchJob +include/KPim/KGAPI/KGAPI/AuthJob +include/KPim/KGAPI/KGAPI/AuthWidget +include/KPim/KGAPI/KGAPI/Blogger/Blog +include/KPim/KGAPI/KGAPI/Blogger/BlogFetchJob +include/KPim/KGAPI/KGAPI/Blogger/Comment +include/KPim/KGAPI/KGAPI/Blogger/CommentApproveJob +include/KPim/KGAPI/KGAPI/Blogger/CommentDeleteContentJob +include/KPim/KGAPI/KGAPI/Blogger/CommentDeleteJob +include/KPim/KGAPI/KGAPI/Blogger/CommentFetchJob +include/KPim/KGAPI/KGAPI/Blogger/Page +include/KPim/KGAPI/KGAPI/Blogger/PageCreateJob +include/KPim/KGAPI/KGAPI/Blogger/PageDeleteJob +include/KPim/KGAPI/KGAPI/Blogger/PageFetchJob +include/KPim/KGAPI/KGAPI/Blogger/PageModifyJob +include/KPim/KGAPI/KGAPI/Blogger/Post +include/KPim/KGAPI/KGAPI/Blogger/PostCreateJob +include/KPim/KGAPI/KGAPI/Blogger/PostDeleteJob +include/KPim/KGAPI/KGAPI/Blogger/PostFetchJob +include/KPim/KGAPI/KGAPI/Blogger/PostModifyJob +include/KPim/KGAPI/KGAPI/Blogger/PostPublishJob +include/KPim/KGAPI/KGAPI/Blogger/PostSearchJob +include/KPim/KGAPI/KGAPI/Calendar/Calendar +include/KPim/KGAPI/KGAPI/Calendar/CalendarCreateJob +include/KPim/KGAPI/KGAPI/Calendar/CalendarDeleteJob +include/KPim/KGAPI/KGAPI/Calendar/CalendarFetchJob +include/KPim/KGAPI/KGAPI/Calendar/CalendarModifyJob +include/KPim/KGAPI/KGAPI/Calendar/Event +include/KPim/KGAPI/KGAPI/Calendar/EventCreateJob +include/KPim/KGAPI/KGAPI/Calendar/EventDeleteJob +include/KPim/KGAPI/KGAPI/Calendar/EventFetchJob +include/KPim/KGAPI/KGAPI/Calendar/EventModifyJob +include/KPim/KGAPI/KGAPI/Calendar/EventMoveJob +include/KPim/KGAPI/KGAPI/Calendar/FreeBusyQueryJob +include/KPim/KGAPI/KGAPI/Calendar/Reminder +include/KPim/KGAPI/KGAPI/Contacts/Contact +include/KPim/KGAPI/KGAPI/Contacts/ContactCreateJob +include/KPim/KGAPI/KGAPI/Contacts/ContactDeleteJob +include/KPim/KGAPI/KGAPI/Contacts/ContactFetchJob +include/KPim/KGAPI/KGAPI/Contacts/ContactFetchPhotoJob +include/KPim/KGAPI/KGAPI/Contacts/ContactModifyJob +include/KPim/KGAPI/KGAPI/Contacts/ContactsGroup +include/KPim/KGAPI/KGAPI/Contacts/ContactsGroupCreateJob +include/KPim/KGAPI/KGAPI/Contacts/ContactsGroupDeleteJob +include/KPim/KGAPI/KGAPI/Contacts/ContactsGroupFetchJob +include/KPim/KGAPI/KGAPI/Contacts/ContactsGroupModifyJob +include/KPim/KGAPI/KGAPI/CreateJob +include/KPim/KGAPI/KGAPI/DeleteJob +include/KPim/KGAPI/KGAPI/Drive/About +include/KPim/KGAPI/KGAPI/Drive/AboutFetchJob +include/KPim/KGAPI/KGAPI/Drive/App +include/KPim/KGAPI/KGAPI/Drive/AppFetchJob +include/KPim/KGAPI/KGAPI/Drive/Change +include/KPim/KGAPI/KGAPI/Drive/ChangeFetchJob +include/KPim/KGAPI/KGAPI/Drive/ChildReference +include/KPim/KGAPI/KGAPI/Drive/ChildReferenceCreateJob +include/KPim/KGAPI/KGAPI/Drive/ChildReferenceDeleteJob +include/KPim/KGAPI/KGAPI/Drive/ChildReferenceFetchJob +include/KPim/KGAPI/KGAPI/Drive/File +include/KPim/KGAPI/KGAPI/Drive/FileAbstractDataJob +include/KPim/KGAPI/KGAPI/Drive/FileAbstractModifyJob +include/KPim/KGAPI/KGAPI/Drive/FileAbstractUploadJob +include/KPim/KGAPI/KGAPI/Drive/FileCopyJob +include/KPim/KGAPI/KGAPI/Drive/FileCreateJob +include/KPim/KGAPI/KGAPI/Drive/FileDeleteJob +include/KPim/KGAPI/KGAPI/Drive/FileFetchContentJob +include/KPim/KGAPI/KGAPI/Drive/FileFetchJob +include/KPim/KGAPI/KGAPI/Drive/FileModifyJob +include/KPim/KGAPI/KGAPI/Drive/FileSearchQuery +include/KPim/KGAPI/KGAPI/Drive/FileTouchJob +include/KPim/KGAPI/KGAPI/Drive/FileTrashJob +include/KPim/KGAPI/KGAPI/Drive/FileUntrashJob +include/KPim/KGAPI/KGAPI/Drive/ParentReference +include/KPim/KGAPI/KGAPI/Drive/ParentReferenceCreateJob +include/KPim/KGAPI/KGAPI/Drive/ParentReferenceDeleteJob +include/KPim/KGAPI/KGAPI/Drive/ParentReferenceFetchJob +include/KPim/KGAPI/KGAPI/Drive/Permission +include/KPim/KGAPI/KGAPI/Drive/PermissionCreateJob +include/KPim/KGAPI/KGAPI/Drive/PermissionDeleteJob +include/KPim/KGAPI/KGAPI/Drive/PermissionFetchJob +include/KPim/KGAPI/KGAPI/Drive/PermissionModifyJob +include/KPim/KGAPI/KGAPI/Drive/Revision +include/KPim/KGAPI/KGAPI/Drive/RevisionDeleteJob +include/KPim/KGAPI/KGAPI/Drive/RevisionFetchJob +include/KPim/KGAPI/KGAPI/Drive/RevisionModifyJob +include/KPim/KGAPI/KGAPI/Drive/User +include/KPim/KGAPI/KGAPI/FetchJob +include/KPim/KGAPI/KGAPI/Job +include/KPim/KGAPI/KGAPI/Latitude/Latitude +include/KPim/KGAPI/KGAPI/Latitude/Location +include/KPim/KGAPI/KGAPI/Latitude/LocationCreateJob +include/KPim/KGAPI/KGAPI/Latitude/LocationDeleteJob +include/KPim/KGAPI/KGAPI/Latitude/LocationFetchHistoryJob +include/KPim/KGAPI/KGAPI/Latitude/LocationFetchJob +include/KPim/KGAPI/KGAPI/Maps/StaticMapMarker +include/KPim/KGAPI/KGAPI/Maps/StaticMapPath +include/KPim/KGAPI/KGAPI/Maps/StaticMapTileFetchJob +include/KPim/KGAPI/KGAPI/Maps/StaticMapUrl +include/KPim/KGAPI/KGAPI/ModifyJob +include/KPim/KGAPI/KGAPI/Object +include/KPim/KGAPI/KGAPI/Tasks/Task +include/KPim/KGAPI/KGAPI/Tasks/TaskCreateJob +include/KPim/KGAPI/KGAPI/Tasks/TaskDeleteJob +include/KPim/KGAPI/KGAPI/Tasks/TaskFetchJob +include/KPim/KGAPI/KGAPI/Tasks/TaskList +include/KPim/KGAPI/KGAPI/Tasks/TaskListCreateJob +include/KPim/KGAPI/KGAPI/Tasks/TaskListDeleteJob +include/KPim/KGAPI/KGAPI/Tasks/TaskListFetchJob +include/KPim/KGAPI/KGAPI/Tasks/TaskListModifyJob +include/KPim/KGAPI/KGAPI/Tasks/TaskModifyJob +include/KPim/KGAPI/KGAPI/Tasks/TaskMoveJob +include/KPim/KGAPI/KGAPI/Types +include/KPim/KGAPI/KGAPI/Utils +include/KPim/KGAPI/kgapi/account.h +include/KPim/KGAPI/kgapi/accountinfo.h +include/KPim/KGAPI/kgapi/accountinfofetchjob.h +include/KPim/KGAPI/kgapi/authjob.h +include/KPim/KGAPI/kgapi/authwidget.h +include/KPim/KGAPI/kgapi/blogger/blog.h +include/KPim/KGAPI/kgapi/blogger/blogfetchjob.h +include/KPim/KGAPI/kgapi/blogger/comment.h +include/KPim/KGAPI/kgapi/blogger/commentapprovejob.h +include/KPim/KGAPI/kgapi/blogger/commentdeletecontentjob.h +include/KPim/KGAPI/kgapi/blogger/commentdeletejob.h +include/KPim/KGAPI/kgapi/blogger/commentfetchjob.h +include/KPim/KGAPI/kgapi/blogger/kgapiblogger_export.h +include/KPim/KGAPI/kgapi/blogger/page.h +include/KPim/KGAPI/kgapi/blogger/pagecreatejob.h +include/KPim/KGAPI/kgapi/blogger/pagedeletejob.h +include/KPim/KGAPI/kgapi/blogger/pagefetchjob.h +include/KPim/KGAPI/kgapi/blogger/pagemodifyjob.h +include/KPim/KGAPI/kgapi/blogger/post.h +include/KPim/KGAPI/kgapi/blogger/postcreatejob.h +include/KPim/KGAPI/kgapi/blogger/postdeletejob.h +include/KPim/KGAPI/kgapi/blogger/postfetchjob.h +include/KPim/KGAPI/kgapi/blogger/postmodifyjob.h +include/KPim/KGAPI/kgapi/blogger/postpublishjob.h +include/KPim/KGAPI/kgapi/blogger/postsearchjob.h +include/KPim/KGAPI/kgapi/calendar/calendar.h +include/KPim/KGAPI/kgapi/calendar/calendarcreatejob.h +include/KPim/KGAPI/kgapi/calendar/calendardeletejob.h +include/KPim/KGAPI/kgapi/calendar/calendarfetchjob.h +include/KPim/KGAPI/kgapi/calendar/calendarmodifyjob.h +include/KPim/KGAPI/kgapi/calendar/event.h +include/KPim/KGAPI/kgapi/calendar/eventcreatejob.h +include/KPim/KGAPI/kgapi/calendar/eventdeletejob.h +include/KPim/KGAPI/kgapi/calendar/eventfetchjob.h +include/KPim/KGAPI/kgapi/calendar/eventmodifyjob.h +include/KPim/KGAPI/kgapi/calendar/eventmovejob.h +include/KPim/KGAPI/kgapi/calendar/freebusyqueryjob.h +include/KPim/KGAPI/kgapi/calendar/kgapicalendar_export.h +include/KPim/KGAPI/kgapi/calendar/reminder.h +include/KPim/KGAPI/kgapi/contacts/contact.h +include/KPim/KGAPI/kgapi/contacts/contactcreatejob.h +include/KPim/KGAPI/kgapi/contacts/contactdeletejob.h +include/KPim/KGAPI/kgapi/contacts/contactfetchjob.h +include/KPim/KGAPI/kgapi/contacts/contactfetchphotojob.h +include/KPim/KGAPI/kgapi/contacts/contactmodifyjob.h +include/KPim/KGAPI/kgapi/contacts/contactsgroup.h +include/KPim/KGAPI/kgapi/contacts/contactsgroupcreatejob.h +include/KPim/KGAPI/kgapi/contacts/contactsgroupdeletejob.h +include/KPim/KGAPI/kgapi/contacts/contactsgroupfetchjob.h +include/KPim/KGAPI/kgapi/contacts/contactsgroupmodifyjob.h +include/KPim/KGAPI/kgapi/contacts/kgapicontacts_export.h +include/KPim/KGAPI/kgapi/createjob.h +include/KPim/KGAPI/kgapi/deletejob.h +include/KPim/KGAPI/kgapi/drive/about.h +include/KPim/KGAPI/kgapi/drive/aboutfetchjob.h +include/KPim/KGAPI/kgapi/drive/app.h +include/KPim/KGAPI/kgapi/drive/appfetchjob.h +include/KPim/KGAPI/kgapi/drive/change.h +include/KPim/KGAPI/kgapi/drive/changefetchjob.h +include/KPim/KGAPI/kgapi/drive/childreference.h +include/KPim/KGAPI/kgapi/drive/childreferencecreatejob.h +include/KPim/KGAPI/kgapi/drive/childreferencedeletejob.h +include/KPim/KGAPI/kgapi/drive/childreferencefetchjob.h +include/KPim/KGAPI/kgapi/drive/file.h +include/KPim/KGAPI/kgapi/drive/fileabstractdatajob.h +include/KPim/KGAPI/kgapi/drive/fileabstractmodifyjob.h +include/KPim/KGAPI/kgapi/drive/fileabstractuploadjob.h +include/KPim/KGAPI/kgapi/drive/filecopyjob.h +include/KPim/KGAPI/kgapi/drive/filecreatejob.h +include/KPim/KGAPI/kgapi/drive/filedeletejob.h +include/KPim/KGAPI/kgapi/drive/filefetchcontentjob.h +include/KPim/KGAPI/kgapi/drive/filefetchjob.h +include/KPim/KGAPI/kgapi/drive/filemodifyjob.h +include/KPim/KGAPI/kgapi/drive/filesearchquery.h +include/KPim/KGAPI/kgapi/drive/filetouchjob.h +include/KPim/KGAPI/kgapi/drive/filetrashjob.h +include/KPim/KGAPI/kgapi/drive/fileuntrashjob.h +include/KPim/KGAPI/kgapi/drive/kgapidrive_export.h +include/KPim/KGAPI/kgapi/drive/parentreference.h +include/KPim/KGAPI/kgapi/drive/parentreferencecreatejob.h +include/KPim/KGAPI/kgapi/drive/parentreferencedeletejob.h +include/KPim/KGAPI/kgapi/drive/parentreferencefetchjob.h +include/KPim/KGAPI/kgapi/drive/permission.h +include/KPim/KGAPI/kgapi/drive/permissioncreatejob.h +include/KPim/KGAPI/kgapi/drive/permissiondeletejob.h +include/KPim/KGAPI/kgapi/drive/permissionfetchjob.h +include/KPim/KGAPI/kgapi/drive/permissionmodifyjob.h +include/KPim/KGAPI/kgapi/drive/revision.h +include/KPim/KGAPI/kgapi/drive/revisiondeletejob.h +include/KPim/KGAPI/kgapi/drive/revisionfetchjob.h +include/KPim/KGAPI/kgapi/drive/revisionmodifyjob.h +include/KPim/KGAPI/kgapi/drive/user.h +include/KPim/KGAPI/kgapi/fetchjob.h +include/KPim/KGAPI/kgapi/job.h +include/KPim/KGAPI/kgapi/kgapicore_export.h +include/KPim/KGAPI/kgapi/latitude/kgapilatitude_export.h +include/KPim/KGAPI/kgapi/latitude/latitude.h +include/KPim/KGAPI/kgapi/latitude/location.h +include/KPim/KGAPI/kgapi/latitude/locationcreatejob.h +include/KPim/KGAPI/kgapi/latitude/locationdeletejob.h +include/KPim/KGAPI/kgapi/latitude/locationfetchhistoryjob.h +include/KPim/KGAPI/kgapi/latitude/locationfetchjob.h +include/KPim/KGAPI/kgapi/maps/kgapimaps_export.h +include/KPim/KGAPI/kgapi/maps/staticmapmarker.h +include/KPim/KGAPI/kgapi/maps/staticmappath.h +include/KPim/KGAPI/kgapi/maps/staticmaptilefetchjob.h +include/KPim/KGAPI/kgapi/maps/staticmapurl.h +include/KPim/KGAPI/kgapi/modifyjob.h +include/KPim/KGAPI/kgapi/object.h +include/KPim/KGAPI/kgapi/tasks/kgapitasks_export.h +include/KPim/KGAPI/kgapi/tasks/task.h +include/KPim/KGAPI/kgapi/tasks/taskcreatejob.h +include/KPim/KGAPI/kgapi/tasks/taskdeletejob.h +include/KPim/KGAPI/kgapi/tasks/taskfetchjob.h +include/KPim/KGAPI/kgapi/tasks/tasklist.h +include/KPim/KGAPI/kgapi/tasks/tasklistcreatejob.h +include/KPim/KGAPI/kgapi/tasks/tasklistdeletejob.h +include/KPim/KGAPI/kgapi/tasks/tasklistfetchjob.h +include/KPim/KGAPI/kgapi/tasks/tasklistmodifyjob.h +include/KPim/KGAPI/kgapi/tasks/taskmodifyjob.h +include/KPim/KGAPI/kgapi/tasks/taskmovejob.h +include/KPim/KGAPI/kgapi/types.h +include/KPim/KGAPI/kgapi/utils.h +include/KPim/kgapi_version.h +lib/cmake/KPimGAPI/KPimGAPIConfig.cmake +lib/cmake/KPimGAPI/KPimGAPIConfigVersion.cmake +lib/cmake/KPimGAPI/KPimGAPITargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KPimGAPI/KPimGAPITargets.cmake +lib/libKPimGAPIBlogger.so +lib/libKPimGAPIBlogger.so.5 +lib/libKPimGAPIBlogger.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKPimGAPICalendar.so +lib/libKPimGAPICalendar.so.5 +lib/libKPimGAPICalendar.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKPimGAPIContacts.so +lib/libKPimGAPIContacts.so.5 +lib/libKPimGAPIContacts.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKPimGAPICore.so +lib/libKPimGAPICore.so.5 +lib/libKPimGAPICore.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKPimGAPIDrive.so +lib/libKPimGAPIDrive.so.5 +lib/libKPimGAPIDrive.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKPimGAPILatitude.so +lib/libKPimGAPILatitude.so.5 +lib/libKPimGAPILatitude.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKPimGAPIMaps.so +lib/libKPimGAPIMaps.so.5 +lib/libKPimGAPIMaps.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKPimGAPITasks.so +lib/libKPimGAPITasks.so.5 +lib/libKPimGAPITasks.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KGAPIBlogger.pri +%%QT_MKSPECDIR%%/modules/qt_KGAPICalendar.pri +%%QT_MKSPECDIR%%/modules/qt_KGAPIContacts.pri +%%QT_MKSPECDIR%%/modules/qt_KGAPICore.pri +%%QT_MKSPECDIR%%/modules/qt_KGAPIDrive.pri +%%QT_MKSPECDIR%%/modules/qt_KGAPILatitude.pri +%%QT_MKSPECDIR%%/modules/qt_KGAPIMaps.pri +%%QT_MKSPECDIR%%/modules/qt_KGAPITasks.pri +share/locale/ar/LC_MESSAGES/libkgapi_qt.qm +share/locale/ast/LC_MESSAGES/libkgapi_qt.qm +share/locale/bs/LC_MESSAGES/libkgapi_qt.qm +share/locale/ca/LC_MESSAGES/libkgapi_qt.qm +share/locale/ca@valencia/LC_MESSAGES/libkgapi_qt.qm +share/locale/cs/LC_MESSAGES/libkgapi_qt.qm +share/locale/da/LC_MESSAGES/libkgapi_qt.qm +share/locale/de/LC_MESSAGES/libkgapi_qt.qm +share/locale/el/LC_MESSAGES/libkgapi_qt.qm +share/locale/en_GB/LC_MESSAGES/libkgapi_qt.qm +share/locale/es/LC_MESSAGES/libkgapi_qt.qm +share/locale/et/LC_MESSAGES/libkgapi_qt.qm +share/locale/fi/LC_MESSAGES/libkgapi_qt.qm +share/locale/fr/LC_MESSAGES/libkgapi_qt.qm +share/locale/ga/LC_MESSAGES/libkgapi_qt.qm +share/locale/gl/LC_MESSAGES/libkgapi_qt.qm +share/locale/hu/LC_MESSAGES/libkgapi_qt.qm +share/locale/it/LC_MESSAGES/libkgapi_qt.qm +share/locale/ja/LC_MESSAGES/libkgapi_qt.qm +share/locale/kk/LC_MESSAGES/libkgapi_qt.qm +share/locale/km/LC_MESSAGES/libkgapi_qt.qm +share/locale/ko/LC_MESSAGES/libkgapi_qt.qm +share/locale/lt/LC_MESSAGES/libkgapi_qt.qm +share/locale/mr/LC_MESSAGES/libkgapi_qt.qm +share/locale/nb/LC_MESSAGES/libkgapi_qt.qm +share/locale/nds/LC_MESSAGES/libkgapi_qt.qm +share/locale/nl/LC_MESSAGES/libkgapi_qt.qm +share/locale/nn/LC_MESSAGES/libkgapi_qt.qm +share/locale/pl/LC_MESSAGES/libkgapi_qt.qm +share/locale/pt/LC_MESSAGES/libkgapi_qt.qm +share/locale/pt_BR/LC_MESSAGES/libkgapi_qt.qm +share/locale/ro/LC_MESSAGES/libkgapi_qt.qm +share/locale/ru/LC_MESSAGES/libkgapi_qt.qm +share/locale/sk/LC_MESSAGES/libkgapi_qt.qm +share/locale/sl/LC_MESSAGES/libkgapi_qt.qm +share/locale/sr/LC_MESSAGES/libkgapi_qt.qm +share/locale/sv/LC_MESSAGES/libkgapi_qt.qm +share/locale/tr/LC_MESSAGES/libkgapi_qt.qm +share/locale/ug/LC_MESSAGES/libkgapi_qt.qm +share/locale/uk/LC_MESSAGES/libkgapi_qt.qm +share/locale/zh_CN/LC_MESSAGES/libkgapi_qt.qm +share/locale/zh_TW/LC_MESSAGES/libkgapi_qt.qm diff --git a/net/libksieve/Makefile b/net/libksieve/Makefile new file mode 100644 index 000000000000..e8c7c2e1e1f2 --- /dev/null +++ b/net/libksieve/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= libksieve +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Sieve libriares for KDEPim + +LICENSE= LGPL21 + +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libsasl2.so:security/cyrus-sasl2 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= archive attica auth codecs completion config configwidgets \ + coreaddons ecm i18n iconthemes jobwidgets kio newstuff service \ + sonnet syntaxhighlighting wallet widgetsaddons windowsystem xmlgui +# pim components +USE_KDE+= akonadi identitymanagement libkdepim mailtransport mime \ + pimcommon pimtextedit +USE_QT5= core dbus gui location network printsupport qml quick testlib \ + uitools webchannel webengine widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/libksieve/distinfo b/net/libksieve/distinfo new file mode 100644 index 000000000000..00815de82ad5 --- /dev/null +++ b/net/libksieve/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519221 +SHA256 (KDE/applications/17.12.3/libksieve-17.12.3.tar.xz) = 631091d0a931d4fdfaf66c5331f10a7b2f8e9edbc1805fb8d5aeb42eb85be1b2 +SIZE (KDE/applications/17.12.3/libksieve-17.12.3.tar.xz) = 547852 diff --git a/net/libksieve/pkg-plist b/net/libksieve/pkg-plist new file mode 100644 index 000000000000..bd11b4714488 --- /dev/null +++ b/net/libksieve/pkg-plist @@ -0,0 +1,173 @@ +etc/xdg/ksieve_script.knsrc +etc/xdg/libksieve.categories +etc/xdg/libksieve.renamecategories +include/KF5/KManageSieve/SieveJob +include/KF5/KSieveUi/AbstractMoveImapFolderWidget +include/KF5/KSieveUi/AbstractRegexpEditorLineEdit +include/KF5/KSieveUi/CheckScriptJob +include/KF5/KSieveUi/ManageSieveScriptsDialog +include/KF5/KSieveUi/ManageSieveTreeView +include/KF5/KSieveUi/ManageSieveWidget +include/KF5/KSieveUi/MultiImapVacationDialog +include/KF5/KSieveUi/MultiImapVacationManager +include/KF5/KSieveUi/RenameScriptJob +include/KF5/KSieveUi/SieveDebugDialog +include/KF5/KSieveUi/SieveEditor +include/KF5/KSieveUi/SieveEditorWidget +include/KF5/KSieveUi/SieveImapAccountSettings +include/KF5/KSieveUi/SieveImapInstance +include/KF5/KSieveUi/SieveImapInstanceInterface +include/KF5/KSieveUi/SieveImapInstanceInterfaceManager +include/KF5/KSieveUi/SieveImapPasswordProvider +include/KF5/KSieveUi/SieveTreeWidgetItem +include/KF5/KSieveUi/Util +include/KF5/KSieveUi/VacationManager +include/KF5/kmanagesieve/kmanagesieve_export.h +include/KF5/kmanagesieve/sievejob.h +include/KF5/ksieveui/abstractmoveimapfolderwidget.h +include/KF5/ksieveui/abstractregexpeditorlineedit.h +include/KF5/ksieveui/checkscriptjob.h +include/KF5/ksieveui/ksieveui_export.h +include/KF5/ksieveui/managesievescriptsdialog.h +include/KF5/ksieveui/managesievetreeview.h +include/KF5/ksieveui/managesievewidget.h +include/KF5/ksieveui/multiimapvacationdialog.h +include/KF5/ksieveui/multiimapvacationmanager.h +include/KF5/ksieveui/renamescriptjob.h +include/KF5/ksieveui/sievedebugdialog.h +include/KF5/ksieveui/sieveeditor.h +include/KF5/ksieveui/sieveeditorwidget.h +include/KF5/ksieveui/sieveimapaccountsettings.h +include/KF5/ksieveui/sieveimapinstance.h +include/KF5/ksieveui/sieveimapinstanceinterface.h +include/KF5/ksieveui/sieveimapinstanceinterfacemanager.h +include/KF5/ksieveui/sieveimappasswordprovider.h +include/KF5/ksieveui/sievetreewidgetitem.h +include/KF5/ksieveui/util_p.h +include/KF5/ksieveui/util.h +include/KF5/ksieveui/vacationmanager.h +include/KF5/libksieve_version.h +lib/cmake/KF5LibKSieve/KF5LibKSieveConfig.cmake +lib/cmake/KF5LibKSieve/KF5LibKSieveConfigVersion.cmake +lib/cmake/KF5LibKSieve/KF5LibKSieveTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5LibKSieve/KF5LibKSieveTargets.cmake +lib/libKF5KManageSieve.so +lib/libKF5KManageSieve.so.5 +lib/libKF5KManageSieve.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5KSieve.so +lib/libKF5KSieve.so.5 +lib/libKF5KSieve.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5KSieveUi.so +lib/libKF5KSieveUi.so.5 +lib/libKF5KSieveUi.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KManageSieve.pri +%%QT_MKSPECDIR%%/modules/qt_KSieve.pri +%%QT_MKSPECDIR%%/modules/qt_KSieveUi.pri +%%QT_PLUGINDIR%%/kf5/kio/sieve.so +share/kservices5/sieve.protocol +share/locale/ar/LC_MESSAGES/kio_sieve.mo +share/locale/ar/LC_MESSAGES/libksieve.mo +share/locale/ast/LC_MESSAGES/kio_sieve.mo +share/locale/ast/LC_MESSAGES/libksieve.mo +share/locale/bg/LC_MESSAGES/kio_sieve.mo +share/locale/bg/LC_MESSAGES/libksieve.mo +share/locale/bs/LC_MESSAGES/kio_sieve.mo +share/locale/bs/LC_MESSAGES/libksieve.mo +share/locale/ca/LC_MESSAGES/kio_sieve.mo +share/locale/ca/LC_MESSAGES/libksieve.mo +share/locale/ca@valencia/LC_MESSAGES/kio_sieve.mo +share/locale/ca@valencia/LC_MESSAGES/libksieve.mo +share/locale/cs/LC_MESSAGES/kio_sieve.mo +share/locale/cs/LC_MESSAGES/libksieve.mo +share/locale/da/LC_MESSAGES/kio_sieve.mo +share/locale/da/LC_MESSAGES/libksieve.mo +share/locale/de/LC_MESSAGES/kio_sieve.mo +share/locale/de/LC_MESSAGES/libksieve.mo +share/locale/el/LC_MESSAGES/kio_sieve.mo +share/locale/el/LC_MESSAGES/libksieve.mo +share/locale/en_GB/LC_MESSAGES/kio_sieve.mo +share/locale/en_GB/LC_MESSAGES/libksieve.mo +share/locale/eo/LC_MESSAGES/kio_sieve.mo +share/locale/eo/LC_MESSAGES/libksieve.mo +share/locale/es/LC_MESSAGES/kio_sieve.mo +share/locale/es/LC_MESSAGES/libksieve.mo +share/locale/et/LC_MESSAGES/kio_sieve.mo +share/locale/et/LC_MESSAGES/libksieve.mo +share/locale/eu/LC_MESSAGES/kio_sieve.mo +share/locale/eu/LC_MESSAGES/libksieve.mo +share/locale/fa/LC_MESSAGES/kio_sieve.mo +share/locale/fa/LC_MESSAGES/libksieve.mo +share/locale/fi/LC_MESSAGES/kio_sieve.mo +share/locale/fi/LC_MESSAGES/libksieve.mo +share/locale/fr/LC_MESSAGES/kio_sieve.mo +share/locale/fr/LC_MESSAGES/libksieve.mo +share/locale/ga/LC_MESSAGES/kio_sieve.mo +share/locale/ga/LC_MESSAGES/libksieve.mo +share/locale/gl/LC_MESSAGES/kio_sieve.mo +share/locale/gl/LC_MESSAGES/libksieve.mo +share/locale/he/LC_MESSAGES/kio_sieve.mo +share/locale/hi/LC_MESSAGES/kio_sieve.mo +share/locale/hi/LC_MESSAGES/libksieve.mo +share/locale/hr/LC_MESSAGES/kio_sieve.mo +share/locale/hu/LC_MESSAGES/kio_sieve.mo +share/locale/hu/LC_MESSAGES/libksieve.mo +share/locale/ia/LC_MESSAGES/kio_sieve.mo +share/locale/ia/LC_MESSAGES/libksieve.mo +share/locale/is/LC_MESSAGES/kio_sieve.mo +share/locale/is/LC_MESSAGES/libksieve.mo +share/locale/it/LC_MESSAGES/kio_sieve.mo +share/locale/it/LC_MESSAGES/libksieve.mo +share/locale/ja/LC_MESSAGES/kio_sieve.mo +share/locale/ja/LC_MESSAGES/libksieve.mo +share/locale/kk/LC_MESSAGES/kio_sieve.mo +share/locale/kk/LC_MESSAGES/libksieve.mo +share/locale/km/LC_MESSAGES/kio_sieve.mo +share/locale/km/LC_MESSAGES/libksieve.mo +share/locale/ko/LC_MESSAGES/kio_sieve.mo +share/locale/ko/LC_MESSAGES/libksieve.mo +share/locale/lt/LC_MESSAGES/kio_sieve.mo +share/locale/lt/LC_MESSAGES/libksieve.mo +share/locale/lv/LC_MESSAGES/kio_sieve.mo +share/locale/lv/LC_MESSAGES/libksieve.mo +share/locale/mr/LC_MESSAGES/kio_sieve.mo +share/locale/mr/LC_MESSAGES/libksieve.mo +share/locale/nb/LC_MESSAGES/kio_sieve.mo +share/locale/nb/LC_MESSAGES/libksieve.mo +share/locale/nds/LC_MESSAGES/kio_sieve.mo +share/locale/nds/LC_MESSAGES/libksieve.mo +share/locale/nl/LC_MESSAGES/kio_sieve.mo +share/locale/nl/LC_MESSAGES/libksieve.mo +share/locale/nn/LC_MESSAGES/kio_sieve.mo +share/locale/nn/LC_MESSAGES/libksieve.mo +share/locale/pa/LC_MESSAGES/kio_sieve.mo +share/locale/pa/LC_MESSAGES/libksieve.mo +share/locale/pl/LC_MESSAGES/kio_sieve.mo +share/locale/pl/LC_MESSAGES/libksieve.mo +share/locale/pt/LC_MESSAGES/kio_sieve.mo +share/locale/pt/LC_MESSAGES/libksieve.mo +share/locale/pt_BR/LC_MESSAGES/kio_sieve.mo +share/locale/pt_BR/LC_MESSAGES/libksieve.mo +share/locale/ro/LC_MESSAGES/kio_sieve.mo +share/locale/ro/LC_MESSAGES/libksieve.mo +share/locale/ru/LC_MESSAGES/kio_sieve.mo +share/locale/ru/LC_MESSAGES/libksieve.mo +share/locale/sk/LC_MESSAGES/kio_sieve.mo +share/locale/sk/LC_MESSAGES/libksieve.mo +share/locale/sl/LC_MESSAGES/kio_sieve.mo +share/locale/sl/LC_MESSAGES/libksieve.mo +share/locale/sr/LC_MESSAGES/kio_sieve.mo +share/locale/sr/LC_MESSAGES/libksieve.mo +share/locale/sv/LC_MESSAGES/kio_sieve.mo +share/locale/sv/LC_MESSAGES/libksieve.mo +share/locale/tr/LC_MESSAGES/kio_sieve.mo +share/locale/tr/LC_MESSAGES/libksieve.mo +share/locale/ug/LC_MESSAGES/kio_sieve.mo +share/locale/ug/LC_MESSAGES/libksieve.mo +share/locale/uk/LC_MESSAGES/kio_sieve.mo +share/locale/uk/LC_MESSAGES/libksieve.mo +share/locale/zh_CN/LC_MESSAGES/kio_sieve.mo +share/locale/zh_CN/LC_MESSAGES/libksieve.mo +share/locale/zh_TW/LC_MESSAGES/kio_sieve.mo +share/locale/zh_TW/LC_MESSAGES/libksieve.mo +share/sieve/scripts/copy/template.desktop +share/sieve/scripts/copy/template.txt diff --git a/net/mailcommon/Makefile b/net/mailcommon/Makefile new file mode 100644 index 000000000000..7b7c75e7733d --- /dev/null +++ b/net/mailcommon/Makefile @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= mailcommon +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Common libriares for KDEPim + +LICENSE= LGPL21 + +LIB_DEPENDS= libassuan.so:security/libassuan \ + libboost_system.so:devel/boost-libs \ + libgpg-error.so:security/libgpg-error \ + libgpgme.so:security/gpgme \ + libgpgmepp.so:security/gpgme-cpp \ + libqgpgme.so:security/gpgme-qt5 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= archive auth codecs completion config configwidgets coreaddons \ + ecm i18n iconthemes itemmodels itemviews jobwidgets kio \ + service sonnet syntaxhighlighting textwidgets wallet \ + widgetsaddons windowsystem xmlgui +# pim components +USE_KDE+= akonadi akonadicontacts akonadimime contacts identitymanagement ldap libkdepim libkleo mailimporter \ + mailtransport messagelib mime pimcommon pimtextedit +USE_QT5= core dbus network xml designer gui phonon4 testlib uiplugin \ + uitools webkit widgets \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/net/mailcommon/distinfo b/net/mailcommon/distinfo new file mode 100644 index 000000000000..8d1c9e46a007 --- /dev/null +++ b/net/mailcommon/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519221 +SHA256 (KDE/applications/17.12.3/mailcommon-17.12.3.tar.xz) = 8ea49db14a5355a6345c8f8a9fe8ad3ee397b0c082ac216fa5c8cea44824a59e +SIZE (KDE/applications/17.12.3/mailcommon-17.12.3.tar.xz) = 683392 diff --git a/net/mailcommon/pkg-descr b/net/mailcommon/pkg-descr new file mode 100644 index 000000000000..843e606e806c --- /dev/null +++ b/net/mailcommon/pkg-descr @@ -0,0 +1,3 @@ +Common libraries for KDE Pim. + +WWW: https://github.com/KDE/mailcommon diff --git a/net/mailcommon/pkg-plist b/net/mailcommon/pkg-plist new file mode 100644 index 000000000000..65e27343cda7 --- /dev/null +++ b/net/mailcommon/pkg-plist @@ -0,0 +1,148 @@ +etc/xdg/mailcommon.categories +etc/xdg/mailcommon.renamecategories +include/KF5/MailCommon/AccountConfigOrderDialog +include/KF5/MailCommon/AddTagDialog +include/KF5/MailCommon/BackupJob +include/KF5/MailCommon/CollectionExpiryPage +include/KF5/MailCommon/CollectionGeneralPage +include/KF5/MailCommon/CryptoUtils +include/KF5/MailCommon/DBusOperators +include/KF5/MailCommon/ExpireCollectionAttribute +include/KF5/MailCommon/FavoriteCollectionWidget +include/KF5/MailCommon/FilterAction +include/KF5/MailCommon/FilterActionDict +include/KF5/MailCommon/FilterImporterAbstract +include/KF5/MailCommon/FilterImporterBalsa +include/KF5/MailCommon/FilterImporterClawsMail +include/KF5/MailCommon/FilterImporterExporter +include/KF5/MailCommon/FilterImporterPathCache +include/KF5/MailCommon/FilterLog +include/KF5/MailCommon/FilterManager +include/KF5/MailCommon/FolderCollectionMonitor +include/KF5/MailCommon/FolderJob +include/KF5/MailCommon/FolderRequester +include/KF5/MailCommon/FolderSelectionDialog +include/KF5/MailCommon/FolderSettings +include/KF5/MailCommon/FolderTreeView +include/KF5/MailCommon/FolderTreeWidget +include/KF5/MailCommon/FolderTreeWidgetProxyModel +include/KF5/MailCommon/ItemContext +include/KF5/MailCommon/JobScheduler +include/KF5/MailCommon/KMFilterDialog +include/KF5/MailCommon/MDNStateAttribute +include/KF5/MailCommon/MailFilter +include/KF5/MailCommon/MailInterfaces +include/KF5/MailCommon/MailKernel +include/KF5/MailCommon/MailUtil +include/KF5/MailCommon/MetaType +include/KF5/MailCommon/RedirectDialog +include/KF5/MailCommon/ResourceReadConfigFile +include/KF5/MailCommon/SearchPattern +include/KF5/MailCommon/SearchPatternEdit +include/KF5/MailCommon/SearchRule +include/KF5/MailCommon/SearchRuleStatus +include/KF5/MailCommon/SendMdnHandler +include/KF5/MailCommon/SnippetsManager +include/KF5/MailCommon/Tag +include/KF5/MailCommon/TagWidget +include/KF5/mailcommon/accountconfigorderdialog.h +include/KF5/mailcommon/addtagdialog.h +include/KF5/mailcommon/backupjob.h +include/KF5/mailcommon/collectionexpirypage.h +include/KF5/mailcommon/collectiongeneralpage.h +include/KF5/mailcommon/cryptoutils.h +include/KF5/mailcommon/dbusoperators.h +include/KF5/mailcommon/expirecollectionattribute.h +include/KF5/mailcommon/favoritecollectionwidget.h +include/KF5/mailcommon/filteraction.h +include/KF5/mailcommon/filteractiondict.h +include/KF5/mailcommon/filterimporterabstract.h +include/KF5/mailcommon/filterimporterbalsa.h +include/KF5/mailcommon/filterimporterclawsmail.h +include/KF5/mailcommon/filterimporterexporter.h +include/KF5/mailcommon/filterimporterpathcache.h +include/KF5/mailcommon/filterlog.h +include/KF5/mailcommon/filtermanager.h +include/KF5/mailcommon/foldercollectionmonitor.h +include/KF5/mailcommon/folderjob.h +include/KF5/mailcommon/folderrequester.h +include/KF5/mailcommon/folderselectiondialog.h +include/KF5/mailcommon/foldersettings.h +include/KF5/mailcommon/foldertreeview.h +include/KF5/mailcommon/foldertreewidget.h +include/KF5/mailcommon/foldertreewidgetproxymodel.h +include/KF5/mailcommon/itemcontext.h +include/KF5/mailcommon/jobscheduler.h +include/KF5/mailcommon/kmfilterdialog.h +include/KF5/mailcommon/mailcommon_export.h +include/KF5/mailcommon/mailcommonsettings_base.h +include/KF5/mailcommon/mailfilter.h +include/KF5/mailcommon/mailinterfaces.h +include/KF5/mailcommon/mailkernel.h +include/KF5/mailcommon/mailutil.h +include/KF5/mailcommon/mdnstateattribute.h +include/KF5/mailcommon/metatype.h +include/KF5/mailcommon/pop3settings.h +include/KF5/mailcommon/redirectdialog.h +include/KF5/mailcommon/resourcereadconfigfile.h +include/KF5/mailcommon/searchpattern.h +include/KF5/mailcommon/searchpatternedit.h +include/KF5/mailcommon/searchrule.h +include/KF5/mailcommon/searchrulestatus.h +include/KF5/mailcommon/sendmdnhandler.h +include/KF5/mailcommon/snippetsmanager.h +include/KF5/mailcommon/tag.h +include/KF5/mailcommon/tagwidget.h +include/KF5/mailcommon_version.h +lib/cmake/KF5MailCommon/KF5MailCommonConfig.cmake +lib/cmake/KF5MailCommon/KF5MailCommonConfigVersion.cmake +lib/cmake/KF5MailCommon/KF5MailCommonTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5MailCommon/KF5MailCommonTargets.cmake +lib/libKF5MailCommon.so +lib/libKF5MailCommon.so.5 +lib/libKF5MailCommon.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_MailCommon.pri +%%QT_PLUGINDIR%%/designer/mailcommonwidgets.so +share/locale/ast/LC_MESSAGES/libmailcommon.mo +share/locale/bs/LC_MESSAGES/libmailcommon.mo +share/locale/ca/LC_MESSAGES/libmailcommon.mo +share/locale/ca@valencia/LC_MESSAGES/libmailcommon.mo +share/locale/cs/LC_MESSAGES/libmailcommon.mo +share/locale/da/LC_MESSAGES/libmailcommon.mo +share/locale/de/LC_MESSAGES/libmailcommon.mo +share/locale/el/LC_MESSAGES/libmailcommon.mo +share/locale/en_GB/LC_MESSAGES/libmailcommon.mo +share/locale/es/LC_MESSAGES/libmailcommon.mo +share/locale/et/LC_MESSAGES/libmailcommon.mo +share/locale/fi/LC_MESSAGES/libmailcommon.mo +share/locale/fr/LC_MESSAGES/libmailcommon.mo +share/locale/ga/LC_MESSAGES/libmailcommon.mo +share/locale/gl/LC_MESSAGES/libmailcommon.mo +share/locale/hr/LC_MESSAGES/libmailcommon.mo +share/locale/hu/LC_MESSAGES/libmailcommon.mo +share/locale/ia/LC_MESSAGES/libmailcommon.mo +share/locale/it/LC_MESSAGES/libmailcommon.mo +share/locale/ja/LC_MESSAGES/libmailcommon.mo +share/locale/kk/LC_MESSAGES/libmailcommon.mo +share/locale/ko/LC_MESSAGES/libmailcommon.mo +share/locale/lt/LC_MESSAGES/libmailcommon.mo +share/locale/mr/LC_MESSAGES/libmailcommon.mo +share/locale/nb/LC_MESSAGES/libmailcommon.mo +share/locale/nds/LC_MESSAGES/libmailcommon.mo +share/locale/nl/LC_MESSAGES/libmailcommon.mo +share/locale/nn/LC_MESSAGES/libmailcommon.mo +share/locale/pa/LC_MESSAGES/libmailcommon.mo +share/locale/pl/LC_MESSAGES/libmailcommon.mo +share/locale/pt/LC_MESSAGES/libmailcommon.mo +share/locale/pt_BR/LC_MESSAGES/libmailcommon.mo +share/locale/ro/LC_MESSAGES/libmailcommon.mo +share/locale/ru/LC_MESSAGES/libmailcommon.mo +share/locale/sk/LC_MESSAGES/libmailcommon.mo +share/locale/sl/LC_MESSAGES/libmailcommon.mo +share/locale/sr/LC_MESSAGES/libmailcommon.mo +share/locale/sv/LC_MESSAGES/libmailcommon.mo +share/locale/tr/LC_MESSAGES/libmailcommon.mo +share/locale/ug/LC_MESSAGES/libmailcommon.mo +share/locale/uk/LC_MESSAGES/libmailcommon.mo +share/locale/zh_CN/LC_MESSAGES/libmailcommon.mo +share/locale/zh_TW/LC_MESSAGES/libmailcommon.mo diff --git a/net/mailimporter/Makefile b/net/mailimporter/Makefile new file mode 100644 index 000000000000..49ee44a9fe9d --- /dev/null +++ b/net/mailimporter/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= mailimporter +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Import mbox files to KMail + +LICENSE= LGPL21 + +LIB_DEPENDS= libboost_system.so:devel/boost-libs + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= archive config coreaddons ecm i18n itemmodels +# pim components +USE_KDE+= akonadi akonadimime libkdepim mime +USE_QT5= core gui testlib uitools widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/mailimporter/distinfo b/net/mailimporter/distinfo new file mode 100644 index 000000000000..017421cf71b4 --- /dev/null +++ b/net/mailimporter/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519203 +SHA256 (KDE/applications/17.12.3/mailimporter-17.12.3.tar.xz) = ec168114f157734530d669f49356b41b48099e01094661ceffb34c8512a323e1 +SIZE (KDE/applications/17.12.3/mailimporter-17.12.3.tar.xz) = 541040 diff --git a/net/mailimporter/pkg-plist b/net/mailimporter/pkg-plist new file mode 100644 index 000000000000..74a3a8cd238a --- /dev/null +++ b/net/mailimporter/pkg-plist @@ -0,0 +1,133 @@ +etc/xdg/mailimporter.categories +etc/xdg/mailimporter.renamecategories +include/KF5/MailImporter/FilterBalsa +include/KF5/MailImporter/FilterClawsMail +include/KF5/MailImporter/FilterEvolution +include/KF5/MailImporter/FilterEvolution_v2 +include/KF5/MailImporter/FilterEvolution_v3 +include/KF5/MailImporter/FilterIcedove +include/KF5/MailImporter/FilterImporterBase +include/KF5/MailImporter/FilterInfo +include/KF5/MailImporter/FilterInfoGui +include/KF5/MailImporter/FilterKMailArchive +include/KF5/MailImporter/FilterKMail_maildir +include/KF5/MailImporter/FilterLNotes +include/KF5/MailImporter/FilterMBox +include/KF5/MailImporter/FilterMailApp +include/KF5/MailImporter/FilterMailmanGzip +include/KF5/MailImporter/FilterOE +include/KF5/MailImporter/FilterOpera +include/KF5/MailImporter/FilterPMail +include/KF5/MailImporter/FilterPlain +include/KF5/MailImporter/FilterSeaMonkey +include/KF5/MailImporter/FilterSylpheed +include/KF5/MailImporter/FilterTheBat +include/KF5/MailImporter/FilterThunderbird +include/KF5/MailImporter/Filters +include/KF5/MailImporter/ImportMailsWidget +include/KF5/MailImporter/MailImporter_Utils +include/KF5/MailImporter/MessageStatus +include/KF5/MailImporter/OtherMailerUtil +include/KF5/MailImporterAkonadi/FilterImporterAkonadi +include/KF5/mailimporter/filterbalsa.h +include/KF5/mailimporter/filterclawsmail.h +include/KF5/mailimporter/filterevolution.h +include/KF5/mailimporter/filterevolution_v2.h +include/KF5/mailimporter/filterevolution_v3.h +include/KF5/mailimporter/filtericedove.h +include/KF5/mailimporter/filterimporterbase.h +include/KF5/mailimporter/filterinfo.h +include/KF5/mailimporter/filterinfogui.h +include/KF5/mailimporter/filterkmail_maildir.h +include/KF5/mailimporter/filterkmailarchive.h +include/KF5/mailimporter/filterlnotes.h +include/KF5/mailimporter/filtermailapp.h +include/KF5/mailimporter/filtermailmangzip.h +include/KF5/mailimporter/filtermbox.h +include/KF5/mailimporter/filteroe.h +include/KF5/mailimporter/filteropera.h +include/KF5/mailimporter/filterplain.h +include/KF5/mailimporter/filterpmail.h +include/KF5/mailimporter/filters.h +include/KF5/mailimporter/filterseamonkey.h +include/KF5/mailimporter/filtersylpheed.h +include/KF5/mailimporter/filterthebat.h +include/KF5/mailimporter/filterthunderbird.h +include/KF5/mailimporter/importmailswidget.h +include/KF5/mailimporter/mailimporter_export.h +include/KF5/mailimporter/mailimporter_utils.h +include/KF5/mailimporter/messagestatus.h +include/KF5/mailimporter/othermailerutil.h +include/KF5/mailimporter_version.h +include/KF5/mailimporterakonadi/filterimporterakonadi.h +include/KF5/mailimporterakonadi/mailimporterakonadi_export.h +include/KF5/mailimporterakonadi_version.h +lib/cmake/KF5MailImporter/KF5MailImporterConfig.cmake +lib/cmake/KF5MailImporter/KF5MailImporterConfigVersion.cmake +lib/cmake/KF5MailImporter/KF5MailImporterTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5MailImporter/KF5MailImporterTargets.cmake +lib/cmake/KF5MailImporterAkonadi/KF5MailImporterAkonadiConfig.cmake +lib/cmake/KF5MailImporterAkonadi/KF5MailImporterAkonadiConfigVersion.cmake +lib/cmake/KF5MailImporterAkonadi/KF5MailImporterAkonadiTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5MailImporterAkonadi/KF5MailImporterAkonadiTargets.cmake +lib/libKF5MailImporter.so +lib/libKF5MailImporter.so.5 +lib/libKF5MailImporter.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5MailImporterAkonadi.so +lib/libKF5MailImporterAkonadi.so.5 +lib/libKF5MailImporterAkonadi.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_MailImporter.pri +%%QT_MKSPECDIR%%/modules/qt_MailImporterAkonadi.pri +share/locale/ar/LC_MESSAGES/libmailimporter.mo +share/locale/ast/LC_MESSAGES/libmailimporter.mo +share/locale/bg/LC_MESSAGES/libmailimporter.mo +share/locale/bs/LC_MESSAGES/libmailimporter.mo +share/locale/ca/LC_MESSAGES/libmailimporter.mo +share/locale/ca@valencia/LC_MESSAGES/libmailimporter.mo +share/locale/cs/LC_MESSAGES/libmailimporter.mo +share/locale/da/LC_MESSAGES/libmailimporter.mo +share/locale/de/LC_MESSAGES/libmailimporter.mo +share/locale/el/LC_MESSAGES/libmailimporter.mo +share/locale/en_GB/LC_MESSAGES/libmailimporter.mo +share/locale/eo/LC_MESSAGES/libmailimporter.mo +share/locale/es/LC_MESSAGES/libmailimporter.mo +share/locale/et/LC_MESSAGES/libmailimporter.mo +share/locale/eu/LC_MESSAGES/libmailimporter.mo +share/locale/fa/LC_MESSAGES/libmailimporter.mo +share/locale/fi/LC_MESSAGES/libmailimporter.mo +share/locale/fr/LC_MESSAGES/libmailimporter.mo +share/locale/ga/LC_MESSAGES/libmailimporter.mo +share/locale/gl/LC_MESSAGES/libmailimporter.mo +share/locale/he/LC_MESSAGES/libmailimporter.mo +share/locale/hi/LC_MESSAGES/libmailimporter.mo +share/locale/hr/LC_MESSAGES/libmailimporter.mo +share/locale/hu/LC_MESSAGES/libmailimporter.mo +share/locale/ia/LC_MESSAGES/libmailimporter.mo +share/locale/is/LC_MESSAGES/libmailimporter.mo +share/locale/it/LC_MESSAGES/libmailimporter.mo +share/locale/ja/LC_MESSAGES/libmailimporter.mo +share/locale/kk/LC_MESSAGES/libmailimporter.mo +share/locale/km/LC_MESSAGES/libmailimporter.mo +share/locale/ko/LC_MESSAGES/libmailimporter.mo +share/locale/lt/LC_MESSAGES/libmailimporter.mo +share/locale/lv/LC_MESSAGES/libmailimporter.mo +share/locale/mr/LC_MESSAGES/libmailimporter.mo +share/locale/nb/LC_MESSAGES/libmailimporter.mo +share/locale/nds/LC_MESSAGES/libmailimporter.mo +share/locale/nl/LC_MESSAGES/libmailimporter.mo +share/locale/nn/LC_MESSAGES/libmailimporter.mo +share/locale/pa/LC_MESSAGES/libmailimporter.mo +share/locale/pl/LC_MESSAGES/libmailimporter.mo +share/locale/pt/LC_MESSAGES/libmailimporter.mo +share/locale/pt_BR/LC_MESSAGES/libmailimporter.mo +share/locale/ro/LC_MESSAGES/libmailimporter.mo +share/locale/ru/LC_MESSAGES/libmailimporter.mo +share/locale/sk/LC_MESSAGES/libmailimporter.mo +share/locale/sl/LC_MESSAGES/libmailimporter.mo +share/locale/sr/LC_MESSAGES/libmailimporter.mo +share/locale/sv/LC_MESSAGES/libmailimporter.mo +share/locale/tr/LC_MESSAGES/libmailimporter.mo +share/locale/ug/LC_MESSAGES/libmailimporter.mo +share/locale/uk/LC_MESSAGES/libmailimporter.mo +share/locale/zh_CN/LC_MESSAGES/libmailimporter.mo +share/locale/zh_TW/LC_MESSAGES/libmailimporter.mo diff --git a/net/messagelib/Makefile b/net/messagelib/Makefile new file mode 100644 index 000000000000..f0ce2f760482 --- /dev/null +++ b/net/messagelib/Makefile @@ -0,0 +1,42 @@ +# $FreeBSD$ + +PORTNAME= messagelib +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Library for handling messages + +LICENSE= LGPL21 + +LIB_DEPENDS= libassuan.so:security/libassuan \ + libboost_system.so:devel/boost-libs \ + libgpg-error.so:security/libgpg-error \ + libgpgme.so:security/gpgme \ + libgpgmepp.so:security/gpgme-cpp \ + libqgpgme.so:security/gpgme-qt5 + +USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 tar:xz +USE_KDE= archive auth bookmarks codecs completion config configwidgets \ + coreaddons ecm i18n iconthemes itemmodels itemviews jobwidgets \ + kdewebkit kio service solid sonnet syntaxhighlighting \ + textwidgets wallet widgetsaddons windowsystem xmlgui +# pim components +USE_KDE+= akonadi akonadicontacts akonadimime akonadisearch calendarcore \ + contacts grantleetheme gravatar identitymanagement \ + kdepim-apps-libs ldap libkdepim libkleo mailtransport mbox \ + mime pimcommon pimtextedit +USE_QT5= core dbus gui location network printsupport qml quick testlib \ + uitools webchannel webengine widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + + +OPTIONS_DEFINE= INOTIFY +OPTIONS_DEFAULT= INOTIFY +OPTIONS_SUB= yes + +INOTIFY_DESC= Filesystem alteration notifications using inotify +INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify + +.include <bsd.port.mk> diff --git a/net/messagelib/distinfo b/net/messagelib/distinfo new file mode 100644 index 000000000000..bf23112cc03d --- /dev/null +++ b/net/messagelib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519215 +SHA256 (KDE/applications/17.12.3/messagelib-17.12.3.tar.xz) = 8d2ab084b55342585e85358a4837c9c4613b40cef4ec4f5de6494d899affadde +SIZE (KDE/applications/17.12.3/messagelib-17.12.3.tar.xz) = 10462804 diff --git a/net/messagelib/pkg-descr b/net/messagelib/pkg-descr new file mode 100644 index 000000000000..49a73b3e140c --- /dev/null +++ b/net/messagelib/pkg-descr @@ -0,0 +1,3 @@ +The messagelib library contains an API for the handling of messages. + +WWW: https://github.com/KDE/messagelib diff --git a/net/messagelib/pkg-plist b/net/messagelib/pkg-plist new file mode 100644 index 000000000000..94233a415fa9 --- /dev/null +++ b/net/messagelib/pkg-plist @@ -0,0 +1,797 @@ +etc/xdg/messagelib.categories +etc/xdg/messagelib.renamecategories +etc/xdg/messageviewer_header_themes.knsrc +include/KF5/MessageComposer/AbstractEncryptJob +include/KF5/MessageComposer/AkonadiSender +include/KF5/MessageComposer/AliasesExpandJob +include/KF5/MessageComposer/AttachmentControllerBase +include/KF5/MessageComposer/AttachmentFromPublicKeyJob +include/KF5/MessageComposer/AttachmentJob +include/KF5/MessageComposer/AttachmentModel +include/KF5/MessageComposer/AttachmentVcardFromAddressBookJob +include/KF5/MessageComposer/Composer +include/KF5/MessageComposer/ComposerLineEdit +include/KF5/MessageComposer/ComposerViewBase +include/KF5/MessageComposer/ContentJobBase +include/KF5/MessageComposer/DistributionListDialog +include/KF5/MessageComposer/EncryptJob +include/KF5/MessageComposer/FollowUpReminderSelectDateDialog +include/KF5/MessageComposer/FollowupReminderCreateJob +include/KF5/MessageComposer/GlobalPart +include/KF5/MessageComposer/ImageScalingWidget +include/KF5/MessageComposer/InfoPart +include/KF5/MessageComposer/InsertTextFileJob +include/KF5/MessageComposer/JobBase +include/KF5/MessageComposer/Kleo_Util +include/KF5/MessageComposer/MainTextJob +include/KF5/MessageComposer/MessageComposerSettings +include/KF5/MessageComposer/MessageFactoryNG +include/KF5/MessageComposer/MessageHelper +include/KF5/MessageComposer/MessagePart +include/KF5/MessageComposer/MessageSender +include/KF5/MessageComposer/MultipartJob +include/KF5/MessageComposer/PluginEditor +include/KF5/MessageComposer/PluginEditorCheckBeforeSend +include/KF5/MessageComposer/PluginEditorCheckBeforeSendConfigureWidget +include/KF5/MessageComposer/PluginEditorCheckBeforeSendInterface +include/KF5/MessageComposer/PluginEditorCheckBeforeSendManager +include/KF5/MessageComposer/PluginEditorCheckBeforeSendParams +include/KF5/MessageComposer/PluginEditorInit +include/KF5/MessageComposer/PluginEditorInitConfigureWidget +include/KF5/MessageComposer/PluginEditorInitInterface +include/KF5/MessageComposer/PluginEditorInitManager +include/KF5/MessageComposer/PluginEditorInterface +include/KF5/MessageComposer/PluginEditorManager +include/KF5/MessageComposer/Recipient +include/KF5/MessageComposer/RecipientLine +include/KF5/MessageComposer/RecipientsEditor +include/KF5/MessageComposer/RichTextComposerNg +include/KF5/MessageComposer/RichTextComposerSignatures +include/KF5/MessageComposer/SignJob +include/KF5/MessageComposer/SignatureController +include/KF5/MessageComposer/SinglepartJob +include/KF5/MessageComposer/SkeletonMessageJob +include/KF5/MessageComposer/TextPart +include/KF5/MessageComposer/TransparentJob +include/KF5/MessageComposer/Util +include/KF5/MessageCore/AttachmentCompressJob +include/KF5/MessageCore/AttachmentFromFolderJob +include/KF5/MessageCore/AttachmentFromMimeContentJob +include/KF5/MessageCore/AttachmentFromUrlBaseJob +include/KF5/MessageCore/AttachmentFromUrlJob +include/KF5/MessageCore/AttachmentFromUrlUtils +include/KF5/MessageCore/AttachmentLoadJob +include/KF5/MessageCore/AttachmentPart +include/KF5/MessageCore/AttachmentPropertiesDialog +include/KF5/MessageCore/AttachmentUpdateJob +include/KF5/MessageCore/ImageCollector +include/KF5/MessageCore/MailingList +include/KF5/MessageCore/MessageCoreSettings +include/KF5/MessageCore/MessageCoreUtil +include/KF5/MessageCore/NodeHelper +include/KF5/MessageCore/StringUtil +include/KF5/MessageList/AggregationComboBox +include/KF5/MessageList/AggregationConfigButton +include/KF5/MessageList/Enums +include/KF5/MessageList/MessageListUtil +include/KF5/MessageList/Pane +include/KF5/MessageList/QuickSearchLine +include/KF5/MessageList/StorageModel +include/KF5/MessageList/StorageModelBase +include/KF5/MessageList/ThemeComboBox +include/KF5/MessageList/ThemeConfigButton +include/KF5/MessageList/View +include/KF5/MessageList/WidgetBase +include/KF5/MessageViewer/BodyPartURLHandler +include/KF5/MessageViewer/CSSHelper +include/KF5/MessageViewer/CSSHelperBase +include/KF5/MessageViewer/ConfigureWidget +include/KF5/MessageViewer/EditorWatcher +include/KF5/MessageViewer/GrantleeHeaderStyle +include/KF5/MessageViewer/GrantleeHeaderTestStyle +include/KF5/MessageViewer/HeaderStrategy +include/KF5/MessageViewer/HeaderStyle +include/KF5/MessageViewer/HeaderStyleInterface +include/KF5/MessageViewer/HeaderStyleMenuManager +include/KF5/MessageViewer/HeaderStylePlugin +include/KF5/MessageViewer/HeaderStylePluginManager +include/KF5/MessageViewer/HeaderStyle_Util +include/KF5/MessageViewer/HtmlBlock +include/KF5/MessageViewer/IconNameCache +include/KF5/MessageViewer/InvitationSettings +include/KF5/MessageViewer/KXFace +include/KF5/MessageViewer/MailWebEnginePage +include/KF5/MessageViewer/MailWebEngineView +include/KF5/MessageViewer/MarkMessageReadHandler +include/KF5/MessageViewer/MessagePartRenderPlugin +include/KF5/MessageViewer/MessagePartRendererBase +include/KF5/MessageViewer/MessagePartRendererManager +include/KF5/MessageViewer/MessageViewerSettings +include/KF5/MessageViewer/MessageViewerUtil +include/KF5/MessageViewer/MimeType +include/KF5/MessageViewer/ObjectTreeEmptySource +include/KF5/MessageViewer/PlainHeaderStyle +include/KF5/MessageViewer/PrintingSettings +include/KF5/MessageViewer/RichHeaderStrategy +include/KF5/MessageViewer/ScamCheckShortUrl +include/KF5/MessageViewer/ScamCheckShortUrlManager +include/KF5/MessageViewer/ScamExpandUrlJob +include/KF5/MessageViewer/SpamHeaderAnalyzer +include/KF5/MessageViewer/Stl_Util +include/KF5/MessageViewer/URLHandler +include/KF5/MessageViewer/Viewer +include/KF5/MessageViewer/ViewerPlugin +include/KF5/MessageViewer/ViewerPluginInterface +include/KF5/MessageViewer/ViewerPluginManager +include/KF5/MessageViewer/ViewerPluginToolManager +include/KF5/MimeTreeParser/AttachmentStrategy +include/KF5/MimeTreeParser/AttachmentTemporaryFilesDirs +include/KF5/MimeTreeParser/BodyPart +include/KF5/MimeTreeParser/BodyPartFormatter +include/KF5/MimeTreeParser/BodyPartFormatterFactory +include/KF5/MimeTreeParser/BufferedHtmlWriter +include/KF5/MimeTreeParser/Enums +include/KF5/MimeTreeParser/FileHtmlWriter +include/KF5/MimeTreeParser/HtmlWriter +include/KF5/MimeTreeParser/MessagePart +include/KF5/MimeTreeParser/NodeHelper +include/KF5/MimeTreeParser/ObjectTreeParser +include/KF5/MimeTreeParser/ObjectTreeSource +include/KF5/MimeTreeParser/PartMetaData +include/KF5/MimeTreeParser/PartNodeBodyPart +include/KF5/MimeTreeParser/Util +include/KF5/TemplateParser/CustomTemplates +include/KF5/TemplateParser/CustomTemplatesMenu +include/KF5/TemplateParser/DefaultTemplates +include/KF5/TemplateParser/TemplateParserEmailAddressRequesterBase +include/KF5/TemplateParser/TemplateParserExtractHtmlInfoResult +include/KF5/TemplateParser/TemplateParserJob +include/KF5/TemplateParser/TemplatesConfiguration +include/KF5/TemplateParser/TemplatesInsertCommand +include/KF5/TemplateParser/TemplatesTextEdit +include/KF5/TemplateParser/TemplatesUtil +include/KF5/WebEngineViewer/CheckPhishingUrlCache +include/KF5/WebEngineViewer/CheckPhishingUrlJob +include/KF5/WebEngineViewer/CheckPhishingUrlUtil +include/KF5/WebEngineViewer/CreatePhishingUrlDataBaseJob +include/KF5/WebEngineViewer/FindBarBase +include/KF5/WebEngineViewer/FindBarWebEngineView +include/KF5/WebEngineViewer/HashCacheManager +include/KF5/WebEngineViewer/InterceptorManager +include/KF5/WebEngineViewer/LocalDataBaseManager +include/KF5/WebEngineViewer/NetworkPluginUrlInterceptor +include/KF5/WebEngineViewer/NetworkPluginUrlInterceptorConfigureWidget +include/KF5/WebEngineViewer/NetworkPluginUrlInterceptorInterface +include/KF5/WebEngineViewer/NetworkUrlInterceptor +include/KF5/WebEngineViewer/NetworkUrlInterceptorPluginManager +include/KF5/WebEngineViewer/SearchFullHashJob +include/KF5/WebEngineViewer/UpdateDataBaseInfo +include/KF5/WebEngineViewer/WebEngineAccessKey +include/KF5/WebEngineViewer/WebEngineExportHtmlPageJob +include/KF5/WebEngineViewer/WebEngineManageScript +include/KF5/WebEngineViewer/WebEnginePage +include/KF5/WebEngineViewer/WebEngineScript +include/KF5/WebEngineViewer/WebEngineView +include/KF5/WebEngineViewer/WebHitTest +include/KF5/WebEngineViewer/WebHitTestResult +include/KF5/WebEngineViewer/ZoomActionMenu +include/KF5/messagecomposer/abstractencryptjob.h +include/KF5/messagecomposer/akonadisender.h +include/KF5/messagecomposer/aliasesexpandjob.h +include/KF5/messagecomposer/attachmentcontrollerbase.h +include/KF5/messagecomposer/attachmentfrompublickeyjob.h +include/KF5/messagecomposer/attachmentjob.h +include/KF5/messagecomposer/attachmentmodel.h +include/KF5/messagecomposer/attachmentvcardfromaddressbookjob.h +include/KF5/messagecomposer/composer.h +include/KF5/messagecomposer/composerlineedit.h +include/KF5/messagecomposer/composerviewbase.h +include/KF5/messagecomposer/contentjobbase.h +include/KF5/messagecomposer/distributionlistdialog.h +include/KF5/messagecomposer/encryptjob.h +include/KF5/messagecomposer/followupremindercreatejob.h +include/KF5/messagecomposer/followupreminderselectdatedialog.h +include/KF5/messagecomposer/globalpart.h +include/KF5/messagecomposer/imagescalingwidget.h +include/KF5/messagecomposer/infopart.h +include/KF5/messagecomposer/inserttextfilejob.h +include/KF5/messagecomposer/jobbase.h +include/KF5/messagecomposer/kleo_util.h +include/KF5/messagecomposer/maintextjob.h +include/KF5/messagecomposer/messagecomposer_debug.h +include/KF5/messagecomposer/messagecomposer_export.h +include/KF5/messagecomposer/messagecomposersettings.h +include/KF5/messagecomposer/messagecomposersettings_base.h +include/KF5/messagecomposer/messagefactoryng.h +include/KF5/messagecomposer/messagehelper.h +include/KF5/messagecomposer/messagepart.h +include/KF5/messagecomposer/messagesender.h +include/KF5/messagecomposer/multipartjob.h +include/KF5/messagecomposer/plugineditor.h +include/KF5/messagecomposer/plugineditorcheckbeforesend.h +include/KF5/messagecomposer/plugineditorcheckbeforesendconfigurewidget.h +include/KF5/messagecomposer/plugineditorcheckbeforesendinterface.h +include/KF5/messagecomposer/plugineditorcheckbeforesendmanager.h +include/KF5/messagecomposer/plugineditorcheckbeforesendparams.h +include/KF5/messagecomposer/plugineditorinit.h +include/KF5/messagecomposer/plugineditorinitconfigurewidget.h +include/KF5/messagecomposer/plugineditorinitinterface.h +include/KF5/messagecomposer/plugineditorinitmanager.h +include/KF5/messagecomposer/plugineditorinterface.h +include/KF5/messagecomposer/plugineditormanager.h +include/KF5/messagecomposer/recipient.h +include/KF5/messagecomposer/recipientline.h +include/KF5/messagecomposer/recipientseditor.h +include/KF5/messagecomposer/richtextcomposerng.h +include/KF5/messagecomposer/richtextcomposersignatures.h +include/KF5/messagecomposer/signaturecontroller.h +include/KF5/messagecomposer/signjob.h +include/KF5/messagecomposer/singlepartjob.h +include/KF5/messagecomposer/skeletonmessagejob.h +include/KF5/messagecomposer/textpart.h +include/KF5/messagecomposer/transparentjob.h +include/KF5/messagecomposer/util.h +include/KF5/messagecomposer_version.h +include/KF5/messagecore/attachmentcompressjob.h +include/KF5/messagecore/attachmentfromfolderjob.h +include/KF5/messagecore/attachmentfrommimecontentjob.h +include/KF5/messagecore/attachmentfromurlbasejob.h +include/KF5/messagecore/attachmentfromurljob.h +include/KF5/messagecore/attachmentfromurlutils.h +include/KF5/messagecore/attachmentloadjob.h +include/KF5/messagecore/attachmentpart.h +include/KF5/messagecore/attachmentpropertiesdialog.h +include/KF5/messagecore/attachmentupdatejob.h +include/KF5/messagecore/globalsettings_messagecore.h +include/KF5/messagecore/imagecollector.h +include/KF5/messagecore/mailinglist.h +include/KF5/messagecore/messagecore_export.h +include/KF5/messagecore/messagecoresettings.h +include/KF5/messagecore/messagecoreutil.h +include/KF5/messagecore/nodehelper.h +include/KF5/messagecore/stringutil.h +include/KF5/messagecore_version.h +include/KF5/messagelist/aggregationcombobox.h +include/KF5/messagelist/aggregationconfigbutton.h +include/KF5/messagelist/enums.h +include/KF5/messagelist/messagelist_export.h +include/KF5/messagelist/messagelistsettings.h +include/KF5/messagelist/messagelistutil.h +include/KF5/messagelist/pane.h +include/KF5/messagelist/quicksearchline.h +include/KF5/messagelist/storagemodel.h +include/KF5/messagelist/storagemodelbase.h +include/KF5/messagelist/themecombobox.h +include/KF5/messagelist/themeconfigbutton.h +include/KF5/messagelist/view.h +include/KF5/messagelist/widgetbase.h +include/KF5/messagelist_version.h +include/KF5/messageviewer/bodyparturlhandler.h +include/KF5/messageviewer/config-messageviewer.h +include/KF5/messageviewer/configurewidget.h +include/KF5/messageviewer/csshelper.h +include/KF5/messageviewer/csshelperbase.h +include/KF5/messageviewer/editorwatcher.h +include/KF5/messageviewer/globalsettings_messageviewer.h +include/KF5/messageviewer/grantleeheaderstyle.h +include/KF5/messageviewer/grantleeheaderteststyle.h +include/KF5/messageviewer/headerstrategy.h +include/KF5/messageviewer/headerstyle.h +include/KF5/messageviewer/headerstyle_util.h +include/KF5/messageviewer/headerstyleinterface.h +include/KF5/messageviewer/headerstylemenumanager.h +include/KF5/messageviewer/headerstyleplugin.h +include/KF5/messageviewer/headerstylepluginmanager.h +include/KF5/messageviewer/htmlblock.h +include/KF5/messageviewer/iconnamecache.h +include/KF5/messageviewer/invitationsettings.h +include/KF5/messageviewer/kxface.h +include/KF5/messageviewer/mailwebenginepage.h +include/KF5/messageviewer/mailwebengineview.h +include/KF5/messageviewer/markmessagereadhandler.h +include/KF5/messageviewer/messagepartrendererbase.h +include/KF5/messageviewer/messagepartrenderermanager.h +include/KF5/messageviewer/messagepartrenderplugin.h +include/KF5/messageviewer/messageviewer_debug.h +include/KF5/messageviewer/messageviewer_export.h +include/KF5/messageviewer/messageviewersettings.h +include/KF5/messageviewer/messageviewerutil.h +include/KF5/messageviewer/mimetype.h +include/KF5/messageviewer/objecttreeemptysource.h +include/KF5/messageviewer/plainheaderstyle.h +include/KF5/messageviewer/printingsettings.h +include/KF5/messageviewer/richheaderstrategy.h +include/KF5/messageviewer/scamcheckshorturl.h +include/KF5/messageviewer/scamcheckshorturlmanager.h +include/KF5/messageviewer/scamexpandurljob.h +include/KF5/messageviewer/spamheaderanalyzer.h +include/KF5/messageviewer/stl_util.h +include/KF5/messageviewer/urlhandler.h +include/KF5/messageviewer/viewer.h +include/KF5/messageviewer/viewerplugin.h +include/KF5/messageviewer/viewerplugininterface.h +include/KF5/messageviewer/viewerpluginmanager.h +include/KF5/messageviewer/viewerplugintoolmanager.h +include/KF5/messageviewer_version.h +include/KF5/mimetreeparser/attachmentstrategy.h +include/KF5/mimetreeparser/attachmenttemporaryfilesdirs.h +include/KF5/mimetreeparser/bodypart.h +include/KF5/mimetreeparser/bodypartformatter.h +include/KF5/mimetreeparser/bodypartformatterfactory.h +include/KF5/mimetreeparser/bufferedhtmlwriter.h +include/KF5/mimetreeparser/enums.h +include/KF5/mimetreeparser/filehtmlwriter.h +include/KF5/mimetreeparser/htmlwriter.h +include/KF5/mimetreeparser/messagepart.h +include/KF5/mimetreeparser/mimetreeparser_debug.h +include/KF5/mimetreeparser/mimetreeparser_export.h +include/KF5/mimetreeparser/nodehelper.h +include/KF5/mimetreeparser/objecttreeparser.h +include/KF5/mimetreeparser/objecttreesource.h +include/KF5/mimetreeparser/partmetadata.h +include/KF5/mimetreeparser/partnodebodypart.h +include/KF5/mimetreeparser/util.h +include/KF5/mimetreeparser_version.h +include/KF5/templateparser/customtemplates.h +include/KF5/templateparser/customtemplates_kfg.h +include/KF5/templateparser/customtemplatesmenu.h +include/KF5/templateparser/defaulttemplates.h +include/KF5/templateparser/globalsettings_templateparser.h +include/KF5/templateparser/templateparser_export.h +include/KF5/templateparser/templateparseremailaddressrequesterbase.h +include/KF5/templateparser/templateparserextracthtmlinforesult.h +include/KF5/templateparser/templateparserjob.h +include/KF5/templateparser/templatesconfiguration.h +include/KF5/templateparser/templatesconfiguration_kfg.h +include/KF5/templateparser/templatesinsertcommand.h +include/KF5/templateparser/templatestextedit.h +include/KF5/templateparser/templatesutil.h +include/KF5/templateparser/ui_templatesconfiguration_base.h +include/KF5/templateparser_version.h +include/KF5/webengineviewer/checkphishingurlcache.h +include/KF5/webengineviewer/checkphishingurljob.h +include/KF5/webengineviewer/checkphishingurlutil.h +include/KF5/webengineviewer/createphishingurldatabasejob.h +include/KF5/webengineviewer/findbarbase.h +include/KF5/webengineviewer/findbarwebengineview.h +include/KF5/webengineviewer/hashcachemanager.h +include/KF5/webengineviewer/interceptormanager.h +include/KF5/webengineviewer/localdatabasemanager.h +include/KF5/webengineviewer/networkpluginurlinterceptor.h +include/KF5/webengineviewer/networkpluginurlinterceptorconfigurewidget.h +include/KF5/webengineviewer/networkpluginurlinterceptorinterface.h +include/KF5/webengineviewer/networkurlinterceptor.h +include/KF5/webengineviewer/networkurlinterceptorpluginmanager.h +include/KF5/webengineviewer/searchfullhashjob.h +include/KF5/webengineviewer/updatedatabaseinfo.h +include/KF5/webengineviewer/webengineaccesskey.h +include/KF5/webengineviewer/webengineexporthtmlpagejob.h +include/KF5/webengineviewer/webenginemanagescript.h +include/KF5/webengineviewer/webenginepage.h +include/KF5/webengineviewer/webenginescript.h +include/KF5/webengineviewer/webengineview.h +include/KF5/webengineviewer/webengineviewer_export.h +include/KF5/webengineviewer/webhittest.h +include/KF5/webengineviewer/webhittestresult.h +include/KF5/webengineviewer/zoomactionmenu.h +include/KF5/webengineviewer_version.h +lib/cmake/KF5MessageComposer/KF5MessageComposerConfig.cmake +lib/cmake/KF5MessageComposer/KF5MessageComposerConfigVersion.cmake +lib/cmake/KF5MessageComposer/KF5MessageComposerTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5MessageComposer/KF5MessageComposerTargets.cmake +lib/cmake/KF5MessageCore/KF5MessageCoreConfig.cmake +lib/cmake/KF5MessageCore/KF5MessageCoreConfigVersion.cmake +lib/cmake/KF5MessageCore/KF5MessageCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5MessageCore/KF5MessageCoreTargets.cmake +lib/cmake/KF5MessageList/KF5MessageListConfig.cmake +lib/cmake/KF5MessageList/KF5MessageListConfigVersion.cmake +lib/cmake/KF5MessageList/KF5MessageListTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5MessageList/KF5MessageListTargets.cmake +lib/cmake/KF5MessageViewer/KF5MessageViewerConfig.cmake +lib/cmake/KF5MessageViewer/KF5MessageViewerConfigVersion.cmake +lib/cmake/KF5MessageViewer/KF5MessageViewerTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5MessageViewer/KF5MessageViewerTargets.cmake +lib/cmake/KF5MimeTreeParser/KF5MimeTreeParserConfig.cmake +lib/cmake/KF5MimeTreeParser/KF5MimeTreeParserConfigVersion.cmake +lib/cmake/KF5MimeTreeParser/KF5MimeTreeParserTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5MimeTreeParser/KF5MimeTreeParserTargets.cmake +lib/cmake/KF5TemplateParser/KF5TemplateParserConfig.cmake +lib/cmake/KF5TemplateParser/KF5TemplateParserConfigVersion.cmake +lib/cmake/KF5TemplateParser/KF5TemplateParserTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5TemplateParser/KF5TemplateParserTargets.cmake +lib/cmake/KF5WebEngineViewer/KF5WebEngineViewerConfig.cmake +lib/cmake/KF5WebEngineViewer/KF5WebEngineViewerConfigVersion.cmake +lib/cmake/KF5WebEngineViewer/KF5WebEngineViewerTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5WebEngineViewer/KF5WebEngineViewerTargets.cmake +lib/libKF5MessageComposer.so +lib/libKF5MessageComposer.so.5 +lib/libKF5MessageComposer.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5MessageCore.so +lib/libKF5MessageCore.so.5 +lib/libKF5MessageCore.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5MessageList.so +lib/libKF5MessageList.so.5 +lib/libKF5MessageList.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5MessageViewer.so +lib/libKF5MessageViewer.so.5 +lib/libKF5MessageViewer.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5MimeTreeParser.so +lib/libKF5MimeTreeParser.so.5 +lib/libKF5MimeTreeParser.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5TemplateParser.so +lib/libKF5TemplateParser.so.5 +lib/libKF5TemplateParser.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5WebEngineViewer.so +lib/libKF5WebEngineViewer.so.5 +lib/libKF5WebEngineViewer.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_MessageComposer.pri +%%QT_MKSPECDIR%%/modules/qt_MessageCore.pri +%%QT_MKSPECDIR%%/modules/qt_MessageList.pri +%%QT_MKSPECDIR%%/modules/qt_MessageViewer.pri +%%QT_MKSPECDIR%%/modules/qt_MimeTreeParser.pri +%%QT_MKSPECDIR%%/modules/qt_TemplateParser.pri +%%QT_MKSPECDIR%%/modules/qt_WebEngineViewer.pri +%%QT_PLUGINDIR%%/messageviewer/grantlee/5.0/messageviewer_grantlee_extension.so +%%QT_PLUGINDIR%%/messageviewer/messageviewer_defaultgrantleeheaderstyleplugin.so +share/config.kcfg/customtemplates_kfg.kcfg +share/config.kcfg/templatesconfiguration_kfg.kcfg +share/kconf_update/messageviewer.upd +share/knotifications5/messageviewer.notifyrc +share/libmessageviewer/pics/enterprise_bottom.png +share/libmessageviewer/pics/enterprise_bottom_left.png +share/libmessageviewer/pics/enterprise_bottom_right.png +share/libmessageviewer/pics/enterprise_icon.png +share/libmessageviewer/pics/enterprise_left.png +share/libmessageviewer/pics/enterprise_right.png +share/libmessageviewer/pics/enterprise_s_left.png +share/libmessageviewer/pics/enterprise_s_right.png +share/libmessageviewer/pics/enterprise_sbar.png +share/libmessageviewer/pics/enterprise_sp_right.png +share/libmessageviewer/pics/enterprise_sw.png +share/libmessageviewer/pics/enterprise_top.png +share/libmessageviewer/pics/enterprise_top_left.png +share/libmessageviewer/pics/enterprise_top_right.png +share/libmessageviewer/pics/enterprise_w.png +share/libmessageviewer/pics/quicklistClosed.png +share/libmessageviewer/pics/quicklistOpened.png +share/libmessageviewer/pics/quotecollapse.png +share/libmessageviewer/pics/quoteexpand.png +share/locale/ar/LC_MESSAGES/libmessagecomposer.mo +share/locale/ar/LC_MESSAGES/libmessagecore.mo +share/locale/ar/LC_MESSAGES/libmessagelist.mo +share/locale/ar/LC_MESSAGES/libmessageviewer.mo +share/locale/ar/LC_MESSAGES/libmimetreeparser.mo +share/locale/ar/LC_MESSAGES/libwebengineviewer.mo +share/locale/ast/LC_MESSAGES/libmessagecomposer.mo +share/locale/ast/LC_MESSAGES/libmessagecore.mo +share/locale/ast/LC_MESSAGES/libmessagelist.mo +share/locale/ast/LC_MESSAGES/libmessageviewer.mo +share/locale/ast/LC_MESSAGES/libmimetreeparser.mo +share/locale/ast/LC_MESSAGES/libtemplateparser.mo +share/locale/ast/LC_MESSAGES/libwebengineviewer.mo +share/locale/bg/LC_MESSAGES/libmessagelist.mo +share/locale/bg/LC_MESSAGES/libmessageviewer.mo +share/locale/bg/LC_MESSAGES/libmimetreeparser.mo +share/locale/bs/LC_MESSAGES/libmessagecomposer.mo +share/locale/bs/LC_MESSAGES/libmessagecore.mo +share/locale/bs/LC_MESSAGES/libmessagelist.mo +share/locale/bs/LC_MESSAGES/libmessageviewer.mo +share/locale/bs/LC_MESSAGES/libmimetreeparser.mo +share/locale/bs/LC_MESSAGES/libtemplateparser.mo +share/locale/ca/LC_MESSAGES/libmessagecomposer.mo +share/locale/ca/LC_MESSAGES/libmessagecore.mo +share/locale/ca/LC_MESSAGES/libmessagelist.mo +share/locale/ca/LC_MESSAGES/libmessageviewer.mo +share/locale/ca/LC_MESSAGES/libmimetreeparser.mo +share/locale/ca/LC_MESSAGES/libtemplateparser.mo +share/locale/ca/LC_MESSAGES/libwebengineviewer.mo +share/locale/ca@valencia/LC_MESSAGES/libmessagecomposer.mo +share/locale/ca@valencia/LC_MESSAGES/libmessagecore.mo +share/locale/ca@valencia/LC_MESSAGES/libmessagelist.mo +share/locale/ca@valencia/LC_MESSAGES/libmessageviewer.mo +share/locale/ca@valencia/LC_MESSAGES/libmimetreeparser.mo +share/locale/ca@valencia/LC_MESSAGES/libtemplateparser.mo +share/locale/ca@valencia/LC_MESSAGES/libwebengineviewer.mo +share/locale/cs/LC_MESSAGES/libmessagecomposer.mo +share/locale/cs/LC_MESSAGES/libmessagecore.mo +share/locale/cs/LC_MESSAGES/libmessagelist.mo +share/locale/cs/LC_MESSAGES/libmessageviewer.mo +share/locale/cs/LC_MESSAGES/libmimetreeparser.mo +share/locale/cs/LC_MESSAGES/libtemplateparser.mo +share/locale/cs/LC_MESSAGES/libwebengineviewer.mo +share/locale/da/LC_MESSAGES/libmessagecomposer.mo +share/locale/da/LC_MESSAGES/libmessagecore.mo +share/locale/da/LC_MESSAGES/libmessagelist.mo +share/locale/da/LC_MESSAGES/libmessageviewer.mo +share/locale/da/LC_MESSAGES/libmimetreeparser.mo +share/locale/da/LC_MESSAGES/libtemplateparser.mo +share/locale/da/LC_MESSAGES/libwebengineviewer.mo +share/locale/de/LC_MESSAGES/libmessagecomposer.mo +share/locale/de/LC_MESSAGES/libmessagecore.mo +share/locale/de/LC_MESSAGES/libmessagelist.mo +share/locale/de/LC_MESSAGES/libmessageviewer.mo +share/locale/de/LC_MESSAGES/libmimetreeparser.mo +share/locale/de/LC_MESSAGES/libtemplateparser.mo +share/locale/de/LC_MESSAGES/libwebengineviewer.mo +share/locale/el/LC_MESSAGES/libmessagecomposer.mo +share/locale/el/LC_MESSAGES/libmessagecore.mo +share/locale/el/LC_MESSAGES/libmessagelist.mo +share/locale/el/LC_MESSAGES/libmessageviewer.mo +share/locale/el/LC_MESSAGES/libmimetreeparser.mo +share/locale/el/LC_MESSAGES/libtemplateparser.mo +share/locale/en_GB/LC_MESSAGES/libmessagecomposer.mo +share/locale/en_GB/LC_MESSAGES/libmessagecore.mo +share/locale/en_GB/LC_MESSAGES/libmessagelist.mo +share/locale/en_GB/LC_MESSAGES/libmessageviewer.mo +share/locale/en_GB/LC_MESSAGES/libmimetreeparser.mo +share/locale/en_GB/LC_MESSAGES/libtemplateparser.mo +share/locale/en_GB/LC_MESSAGES/libwebengineviewer.mo +share/locale/eo/LC_MESSAGES/libmessagecomposer.mo +share/locale/eo/LC_MESSAGES/libmessagecore.mo +share/locale/eo/LC_MESSAGES/libmessagelist.mo +share/locale/eo/LC_MESSAGES/libmessageviewer.mo +share/locale/eo/LC_MESSAGES/libmimetreeparser.mo +share/locale/eo/LC_MESSAGES/libtemplateparser.mo +share/locale/es/LC_MESSAGES/libmessagecomposer.mo +share/locale/es/LC_MESSAGES/libmessagecore.mo +share/locale/es/LC_MESSAGES/libmessagelist.mo +share/locale/es/LC_MESSAGES/libmessageviewer.mo +share/locale/es/LC_MESSAGES/libmimetreeparser.mo +share/locale/es/LC_MESSAGES/libtemplateparser.mo +share/locale/es/LC_MESSAGES/libwebengineviewer.mo +share/locale/et/LC_MESSAGES/libmessagecomposer.mo +share/locale/et/LC_MESSAGES/libmessagecore.mo +share/locale/et/LC_MESSAGES/libmessagelist.mo +share/locale/et/LC_MESSAGES/libmessageviewer.mo +share/locale/et/LC_MESSAGES/libmimetreeparser.mo +share/locale/et/LC_MESSAGES/libtemplateparser.mo +share/locale/et/LC_MESSAGES/libwebengineviewer.mo +share/locale/eu/LC_MESSAGES/libmessagelist.mo +share/locale/eu/LC_MESSAGES/libmessageviewer.mo +share/locale/eu/LC_MESSAGES/libmimetreeparser.mo +share/locale/fa/LC_MESSAGES/libmessagelist.mo +share/locale/fa/LC_MESSAGES/libmessageviewer.mo +share/locale/fa/LC_MESSAGES/libmimetreeparser.mo +share/locale/fi/LC_MESSAGES/libmessagecomposer.mo +share/locale/fi/LC_MESSAGES/libmessagecore.mo +share/locale/fi/LC_MESSAGES/libmessagelist.mo +share/locale/fi/LC_MESSAGES/libmessageviewer.mo +share/locale/fi/LC_MESSAGES/libmimetreeparser.mo +share/locale/fi/LC_MESSAGES/libtemplateparser.mo +share/locale/fi/LC_MESSAGES/libwebengineviewer.mo +share/locale/fr/LC_MESSAGES/libmessagecomposer.mo +share/locale/fr/LC_MESSAGES/libmessagecore.mo +share/locale/fr/LC_MESSAGES/libmessagelist.mo +share/locale/fr/LC_MESSAGES/libmessageviewer.mo +share/locale/fr/LC_MESSAGES/libmimetreeparser.mo +share/locale/fr/LC_MESSAGES/libtemplateparser.mo +share/locale/fr/LC_MESSAGES/libwebengineviewer.mo +share/locale/ga/LC_MESSAGES/libmessagecomposer.mo +share/locale/ga/LC_MESSAGES/libmessagecore.mo +share/locale/ga/LC_MESSAGES/libmessagelist.mo +share/locale/ga/LC_MESSAGES/libmessageviewer.mo +share/locale/ga/LC_MESSAGES/libmimetreeparser.mo +share/locale/ga/LC_MESSAGES/libtemplateparser.mo +share/locale/gl/LC_MESSAGES/libmessagecomposer.mo +share/locale/gl/LC_MESSAGES/libmessagecore.mo +share/locale/gl/LC_MESSAGES/libmessagelist.mo +share/locale/gl/LC_MESSAGES/libmessageviewer.mo +share/locale/gl/LC_MESSAGES/libmimetreeparser.mo +share/locale/gl/LC_MESSAGES/libtemplateparser.mo +share/locale/gl/LC_MESSAGES/libwebengineviewer.mo +share/locale/he/LC_MESSAGES/libmessagelist.mo +share/locale/he/LC_MESSAGES/libmessageviewer.mo +share/locale/he/LC_MESSAGES/libmimetreeparser.mo +share/locale/hi/LC_MESSAGES/libmessagelist.mo +share/locale/hi/LC_MESSAGES/libmessageviewer.mo +share/locale/hi/LC_MESSAGES/libmimetreeparser.mo +share/locale/hr/LC_MESSAGES/libmessagelist.mo +share/locale/hr/LC_MESSAGES/libmessageviewer.mo +share/locale/hr/LC_MESSAGES/libmimetreeparser.mo +share/locale/hu/LC_MESSAGES/libmessagecomposer.mo +share/locale/hu/LC_MESSAGES/libmessagecore.mo +share/locale/hu/LC_MESSAGES/libmessagelist.mo +share/locale/hu/LC_MESSAGES/libmessageviewer.mo +share/locale/hu/LC_MESSAGES/libmimetreeparser.mo +share/locale/hu/LC_MESSAGES/libtemplateparser.mo +share/locale/ia/LC_MESSAGES/libmessagecomposer.mo +share/locale/ia/LC_MESSAGES/libmessagecore.mo +share/locale/ia/LC_MESSAGES/libmessagelist.mo +share/locale/ia/LC_MESSAGES/libmessageviewer.mo +share/locale/ia/LC_MESSAGES/libmimetreeparser.mo +share/locale/ia/LC_MESSAGES/libtemplateparser.mo +share/locale/is/LC_MESSAGES/libmessagelist.mo +share/locale/is/LC_MESSAGES/libmessageviewer.mo +share/locale/is/LC_MESSAGES/libmimetreeparser.mo +share/locale/it/LC_MESSAGES/libmessagecomposer.mo +share/locale/it/LC_MESSAGES/libmessagecore.mo +share/locale/it/LC_MESSAGES/libmessagelist.mo +share/locale/it/LC_MESSAGES/libmessageviewer.mo +share/locale/it/LC_MESSAGES/libmimetreeparser.mo +share/locale/it/LC_MESSAGES/libtemplateparser.mo +share/locale/it/LC_MESSAGES/libwebengineviewer.mo +share/locale/ja/LC_MESSAGES/libmessagecomposer.mo +share/locale/ja/LC_MESSAGES/libmessagecore.mo +share/locale/ja/LC_MESSAGES/libmessagelist.mo +share/locale/ja/LC_MESSAGES/libmessageviewer.mo +share/locale/ja/LC_MESSAGES/libmimetreeparser.mo +share/locale/ja/LC_MESSAGES/libtemplateparser.mo +share/locale/ja/LC_MESSAGES/libwebengineviewer.mo +share/locale/kk/LC_MESSAGES/libmessagecomposer.mo +share/locale/kk/LC_MESSAGES/libmessagecore.mo +share/locale/kk/LC_MESSAGES/libmessagelist.mo +share/locale/kk/LC_MESSAGES/libmessageviewer.mo +share/locale/kk/LC_MESSAGES/libmimetreeparser.mo +share/locale/kk/LC_MESSAGES/libtemplateparser.mo +share/locale/km/LC_MESSAGES/libmessagecore.mo +share/locale/km/LC_MESSAGES/libmessagelist.mo +share/locale/km/LC_MESSAGES/libmessageviewer.mo +share/locale/km/LC_MESSAGES/libmimetreeparser.mo +share/locale/km/LC_MESSAGES/libtemplateparser.mo +share/locale/ko/LC_MESSAGES/libmessagecomposer.mo +share/locale/ko/LC_MESSAGES/libmessagecore.mo +share/locale/ko/LC_MESSAGES/libmessagelist.mo +share/locale/ko/LC_MESSAGES/libmessageviewer.mo +share/locale/ko/LC_MESSAGES/libmimetreeparser.mo +share/locale/ko/LC_MESSAGES/libtemplateparser.mo +share/locale/ko/LC_MESSAGES/libwebengineviewer.mo +share/locale/lt/LC_MESSAGES/libmessagecomposer.mo +share/locale/lt/LC_MESSAGES/libmessagecore.mo +share/locale/lt/LC_MESSAGES/libmessagelist.mo +share/locale/lt/LC_MESSAGES/libmessageviewer.mo +share/locale/lt/LC_MESSAGES/libmimetreeparser.mo +share/locale/lt/LC_MESSAGES/libtemplateparser.mo +share/locale/lv/LC_MESSAGES/libmessagecore.mo +share/locale/lv/LC_MESSAGES/libmessagelist.mo +share/locale/lv/LC_MESSAGES/libmessageviewer.mo +share/locale/lv/LC_MESSAGES/libmimetreeparser.mo +share/locale/mr/LC_MESSAGES/libmessagecomposer.mo +share/locale/mr/LC_MESSAGES/libmessagecore.mo +share/locale/mr/LC_MESSAGES/libmessagelist.mo +share/locale/mr/LC_MESSAGES/libmessageviewer.mo +share/locale/mr/LC_MESSAGES/libmimetreeparser.mo +share/locale/mr/LC_MESSAGES/libtemplateparser.mo +share/locale/nb/LC_MESSAGES/libmessagecomposer.mo +share/locale/nb/LC_MESSAGES/libmessagecore.mo +share/locale/nb/LC_MESSAGES/libmessagelist.mo +share/locale/nb/LC_MESSAGES/libmessageviewer.mo +share/locale/nb/LC_MESSAGES/libmimetreeparser.mo +share/locale/nb/LC_MESSAGES/libtemplateparser.mo +share/locale/nds/LC_MESSAGES/libmessagecomposer.mo +share/locale/nds/LC_MESSAGES/libmessagecore.mo +share/locale/nds/LC_MESSAGES/libmessagelist.mo +share/locale/nds/LC_MESSAGES/libmessageviewer.mo +share/locale/nds/LC_MESSAGES/libmimetreeparser.mo +share/locale/nds/LC_MESSAGES/libtemplateparser.mo +share/locale/nl/LC_MESSAGES/libmessagecomposer.mo +share/locale/nl/LC_MESSAGES/libmessagecore.mo +share/locale/nl/LC_MESSAGES/libmessagelist.mo +share/locale/nl/LC_MESSAGES/libmessageviewer.mo +share/locale/nl/LC_MESSAGES/libmimetreeparser.mo +share/locale/nl/LC_MESSAGES/libtemplateparser.mo +share/locale/nl/LC_MESSAGES/libwebengineviewer.mo +share/locale/nn/LC_MESSAGES/libmessagecomposer.mo +share/locale/nn/LC_MESSAGES/libmessagecore.mo +share/locale/nn/LC_MESSAGES/libmessagelist.mo +share/locale/nn/LC_MESSAGES/libmessageviewer.mo +share/locale/nn/LC_MESSAGES/libmimetreeparser.mo +share/locale/pa/LC_MESSAGES/libmessagecomposer.mo +share/locale/pa/LC_MESSAGES/libmessagecore.mo +share/locale/pa/LC_MESSAGES/libmessagelist.mo +share/locale/pa/LC_MESSAGES/libmessageviewer.mo +share/locale/pa/LC_MESSAGES/libmimetreeparser.mo +share/locale/pa/LC_MESSAGES/libtemplateparser.mo +share/locale/pl/LC_MESSAGES/libmessagecomposer.mo +share/locale/pl/LC_MESSAGES/libmessagecore.mo +share/locale/pl/LC_MESSAGES/libmessagelist.mo +share/locale/pl/LC_MESSAGES/libmessageviewer.mo +share/locale/pl/LC_MESSAGES/libmimetreeparser.mo +share/locale/pl/LC_MESSAGES/libtemplateparser.mo +share/locale/pl/LC_MESSAGES/libwebengineviewer.mo +share/locale/pt/LC_MESSAGES/libmessagecomposer.mo +share/locale/pt/LC_MESSAGES/libmessagecore.mo +share/locale/pt/LC_MESSAGES/libmessagelist.mo +share/locale/pt/LC_MESSAGES/libmessageviewer.mo +share/locale/pt/LC_MESSAGES/libmimetreeparser.mo +share/locale/pt/LC_MESSAGES/libtemplateparser.mo +share/locale/pt/LC_MESSAGES/libwebengineviewer.mo +share/locale/pt_BR/LC_MESSAGES/libmessagecomposer.mo +share/locale/pt_BR/LC_MESSAGES/libmessagecore.mo +share/locale/pt_BR/LC_MESSAGES/libmessagelist.mo +share/locale/pt_BR/LC_MESSAGES/libmessageviewer.mo +share/locale/pt_BR/LC_MESSAGES/libmimetreeparser.mo +share/locale/pt_BR/LC_MESSAGES/libtemplateparser.mo +share/locale/pt_BR/LC_MESSAGES/libwebengineviewer.mo +share/locale/ro/LC_MESSAGES/libmessagecomposer.mo +share/locale/ro/LC_MESSAGES/libmessagecore.mo +share/locale/ro/LC_MESSAGES/libmessagelist.mo +share/locale/ro/LC_MESSAGES/libmessageviewer.mo +share/locale/ro/LC_MESSAGES/libmimetreeparser.mo +share/locale/ro/LC_MESSAGES/libtemplateparser.mo +share/locale/ru/LC_MESSAGES/libmessagecomposer.mo +share/locale/ru/LC_MESSAGES/libmessagecore.mo +share/locale/ru/LC_MESSAGES/libmessagelist.mo +share/locale/ru/LC_MESSAGES/libmessageviewer.mo +share/locale/ru/LC_MESSAGES/libmimetreeparser.mo +share/locale/ru/LC_MESSAGES/libtemplateparser.mo +share/locale/ru/LC_MESSAGES/libwebengineviewer.mo +share/locale/sk/LC_MESSAGES/libmessagecomposer.mo +share/locale/sk/LC_MESSAGES/libmessagecore.mo +share/locale/sk/LC_MESSAGES/libmessagelist.mo +share/locale/sk/LC_MESSAGES/libmessageviewer.mo +share/locale/sk/LC_MESSAGES/libmimetreeparser.mo +share/locale/sk/LC_MESSAGES/libtemplateparser.mo +share/locale/sk/LC_MESSAGES/libwebengineviewer.mo +share/locale/sl/LC_MESSAGES/libmessagecomposer.mo +share/locale/sl/LC_MESSAGES/libmessagecore.mo +share/locale/sl/LC_MESSAGES/libmessagelist.mo +share/locale/sl/LC_MESSAGES/libmessageviewer.mo +share/locale/sl/LC_MESSAGES/libmimetreeparser.mo +share/locale/sl/LC_MESSAGES/libtemplateparser.mo +share/locale/sl/LC_MESSAGES/libwebengineviewer.mo +share/locale/sr/LC_MESSAGES/libmessagecomposer.mo +share/locale/sr/LC_MESSAGES/libmessagecore.mo +share/locale/sr/LC_MESSAGES/libmessagelist.mo +share/locale/sr/LC_MESSAGES/libmessageviewer.mo +share/locale/sr/LC_MESSAGES/libmimetreeparser.mo +share/locale/sr/LC_MESSAGES/libtemplateparser.mo +share/locale/sr/LC_MESSAGES/libwebengineviewer.mo +share/locale/sv/LC_MESSAGES/libmessagecomposer.mo +share/locale/sv/LC_MESSAGES/libmessagecore.mo +share/locale/sv/LC_MESSAGES/libmessagelist.mo +share/locale/sv/LC_MESSAGES/libmessageviewer.mo +share/locale/sv/LC_MESSAGES/libmimetreeparser.mo +share/locale/sv/LC_MESSAGES/libtemplateparser.mo +share/locale/sv/LC_MESSAGES/libwebengineviewer.mo +share/locale/tr/LC_MESSAGES/libmessagecomposer.mo +share/locale/tr/LC_MESSAGES/libmessagecore.mo +share/locale/tr/LC_MESSAGES/libmessagelist.mo +share/locale/tr/LC_MESSAGES/libmessageviewer.mo +share/locale/tr/LC_MESSAGES/libmimetreeparser.mo +share/locale/tr/LC_MESSAGES/libtemplateparser.mo +share/locale/tr/LC_MESSAGES/libwebengineviewer.mo +share/locale/ug/LC_MESSAGES/libmessagecomposer.mo +share/locale/ug/LC_MESSAGES/libmessagecore.mo +share/locale/ug/LC_MESSAGES/libmessagelist.mo +share/locale/ug/LC_MESSAGES/libmessageviewer.mo +share/locale/ug/LC_MESSAGES/libmimetreeparser.mo +share/locale/ug/LC_MESSAGES/libtemplateparser.mo +share/locale/uk/LC_MESSAGES/libmessagecomposer.mo +share/locale/uk/LC_MESSAGES/libmessagecore.mo +share/locale/uk/LC_MESSAGES/libmessagelist.mo +share/locale/uk/LC_MESSAGES/libmessageviewer.mo +share/locale/uk/LC_MESSAGES/libmimetreeparser.mo +share/locale/uk/LC_MESSAGES/libtemplateparser.mo +share/locale/uk/LC_MESSAGES/libwebengineviewer.mo +share/locale/wa/LC_MESSAGES/libmessagelist.mo +share/locale/wa/LC_MESSAGES/libmessageviewer.mo +share/locale/wa/LC_MESSAGES/libmimetreeparser.mo +share/locale/wa/LC_MESSAGES/libtemplateparser.mo +share/locale/zh_CN/LC_MESSAGES/libmessagecomposer.mo +share/locale/zh_CN/LC_MESSAGES/libmessagecore.mo +share/locale/zh_CN/LC_MESSAGES/libmessagelist.mo +share/locale/zh_CN/LC_MESSAGES/libmessageviewer.mo +share/locale/zh_CN/LC_MESSAGES/libmimetreeparser.mo +share/locale/zh_CN/LC_MESSAGES/libtemplateparser.mo +share/locale/zh_CN/LC_MESSAGES/libwebengineviewer.mo +share/locale/zh_TW/LC_MESSAGES/libmessagecomposer.mo +share/locale/zh_TW/LC_MESSAGES/libmessagecore.mo +share/locale/zh_TW/LC_MESSAGES/libmessagelist.mo +share/locale/zh_TW/LC_MESSAGES/libmessageviewer.mo +share/locale/zh_TW/LC_MESSAGES/libmimetreeparser.mo +share/locale/zh_TW/LC_MESSAGES/libtemplateparser.mo +share/locale/zh_TW/LC_MESSAGES/libwebengineviewer.mo +share/messagelist/pics/mail-horizontal-space.png +share/messagelist/pics/mail-vertical-separator-line.png +share/messageviewer/about/default/background.png +share/messageviewer/about/default/main.css +share/messageviewer/about/default/main.html +share/messageviewer/about/default/splash.theme +share/messageviewer/about/default/status.html +share/messageviewer/defaultthemes/5.2/header.html +share/messageviewer/defaultthemes/5.2/kmail_default.desktop +share/messageviewer/defaultthemes/5.2/photo.png +share/messageviewer/defaultthemes/5.2/photo.svg +share/messageviewer/defaultthemes/5.2/style.css +share/messageviewer/longurlServices.json +share/org.kde.syntax-highlighting/syntax/kmail-template.xml diff --git a/net/pimcommon/Makefile b/net/pimcommon/Makefile new file mode 100644 index 000000000000..f2721049bb29 --- /dev/null +++ b/net/pimcommon/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= pimcommon +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Common libriares for KDEPim + +LICENSE= LGPL21 + +LIB_DEPENDS= libboost_system.so:devel/boost-libs + +USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 tar:xz +USE_KDE= archive attica auth codecs completion config configwidgets \ + dbusaddons ecm emoticons i18n init iconthemes itemmodels \ + jobwidgets kdelibs4support kio newstuff service sonnet textwidgets \ + wallet widgetsaddons xmlgui +# pim components +USE_KDE+= akonadi akonadicontacts contacts imap libkdepim mime \ + pimtextedit +USE_QT5= core dbus designer gui network printsupport script testlib \ + uiplugin uitools webkit widgets xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr + + +.include <bsd.port.mk> diff --git a/net/pimcommon/distinfo b/net/pimcommon/distinfo new file mode 100644 index 000000000000..12199a210e6c --- /dev/null +++ b/net/pimcommon/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519210 +SHA256 (KDE/applications/17.12.3/pimcommon-17.12.3.tar.xz) = 78c6194295b97d3759388d19cba12937a02b639d7f68ff78c3c565c3a9435bf9 +SIZE (KDE/applications/17.12.3/pimcommon-17.12.3.tar.xz) = 287564 diff --git a/net/pimcommon/pkg-plist b/net/pimcommon/pkg-plist new file mode 100644 index 000000000000..f64056859c53 --- /dev/null +++ b/net/pimcommon/pkg-plist @@ -0,0 +1,177 @@ +etc/xdg/pimcommon.categories +etc/xdg/pimcommon.renamecategories +include/KF5/PimCommon/AbstractGenericPlugin +include/KF5/PimCommon/AbstractGenericPluginInterface +include/KF5/PimCommon/AutoCorrection +include/KF5/PimCommon/AutoCorrectionLanguage +include/KF5/PimCommon/AutoCorrectionWidget +include/KF5/PimCommon/ConfigureImmutableWidgetUtils +include/KF5/PimCommon/ConfigurePluginDialog +include/KF5/PimCommon/ConfigurePluginsListWidget +include/KF5/PimCommon/ConfigurePluginsWidget +include/KF5/PimCommon/CustomToolsPlugin +include/KF5/PimCommon/CustomToolsViewInterface +include/KF5/PimCommon/CustomToolsWidgetng +include/KF5/PimCommon/CustomTreeView +include/KF5/PimCommon/GenericGrantleeFormatter +include/KF5/PimCommon/GenericPlugin +include/KF5/PimCommon/GenericPluginManager +include/KF5/PimCommon/KActionMenuChangeCase +include/KF5/PimCommon/KPimPrintPreviewDialog +include/KF5/PimCommon/LineEditWithAutoCorrection +include/KF5/PimCommon/LineEditWithCompleterNg +include/KF5/PimCommon/LogActivitiesManager +include/KF5/PimCommon/MetaType +include/KF5/PimCommon/MigrateApplicationFiles +include/KF5/PimCommon/MigrateFileInfo +include/KF5/PimCommon/MinimumComboBox +include/KF5/PimCommon/NetworkManager +include/KF5/PimCommon/NetworkUtil +include/KF5/PimCommon/PimCommonSettings +include/KF5/PimCommon/PimUtil +include/KF5/PimCommon/PluginUtil +include/KF5/PimCommon/RenameFileDialog +include/KF5/PimCommon/RichTexteditWithAutoCorrection +include/KF5/PimCommon/ShareServiceUrlManager +include/KF5/PimCommon/SieveSyntaxHighlighterUtil +include/KF5/PimCommon/SimpleStringListEditor +include/KF5/PimCommon/SpellCheckLineEdit +include/KF5/PimCommon/TemplateListWidget +include/KF5/PimCommon/TemplateManager +include/KF5/PimCommon/TranslatorWidget +include/KF5/PimCommonAkonadi/AnnotationDialog +include/KF5/PimCommonAkonadi/CheckedCollectionWidget +include/KF5/PimCommonAkonadi/CollectionAclPage +include/KF5/PimCommonAkonadi/CollectionAnnotationsAttribute +include/KF5/PimCommonAkonadi/CollectionTypeUtil +include/KF5/PimCommonAkonadi/ContentTypeWidget +include/KF5/PimCommonAkonadi/CreateResource +include/KF5/PimCommonAkonadi/FetchRecursiveCollectionsJob +include/KF5/PimCommonAkonadi/GenericPluginInterface +include/KF5/PimCommonAkonadi/ImapAclAttribute +include/KF5/PimCommonAkonadi/ImapResourceCapabilitiesManager +include/KF5/PimCommonAkonadi/IncidencesForWidget +include/KF5/PimCommonAkonadi/MailUtil +include/KF5/PimCommonAkonadi/ManageServerSideSubscriptionJob +include/KF5/PimCommonAkonadi/PluginInterface +include/KF5/PimCommonAkonadi/SelectMultiCollectionDialog +include/KF5/pimcommon/abstractgenericplugin.h +include/KF5/pimcommon/abstractgenericplugininterface.h +include/KF5/pimcommon/autocorrection.h +include/KF5/pimcommon/autocorrectionlanguage.h +include/KF5/pimcommon/autocorrectionwidget.h +include/KF5/pimcommon/configureimmutablewidgetutils.h +include/KF5/pimcommon/configureplugindialog.h +include/KF5/pimcommon/configurepluginslistwidget.h +include/KF5/pimcommon/configurepluginswidget.h +include/KF5/pimcommon/customtoolsplugin.h +include/KF5/pimcommon/customtoolsviewinterface.h +include/KF5/pimcommon/customtoolswidgetng.h +include/KF5/pimcommon/customtreeview.h +include/KF5/pimcommon/genericgrantleeformatter.h +include/KF5/pimcommon/genericplugin.h +include/KF5/pimcommon/genericpluginmanager.h +include/KF5/pimcommon/imapresourcesettings.h +include/KF5/pimcommon/kactionmenuchangecase.h +include/KF5/pimcommon/kpimprintpreviewdialog.h +include/KF5/pimcommon/lineeditwithautocorrection.h +include/KF5/pimcommon/lineeditwithcompleterng.h +include/KF5/pimcommon/logactivitiesmanager.h +include/KF5/pimcommon/metatype.h +include/KF5/pimcommon/migrateapplicationfiles.h +include/KF5/pimcommon/migratefileinfo.h +include/KF5/pimcommon/minimumcombobox.h +include/KF5/pimcommon/networkmanager.h +include/KF5/pimcommon/networkutil.h +include/KF5/pimcommon/pimcommon_debug.h +include/KF5/pimcommon/pimcommon_export.h +include/KF5/pimcommon/pimcommonsetting_base.h +include/KF5/pimcommon/pimcommonsettings.h +include/KF5/pimcommon/pimutil.h +include/KF5/pimcommon/pluginutil.h +include/KF5/pimcommon/renamefiledialog.h +include/KF5/pimcommon/richtexteditwithautocorrection.h +include/KF5/pimcommon/shareserviceurlmanager.h +include/KF5/pimcommon/sievesyntaxhighlighterutil.h +include/KF5/pimcommon/simplestringlisteditor.h +include/KF5/pimcommon/spellchecklineedit.h +include/KF5/pimcommon/templatelistwidget.h +include/KF5/pimcommon/templatemanager.h +include/KF5/pimcommon/translatorwidget.h +include/KF5/pimcommon_version.h +include/KF5/pimcommonakonadi/annotationdialog.h +include/KF5/pimcommonakonadi/checkedcollectionwidget.h +include/KF5/pimcommonakonadi/collectionaclpage.h +include/KF5/pimcommonakonadi/collectionannotationsattribute.h +include/KF5/pimcommonakonadi/collectiontypeutil.h +include/KF5/pimcommonakonadi/contenttypewidget.h +include/KF5/pimcommonakonadi/createresource.h +include/KF5/pimcommonakonadi/fetchrecursivecollectionsjob.h +include/KF5/pimcommonakonadi/genericplugininterface.h +include/KF5/pimcommonakonadi/imapaclattribute.h +include/KF5/pimcommonakonadi/imapresourcecapabilitiesmanager.h +include/KF5/pimcommonakonadi/incidencesforwidget.h +include/KF5/pimcommonakonadi/mailutil.h +include/KF5/pimcommonakonadi/manageserversidesubscriptionjob.h +include/KF5/pimcommonakonadi/pimcommonakonadi_debug.h +include/KF5/pimcommonakonadi/pimcommonakonadi_export.h +include/KF5/pimcommonakonadi/plugininterface.h +include/KF5/pimcommonakonadi/selectmulticollectiondialog.h +include/KF5/pimcommonakonadi_version.h +lib/cmake/KF5PimCommon/KF5PimCommonConfig.cmake +lib/cmake/KF5PimCommon/KF5PimCommonConfigVersion.cmake +lib/cmake/KF5PimCommon/KF5PimCommonTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5PimCommon/KF5PimCommonTargets.cmake +lib/cmake/KF5PimCommonAkonadi/KF5PimCommonAkonadiConfig.cmake +lib/cmake/KF5PimCommonAkonadi/KF5PimCommonAkonadiConfigVersion.cmake +lib/cmake/KF5PimCommonAkonadi/KF5PimCommonAkonadiTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5PimCommonAkonadi/KF5PimCommonAkonadiTargets.cmake +lib/libKF5PimCommon.so +lib/libKF5PimCommon.so.5 +lib/libKF5PimCommon.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libKF5PimCommonAkonadi.so +lib/libKF5PimCommonAkonadi.so.5 +lib/libKF5PimCommonAkonadi.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_PimCommon.pri +%%QT_MKSPECDIR%%/modules/qt_PimCommonAkonadi.pri +%%QT_PLUGINDIR%%/designer/pimcommonwidgets.so +share/locale/ast/LC_MESSAGES/libpimcommon.mo +share/locale/bs/LC_MESSAGES/libpimcommon.mo +share/locale/ca/LC_MESSAGES/libpimcommon.mo +share/locale/ca@valencia/LC_MESSAGES/libpimcommon.mo +share/locale/cs/LC_MESSAGES/libpimcommon.mo +share/locale/da/LC_MESSAGES/libpimcommon.mo +share/locale/de/LC_MESSAGES/libpimcommon.mo +share/locale/el/LC_MESSAGES/libpimcommon.mo +share/locale/en_GB/LC_MESSAGES/libpimcommon.mo +share/locale/es/LC_MESSAGES/libpimcommon.mo +share/locale/et/LC_MESSAGES/libpimcommon.mo +share/locale/fi/LC_MESSAGES/libpimcommon.mo +share/locale/fr/LC_MESSAGES/libpimcommon.mo +share/locale/ga/LC_MESSAGES/libpimcommon.mo +share/locale/gl/LC_MESSAGES/libpimcommon.mo +share/locale/hu/LC_MESSAGES/libpimcommon.mo +share/locale/ia/LC_MESSAGES/libpimcommon.mo +share/locale/it/LC_MESSAGES/libpimcommon.mo +share/locale/ja/LC_MESSAGES/libpimcommon.mo +share/locale/kk/LC_MESSAGES/libpimcommon.mo +share/locale/ko/LC_MESSAGES/libpimcommon.mo +share/locale/lt/LC_MESSAGES/libpimcommon.mo +share/locale/mr/LC_MESSAGES/libpimcommon.mo +share/locale/nb/LC_MESSAGES/libpimcommon.mo +share/locale/nds/LC_MESSAGES/libpimcommon.mo +share/locale/nl/LC_MESSAGES/libpimcommon.mo +share/locale/pl/LC_MESSAGES/libpimcommon.mo +share/locale/pt/LC_MESSAGES/libpimcommon.mo +share/locale/pt_BR/LC_MESSAGES/libpimcommon.mo +share/locale/ro/LC_MESSAGES/libpimcommon.mo +share/locale/ru/LC_MESSAGES/libpimcommon.mo +share/locale/sk/LC_MESSAGES/libpimcommon.mo +share/locale/sl/LC_MESSAGES/libpimcommon.mo +share/locale/sr/LC_MESSAGES/libpimcommon.mo +share/locale/sv/LC_MESSAGES/libpimcommon.mo +share/locale/tr/LC_MESSAGES/libpimcommon.mo +share/locale/ug/LC_MESSAGES/libpimcommon.mo +share/locale/uk/LC_MESSAGES/libpimcommon.mo +share/locale/zh_CN/LC_MESSAGES/libpimcommon.mo +share/locale/zh_TW/LC_MESSAGES/libpimcommon.mo diff --git a/net/zeroconf-ioslave/Makefile b/net/zeroconf-ioslave/Makefile new file mode 100644 index 000000000000..41f2165e2122 --- /dev/null +++ b/net/zeroconf-ioslave/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= zeroconf-ioslave +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE Network monitor for DNS-SD services (Zeroconf) + +USES= cmake:outsource kde:5 tar:xz +USE_KDE= config coreaddons dbusaddons dnssd i18n kio service +USE_QT5= core dbus network \ + buildtools_build qmake_build + +.include <bsd.port.mk> diff --git a/net/zeroconf-ioslave/distinfo b/net/zeroconf-ioslave/distinfo new file mode 100644 index 000000000000..d04f60a43649 --- /dev/null +++ b/net/zeroconf-ioslave/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519205 +SHA256 (KDE/applications/17.12.3/zeroconf-ioslave-17.12.3.tar.xz) = 71c44e77b8843aa580ebe3325af20e28c696c0178e7f33b71d7deeb8436490be +SIZE (KDE/applications/17.12.3/zeroconf-ioslave-17.12.3.tar.xz) = 38576 diff --git a/net/zeroconf-ioslave/pkg-descr b/net/zeroconf-ioslave/pkg-descr new file mode 100644 index 000000000000..12d2640db9b1 --- /dev/null +++ b/net/zeroconf-ioslave/pkg-descr @@ -0,0 +1 @@ +KDE Network monitor for DNS-SD services (Zeroconf). diff --git a/net/zeroconf-ioslave/pkg-plist b/net/zeroconf-ioslave/pkg-plist new file mode 100644 index 000000000000..f623b7a9fc0d --- /dev/null +++ b/net/zeroconf-ioslave/pkg-plist @@ -0,0 +1,57 @@ +%%QT_PLUGINDIR%%/kded_dnssdwatcher.so +%%QT_PLUGINDIR%%/kf5/kio/zeroconf.so +share/dbus-1/interfaces/org.kde.kdnssd.xml +share/kservices5/kded/dnssdwatcher.desktop +share/locale/ar/LC_MESSAGES/kio5_zeroconf.mo +share/locale/ast/LC_MESSAGES/kio5_zeroconf.mo +share/locale/bg/LC_MESSAGES/kio5_zeroconf.mo +share/locale/bs/LC_MESSAGES/kio5_zeroconf.mo +share/locale/ca/LC_MESSAGES/kio5_zeroconf.mo +share/locale/ca@valencia/LC_MESSAGES/kio5_zeroconf.mo +share/locale/cs/LC_MESSAGES/kio5_zeroconf.mo +share/locale/da/LC_MESSAGES/kio5_zeroconf.mo +share/locale/de/LC_MESSAGES/kio5_zeroconf.mo +share/locale/el/LC_MESSAGES/kio5_zeroconf.mo +share/locale/en_GB/LC_MESSAGES/kio5_zeroconf.mo +share/locale/eo/LC_MESSAGES/kio5_zeroconf.mo +share/locale/es/LC_MESSAGES/kio5_zeroconf.mo +share/locale/et/LC_MESSAGES/kio5_zeroconf.mo +share/locale/eu/LC_MESSAGES/kio5_zeroconf.mo +share/locale/fa/LC_MESSAGES/kio5_zeroconf.mo +share/locale/fi/LC_MESSAGES/kio5_zeroconf.mo +share/locale/fr/LC_MESSAGES/kio5_zeroconf.mo +share/locale/ga/LC_MESSAGES/kio5_zeroconf.mo +share/locale/gl/LC_MESSAGES/kio5_zeroconf.mo +share/locale/hi/LC_MESSAGES/kio5_zeroconf.mo +share/locale/hr/LC_MESSAGES/kio5_zeroconf.mo +share/locale/hu/LC_MESSAGES/kio5_zeroconf.mo +share/locale/ia/LC_MESSAGES/kio5_zeroconf.mo +share/locale/is/LC_MESSAGES/kio5_zeroconf.mo +share/locale/it/LC_MESSAGES/kio5_zeroconf.mo +share/locale/ja/LC_MESSAGES/kio5_zeroconf.mo +share/locale/kk/LC_MESSAGES/kio5_zeroconf.mo +share/locale/km/LC_MESSAGES/kio5_zeroconf.mo +share/locale/ko/LC_MESSAGES/kio5_zeroconf.mo +share/locale/lt/LC_MESSAGES/kio5_zeroconf.mo +share/locale/lv/LC_MESSAGES/kio5_zeroconf.mo +share/locale/mr/LC_MESSAGES/kio5_zeroconf.mo +share/locale/nb/LC_MESSAGES/kio5_zeroconf.mo +share/locale/nds/LC_MESSAGES/kio5_zeroconf.mo +share/locale/nl/LC_MESSAGES/kio5_zeroconf.mo +share/locale/nn/LC_MESSAGES/kio5_zeroconf.mo +share/locale/pa/LC_MESSAGES/kio5_zeroconf.mo +share/locale/pl/LC_MESSAGES/kio5_zeroconf.mo +share/locale/pt/LC_MESSAGES/kio5_zeroconf.mo +share/locale/pt_BR/LC_MESSAGES/kio5_zeroconf.mo +share/locale/ro/LC_MESSAGES/kio5_zeroconf.mo +share/locale/ru/LC_MESSAGES/kio5_zeroconf.mo +share/locale/sk/LC_MESSAGES/kio5_zeroconf.mo +share/locale/sl/LC_MESSAGES/kio5_zeroconf.mo +share/locale/sr/LC_MESSAGES/kio5_zeroconf.mo +share/locale/sv/LC_MESSAGES/kio5_zeroconf.mo +share/locale/tr/LC_MESSAGES/kio5_zeroconf.mo +share/locale/ug/LC_MESSAGES/kio5_zeroconf.mo +share/locale/uk/LC_MESSAGES/kio5_zeroconf.mo +share/locale/zh_CN/LC_MESSAGES/kio5_zeroconf.mo +share/locale/zh_TW/LC_MESSAGES/kio5_zeroconf.mo +share/remoteview/zeroconf.desktop diff --git a/security/Makefile b/security/Makefile index 52c3b2832529..725ab2837417 100644 --- a/security/Makefile +++ b/security/Makefile @@ -341,6 +341,7 @@ SUBDIR += libgringotts SUBDIR += libhijack SUBDIR += libident + SUBDIR += libkleo SUBDIR += libkpass SUBDIR += libksba SUBDIR += libmcrypt diff --git a/security/libkleo/Makefile b/security/libkleo/Makefile new file mode 100644 index 000000000000..0052d70cdc27 --- /dev/null +++ b/security/libkleo/Makefile @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= libkleo +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= security kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Certificate manager for KDE + +LIB_DEPENDS= libassuan.so:security/libassuan \ + libgpg-error.so:security/libgpg-error \ + libgpgme.so:security/gpgme \ + libqgpgme.so:security/gpgme-qt5 \ + libgpgmepp.so:security/gpgme-cpp +RUN_DEPENDS= ${LOCALBASE}/bin/gmd5sum:sysutils/coreutils + + +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= codecs completion config coreaddons i18n itemmodels \ + widgetsaddons windowsystem \ + pimtextedit +USE_QT5= core gui widgets \ + buildtools_build qmake_build + +post-extract: +# use the binaries of coreutils + ${REINPLACE_CMD} -e '/create-command/ s#sha1sum#gsha1sum#' \ + -e '/create-command/ s#md5sum#gmd5sum#' \ + -e '/verify-command/ s#sha1sum#gsha1sum#' \ + -e '/verify-command/ s#md5sum#gmd5sum#' \ + ${PATCH_WRKSRC}/src/libkleopatrarc.desktop + +.include <bsd.port.mk> diff --git a/security/libkleo/distinfo b/security/libkleo/distinfo new file mode 100644 index 000000000000..8b96effd0cbd --- /dev/null +++ b/security/libkleo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520519256 +SHA256 (KDE/applications/17.12.3/libkleo-17.12.3.tar.xz) = 53781b53481b17453e4cf878542f50bae431177ced8913530d946f54d412e75e +SIZE (KDE/applications/17.12.3/libkleo-17.12.3.tar.xz) = 314656 diff --git a/security/libkleo/pkg-descr b/security/libkleo/pkg-descr new file mode 100644 index 000000000000..992957d9cc00 --- /dev/null +++ b/security/libkleo/pkg-descr @@ -0,0 +1,5 @@ +Kleopatra is a certificate manager and a universal crypto GUI. +It supports managing X.509 and OpenPGP certificates in the +GpgSM keybox and retrieving certificates from LDAP servers. + +WWW: https://www.kde.org/applications/utilities/kleopatra/ diff --git a/security/libkleo/pkg-plist b/security/libkleo/pkg-plist new file mode 100644 index 000000000000..aa7a3cd57f3e --- /dev/null +++ b/security/libkleo/pkg-plist @@ -0,0 +1,145 @@ +etc/xdg/libkleo.categories +etc/xdg/libkleo.renamecategories +etc/xdg/libkleopatrarc +include/KF5/Libkleo/ChecksumDefinition +include/KF5/Libkleo/Classify +include/KF5/Libkleo/CryptoConfigDialog +include/KF5/Libkleo/CryptoConfigModule +include/KF5/Libkleo/DNAttributeOrderConfigWidget +include/KF5/Libkleo/DefaultKeyFilter +include/KF5/Libkleo/DefaultKeyGenerationJob +include/KF5/Libkleo/DirectoryServicesWidget +include/KF5/Libkleo/Dn +include/KF5/Libkleo/Enum +include/KF5/Libkleo/Exception +include/KF5/Libkleo/FileNameRequester +include/KF5/Libkleo/FileSystemWatcher +include/KF5/Libkleo/Formatting +include/KF5/Libkleo/KConfigBasedKeyFilter +include/KF5/Libkleo/KDHorizontalLine +include/KF5/Libkleo/KeyApprovalDialog +include/KF5/Libkleo/KeyCache +include/KF5/Libkleo/KeyFilter +include/KF5/Libkleo/KeyFilterManager +include/KF5/Libkleo/KeyListModel +include/KF5/Libkleo/KeyListModelInterface +include/KF5/Libkleo/KeyListSortFilterProxyModel +include/KF5/Libkleo/KeyRearrangeColumnsProxyModel +include/KF5/Libkleo/KeyRequester +include/KF5/Libkleo/KeySelectionCombo +include/KF5/Libkleo/KeySelectionDialog +include/KF5/Libkleo/MessageBox +include/KF5/Libkleo/OidMap +include/KF5/Libkleo/Predicates +include/KF5/Libkleo/ProgressDialog +include/KF5/Libkleo/Stl_Util +include/KF5/Libkleo/SubkeyListModel +include/KF5/Libkleo/UserIDListModel +include/KF5/libkleo/checksumdefinition.h +include/KF5/libkleo/classify.h +include/KF5/libkleo/cryptoconfigdialog.h +include/KF5/libkleo/cryptoconfigmodule.h +include/KF5/libkleo/defaultkeyfilter.h +include/KF5/libkleo/defaultkeygenerationjob.h +include/KF5/libkleo/directoryserviceswidget.h +include/KF5/libkleo/dn.h +include/KF5/libkleo/dnattributeorderconfigwidget.h +include/KF5/libkleo/enum.h +include/KF5/libkleo/exception.h +include/KF5/libkleo/filenamerequester.h +include/KF5/libkleo/filesystemwatcher.h +include/KF5/libkleo/formatting.h +include/KF5/libkleo/kconfigbasedkeyfilter.h +include/KF5/libkleo/kdhorizontalline.h +include/KF5/libkleo/keyapprovaldialog.h +include/KF5/libkleo/keycache.h +include/KF5/libkleo/keyfilter.h +include/KF5/libkleo/keyfiltermanager.h +include/KF5/libkleo/keylistmodel.h +include/KF5/libkleo/keylistmodelinterface.h +include/KF5/libkleo/keylistsortfilterproxymodel.h +include/KF5/libkleo/keyrearrangecolumnsproxymodel.h +include/KF5/libkleo/keyrequester.h +include/KF5/libkleo/keyselectioncombo.h +include/KF5/libkleo/keyselectiondialog.h +include/KF5/libkleo/kleo_export.h +include/KF5/libkleo/messagebox.h +include/KF5/libkleo/oidmap.h +include/KF5/libkleo/predicates.h +include/KF5/libkleo/progressdialog.h +include/KF5/libkleo/stl_util.h +include/KF5/libkleo/subkeylistmodel.h +include/KF5/libkleo/useridlistmodel.h +include/KF5/libkleo_version.h +lib/cmake/KF5Libkleo/KF5LibkleoConfig.cmake +lib/cmake/KF5Libkleo/KF5LibkleoConfigVersion.cmake +lib/cmake/KF5Libkleo/KF5LibkleoTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Libkleo/KF5LibkleoTargets.cmake +lib/libKF5Libkleo.so +lib/libKF5Libkleo.so.5 +lib/libKF5Libkleo.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_Libkleo.pri +%%DATADIR%%patra/pics/chiasmus_chi.png +%%DATADIR%%patra/pics/hi16-app-gpg.png +%%DATADIR%%patra/pics/hi16-app-gpgsm.png +%%DATADIR%%patra/pics/hi22-app-gpg.png +%%DATADIR%%patra/pics/hi22-app-gpgsm.png +%%DATADIR%%patra/pics/hi32-app-gpg.png +%%DATADIR%%patra/pics/hi32-app-gpgsm.png +%%DATADIR%%patra/pics/key.png +%%DATADIR%%patra/pics/key_bad.png +%%DATADIR%%patra/pics/key_ok.png +%%DATADIR%%patra/pics/key_unknown.png +%%DATADIR%%patra/pics/smartcard.xpm +share/locale/ar/LC_MESSAGES/libkleopatra.mo +share/locale/ast/LC_MESSAGES/libkleopatra.mo +share/locale/bg/LC_MESSAGES/libkleopatra.mo +share/locale/bs/LC_MESSAGES/libkleopatra.mo +share/locale/ca/LC_MESSAGES/libkleopatra.mo +share/locale/ca@valencia/LC_MESSAGES/libkleopatra.mo +share/locale/cs/LC_MESSAGES/libkleopatra.mo +share/locale/da/LC_MESSAGES/libkleopatra.mo +share/locale/de/LC_MESSAGES/libkleopatra.mo +share/locale/el/LC_MESSAGES/libkleopatra.mo +share/locale/en_GB/LC_MESSAGES/libkleopatra.mo +share/locale/eo/LC_MESSAGES/libkleopatra.mo +share/locale/es/LC_MESSAGES/libkleopatra.mo +share/locale/et/LC_MESSAGES/libkleopatra.mo +share/locale/eu/LC_MESSAGES/libkleopatra.mo +share/locale/fa/LC_MESSAGES/libkleopatra.mo +share/locale/fi/LC_MESSAGES/libkleopatra.mo +share/locale/fr/LC_MESSAGES/libkleopatra.mo +share/locale/ga/LC_MESSAGES/libkleopatra.mo +share/locale/gl/LC_MESSAGES/libkleopatra.mo +share/locale/hi/LC_MESSAGES/libkleopatra.mo +share/locale/hr/LC_MESSAGES/libkleopatra.mo +share/locale/hu/LC_MESSAGES/libkleopatra.mo +share/locale/ia/LC_MESSAGES/libkleopatra.mo +share/locale/is/LC_MESSAGES/libkleopatra.mo +share/locale/it/LC_MESSAGES/libkleopatra.mo +share/locale/ja/LC_MESSAGES/libkleopatra.mo +share/locale/kk/LC_MESSAGES/libkleopatra.mo +share/locale/km/LC_MESSAGES/libkleopatra.mo +share/locale/ko/LC_MESSAGES/libkleopatra.mo +share/locale/lt/LC_MESSAGES/libkleopatra.mo +share/locale/lv/LC_MESSAGES/libkleopatra.mo +share/locale/mr/LC_MESSAGES/libkleopatra.mo +share/locale/nb/LC_MESSAGES/libkleopatra.mo +share/locale/nds/LC_MESSAGES/libkleopatra.mo +share/locale/nl/LC_MESSAGES/libkleopatra.mo +share/locale/nn/LC_MESSAGES/libkleopatra.mo +share/locale/pa/LC_MESSAGES/libkleopatra.mo +share/locale/pl/LC_MESSAGES/libkleopatra.mo +share/locale/pt/LC_MESSAGES/libkleopatra.mo +share/locale/pt_BR/LC_MESSAGES/libkleopatra.mo +share/locale/ro/LC_MESSAGES/libkleopatra.mo +share/locale/ru/LC_MESSAGES/libkleopatra.mo +share/locale/sk/LC_MESSAGES/libkleopatra.mo +share/locale/sl/LC_MESSAGES/libkleopatra.mo +share/locale/sr/LC_MESSAGES/libkleopatra.mo +share/locale/sv/LC_MESSAGES/libkleopatra.mo +share/locale/tr/LC_MESSAGES/libkleopatra.mo +share/locale/ug/LC_MESSAGES/libkleopatra.mo +share/locale/uk/LC_MESSAGES/libkleopatra.mo +share/locale/zh_CN/LC_MESSAGES/libkleopatra.mo +share/locale/zh_TW/LC_MESSAGES/libkleopatra.mo |