notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
kdsingleapplication KDAB's helper class for single-instance policy applications
1.2.0 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.0Version of this port present on the latest quarterly branch.
Maintainer: diizzy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-09-01 14:39:06
Last Update: 2025-06-08 13:46:53
Commit Hash: be0033c
People watching this port, also watch:: libmad, imlib2, xorg-apps, py311-pikepdf, gstreamer1-plugins-dash
License: MIT
WWW:
https://github.com/KDAB/KDSingleApplication
Description:
Class that helps implement applications that follow the single-instance policy referring to those applications that want to spawn a unique instance for a given user session. Even when launched multiple times, such applications will not spawn a number of separate instances.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (21 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/kdsingleapplication-1.2.0/catalog.mk
  3. /usr/local/share/licenses/kdsingleapplication-1.2.0/LICENSE
  4. /usr/local/share/licenses/kdsingleapplication-1.2.0/MIT
  5. include/kdsingleapplication-qt6/KDSingleApplication
  6. include/kdsingleapplication-qt6/kdsingleapplication.h
  7. include/kdsingleapplication-qt6/kdsingleapplication_lib.h
  8. include/kdsingleapplication-qt6/kdsingleapplication_version.h
  9. lib/cmake/KDSingleApplication-qt6/KDSingleApplication-qt6Config.cmake
  10. lib/cmake/KDSingleApplication-qt6/KDSingleApplication-qt6ConfigVersion.cmake
  11. lib/cmake/KDSingleApplication-qt6/KDSingleApplication-qt6Targets-release.cmake
  12. lib/cmake/KDSingleApplication-qt6/KDSingleApplication-qt6Targets.cmake
  13. lib/cmake/KDSingleApplication-qt6/KDSingleApplicationTargets-release.cmake
  14. lib/cmake/KDSingleApplication-qt6/KDSingleApplicationTargets.cmake
  15. lib/libkdsingleapplication-qt6.so
  16. lib/libkdsingleapplication-qt6.so.1.2
  17. lib/libkdsingleapplication-qt6.so.1.2.0
  18. lib/qt6/mkspecs/modules/qt_KDSingleApplication.pri
  19. @owner
  20. @group
  21. @mode
Collapse this list.
Dependency lines:
  • kdsingleapplication>0:devel/kdsingleapplication
To install the port:
cd /usr/ports/devel/kdsingleapplication/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/kdsingleapplication
  • pkg install kdsingleapplication
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kdsingleapplication
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1749386210 SHA256 (kdsingleapplication-1.2.0.tar.gz) = ff4ae6a4620beed1cdb3e6a9b78a17d7d1dae7139c3d4746d4856b7547d42c38 SIZE (kdsingleapplication-1.2.0.tar.gz) = 87265

Packages (timestamps in pop-ups are UTC):
kdsingleapplication
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.01.2.0-1.2.01.2.0---
FreeBSD:13:quarterly1.1.01.1.0-1.1.01.1.0---
FreeBSD:14:latest1.2.01.2.0-1.1.01.2.0---
FreeBSD:14:quarterly1.1.01.1.0-1.1.01.1.0---
FreeBSD:15:latest1.2.01.2.0n/a1.1.0n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. libQt6Core.so : devel/qt6-base
This port is required by:
for Libraries
  1. audio/fooyin
  2. audio/strawberry
  3. net-im/kaidan
  4. net-im/nheko

Configuration Options:
No options to configure
Options name:
devel_kdsingleapplication
USES:
cmake compiler:c++17-lang qt:6
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/KDAB/KDSingleApplication/releases/download/v1.2.0/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.0
08 Jun 2025 13:46:53
commit hash: be0033ce823ff2e8d20e5620fffdd63784978b84commit hash: be0033ce823ff2e8d20e5620fffdd63784978b84commit hash: be0033ce823ff2e8d20e5620fffdd63784978b84commit hash: be0033ce823ff2e8d20e5620fffdd63784978b84 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
devel/kdsingleapplication: Update to 1.2.0

Changelog:
https://github.com/KDAB/KDSingleApplication/releases/tag/v1.2.0
1.1.0
01 Sep 2024 14:38:05
commit hash: 3d482f736ed5db7ef897fdb3c35b2e0315065841commit hash: 3d482f736ed5db7ef897fdb3c35b2e0315065841commit hash: 3d482f736ed5db7ef897fdb3c35b2e0315065841commit hash: 3d482f736ed5db7ef897fdb3c35b2e0315065841 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
devel/kdsingleapplication: New port: Class that helps implement applications
that follow the single-instance policy

Class that helps implement applications that follow the single-instance
policy referring to those applications that want to spawn a unique
instance for a given user session. Even when launched multiple times,
such applications will not spawn a number of separate instances.

WWW: https://github.com/KDAB/KDSingleApplication/

Number of commits found: 2