Port details |
- baloo-widgets BalooWidgets library
- 25.04.3 sysutils
=3 25.04.2Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2014-10-19 15:57:50
- Last Update: 2025-07-03 18:12:02
- Commit Hash: 880d7ee
- People watching this port, also watch:: linux-c7-atk, libssh, py311-PyOpenGL, noto-tc, kf5-kquickcharts
- Also Listed In: kde kde-applications
- License: LGPL20
- WWW:
- https://projects.kde.org/projects/kde/kdelibs/baloo
- Description:
- Baloo is the next generation of the Nepomuk project. It's responsible
for handling user metadata such as tags, rating and comments. It
also handles indexing and searching for files, emails, contacts, etc.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- baloo-widgets>0:sysutils/baloo-widgets
- To install the port:
- cd /usr/ports/sysutils/baloo-widgets/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/baloo-widgets
- pkg install baloo-widgets
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: baloo-widgets
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1751381662
SHA256 (KDE/release-service/25.04.3/baloo-widgets-25.04.3.tar.xz) = 62bf1d167d0e17474d8b47d49036296a891009f0fb5aeff21293c7977f6e9166
SIZE (KDE/release-service/25.04.3/baloo-widgets-25.04.3.tar.xz) = 276732
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- ECMConfig.cmake : devel/kf6-extra-cmake-modules
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libKF6Baloo.so : sysutils/kf6-baloo
- libKF6Completion.so : x11-toolkits/kf6-kcompletion
- libKF6ConfigCore.so : devel/kf6-kconfig
- libKF6CoreAddons.so : devel/kf6-kcoreaddons
- libKF6FileMetaData.so : devel/kf6-kfilemetadata
- libKF6I18n.so : devel/kf6-ki18n
- libKF6ItemModels.so : devel/kf6-kitemmodels
- libKF6JobWidgets.so : x11-toolkits/kf6-kjobwidgets
- libKF6KIOCore.so : devel/kf6-kio
- libKF6Service.so : devel/kf6-kservice
- libKF6Solid.so : devel/kf6-solid
- libKF6WidgetsAddons.so : x11-toolkits/kf6-kwidgetsaddons
- libKF6WindowSystem.so : x11/kf6-kwindowsystem
- libQt6Core.so : devel/qt6-base
- This port is required by:
- for Libraries
-
- x11-fm/dolphin
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- sysutils_baloo-widgets
- USES:
- cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 106 (showing only 6 on this page)
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.14.3_1 18 Oct 2016 17:22:36
  |
tcberner  |
Introduce new extensible virtual categories for KDE
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.
Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
* kde-kde4
In the future, this will be extended to
* kde-frameworks
* kde-plasma
* kde-applications
PR: 213406
Differential Revision: https://reviews.freebsd.org/D7645
Exp-run by : antoine
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor) |
4.14.3_1 24 Aug 2016 08:20:31
  |
tcberner  |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
25 May 2016 20:56:06

|
rene  |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
4.14.3_1 15 Mar 2016 12:35:56
  |
rakuco  |
Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).
The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:
c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp
If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail. (Only the first 15 lines of the commit message are shown above ) |
4.14.3 11 Mar 2015 23:11:49
  |
alonso  |
Update KDE SC to 4.14.3
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.
In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>
PR: 197751
PR: 197871
PR: 184996
Reviewed by: rakuco (mentor)
Differential: https://reviews.freebsd.org/D1950 |
4.14.2 19 Oct 2014 15:57:29
  |
makc  |
KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
baloo - Baloo core libraries
baloo-widgets - Baloo widgets library
kfilemetadata - KDE library for extracting file metadata
New ports:
graphics/kqtquickcharts - QtQuick plugin to render interactive charts
misc/artikulate - Pronunciation trainer for KDE
(not usable currently, links to both
GStreamer 1.x and 0.10.x via dependencies)
sysutils/baloo[-widgets] - KDE framework for searching and
managing user metadata
sysutils/kfilemetadata - Library for extracting file metadata (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 106 (showing only 6 on this page)
|