| Port details |
- libkdepim KDE PIM Libraries
- 25.12.3 deskutils
=1 25.12.1Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2018-04-10 19:09:26
- Last Update: 2026-03-05 12:15:05
- Commit Hash: 7f36e80
- People watching this port, also watch:: python, xerces-c3, linux-c7-avahi-libs, py311-pycparser
- Also Listed In: kde kde-applications
- License: LGPL21
- WWW:
- https://community.kde.org/KDE_PIM/Akonadi
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- libkdepim>0:deskutils/libkdepim
- To install the port:
- cd /usr/ports/deskutils/libkdepim/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/libkdepim
- pkg install libkdepim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libkdepim
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1772541816
SHA256 (KDE/release-service/25.12.3/libkdepim-25.12.3.tar.xz) = 5b2ffc63f30ffdf513061b634db3df6019ab4aad56b1c11f50dadec081b8cf43
SIZE (KDE/release-service/25.12.3/libkdepim-25.12.3.tar.xz) = 281956
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- algorithm.hpp : devel/boost-libs
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-runtime>=0.26 : devel/gettext-runtime
- gettext-tools>=0.26 : devel/gettext-tools
- meinproc6 : devel/kf6-kdoctools
- ECMConfig.cmake : devel/kf6-extra-cmake-modules
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libKPim6AkonadiPrivate.so : databases/akonadi
- libKPim6AkonadiContactCore.so : net/akonadi-contacts
- libKPim6AkonadiSearchCore.so : net/akonadi-search
- libKF6AuthCore.so : devel/kf6-kauth
- libKF6Codecs.so : textproc/kf6-kcodecs
- libKF6Completion.so : x11-toolkits/kf6-kcompletion
- libKF6ConfigCore.so : devel/kf6-kconfig
- libKF6ConfigWidgets.so : x11-toolkits/kf6-kconfigwidgets
- libKF6Contacts.so : net/kf6-kcontacts
- libKF6CoreAddons.so : devel/kf6-kcoreaddons
- libKF6I18n.so : devel/kf6-ki18n
- libKF6IconThemes.so : x11-themes/kf6-kiconthemes
- libKF6ItemModels.so : devel/kf6-kitemmodels
- libKF6ItemViews.so : x11-toolkits/kf6-kitemviews
- libKF6JobWidgets.so : x11-toolkits/kf6-kjobwidgets
- libKF6KCMUtils.so : devel/kf6-kcmutils
- libKF6KIOCore.so : devel/kf6-kio
- libKPim6LdapCore.so : net/kldap
- libKPim6Mime.so : net/kmime
- libKF6Service.so : devel/kf6-kservice
- libKF6Wallet.so : sysutils/kf6-kwallet
- libKF6WidgetsAddons.so : x11-toolkits/kf6-kwidgetsaddons
- libQt6Core.so : devel/qt6-base
- This port is required by:
- for Libraries
-
- deskutils/akonadi-calendar-tools
- deskutils/akonadi-import-wizard
- deskutils/akonadiconsole
- deskutils/akregator
- deskutils/kaddressbook
- deskutils/kalarm
- deskutils/kdepim
Configuration Options:
- ===> The following configuration options are available for libkdepim-25.12.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- deskutils_libkdepim
- USES:
- cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
18.08.1 06 Sep 2018 21:06:48
  |
adridg  |
Update the current KDE Applications to 18.08.1, the latest release.
https://www.kde.org/announcements/announce-applications-18.08.1.php
The release notes mention a few dozen fixes, MTP doesn't crash when
concurrently accessed by another application, nothing critical.
Submitted by: tcberner |
18.08.0 25 Aug 2018 05:15:03
  |
tcberner  |
Update KDE Applications to 18.08
Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php |
18.04.3_2 09 Aug 2018 06:58:31
  |
jbeich  |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
18.04.3_1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
18.04.3 13 Jul 2018 17:41:57
  |
tcberner  |
Update KDE Applications to 18.04.3 |
18.04.2 28 Jun 2018 17:39:55
  |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
18.04.2 10 Jun 2018 10:39:35
  |
tcberner  |
Update KDE Applications to 18.04.2 |
18.04.1 11 May 2018 06:09:40
  |
tcberner  |
Update KDE Applications to 18.04.1 |
18.04.0 28 Apr 2018 18:11:50
  |
tcberner  |
Update KDE Applications to 18.04.0
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the
dev-repo. |
17.12.3_1 18 Apr 2018 13:57:43
  |
jbeich  |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
17.12.3 10 Apr 2018 19:09:06
  |
tcberner  |
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 (Only the first 15 lines of the commit message are shown above ) |