summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile4
-rw-r--r--deskutils/akonadi-import-wizard/Makefile5
-rw-r--r--deskutils/akonadiconsole/Makefile5
-rw-r--r--deskutils/akregator/Makefile5
-rw-r--r--deskutils/gnome-shell-extension-manager/Makefile39
-rw-r--r--deskutils/gnome-shell-extension-manager/distinfo3
-rw-r--r--deskutils/gnome-shell-extension-manager/pkg-descr14
-rw-r--r--deskutils/gnome-shell-extension-manager/pkg-plist41
-rw-r--r--deskutils/grantlee-editor/Makefile5
-rw-r--r--deskutils/kaddressbook/Makefile5
-rw-r--r--deskutils/kdepim-addons/Makefile5
-rw-r--r--deskutils/kf6-kstatusnotifieritem/Makefile2
-rw-r--r--deskutils/kf6-kstatusnotifieritem/distinfo6
-rw-r--r--deskutils/kmail-account-wizard/Makefile5
-rw-r--r--deskutils/kmail/Makefile5
-rw-r--r--deskutils/mbox-importer/Makefile5
-rw-r--r--deskutils/pim-data-exporter/Makefile5
-rw-r--r--deskutils/plasma6-milou/distinfo6
-rw-r--r--deskutils/plasma6-sddm-kcm/distinfo6
-rw-r--r--deskutils/plasma6-xdg-desktop-portal-kde/distinfo6
-rw-r--r--deskutils/py-khal/Makefile46
-rw-r--r--deskutils/py-khal/distinfo3
-rw-r--r--deskutils/py-khal/pkg-descr3
-rw-r--r--deskutils/py-khal/pkg-message7
-rw-r--r--deskutils/py-khard/Makefile63
-rw-r--r--deskutils/py-khard/distinfo3
-rw-r--r--deskutils/py-khard/files/pkg-message.in9
-rw-r--r--deskutils/py-khard/pkg-descr3
-rw-r--r--deskutils/py-todoman/Makefile52
-rw-r--r--deskutils/py-todoman/distinfo3
-rw-r--r--deskutils/py-todoman/pkg-descr3
-rw-r--r--deskutils/py-todoman/pkg-message9
-rw-r--r--deskutils/remind/Makefile2
-rw-r--r--deskutils/remind/distinfo6
-rw-r--r--deskutils/remind/pkg-plist1
35 files changed, 147 insertions, 243 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 5a4cc189fa8a..4a3d23f89f34 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -86,6 +86,7 @@
SUBDIR += gnome-shell-extension-filesmenu
SUBDIR += gnome-shell-extension-hidetopbar
SUBDIR += gnome-shell-extension-lockkeys
+ SUBDIR += gnome-shell-extension-manager
SUBDIR += gnome-shell-extension-mediaplayer
SUBDIR += gnome-shell-extension-openweather
SUBDIR += gnome-shell-extension-panel-osd
@@ -228,8 +229,6 @@
SUBDIR += py-bugwarrior
SUBDIR += py-calendar_cli
SUBDIR += py-i3-gnome-pomodoro
- SUBDIR += py-khal
- SUBDIR += py-khard
SUBDIR += py-paperless
SUBDIR += py-paperless-ngx
SUBDIR += py-py3status
@@ -237,7 +236,6 @@
SUBDIR += py-send2trash
SUBDIR += py-taskw
SUBDIR += py-term-background
- SUBDIR += py-todoman
SUBDIR += py-trash-cli
SUBDIR += py-vdirsyncer
SUBDIR += py-vobject
diff --git a/deskutils/akonadi-import-wizard/Makefile b/deskutils/akonadi-import-wizard/Makefile
index 7b8d9314730c..a5ef984267d8 100644
--- a/deskutils/akonadi-import-wizard/Makefile
+++ b/deskutils/akonadi-import-wizard/Makefile
@@ -1,5 +1,6 @@
PORTNAME= akonadi-import-wizard
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -9,8 +10,8 @@ WWW= https://www.kde.org/
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
- libgpgmepp.so:security/gpgme-cpp \
- libqgpgmeqt6.so:security/gpgme-qt@qt6 \
+ libgpgmepp.so:security/gpgmepp \
+ libqgpgmeqt6.so:security/qgpgme@qt6 \
libqt6keychain.so:security/qtkeychain@qt6
USES= cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz
diff --git a/deskutils/akonadiconsole/Makefile b/deskutils/akonadiconsole/Makefile
index b3d688f6d308..2c41ce267fa1 100644
--- a/deskutils/akonadiconsole/Makefile
+++ b/deskutils/akonadiconsole/Makefile
@@ -1,5 +1,6 @@
PORTNAME= akonadiconsole
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -11,8 +12,8 @@ LICENSE= LGPL21
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
- libgpgmepp.so:security/gpgme-cpp \
- libqgpgmeqt6.so:security/gpgme-qt@qt6 \
+ libgpgmepp.so:security/gpgmepp \
+ libqgpgmeqt6.so:security/qgpgme@qt6 \
libical.so:devel/libical \
libxapian.so:databases/xapian-core
diff --git a/deskutils/akregator/Makefile b/deskutils/akregator/Makefile
index fd73aa92a1ae..5066a4c56a34 100644
--- a/deskutils/akregator/Makefile
+++ b/deskutils/akregator/Makefile
@@ -1,5 +1,6 @@
PORTNAME= akregator
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -11,8 +12,8 @@ LICENSE= LGPL21
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
- libgpgmepp.so:security/gpgme-cpp \
- libqgpgmeqt6.so:security/gpgme-qt@qt6
+ libgpgmepp.so:security/gpgmepp \
+ libqgpgmeqt6.so:security/qgpgme@qt6
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:6 qt:6 \
tar:xz xorg
diff --git a/deskutils/gnome-shell-extension-manager/Makefile b/deskutils/gnome-shell-extension-manager/Makefile
new file mode 100644
index 000000000000..accaf57cb62d
--- /dev/null
+++ b/deskutils/gnome-shell-extension-manager/Makefile
@@ -0,0 +1,39 @@
+PORTNAME= extension-manager
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.6.3
+CATEGORIES= deskutils gnome
+PKGNAMEPREFIX= gnome-shell-
+
+MAINTAINER= tagattie@FreeBSD.org
+COMMENT= Browse, install, and manage GNOME extensions with ease
+WWW= https://mattjakeman.com/apps/extension-manager
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= appstreamcli:devel/appstream \
+ blueprint-compiler:devel/blueprint-compiler
+LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
+ libbacktrace.so:devel/libbacktrace \
+ libsoup-3.0.so:devel/libsoup3 \
+ libxml2.so:textproc/libxml2
+RUN_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip
+
+USES= desktop-file-utils gettext-tools gnome localbase:ldflags meson \
+ pkgconfig
+
+USE_GITHUB= yes
+GH_ACCOUNT= mjakeman
+
+USE_GNOME= glib20 gtk40 libadwaita
+GLIB_SCHEMAS= com.mattjakeman.ExtensionManager.gschema.xml
+
+PORTDOCS= README.md
+
+OPTIONS_DEFINE= DOCS
+
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
diff --git a/deskutils/gnome-shell-extension-manager/distinfo b/deskutils/gnome-shell-extension-manager/distinfo
new file mode 100644
index 000000000000..f3bb3a0af5d3
--- /dev/null
+++ b/deskutils/gnome-shell-extension-manager/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1750420899
+SHA256 (mjakeman-extension-manager-v0.6.3_GH0.tar.gz) = e5af7a2dbb7ba28c33c027e9d761d56c8b4aa92ca39940c71351a3af40e74fae
+SIZE (mjakeman-extension-manager-v0.6.3_GH0.tar.gz) = 1901186
diff --git a/deskutils/gnome-shell-extension-manager/pkg-descr b/deskutils/gnome-shell-extension-manager/pkg-descr
new file mode 100644
index 000000000000..273e4be49dfe
--- /dev/null
+++ b/deskutils/gnome-shell-extension-manager/pkg-descr
@@ -0,0 +1,14 @@
+Extension Manager is a feature-complete way to customise your GNOME
+Desktop.
+
+- Browse
+ Search https://extensions.gnome.org/ directly from the app.
+- Explore
+ View screenshots and read comments from other users.
+- Install & Remove
+ Manage the extensions installed on your system.
+- Updates
+ Extensions will be automatically updated to the latest version
+ (GNOME 43+).
+- Translations
+ Fully translated into more than 25 languages!
diff --git a/deskutils/gnome-shell-extension-manager/pkg-plist b/deskutils/gnome-shell-extension-manager/pkg-plist
new file mode 100644
index 000000000000..5e7540c0462d
--- /dev/null
+++ b/deskutils/gnome-shell-extension-manager/pkg-plist
@@ -0,0 +1,41 @@
+bin/extension-manager
+share/applications/com.mattjakeman.ExtensionManager.desktop
+share/icons/hicolor/scalable/apps/com.mattjakeman.ExtensionManager.svg
+share/icons/hicolor/symbolic/apps/com.mattjakeman.ExtensionManager-symbolic.svg
+share/locale/ar/LC_MESSAGES/extension-manager.mo
+share/locale/be/LC_MESSAGES/extension-manager.mo
+share/locale/bg/LC_MESSAGES/extension-manager.mo
+share/locale/ca/LC_MESSAGES/extension-manager.mo
+share/locale/cs/LC_MESSAGES/extension-manager.mo
+share/locale/da/LC_MESSAGES/extension-manager.mo
+share/locale/de/LC_MESSAGES/extension-manager.mo
+share/locale/el/LC_MESSAGES/extension-manager.mo
+share/locale/es/LC_MESSAGES/extension-manager.mo
+share/locale/et/LC_MESSAGES/extension-manager.mo
+share/locale/fa/LC_MESSAGES/extension-manager.mo
+share/locale/fi/LC_MESSAGES/extension-manager.mo
+share/locale/fr/LC_MESSAGES/extension-manager.mo
+share/locale/ga/LC_MESSAGES/extension-manager.mo
+share/locale/hi/LC_MESSAGES/extension-manager.mo
+share/locale/hr/LC_MESSAGES/extension-manager.mo
+share/locale/hu/LC_MESSAGES/extension-manager.mo
+share/locale/id_ID/LC_MESSAGES/extension-manager.mo
+share/locale/it/LC_MESSAGES/extension-manager.mo
+share/locale/ja/LC_MESSAGES/extension-manager.mo
+share/locale/ko/LC_MESSAGES/extension-manager.mo
+share/locale/nb/LC_MESSAGES/extension-manager.mo
+share/locale/nl/LC_MESSAGES/extension-manager.mo
+share/locale/nn/LC_MESSAGES/extension-manager.mo
+share/locale/oc/LC_MESSAGES/extension-manager.mo
+share/locale/pl/LC_MESSAGES/extension-manager.mo
+share/locale/pt/LC_MESSAGES/extension-manager.mo
+share/locale/pt_BR/LC_MESSAGES/extension-manager.mo
+share/locale/ru_RU/LC_MESSAGES/extension-manager.mo
+share/locale/sv/LC_MESSAGES/extension-manager.mo
+share/locale/ta/LC_MESSAGES/extension-manager.mo
+share/locale/tr/LC_MESSAGES/extension-manager.mo
+share/locale/uk/LC_MESSAGES/extension-manager.mo
+share/locale/vi_VN/LC_MESSAGES/extension-manager.mo
+share/locale/zh_CN/LC_MESSAGES/extension-manager.mo
+share/locale/zh_TW/LC_MESSAGES/extension-manager.mo
+share/metainfo/com.mattjakeman.ExtensionManager.metainfo.xml
diff --git a/deskutils/grantlee-editor/Makefile b/deskutils/grantlee-editor/Makefile
index f06926d5a040..7908d5ca7542 100644
--- a/deskutils/grantlee-editor/Makefile
+++ b/deskutils/grantlee-editor/Makefile
@@ -1,5 +1,6 @@
PORTNAME= grantlee-editor
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -11,8 +12,8 @@ LICENSE= LGPL21
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
- libgpgmepp.so:security/gpgme-cpp \
- libqgpgmeqt6.so:security/gpgme-qt@qt6
+ libgpgmepp.so:security/gpgmepp \
+ libqgpgmeqt6.so:security/qgpgme@qt6
USES= cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz xorg
USE_KDE= archive attica auth codecs completion config configwidgets \
diff --git a/deskutils/kaddressbook/Makefile b/deskutils/kaddressbook/Makefile
index 0c9b271d0c97..e131cfd086f5 100644
--- a/deskutils/kaddressbook/Makefile
+++ b/deskutils/kaddressbook/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kaddressbook
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -9,8 +10,8 @@ WWW= https://www.kde.org/
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
- libgpgmepp.so:security/gpgme-cpp \
- libqgpgmeqt6.so:security/gpgme-qt@qt6
+ libgpgmepp.so:security/gpgmepp \
+ libqgpgmeqt6.so:security/qgpgme@qt6
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:6 qt:6 \
tar:xz xorg
diff --git a/deskutils/kdepim-addons/Makefile b/deskutils/kdepim-addons/Makefile
index 1279fdfca7f0..1a00bc9eada1 100644
--- a/deskutils/kdepim-addons/Makefile
+++ b/deskutils/kdepim-addons/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kdepim-addons
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -13,8 +14,8 @@ RUN_DEPENDS= markdown:textproc/discount
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-qt@qt5
+ libgpgmepp.so:security/gpgmepp \
+ libqgpgme.so:security/qgpgme@qt5
USES= cmake compiler:c++11-lib gettext kde:6 pkgconfig qt:6 tar:xz \
xorg
diff --git a/deskutils/kf6-kstatusnotifieritem/Makefile b/deskutils/kf6-kstatusnotifieritem/Makefile
index 3915599910cf..88f7005477ce 100644
--- a/deskutils/kf6-kstatusnotifieritem/Makefile
+++ b/deskutils/kf6-kstatusnotifieritem/Makefile
@@ -12,4 +12,6 @@ USE_KDE= windowsystem \
USE_QT= base
USE_XORG= x11
+CMAKE_OFF= BUILD_PYTHON_BINDINGS
+
.include <bsd.port.mk>
diff --git a/deskutils/kf6-kstatusnotifieritem/distinfo b/deskutils/kf6-kstatusnotifieritem/distinfo
index 218754c6a934..d590b86037d3 100644
--- a/deskutils/kf6-kstatusnotifieritem/distinfo
+++ b/deskutils/kf6-kstatusnotifieritem/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1746358549
-SHA256 (KDE/frameworks/6.14/kstatusnotifieritem-6.14.0.tar.xz) = 9d85c44a7704ad052740752106e59eb26e49d80467f9b1d3c92bd24b77395417
-SIZE (KDE/frameworks/6.14/kstatusnotifieritem-6.14.0.tar.xz) = 50644
+TIMESTAMP = 1749476615
+SHA256 (KDE/frameworks/6.15/kstatusnotifieritem-6.15.0.tar.xz) = 24132cc967570478b54e44eef1063c193217801260dc51860e0881fa0d90bd0d
+SIZE (KDE/frameworks/6.15/kstatusnotifieritem-6.15.0.tar.xz) = 50964
diff --git a/deskutils/kmail-account-wizard/Makefile b/deskutils/kmail-account-wizard/Makefile
index 6279d005c53c..1c969dbcdb5a 100644
--- a/deskutils/kmail-account-wizard/Makefile
+++ b/deskutils/kmail-account-wizard/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kmail-account-wizard
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -9,8 +10,8 @@ WWW= https://www.kde.org/
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
- libgpgmepp.so:security/gpgme-cpp \
- libqgpgmeqt6.so:security/gpgme-qt@qt6
+ libgpgmepp.so:security/gpgmepp \
+ libqgpgmeqt6.so:security/qgpgme@qt6
USES= cmake compiler:c++11-lib desktop-file-utils gettext gl kde:6 \
qt:6 shared-mime-info tar:xz
diff --git a/deskutils/kmail/Makefile b/deskutils/kmail/Makefile
index 3bac666f92c5..0368207cb1af 100644
--- a/deskutils/kmail/Makefile
+++ b/deskutils/kmail/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kmail
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -11,8 +12,8 @@ LICENSE= LGPL21
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
- libgpgmepp.so:security/gpgme-cpp \
- libqgpgmeqt6.so:security/gpgme-qt@qt6 \
+ libgpgmepp.so:security/gpgmepp \
+ libqgpgmeqt6.so:security/qgpgme@qt6 \
libqt6keychain.so:security/qtkeychain@qt6
RUN_DEPENDS= accountwizard:deskutils/kmail-account-wizard \
diff --git a/deskutils/mbox-importer/Makefile b/deskutils/mbox-importer/Makefile
index 4de17c47171b..30449befd8e1 100644
--- a/deskutils/mbox-importer/Makefile
+++ b/deskutils/mbox-importer/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mbox-importer
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -9,8 +10,8 @@ WWW= https://www.kde.org/
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
- libgpgmepp.so:security/gpgme-cpp \
- libqgpgmeqt6.so:security/gpgme-qt@qt6
+ libgpgmepp.so:security/gpgmepp \
+ libqgpgmeqt6.so:security/qgpgme@qt6
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:6 qt:6 \
tar:xz
diff --git a/deskutils/pim-data-exporter/Makefile b/deskutils/pim-data-exporter/Makefile
index dd3d08ae51a6..076a8ebc6213 100644
--- a/deskutils/pim-data-exporter/Makefile
+++ b/deskutils/pim-data-exporter/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pim-data-exporter
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -9,8 +10,8 @@ WWW= https://www.kde.org/
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
- libgpgmepp.so:security/gpgme-cpp \
- libqgpgmeqt6.so:security/gpgme-qt@qt6
+ libgpgmepp.so:security/gpgmepp \
+ libqgpgmeqt6.so:security/qgpgme@qt6
USES= cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz xorg
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
diff --git a/deskutils/plasma6-milou/distinfo b/deskutils/plasma6-milou/distinfo
index 586699a6e1e1..caff1eeb19c8 100644
--- a/deskutils/plasma6-milou/distinfo
+++ b/deskutils/plasma6-milou/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750010489
-SHA256 (KDE/plasma/6.4.0/milou-6.4.0.tar.xz) = ed258ac78b47d8eee8171388abc12dc73baf3fe8242bc119a6a31431d7db3f30
-SIZE (KDE/plasma/6.4.0/milou-6.4.0.tar.xz) = 50136
+TIMESTAMP = 1750789602
+SHA256 (KDE/plasma/6.4.1/milou-6.4.1.tar.xz) = 2194369d4c45a537b79322bfdd3ecc5252fb55dfd8f7af2103c8f7b7da2e5080
+SIZE (KDE/plasma/6.4.1/milou-6.4.1.tar.xz) = 50132
diff --git a/deskutils/plasma6-sddm-kcm/distinfo b/deskutils/plasma6-sddm-kcm/distinfo
index 3bdc27b64f6d..2ccd6145dd6b 100644
--- a/deskutils/plasma6-sddm-kcm/distinfo
+++ b/deskutils/plasma6-sddm-kcm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750010489
-SHA256 (KDE/plasma/6.4.0/sddm-kcm-6.4.0.tar.xz) = 378b7eb70bd23cc9bb654b366b85fb61582476abc4088611534bc3c8918f6bf2
-SIZE (KDE/plasma/6.4.0/sddm-kcm-6.4.0.tar.xz) = 103500
+TIMESTAMP = 1750789603
+SHA256 (KDE/plasma/6.4.1/sddm-kcm-6.4.1.tar.xz) = a2d10d57b432c8227cdce193adbb9500069a2ab1d8d6462c6a18199275cb9ec6
+SIZE (KDE/plasma/6.4.1/sddm-kcm-6.4.1.tar.xz) = 103524
diff --git a/deskutils/plasma6-xdg-desktop-portal-kde/distinfo b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo
index 5a84d29b96ee..7ce054ab3f06 100644
--- a/deskutils/plasma6-xdg-desktop-portal-kde/distinfo
+++ b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750010490
-SHA256 (KDE/plasma/6.4.0/xdg-desktop-portal-kde-6.4.0.tar.xz) = 00db7b1551146b0da91078bf540ca2af56c9d20f9f25469e25839d09455a9ace
-SIZE (KDE/plasma/6.4.0/xdg-desktop-portal-kde-6.4.0.tar.xz) = 202140
+TIMESTAMP = 1750789604
+SHA256 (KDE/plasma/6.4.1/xdg-desktop-portal-kde-6.4.1.tar.xz) = 1f01d629f6818e48aa6acf83f58c07f0ddf3e1bf2a1ecb44803af65cde119583
+SIZE (KDE/plasma/6.4.1/xdg-desktop-portal-kde-6.4.1.tar.xz) = 202240
diff --git a/deskutils/py-khal/Makefile b/deskutils/py-khal/Makefile
deleted file mode 100644
index 291e23c170cf..000000000000
--- a/deskutils/py-khal/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-PORTNAME= khal
-DISTVERSION= 0.11.3
-PORTREVISION= 1
-CATEGORIES= deskutils python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= CalDAV-based calendar
-WWW= https://lostpackets.de/khal/
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Depends on expired devel/py-atomicwrites
-EXPIRATION_DATE=2025-06-21
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>1.12.0:devel/py-setuptools-scm@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}click-log>=0.2.0:devel/py-click-log@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}configobj>=0:devel/py-configobj@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}icalendar>=4.0.3:devel/py-icalendar@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:devel/py-tzlocal@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}urwid>=1.3.0:devel/py-urwid@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0:deskutils/py-vdirsyncer@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist distutils
-NO_ARCH= yes
-
-OPTIONS_DEFINE= SETPROCTITLE
-
-SETPROCTITLE_DESC= Set the process title
-SETPROCTITLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR}
-
-post-install:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC} && \
- ${INSTALL_DATA} khal.conf.sample ${STAGEDIR}${EXAMPLESDIR})
-
-.include <bsd.port.mk>
diff --git a/deskutils/py-khal/distinfo b/deskutils/py-khal/distinfo
deleted file mode 100644
index ac078558cb72..000000000000
--- a/deskutils/py-khal/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1717748988
-SHA256 (khal-0.11.3.tar.gz) = a8ccbcc43fc1dbbc464e53f7f1d99cf15832be43a67f38700e535d99d9c1325e
-SIZE (khal-0.11.3.tar.gz) = 196953
diff --git a/deskutils/py-khal/pkg-descr b/deskutils/py-khal/pkg-descr
deleted file mode 100644
index 953f8e778427..000000000000
--- a/deskutils/py-khal/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Khal is a calendar program for the terminal for viewing, adding and editing
-events and calendars. Khal is build on the iCalendar and vdir (allowing the
-use of vdirsyncer for CalDAV compatibility) standards.
diff --git a/deskutils/py-khal/pkg-message b/deskutils/py-khal/pkg-message
deleted file mode 100644
index d6b2951cd2f0..000000000000
--- a/deskutils/py-khal/pkg-message
+++ /dev/null
@@ -1,7 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Khal needs LANG to be set to a UTF-8 locale (e.g. en_US.UTF-8) to run.
-EOM
-}
-]
diff --git a/deskutils/py-khard/Makefile b/deskutils/py-khard/Makefile
deleted file mode 100644
index 8d00b7aa9c7b..000000000000
--- a/deskutils/py-khard/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-PORTNAME= khard
-DISTVERSION= 0.19.1
-CATEGORIES= deskutils python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= andreas@bilke.org
-COMMENT= Console carddav client
-WWW= https://github.com/lucc/khard/
-
-LICENSE= GPLv3
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Depends on expired devel/py-atomicwrites
-EXPIRATION_DATE=2025-06-21
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15:devel/py-ruamel.yaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.21:converters/py-unidecode@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0:deskutils/py-vdirsyncer@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}vobject>=0.9.5:deskutils/py-vobject@${PY_FLAVOR}
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sphinx-autoapi>0:textproc/py-sphinx-autoapi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sphinx-autodoc-typehints>0:textproc/py-sphinx-autodoc-typehints@${PY_FLAVOR}
-
-USES= python gmake
-USE_PYTHON= autoplist pep517
-NO_ARCH= yes
-
-PLIST_FILES= share/zsh/site-functions/_khard \
- share/zsh/site-functions/_email-khard \
- ${EXAMPLESDIR}/khard.conf.example \
- ${EXAMPLESDIR}/template.yaml \
- share/man/man1/khard.1.gz \
- share/man/man5/khard.conf.5.gz
-
-SUB_FILES= pkg-message
-
-post-patch:
- @${REINPLACE_CMD} \
- -e 's|sphinx-build|${LOCALBASE}/bin/sphinx-build-${PYTHON_VER}|g' \
- -e 's|sphinx-apidoc|${LOCALBASE}/bin/sphinx-apidoc-${PYTHON_VER}|g' \
- ${WRKSRC}/doc/Makefile
-
-pre-build:
- (cd ${WRKSRC}/doc && ${MAKE_CMD} man)
-
-post-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
- ${INSTALL_DATA} ${WRKSRC}/misc/zsh/_khard \
- ${STAGEDIR}${PREFIX}/share/zsh/site-functions
- ${INSTALL_DATA} ${WRKSRC}/misc/zsh/_email-khard \
- ${STAGEDIR}${PREFIX}/share/zsh/site-functions
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC}/doc/source/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
- ${INSTALL_MAN} ${WRKSRC}/doc/build/man/khard.1 ${STAGEDIR}${PREFIX}/share/man/man1
- ${INSTALL_MAN} ${WRKSRC}/doc/build/man/khard.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5
-
-.include <bsd.port.mk>
diff --git a/deskutils/py-khard/distinfo b/deskutils/py-khard/distinfo
deleted file mode 100644
index ae3b05005558..000000000000
--- a/deskutils/py-khard/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1701533025
-SHA256 (khard-0.19.1.tar.gz) = 59f30a0da3c3da3eb04f4dbe18ee4763913b685d99ec8418fd574a88c491c490
-SIZE (khard-0.19.1.tar.gz) = 605230
diff --git a/deskutils/py-khard/files/pkg-message.in b/deskutils/py-khard/files/pkg-message.in
deleted file mode 100644
index 50487d89b4a1..000000000000
--- a/deskutils/py-khard/files/pkg-message.in
+++ /dev/null
@@ -1,9 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Copy the example configuration from
-%%PREFIX%%/share/examples/khard/khard.conf.example to
-$XDG_CONFIG_HOME/khard/khard.conf
-EOM
-}
-]
diff --git a/deskutils/py-khard/pkg-descr b/deskutils/py-khard/pkg-descr
deleted file mode 100644
index 5aec8083d4e9..000000000000
--- a/deskutils/py-khard/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Khard is an address book for the console. It creates, reads, modifies and
-removes carddav address book entries at your local machine. Khard is also
-compatible to the email clients mutt and alot and the SIP client twinkle.
diff --git a/deskutils/py-todoman/Makefile b/deskutils/py-todoman/Makefile
deleted file mode 100644
index acbdfb7276e1..000000000000
--- a/deskutils/py-todoman/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-PORTNAME= todoman
-DISTVERSION= 4.5.0
-CATEGORIES= deskutils python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= andreas@bilke.org
-COMMENT= Simple CalDAV-based todo manager
-WWW= https://github.com/pimutils/todoman/
-
-LICENSE= ISCL
-LICENSE_FILE= ${WRKSRC}/LICENCE
-
-DEPRECATED= Depends on expired devel/py-atomicwrites
-EXPIRATION_DATE=2025-06-21
-
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}click-log>=0.2.1:devel/py-click-log@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}click-repl>0:devel/py-click-repl@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}click>=7.1<9.0:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}humanize>0:devel/py-humanize@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}icalendar>=4.0.3:devel/py-icalendar@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}parsedatetime>0:devel/py-parsedatetime@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}vdirsyncer>0:deskutils/py-vdirsyncer@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>0:devel/py-freezegun@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
-
-USES= pytest python
-USE_PYTHON= autoplist concurrent pep517
-PYTEST_IGNORED_TESTS= test_datetime_serialization
-
-NO_ARCH= yes
-
-PLIST_FILES= ${EXAMPLESDIR}/config.py.sample \
- share/zsh/site-functions/_todoman
-
-post-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
- ${INSTALL_DATA} ${WRKSRC}/contrib/completion/zsh/_todo \
- ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_todoman
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC}/ && ${COPYTREE_SHARE} config.py.sample ${STAGEDIR}${EXAMPLESDIR})
-
-.include <bsd.port.mk>
diff --git a/deskutils/py-todoman/distinfo b/deskutils/py-todoman/distinfo
deleted file mode 100644
index bf0a2d320a3d..000000000000
--- a/deskutils/py-todoman/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1728669290
-SHA256 (todoman-4.5.0.tar.gz) = 2e81dba7b34a2cba6fe74f381c579500ab525ebf3f82847e56127c69d382f121
-SIZE (todoman-4.5.0.tar.gz) = 69619
diff --git a/deskutils/py-todoman/pkg-descr b/deskutils/py-todoman/pkg-descr
deleted file mode 100644
index 67e5547e477d..000000000000
--- a/deskutils/py-todoman/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Todoman is a simple, standards-based, cli todo (aka: task) manager.
-Todos are stored into icalendar files, which means you can sync them
-via CalDAV using, for example, vdirsyncer.
diff --git a/deskutils/py-todoman/pkg-message b/deskutils/py-todoman/pkg-message
deleted file mode 100644
index f357019b9707..000000000000
--- a/deskutils/py-todoman/pkg-message
+++ /dev/null
@@ -1,9 +0,0 @@
-[
-{ type: install
- message: <<EOM
-The config file format changed from version 3 to 4.
-
-See https://github.com/pimutils/todoman/blob/v4.0.0/CHANGELOG.rst
-EOM
-}
-]
diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile
index a550e66ada98..bfa12151b83e 100644
--- a/deskutils/remind/Makefile
+++ b/deskutils/remind/Makefile
@@ -1,5 +1,5 @@
PORTNAME= remind
-DISTVERSION= 05.04.00
+DISTVERSION= 05.04.01
CATEGORIES= deskutils
# upstream moves distfiles to OLD once a new release appears
MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ \
diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo
index 1d315d121e4f..a73bf2907a9a 100644
--- a/deskutils/remind/distinfo
+++ b/deskutils/remind/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749023613
-SHA256 (remind-05.04.00.tar.gz) = 743fb6d95d7e0cc7127d19b16208f36ebe9b56806eaa4f33eccde8f350544777
-SIZE (remind-05.04.00.tar.gz) = 4562931
+TIMESTAMP = 1750105289
+SHA256 (remind-05.04.01.tar.gz) = 5ecb0c1358c24fd88ee6a22d05233c6e035826e85ee7b87f8e0226b558fae480
+SIZE (remind-05.04.01.tar.gz) = 4568953
diff --git a/deskutils/remind/pkg-plist b/deskutils/remind/pkg-plist
index 991c50626ff6..3b96d2ece822 100644
--- a/deskutils/remind/pkg-plist
+++ b/deskutils/remind/pkg-plist
@@ -592,3 +592,4 @@ share/man/man1/remind.1.gz
%%DATADIR%%/site/README
%%DATADIR%%/solar-eclipses.rem
%%DATADIR%%/sun.rem
+%%DATADIR%%/utils/add-html-anchors.rem