| Port details |
- dolphin KDE filemanager dolphin
- 25.12.3 x11-fm
=2 25.12.1Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2007-02-27 13:28:49
- Last Update: 2026-03-05 12:15:05
- Commit Hash: 7f36e80
- People watching this port, also watch:: coreutils, zip, tmux, gutenprint, smartmontools
- Also Listed In: kde kde-applications
- License: LGPL20
- WWW:
- https://userbase.kde.org/Dolphin
- Description:
- Dolphin is a file manager for the KDE Plasma Desktop.
¦ ¦ ¦ ¦ 
- 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:
-
- To install the port:
- cd /usr/ports/x11-fm/dolphin/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-fm/dolphin
- pkg install dolphin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dolphin
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1772542103
SHA256 (KDE/release-service/25.12.3/dolphin-25.12.3.tar.xz) = 9961de7cc076d9d7d598bb7f53afdebcfba20567093231f42ba72e031e089a3b
SIZE (KDE/release-service/25.12.3/dolphin-25.12.3.tar.xz) = 5865916
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
- update-desktop-database : devel/desktop-file-utils
- 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
- kde-open : sysutils/plasma6-kde-cli-tools
- x11.pc : x11/libX11
- Runtime dependencies:
-
- ffmpegthumbs.so : multimedia/kdemultimedia-ffmpegthumbs
- gsthumbnail.so : graphics/kdegraphics-thumbnailers
- thumbnail.so : devel/kio-extras
- update-desktop-database : devel/desktop-file-utils
- kde-open : sysutils/plasma6-kde-cli-tools
- libqtiff.so : graphics/qt6-imageformats
- x11.pc : x11/libX11
- Library dependencies:
-
- libpackagekitqt6.so : ports-mgmt/packagekit-qt
- libintl.so : devel/gettext-runtime
- libPlasmaActivities.so : x11/plasma6-plasma-activities
- libKF6Attica.so : x11-toolkits/kf6-attica
- libKF6AuthCore.so : devel/kf6-kauth
- libKF6Baloo.so : sysutils/kf6-baloo
- libKF6BalooWidgets.so : sysutils/baloo-widgets
- libKF6Bookmarks.so : devel/kf6-kbookmarks
- libKF6Codecs.so : textproc/kf6-kcodecs
- libKF6Completion.so : x11-toolkits/kf6-kcompletion
- libKF6ConfigCore.so : devel/kf6-kconfig
- libKF6ConfigWidgets.so : x11-toolkits/kf6-kconfigwidgets
- libKF6CoreAddons.so : devel/kf6-kcoreaddons
- libKF6Crash.so : devel/kf6-kcrash
- libKF6DBusAddons.so : devel/kf6-kdbusaddons
- 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
- libKF6NewStuffCore.so : devel/kf6-knewstuff
- libKF6Notifications.so : devel/kf6-knotifications
- libKF6Parts.so : devel/kf6-kparts
- libphonon4qt6.so : multimedia/phonon@qt6
- libKF6Service.so : devel/kf6-kservice
- libKF6Solid.so : devel/kf6-solid
- libKF6SonnetCore.so : textproc/kf6-sonnet
- libKF6TextEditor.so : devel/kf6-ktexteditor
- libKF6TextWidgets.so : x11-toolkits/kf6-ktextwidgets
- libKF6UserFeedbackCore.so : sysutils/kf6-kuserfeedback
- libKF6WidgetsAddons.so : x11-toolkits/kf6-kwidgetsaddons
- libKF6WindowSystem.so : x11/kf6-kwindowsystem
- libKF6XmlGui.so : x11-toolkits/kf6-kxmlgui
- libQt6Core.so : devel/qt6-base
- This port is required by:
- for Build
-
- devel/dolphin-plugins
- for Libraries
-
- devel/kommit
- for Run
-
- devel/dolphin-plugins
- x11/kde-baseapps
Configuration Options:
- ===> The following configuration options are available for dolphin-25.12.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11-fm_dolphin
- USES:
- cmake compiler:c++11-lib desktop-file-utils gettext kde:6 qt:6 tar:xz xorg
- 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.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_1 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_1 21 Jun 2018 16:52:09
  |
tcberner  |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
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 09 Apr 2018 20:03:36
  |
tcberner  |
New ports: x11-fm/dolphin, x11-fm/konqueror
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4. |
0.8.2_6 26 Jul 2013 19:19:21
  |
rene  |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt |
0.8.2_6 30 Dec 2012 12:03:52
  |
beat  |
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe |
0.8.2_6 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.8.2_5 05 Jul 2011 02:51:16
 |
tabthorpe  |
- Reassign to the heap |
0.8.2_5 18 Mar 2011 17:59:51
 |
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.8.2_5 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
0.8.2_5 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.2_4 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
0.8.2_3 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.8.2_3 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.8.2_2 25 Feb 2009 23:29:48
 |
markus  |
- Dolphin has a new projectsite and the old KDE3 distfiles weren't carried
over. Development of Dolphin for KDE3 is dead in favor of the KDE4 version.
As it is still useful for KDE3 users, add another mirror instead of axing
the port.
- Adjust WWW accordingly
Notified by: pav |
0.8.2_2 06 Jun 2008 14:12:23
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.8.2_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.8.2 27 Feb 2007 13:23:02
 |
markus  |
Add dolphin 0.8.2, a file manager for KDE focusing on usability. It is not
intended to be a competitor to Konqueror, the default KDE file manager:
Konqueror acts as universal viewer being able to show HTML pages, text
documents, directories and a lot more, whereas Dolphin focuses on being only
a file manager. This approach allows to optimize the user interface for the
task of file management.
WWW: http://enzosworld.gmxhome.de/ |