mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
New ports: KDE Applications net/ and dependencies
* deskutils/grantleetheme * deskutils/kdepim * deskutils/kdepim-apps-libs * deskutils/libkdepim * net/akonadi-calendar * net/akonadi-contacts * net/akonadi-mime * net/akonadi-notes * net/akonadi-search * net/calendarsupport * net/eventviews * net/incidenceeditor * net/kalarmcal * net/kblog * net/kcalcore * net/kcalutils * net/kcontacts * net/kdav * net/kdenetwork-filesharing * net/kget * net/kidentitymanagement * net/kimap * net/kldap * net/kmailtransport * net/kmbox * net/kmime * net/kontactinterface * net/kpimtextedit * net/krdc * net/krfb * net/ksmtp * net/ktnef * net/libgravatar * net/libkgapi * net/libksieve * net/mailcommon * net/mailimporter * net/messagelib * net/pimcommon * net/zeroconf-ioslave * security/libkleo This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4. This adds a slew of KDE Pim related ports and some of their dependencies. Note, that KDE Pim has a history of working poorly on FreeBSD.
This commit is contained in:
parent
34e997ccb0
commit
39fa5f95a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467007
4
MOVED
4
MOVED
@ -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
|
||||
|
117
Mk/Uses/kde.mk
117
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 ================================
|
||||
|
@ -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
|
||||
|
22
deskutils/grantleetheme/Makefile
Normal file
22
deskutils/grantleetheme/Makefile
Normal file
@ -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>
|
3
deskutils/grantleetheme/distinfo
Normal file
3
deskutils/grantleetheme/distinfo
Normal file
@ -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
|
68
deskutils/grantleetheme/pkg-plist
Normal file
68
deskutils/grantleetheme/pkg-plist
Normal file
@ -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
|
31
deskutils/kdepim-apps-libs/Makefile
Normal file
31
deskutils/kdepim-apps-libs/Makefile
Normal file
@ -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>
|
3
deskutils/kdepim-apps-libs/distinfo
Normal file
3
deskutils/kdepim-apps-libs/distinfo
Normal file
@ -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
|
16
deskutils/kdepim-apps-libs/pkg-descr
Normal file
16
deskutils/kdepim-apps-libs/pkg-descr
Normal file
@ -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/
|
167
deskutils/kdepim-apps-libs/pkg-plist
Normal file
167
deskutils/kdepim-apps-libs/pkg-plist
Normal file
@ -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
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= kdepim
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
27
deskutils/libkdepim/Makefile
Normal file
27
deskutils/libkdepim/Makefile
Normal file
@ -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>
|
3
deskutils/libkdepim/distinfo
Normal file
3
deskutils/libkdepim/distinfo
Normal file
@ -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
|
6
deskutils/libkdepim/pkg-descr
Normal file
6
deskutils/libkdepim/pkg-descr
Normal file
@ -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
|
169
deskutils/libkdepim/pkg-plist
Normal file
169
deskutils/libkdepim/pkg-plist
Normal file
@ -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
|
36
net/Makefile
36
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
|
||||
|
25
net/akonadi-calendar/Makefile
Normal file
25
net/akonadi-calendar/Makefile
Normal file
@ -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>
|
3
net/akonadi-calendar/distinfo
Normal file
3
net/akonadi-calendar/distinfo
Normal file
@ -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
|
81
net/akonadi-calendar/pkg-plist
Normal file
81
net/akonadi-calendar/pkg-plist
Normal file
@ -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
|
24
net/akonadi-contacts/Makefile
Normal file
24
net/akonadi-contacts/Makefile
Normal file
@ -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>
|
3
net/akonadi-contacts/distinfo
Normal file
3
net/akonadi-contacts/distinfo
Normal file
@ -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
|
193
net/akonadi-contacts/pkg-plist
Normal file
193
net/akonadi-contacts/pkg-plist
Normal file
@ -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
|
23
net/akonadi-mime/Makefile
Normal file
23
net/akonadi-mime/Makefile
Normal file
@ -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>
|
3
net/akonadi-mime/distinfo
Normal file
3
net/akonadi-mime/distinfo
Normal file
@ -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
|
82
net/akonadi-mime/pkg-plist
Normal file
82
net/akonadi-mime/pkg-plist
Normal file
@ -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
|
22
net/akonadi-notes/Makefile
Normal file
22
net/akonadi-notes/Makefile
Normal file
@ -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>
|
3
net/akonadi-notes/distinfo
Normal file
3
net/akonadi-notes/distinfo
Normal file
@ -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
|
56
net/akonadi-notes/pkg-plist
Normal file
56
net/akonadi-notes/pkg-plist
Normal file
@ -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
|
27
net/akonadi-search/Makefile
Normal file
27
net/akonadi-search/Makefile
Normal file
@ -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>
|
3
net/akonadi-search/distinfo
Normal file
3
net/akonadi-search/distinfo
Normal file
@ -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
|
89
net/akonadi-search/pkg-plist
Normal file
89
net/akonadi-search/pkg-plist
Normal file
@ -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
|
25
net/calendarsupport/Makefile
Normal file
25
net/calendarsupport/Makefile
Normal file
@ -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>
|
3
net/calendarsupport/distinfo
Normal file
3
net/calendarsupport/distinfo
Normal file
@ -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
|
3
net/calendarsupport/pkg-descr
Normal file
3
net/calendarsupport/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Calendar Support library provides helper utilities for calendaring applications.
|
||||
|
||||
WWW: https://github.com/KDE/calendarsupport
|
115
net/calendarsupport/pkg-plist
Normal file
115
net/calendarsupport/pkg-plist
Normal file
@ -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
|
26
net/eventviews/Makefile
Normal file
26
net/eventviews/Makefile
Normal file
@ -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>
|
3
net/eventviews/distinfo
Normal file
3
net/eventviews/distinfo
Normal file
@ -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
|
3
net/eventviews/pkg-descr
Normal file
3
net/eventviews/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Common libraries for KDE Pim.
|
||||
|
||||
WWW: https://github.com/KDE/mailcommon
|
88
net/eventviews/pkg-plist
Normal file
88
net/eventviews/pkg-plist
Normal file
@ -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
|
29
net/incidenceeditor/Makefile
Normal file
29
net/incidenceeditor/Makefile
Normal file
@ -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>
|
3
net/incidenceeditor/distinfo
Normal file
3
net/incidenceeditor/distinfo
Normal file
@ -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
|
3
net/incidenceeditor/pkg-descr
Normal file
3
net/incidenceeditor/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Common libraries for KDE Pim.
|
||||
|
||||
WWW: https://github.com/KDE/mailcommon
|
76
net/incidenceeditor/pkg-plist
Normal file
76
net/incidenceeditor/pkg-plist
Normal file
@ -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
|
26
net/kalarmcal/Makefile
Normal file
26
net/kalarmcal/Makefile
Normal file
@ -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>
|
3
net/kalarmcal/distinfo
Normal file
3
net/kalarmcal/distinfo
Normal file
@ -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
|
87
net/kalarmcal/pkg-plist
Normal file
87
net/kalarmcal/pkg-plist
Normal file
@ -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
|
23
net/kblog/Makefile
Normal file
23
net/kblog/Makefile
Normal file
@ -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>
|
3
net/kblog/distinfo
Normal file
3
net/kblog/distinfo
Normal file
@ -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
|
84
net/kblog/pkg-plist
Normal file
84
net/kblog/pkg-plist
Normal file
@ -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
|
23
net/kcalcore/Makefile
Normal file
23
net/kcalcore/Makefile
Normal file
@ -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>
|
3
net/kcalcore/distinfo
Normal file
3
net/kcalcore/distinfo
Normal file
@ -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
|
74
net/kcalcore/pkg-plist
Normal file
74
net/kcalcore/pkg-plist
Normal file
@ -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
|
24
net/kcalutils/Makefile
Normal file
24
net/kcalutils/Makefile
Normal file
@ -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>
|
3
net/kcalutils/distinfo
Normal file
3
net/kcalutils/distinfo
Normal file
@ -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
|
74
net/kcalutils/pkg-plist
Normal file
74
net/kcalutils/pkg-plist
Normal file
@ -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
|
20
net/kcontacts/Makefile
Normal file
20
net/kcontacts/Makefile
Normal file
@ -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>
|
3
net/kcontacts/distinfo
Normal file
3
net/kcontacts/distinfo
Normal file
@ -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
|
120
net/kcontacts/pkg-plist
Normal file
120
net/kcontacts/pkg-plist
Normal file
@ -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
|
19
net/kdav/Makefile
Normal file
19
net/kdav/Makefile
Normal file
@ -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>
|
3
net/kdav/distinfo
Normal file
3
net/kdav/distinfo
Normal file
@ -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
|
56
net/kdav/pkg-plist
Normal file
56
net/kdav/pkg-plist
Normal file
@ -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
|
16
net/kdenetwork-filesharing/Makefile
Normal file
16
net/kdenetwork-filesharing/Makefile
Normal file
@ -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>
|
3
net/kdenetwork-filesharing/distinfo
Normal file
3
net/kdenetwork-filesharing/distinfo
Normal file
@ -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
|
1
net/kdenetwork-filesharing/pkg-descr
Normal file
1
net/kdenetwork-filesharing/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Filesharing Interfaces.
|
55
net/kdenetwork-filesharing/pkg-plist
Normal file
55
net/kdenetwork-filesharing/pkg-plist
Normal file
@ -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
|
38
net/kget/Makefile
Normal file
38
net/kget/Makefile
Normal file
@ -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>
|
3
net/kget/distinfo
Normal file
3
net/kget/distinfo
Normal file
@ -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
|
1
net/kget/pkg-descr
Normal file
1
net/kget/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
KGet is a versatile and user-friendly download manager.
|
254
net/kget/pkg-plist
Normal file
254
net/kget/pkg-plist
Normal file
@ -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
|
25
net/kidentitymanagement/Makefile
Normal file
25
net/kidentitymanagement/Makefile
Normal file
@ -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>
|
3
net/kidentitymanagement/distinfo
Normal file
3
net/kidentitymanagement/distinfo
Normal file
@ -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
|
70
net/kidentitymanagement/pkg-plist
Normal file
70
net/kidentitymanagement/pkg-plist
Normal file
@ -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
|
25
net/kimap/Makefile
Normal file
25
net/kimap/Makefile
Normal file
@ -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>
|
3
net/kimap/distinfo
Normal file
3
net/kimap/distinfo
Normal file
@ -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
|
175
net/kimap/pkg-plist
Normal file
175
net/kimap/pkg-plist
Normal file
@ -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
|
26
net/kldap/Makefile
Normal file
26
net/kldap/Makefile
Normal file
@ -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>
|
3
net/kldap/distinfo
Normal file
3
net/kldap/distinfo
Normal file
@ -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
|
146
net/kldap/pkg-plist
Normal file
146
net/kldap/pkg-plist
Normal file
@ -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
|
25
net/kmailtransport/Makefile
Normal file
25
net/kmailtransport/Makefile
Normal file
@ -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>
|
3
net/kmailtransport/distinfo
Normal file
3
net/kmailtransport/distinfo
Normal file
@ -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
|
111
net/kmailtransport/pkg-plist
Normal file
111
net/kmailtransport/pkg-plist
Normal file
@ -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
|
22
net/kmbox/Makefile
Normal file
22
net/kmbox/Makefile
Normal file
@ -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>
|
3
net/kmbox/distinfo
Normal file
3
net/kmbox/distinfo
Normal file
@ -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
|
14
net/kmbox/pkg-plist
Normal file
14
net/kmbox/pkg-plist
Normal file
@ -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
|
23
net/kmime/Makefile
Normal file
23
net/kmime/Makefile
Normal file
@ -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>
|
3
net/kmime/distinfo
Normal file
3
net/kmime/distinfo
Normal file
@ -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
|
83
net/kmime/pkg-plist
Normal file
83
net/kmime/pkg-plist
Normal file
@ -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
|
24
net/kontactinterface/Makefile
Normal file
24
net/kontactinterface/Makefile
Normal file
@ -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>
|
3
net/kontactinterface/distinfo
Normal file
3
net/kontactinterface/distinfo
Normal file
@ -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
|
72
net/kontactinterface/pkg-plist
Normal file
72
net/kontactinterface/pkg-plist
Normal file
@ -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
|
24
net/kpimtextedit/Makefile
Normal file
24
net/kpimtextedit/Makefile
Normal file
@ -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>
|
3
net/kpimtextedit/distinfo
Normal file
3
net/kpimtextedit/distinfo
Normal file
@ -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
|
127
net/kpimtextedit/pkg-plist
Normal file
127
net/kpimtextedit/pkg-plist
Normal file
@ -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
|
28
net/krdc/Makefile
Normal file
28
net/krdc/Makefile
Normal file
@ -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>
|
3
net/krdc/distinfo
Normal file
3
net/krdc/distinfo
Normal file
@ -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
|
31
net/krdc/files/patch-CMakeLists.txt
Normal file
31
net/krdc/files/patch-CMakeLists.txt
Normal file
@ -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")
|
5
net/krdc/pkg-descr
Normal file
5
net/krdc/pkg-descr
Normal file
@ -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/
|
76
net/krdc/pkg-plist
Normal file
76
net/krdc/pkg-plist
Normal file
@ -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
|
27
net/krfb/Makefile
Normal file
27
net/krfb/Makefile
Normal file
@ -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>
|
3
net/krfb/distinfo
Normal file
3
net/krfb/distinfo
Normal file
@ -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
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user