diff options
Diffstat (limited to '')
135 files changed, 973 insertions, 625 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 02755c196585..59b81e27083b 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -41,6 +41,8 @@ SUBDIR += copyq SUBDIR += coregarage SUBDIR += countdown + SUBDIR += crengine-ng + SUBDIR += crqt-ng SUBDIR += dailystrips SUBDIR += deforaos-notes SUBDIR += deforaos-todo @@ -91,6 +93,7 @@ SUBDIR += gnome-shell-extension-openweather SUBDIR += gnome-shell-extension-panel-osd SUBDIR += gnome-shell-extension-recent-items + SUBDIR += gnome-shell-extension-simple-weather SUBDIR += gnome-shell-extension-trash SUBDIR += gnome-shell-extension-weather SUBDIR += gnome-shell-extension-windowoverlay-icons diff --git a/deskutils/akonadi-calendar-tools/distinfo b/deskutils/akonadi-calendar-tools/distinfo index 8a01b40f8870..e8deba894df4 100644 --- a/deskutils/akonadi-calendar-tools/distinfo +++ b/deskutils/akonadi-calendar-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646131 -SHA256 (KDE/release-service/25.08.0/akonadi-calendar-tools-25.08.0.tar.xz) = 27e6d5aca728bbdc156382f2e783b5ed2f8c443dc5e3bfc3bd2d89391c166de8 -SIZE (KDE/release-service/25.08.0/akonadi-calendar-tools-25.08.0.tar.xz) = 274380 +TIMESTAMP = 1757409649 +SHA256 (KDE/release-service/25.08.1/akonadi-calendar-tools-25.08.1.tar.xz) = 58a40b48c8c36aa5f4a5f5bdfff56f2ed194fcc9354da5e0912b600bad2a920c +SIZE (KDE/release-service/25.08.1/akonadi-calendar-tools-25.08.1.tar.xz) = 274412 diff --git a/deskutils/akonadi-import-wizard/distinfo b/deskutils/akonadi-import-wizard/distinfo index 8e4ce5ab83f2..fec87dcd13d0 100644 --- a/deskutils/akonadi-import-wizard/distinfo +++ b/deskutils/akonadi-import-wizard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646133 -SHA256 (KDE/release-service/25.08.0/akonadi-import-wizard-25.08.0.tar.xz) = 5735c6b19819d5738d70a0d51feee35da1fec85f83b9c9cff547912863655baf -SIZE (KDE/release-service/25.08.0/akonadi-import-wizard-25.08.0.tar.xz) = 497908 +TIMESTAMP = 1757409651 +SHA256 (KDE/release-service/25.08.1/akonadi-import-wizard-25.08.1.tar.xz) = 3f0309ec3b649387c6cf19475e98ab06b52ccaa2ca9c0d95fe5a6bfce9302712 +SIZE (KDE/release-service/25.08.1/akonadi-import-wizard-25.08.1.tar.xz) = 497816 diff --git a/deskutils/akonadiconsole/distinfo b/deskutils/akonadiconsole/distinfo index eb41a5100e71..d67440d9e3ca 100644 --- a/deskutils/akonadiconsole/distinfo +++ b/deskutils/akonadiconsole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646136 -SHA256 (KDE/release-service/25.08.0/akonadiconsole-25.08.0.tar.xz) = fd9203e29a438eb686d33b0ef89b566bd0a3b2e0367057c936aaf20237ae7d10 -SIZE (KDE/release-service/25.08.0/akonadiconsole-25.08.0.tar.xz) = 324140 +TIMESTAMP = 1757409654 +SHA256 (KDE/release-service/25.08.1/akonadiconsole-25.08.1.tar.xz) = 6649240ce46b25a4de55052548bb84529d7ff2bfa8de5738edf068ac2d912ad3 +SIZE (KDE/release-service/25.08.1/akonadiconsole-25.08.1.tar.xz) = 324108 diff --git a/deskutils/akregator/distinfo b/deskutils/akregator/distinfo index de6ec4bfd72b..42e808658779 100644 --- a/deskutils/akregator/distinfo +++ b/deskutils/akregator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646138 -SHA256 (KDE/release-service/25.08.0/akregator-25.08.0.tar.xz) = cca96a99971dec086e2a610fe561715510389b3316ae624b3c4aa31261fa78de -SIZE (KDE/release-service/25.08.0/akregator-25.08.0.tar.xz) = 2145088 +TIMESTAMP = 1757409656 +SHA256 (KDE/release-service/25.08.1/akregator-25.08.1.tar.xz) = bb3a957088f7994359544b080f7ddb4eed18844c7a03f6b3fd928f5c83bf7ced +SIZE (KDE/release-service/25.08.1/akregator-25.08.1.tar.xz) = 2144956 diff --git a/deskutils/belcard/Makefile b/deskutils/belcard/Makefile index 3299ff5703c3..14e795116e8a 100644 --- a/deskutils/belcard/Makefile +++ b/deskutils/belcard/Makefile @@ -1,5 +1,5 @@ PORTNAME= belcard -DISTVERSION= 5.4.24 +DISTVERSION= 5.4.28 CATEGORIES= deskutils MAINTAINER= bofh@FreeBSD.org @@ -9,9 +9,9 @@ WWW= https://www.linphone.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${LOCALBASE}/lib/libbctoolbox.a:net/bctoolbox \ - ${LOCALBASE}/lib/libbcunit.a:devel/bcunit \ - ${LOCALBASE}/lib/libbelr.a:textproc/belr +LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ + libbcunit.so:devel/bcunit \ + libbelr.so:textproc/belr USES= cmake compiler:c++17-lang dos2unix ssl DOS2UNIX_FILES= ${WRKSRC}/CMakeLists.txt @@ -20,8 +20,8 @@ GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public USE_LDCONFIG= yes -CMAKE_ARGS= -DENABLE_STRICT=NO \ - -DENABLE_UNIT_TESTS=NO +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= ENABLE_UNIT_TESTS LDFLAGS+= -lpthread diff --git a/deskutils/belcard/distinfo b/deskutils/belcard/distinfo index ade8ea5da399..7ae4f7b3a9e5 100644 --- a/deskutils/belcard/distinfo +++ b/deskutils/belcard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751280630 -SHA256 (belcard-5.4.24.tar.bz2) = e201511ded9545c1a19221e280daa759de8a7c037a4b888ceb649c9eb54aaf62 -SIZE (belcard-5.4.24.tar.bz2) = 157387 +TIMESTAMP = 1758125475 +SHA256 (belcard-5.4.28.tar.bz2) = 035409cf731647087094f6cc41356d1126ef94621767a02f2f6f4aad88816814 +SIZE (belcard-5.4.28.tar.bz2) = 157703 diff --git a/deskutils/belcard/pkg-plist b/deskutils/belcard/pkg-plist index 654276f0d68b..f160ee93795d 100644 --- a/deskutils/belcard/pkg-plist +++ b/deskutils/belcard/pkg-plist @@ -18,7 +18,8 @@ include/belcard/belcard_rfc6474.hpp include/belcard/belcard_security.hpp include/belcard/belcard_utils.hpp include/belcard/vcard_grammar.hpp -lib/libbelcard.a +lib/libbelcard.so +lib/libbelcard.so.1 share/BelCard/cmake/BelCardConfig.cmake share/BelCard/cmake/BelCardConfigVersion.cmake share/BelCard/cmake/BelCardTargets-%%CMAKE_BUILD_TYPE%%.cmake diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 005239186780..ea6a0d023b74 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -1,5 +1,5 @@ PORTNAME= calibre -PORTVERSION= 8.9.0 +PORTVERSION= 8.10.0 PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= https://download.calibre-ebook.com/${PORTVERSION}/ @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/cmake:devel/cmake-core \ ${PYTHON_PKGNAMEPREFIX}css-parser>=1.0.10:www/py-css-parser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.2:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.12:www/py-html5-parser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml5>=4.9.3:devel/py-lxml5@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=4.9.3:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mechanize>=0.4.8:www/py-mechanize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0.3:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ @@ -48,7 +48,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apsw>=3.43.0.0:databases/py-apsw@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.10:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.12:www/py-html5-parser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jeepney>=0.8.0:devel/py-jeepney@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml5>=4.9.3:devel/py-lxml5@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=4.9.3:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.4.4:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mechanize>=0.4.8:www/py-mechanize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=1.0.7:devel/py-msgpack@${PY_FLAVOR} \ @@ -67,8 +67,8 @@ USES= desktop-file-utils gettext-runtime:build gl localbase:ldflags \ pkgconfig pyqt:6 python:3.11+ qt:6 shared-mime-info shebangfix sqlite ssl \ tar:xz xorg USE_GITHUB= nodefault -GH_TUPLE= kovidgoyal:calibre-translations:6890dae:translations \ - LibreOffice:dictionaries:ea41884:hypenation +GH_TUPLE= kovidgoyal:calibre-translations:9cc1de1:translations \ + LibreOffice:dictionaries:f092998:hypenation USE_GL= opengl USE_PYQT= pyqt6 pysip webengine qtbuilder:build sip:build USE_QT= base diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index e4f908e33a92..16e75ae522e7 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1755855152 -SHA256 (calibre/calibre-8.9.0.tar.xz) = fa65ca2942eff06d5d7e867d55f35f79eda4ce7bf83950105c20a2d63f169620 -SIZE (calibre/calibre-8.9.0.tar.xz) = 45078452 -SHA256 (calibre/kovidgoyal-calibre-translations-6890dae_GH0.tar.gz) = 88a0f5be91dd20d37c70efb9b3407a81662b215948b9ec6aa60dce6ac62f2f53 -SIZE (calibre/kovidgoyal-calibre-translations-6890dae_GH0.tar.gz) = 75303290 -SHA256 (calibre/LibreOffice-dictionaries-ea41884_GH0.tar.gz) = 53f3ac3a62d9bfcf84a5e244a34fabe0c048bf83e01ce9fd852089778529b81a -SIZE (calibre/LibreOffice-dictionaries-ea41884_GH0.tar.gz) = 117695663 +TIMESTAMP = 1757066888 +SHA256 (calibre/calibre-8.10.0.tar.xz) = 0720d4a05f42e4513c66543fccfe07e376fdfb3508b206a1e7f14ee66b57b0c5 +SIZE (calibre/calibre-8.10.0.tar.xz) = 45171736 +SHA256 (calibre/kovidgoyal-calibre-translations-9cc1de1_GH0.tar.gz) = ebc6be54f4bed5f38284bd57138b6a33622cf9e1d7e0642c77c6b74a700f4f07 +SIZE (calibre/kovidgoyal-calibre-translations-9cc1de1_GH0.tar.gz) = 75421589 +SHA256 (calibre/LibreOffice-dictionaries-f092998_GH0.tar.gz) = fb1e77a49ba926346834e66775e6694c083e94db00b6765a8cdcd69cd3b8b465 +SIZE (calibre/LibreOffice-dictionaries-f092998_GH0.tar.gz) = 117698670 diff --git a/deskutils/calibre/files/user-agent-data.json b/deskutils/calibre/files/user-agent-data.json index 152686eed896..0a65639debd6 100644 --- a/deskutils/calibre/files/user-agent-data.json +++ b/deskutils/calibre/files/user-agent-data.json @@ -11,10 +11,11 @@ "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.33 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0", @@ -30,11 +31,11 @@ "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0", "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36", @@ -42,73 +43,72 @@ "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15", "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", + "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" ], "desktop_platforms": [ - "Windows NT 10.0; Microsoft Windows 10.0.19044; en-US", - "Windows NT 10.0; WOW64", + "Macintosh; Intel Mac OS X 10.15", "Macintosh; Intel Mac OS X 10_15_7", + "Windows NT 6.1; Win64; x64", "Windows NT 10.0; Win64; x64", - "Macintosh; Intel Mac OS X 10.15", "Windows NT 10.0", - "Windows NT 6.1; Win64; x64" + "Windows NT 10.0; Microsoft Windows 10.0.19044; en-US", + "Windows NT 10.0; WOW64" ], - "timestamp": "2025-08-22T09:37:07.432222+00:00", + "timestamp": "2025-09-05T10:12:34.019635+00:00", "user_agents_popularity": { - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0": 18757, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0": 14237, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36": 150565, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 8087, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 7089, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 105066, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15": 6994, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15": 12726, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15": 41527, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15": 9818, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15": 35726, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15": 54521, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15": 69349, - "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)": 18861, - "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18": 7866, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36": 34094, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36": 15920, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36": 7907, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36": 12990, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36": 25152, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 10024, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0": 16844, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36": 6918, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 19172, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0": 7761, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0": 20757, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 557160, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0": 286258, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0": 18767, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0": 14240, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36": 156412, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 8385, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 7128, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 105160, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15": 7361, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15": 13155, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15": 43040, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15": 9985, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15": 35881, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15": 54703, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15": 69761, + "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)": 19884, + "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18": 8393, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36": 35798, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36": 16829, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36": 8265, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36": 13505, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36": 25957, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 10520, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0": 16855, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 19452, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0": 7858, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0": 20763, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 557547, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0": 286564, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.33 Safari/537.36": 225959, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36": 251770, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0": 139083, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36": 285373, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0": 148855, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36": 330333, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0": 139103, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36": 302044, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0": 100322, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36": 232467, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36": 164460, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36": 376707, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0": 29007, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0": 177319, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0": 136813, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0": 173983, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0": 131125, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0": 165620, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0": 100694, - "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0": 16562, - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0": 8861 + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36": 253337, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0": 139197, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36": 285708, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0": 149028, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36": 330932, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0": 139334, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36": 302893, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0": 100641, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36": 233512, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36": 166423, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36": 393607, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36": 141623, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0": 30287, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0": 177398, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0": 136858, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0": 174174, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0": 131322, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0": 165824, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0": 100909, + "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0": 17457, + "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0": 9273 } } diff --git a/deskutils/calibre/pkg-plist b/deskutils/calibre/pkg-plist index 3638467dad65..8fa414e1947b 100644 --- a/deskutils/calibre/pkg-plist +++ b/deskutils/calibre/pkg-plist @@ -665,6 +665,7 @@ lib/calibre/calibre/gui2/actions/browse_annots.py lib/calibre/calibre/gui2/actions/browse_notes.py lib/calibre/calibre/gui2/actions/catalog.py lib/calibre/calibre/gui2/actions/choose_library.py +lib/calibre/calibre/gui2/actions/column_tooltips.py lib/calibre/calibre/gui2/actions/convert.py lib/calibre/calibre/gui2/actions/copy_to_library.py lib/calibre/calibre/gui2/actions/delete.py diff --git a/deskutils/chart/Makefile b/deskutils/chart/Makefile index 5f40e77a1f4c..a7427063c4a7 100644 --- a/deskutils/chart/Makefile +++ b/deskutils/chart/Makefile @@ -1,7 +1,7 @@ PORTNAME= chart DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= deskutils MAINTAINER= mail@dbalan.in diff --git a/deskutils/cherrytree/Makefile b/deskutils/cherrytree/Makefile index 316f73a9710c..15e8e69bee80 100644 --- a/deskutils/cherrytree/Makefile +++ b/deskutils/cherrytree/Makefile @@ -1,6 +1,5 @@ PORTNAME= cherrytree -PORTVERSION= 1.5.0 -PORTREVISION= 3 +PORTVERSION= 1.6.1 CATEGORIES= deskutils MASTER_SITES= https://www.giuspen.com/software/ \ https://github.com/giuspen/cherrytree/releases/download/v${PORTVERSION}/ diff --git a/deskutils/cherrytree/distinfo b/deskutils/cherrytree/distinfo index de47f517a78b..d5705dc328af 100644 --- a/deskutils/cherrytree/distinfo +++ b/deskutils/cherrytree/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748986191 -SHA256 (cherrytree_1.5.0.tar.xz) = 55d477f721ad95d6d2302c04d44894b2371a98b0d2e43a3d5c455f82457553b7 -SIZE (cherrytree_1.5.0.tar.xz) = 4798052 +TIMESTAMP = 1757862952 +SHA256 (cherrytree_1.6.1.tar.xz) = 08a6e7d312b21a3ebe64da0fdda5846b1aaa901f842856add8158bae47980eff +SIZE (cherrytree_1.6.1.tar.xz) = 3583052 diff --git a/deskutils/cherrytree/pkg-plist b/deskutils/cherrytree/pkg-plist index bd69ccbd1f84..aaae48d728b1 100644 --- a/deskutils/cherrytree/pkg-plist +++ b/deskutils/cherrytree/pkg-plist @@ -318,6 +318,7 @@ share/applications/cherrytree.desktop %%DATADIR%%/language-specs/abap.lang %%DATADIR%%/language-specs/clisp.lang %%DATADIR%%/language-specs/elixir.lang +%%DATADIR%%/language-specs/gkeyfile.lang %%DATADIR%%/language-specs/hcl.lang %%DATADIR%%/language-specs/markdown-extra.lang %%DATADIR%%/language-specs/nasm.lang diff --git a/deskutils/coregarage/Makefile b/deskutils/coregarage/Makefile index 9918b48ff24c..b4279f11a5c2 100644 --- a/deskutils/coregarage/Makefile +++ b/deskutils/coregarage/Makefile @@ -1,5 +1,5 @@ PORTNAME= coregarage -DISTVERSION= 4.5.0 +DISTVERSION= 5.0.0 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org @@ -9,28 +9,27 @@ WWW= https://gitlab.com/cubocore/coregarage LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libarchiveqt5.so:archivers/libarchive-qt \ - libcprime-core.so:deskutils/libcprime +LIB_DEPENDS= libcprime-core.so:deskutils/libcprime -USES= cmake desktop-file-utils localbase:ldflags qt:5 -USE_QT= buildtools:build core gui network qmake:build widgets +USES= cmake desktop-file-utils localbase:ldflags qt:6 +USE_QT= base tools:build USE_GITLAB= yes GL_ACCOUNT= CuboCore -GL_TAGNAME= c03fd7d1bd37d4a11017cf242c55c66b157033fa +GL_TAGNAME= v5.0.0 PLIST_FILES= bin/coregarage \ - share/applications/org.cubocore.CoreGarage.desktop \ - share/icons/hicolor/scalable/apps/org.cubocore.CoreGarage.svg + share/applications/cc.cubocore.CoreGarage.desktop \ + share/icons/hicolor/scalable/apps/cc.cubocore.CoreGarage.svg pre-configure: @${REINPLACE_CMD} \ -e 's|/usr/bin|${PREFIX}/bin|g' \ -e 's|/usr/lib|${PREFIX}/lib|g' \ -e 's|/usr/share|${PREFIX}/share|g' \ - ${WRKSRC}/coregarage.cpp \ - ${WRKSRC}/coregarage.h \ - ${WRKSRC}/org.cubocore.CoreGarage.desktop \ - ${WRKSRC}/settings.cpp + ${WRKSRC}/src/coregarage.cpp \ + ${WRKSRC}/src/settings.cpp \ + ${WRKSRC}/src/coregarage.h \ + ${WRKSRC}/cc.cubocore.CoreGarage.desktop .include <bsd.port.mk> diff --git a/deskutils/coregarage/distinfo b/deskutils/coregarage/distinfo index 14de16709547..2126d8573ca2 100644 --- a/deskutils/coregarage/distinfo +++ b/deskutils/coregarage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730204804 -SHA256 (CuboCore-coregarage-c03fd7d1bd37d4a11017cf242c55c66b157033fa_GL0.tar.gz) = bfdf824302448466df9de5ded410378db2cb21e0f1957a5ce03522e8ac6cd90a -SIZE (CuboCore-coregarage-c03fd7d1bd37d4a11017cf242c55c66b157033fa_GL0.tar.gz) = 102326 +TIMESTAMP = 1757764557 +SHA256 (coregarage-v5.0.0.tar.bz2) = eb047b3f0b2627c9a7e479625c66b30153254dc63b931eee8bc039ca054d1867 +SIZE (coregarage-v5.0.0.tar.bz2) = 96707 diff --git a/deskutils/coregarage/files/patch-settings.cpp b/deskutils/coregarage/files/patch-settings.cpp deleted file mode 100644 index 7bb7311ada83..000000000000 --- a/deskutils/coregarage/files/patch-settings.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- settings.cpp.orig 2023-08-27 20:32:18 UTC -+++ settings.cpp -@@ -177,9 +177,9 @@ void settings::setDefaultSettings(QSettings& settings) - // Add system font to CorePad, CoreTerminal - QFont monoFont = QFontDatabase::systemFont(QFontDatabase::FixedFont); - if ( not monoFont.family().count() ) { -- monoFont = QFont("monospace", 9);} -+ monoFont = QFont("monospace", 12);} - if (monoFont.styleHint() != QFont::Monospace) { -- monoFont = QFont("monospace", 9);} -+ monoFont = QFont("monospace", 12);} - - // CorePad - if (!settings.contains("CorePad/Font")) { diff --git a/deskutils/coregarage/files/patch-src_settings.cpp b/deskutils/coregarage/files/patch-src_settings.cpp new file mode 100644 index 000000000000..8358ca5ffe65 --- /dev/null +++ b/deskutils/coregarage/files/patch-src_settings.cpp @@ -0,0 +1,14 @@ +--- src/settings.cpp.orig 2025-09-13 11:52:38 UTC ++++ src/settings.cpp +@@ -177,9 +177,9 @@ void settings::setDefaultSettings(QSettings& settings) + // Add system font to CorePad, CoreTerminal + QFont monoFont = QFontDatabase::systemFont(QFontDatabase::FixedFont); + if ( not monoFont.family().length() ) { +- monoFont = QFont("monospace", 9);} ++ monoFont = QFont("monospace", 12);} + if (monoFont.styleHint() != QFont::Monospace) { +- monoFont = QFont("monospace", 9);} ++ monoFont = QFont("monospace", 12);} + + // CorePad + if (!settings.contains("CorePad/Font")) { diff --git a/deskutils/crengine-ng/Makefile b/deskutils/crengine-ng/Makefile new file mode 100644 index 000000000000..6e68cbcf0cdc --- /dev/null +++ b/deskutils/crengine-ng/Makefile @@ -0,0 +1,34 @@ +PORTNAME= crengine-ng +DISTVERSION= 0.9.12 +CATEGORIES= deskutils + +MAINTAINER= kenrap@kennethraplee.com +COMMENT= Cross-platform library for text viewers and e-book readers +WWW= https://gitlab.com/coolreader-ng/crengine-ng + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libfribidi.so:converters/fribidi \ + libgif.so:graphics/giflib \ + libharfbuzz.so:print/harfbuzz \ + libpng.so:graphics/png \ + libunibreak.so:textproc/libunibreak \ + libutf8proc.so:textproc/utf8proc \ + libzstd.so:archivers/zstd + +USES= cmake pkgconfig desktop-file-utils jpeg + +USE_GITLAB= yes +GL_ACCOUNT= coolreader-ng + +CMAKE_ARGS= -D CRE_BUILD_STATIC=OFF \ + -D DOC_DATA_COMPRESSION_LEVEL=3 + +.if defined(WITH_LTO) +CMAKE_ARGS+= -D ENABLE_LTO=ON +.endif + +.include <bsd.port.mk> diff --git a/deskutils/crengine-ng/distinfo b/deskutils/crengine-ng/distinfo new file mode 100644 index 000000000000..6eb7ce29e84b --- /dev/null +++ b/deskutils/crengine-ng/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1754181107 +SHA256 (crengine-ng-0.9.12.tar.bz2) = d098a0b1e5c0e9d5e2202b225d34cf35bd371ff109fd239fb84e1c84816cf47b +SIZE (crengine-ng-0.9.12.tar.bz2) = 4378495 diff --git a/deskutils/crengine-ng/pkg-descr b/deskutils/crengine-ng/pkg-descr new file mode 100644 index 000000000000..49469b88b122 --- /dev/null +++ b/deskutils/crengine-ng/pkg-descr @@ -0,0 +1 @@ +A cross-platform library designed to implement text viewers and e-book readers. diff --git a/deskutils/crengine-ng/pkg-plist b/deskutils/crengine-ng/pkg-plist new file mode 100644 index 000000000000..ffb523820b01 --- /dev/null +++ b/deskutils/crengine-ng/pkg-plist @@ -0,0 +1,131 @@ +include/crengine-ng/crbookformats.h +include/crengine-ng/crconcurrent.h +include/crengine-ng/crengine-ng-config.h +include/crengine-ng/crengine.h +include/crengine-ng/crgui.h +include/crengine-ng/crhist.h +include/crengine-ng/crhyphman.h +include/crengine-ng/cri18n.h +include/crengine-ng/crlocaledata.h +include/crengine-ng/crlocks.h +include/crengine-ng/crlog.h +include/crengine-ng/crprops.h +include/crengine-ng/crsetup.h +include/crengine-ng/crskin.h +include/crengine-ng/crtimerutil.h +include/crengine-ng/crtrace.h +include/crengine-ng/crtxtenc.h +include/crengine-ng/cssdef.h +include/crengine-ng/dtddef.h +include/crengine-ng/fb2def.h +include/crengine-ng/ldomdoccache.h +include/crengine-ng/ldomdocument.h +include/crengine-ng/ldommarkedrange.h +include/crengine-ng/ldomnode.h +include/crengine-ng/ldomnodecallback.h +include/crengine-ng/ldomword.h +include/crengine-ng/ldomwordex.h +include/crengine-ng/ldomwordexlist.h +include/crengine-ng/ldomxpointer.h +include/crengine-ng/ldomxpointerex.h +include/crengine-ng/ldomxrange.h +include/crengine-ng/ldomxrangelist.h +include/crengine-ng/lvarray.h +include/crengine-ng/lvassetcontainerfactory.h +include/crengine-ng/lvautoptr.h +include/crengine-ng/lvbasedrawbuf.h +include/crengine-ng/lvbyteorder.h +include/crengine-ng/lvcacheableobject.h +include/crengine-ng/lvcacheloadingcallback.h +include/crengine-ng/lvcolordrawbuf.h +include/crengine-ng/lvcontainer.h +include/crengine-ng/lvcontaineriteminfo.h +include/crengine-ng/lvdocprops.h +include/crengine-ng/lvdocview.h +include/crengine-ng/lvdocviewcallback.h +include/crengine-ng/lvdocviewcmd.h +include/crengine-ng/lvdocviewprops.h +include/crengine-ng/lvdrawbuf.h +include/crengine-ng/lvembeddedfont.h +include/crengine-ng/lvfnt.h +include/crengine-ng/lvfntman.h +include/crengine-ng/lvfont.h +include/crengine-ng/lvgraydrawbuf.h +include/crengine-ng/lvhashtable.h +include/crengine-ng/lvimagesource.h +include/crengine-ng/lvimg.h +include/crengine-ng/lvmemman.h +include/crengine-ng/lvpagemap.h +include/crengine-ng/lvpagesplitter.h +include/crengine-ng/lvptrvec.h +include/crengine-ng/lvqueue.h +include/crengine-ng/lvref.h +include/crengine-ng/lvrefcache.h +include/crengine-ng/lvrend.h +include/crengine-ng/lvserialbuf.h +include/crengine-ng/lvstorageobject.h +include/crengine-ng/lvstream.h +include/crengine-ng/lvstreamutils.h +include/crengine-ng/lvstring.h +include/crengine-ng/lvstring32collection.h +include/crengine-ng/lvstring32hashedcollection.h +include/crengine-ng/lvstring8collection.h +include/crengine-ng/lvstsheet.h +include/crengine-ng/lvstyles.h +include/crengine-ng/lvtextfm.h +include/crengine-ng/lvthread.h +include/crengine-ng/lvtinydom_common.h +include/crengine-ng/lvtinydomutils.h +include/crengine-ng/lvtinynodecollection.h +include/crengine-ng/lvtocitem.h +include/crengine-ng/lvtypes.h +include/crengine-ng/lvxmlparsercallback.h +include/crengine-ng/lxmldocbase.h +lib/cmake/crengine-ng/crengine-ng-config-version.cmake +lib/cmake/crengine-ng/crengine-ng-config.cmake +lib/cmake/crengine-ng/crengine-ng-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/crengine-ng/crengine-ng-targets.cmake +lib/libcrengine-ng.so +lib/libcrengine-ng.so.0.9.12 +lib/libcrengine-ng.so.7 +libdata/pkgconfig/crengine-ng.pc +%%DATADIR%%/chm.css +%%DATADIR%%/dict.css +%%DATADIR%%/doc.css +%%DATADIR%%/docx.css +%%DATADIR%%/epub.css +%%DATADIR%%/fb2.css +%%DATADIR%%/fb3.css +%%DATADIR%%/htm.css +%%DATADIR%%/html5.css +%%DATADIR%%/hyph/hyph-ar.pattern +%%DATADIR%%/hyph/hyph-bg.pattern +%%DATADIR%%/hyph/hyph-bn.pattern +%%DATADIR%%/hyph/hyph-cs.pattern +%%DATADIR%%/hyph/hyph-da.pattern +%%DATADIR%%/hyph/hyph-de-1996.pattern +%%DATADIR%%/hyph/hyph-el-monoton.pattern +%%DATADIR%%/hyph/hyph-en-gb.pattern +%%DATADIR%%/hyph/hyph-en-us.pattern +%%DATADIR%%/hyph/hyph-es.pattern +%%DATADIR%%/hyph/hyph-fa.pattern +%%DATADIR%%/hyph/hyph-fi.pattern +%%DATADIR%%/hyph/hyph-fr.pattern +%%DATADIR%%/hyph/hyph-grc.pattern +%%DATADIR%%/hyph/hyph-gu.pattern +%%DATADIR%%/hyph/hyph-hu.pattern +%%DATADIR%%/hyph/hyph-it.pattern +%%DATADIR%%/hyph/hyph-mr.pattern +%%DATADIR%%/hyph/hyph-nl.pattern +%%DATADIR%%/hyph/hyph-pa.pattern +%%DATADIR%%/hyph/hyph-pl.pattern +%%DATADIR%%/hyph/hyph-pt.pattern +%%DATADIR%%/hyph/hyph-ru-ru,en-us.pattern +%%DATADIR%%/hyph/hyph-ru-ru.pattern +%%DATADIR%%/hyph/hyph-ta.pattern +%%DATADIR%%/hyph/hyph-te.pattern +%%DATADIR%%/hyph/hyph-uk.pattern +%%DATADIR%%/hyph/hyph-zh-latn-pinyin.pattern +%%DATADIR%%/markdown.css +%%DATADIR%%/rtf.css +%%DATADIR%%/txt.css diff --git a/deskutils/crqt-ng/Makefile b/deskutils/crqt-ng/Makefile new file mode 100644 index 000000000000..0860381c95de --- /dev/null +++ b/deskutils/crqt-ng/Makefile @@ -0,0 +1,28 @@ +PORTNAME= crqt-ng +DISTVERSION= 1.0.15 +CATEGORIES= deskutils + +MAINTAINER= kenrap@kennethraplee.com +COMMENT= E-book reader +WWW= https://gitlab.com/coolreader-ng/crqt-ng + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libcrengine-ng.so:deskutils/crengine-ng + +USES= qt:6 cmake desktop-file-utils pkgconfig + +USE_GITLAB= yes +GL_ACCOUNT= coolreader-ng + +USE_QT= base translations + +CMAKE_ARGS= -D DOC_DATA_COMPRESSION_LEVEL=3 \ + -D USE_QT=QT6 \ + -D MAX_IMAGE_SCALE_MUL=2 + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +.include <bsd.port.mk> diff --git a/deskutils/crqt-ng/distinfo b/deskutils/crqt-ng/distinfo new file mode 100644 index 000000000000..48972c76b1b7 --- /dev/null +++ b/deskutils/crqt-ng/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1754231857 +SHA256 (crqt-ng-1.0.15.tar.bz2) = 1a4dd8f750ad585f2600d40b71b54b2d65f48abfee1414a055f27585cd6ad6a8 +SIZE (crqt-ng-1.0.15.tar.bz2) = 446115 diff --git a/deskutils/crqt-ng/pkg-descr b/deskutils/crqt-ng/pkg-descr new file mode 100644 index 000000000000..c6cc144c24a6 --- /dev/null +++ b/deskutils/crqt-ng/pkg-descr @@ -0,0 +1,2 @@ +Cross-platform open source e-book reader using crengine-ng. +It is a fork of the CoolReader project. diff --git a/deskutils/crqt-ng/pkg-plist b/deskutils/crqt-ng/pkg-plist new file mode 100644 index 000000000000..b9d26d781d05 --- /dev/null +++ b/deskutils/crqt-ng/pkg-plist @@ -0,0 +1,19 @@ +bin/crqt +share/applications/crqt.desktop +share/crqt/backgrounds/bg_paper1.jpg +share/crqt/backgrounds/bg_paper1_dark.jpg +%%NLS%%share/crqt/i18n/crqt_bg.qm +%%NLS%%share/crqt/i18n/crqt_cs.qm +%%NLS%%share/crqt/i18n/crqt_hu.qm +%%NLS%%share/crqt/i18n/crqt_nl.qm +%%NLS%%share/crqt/i18n/crqt_ru.qm +%%NLS%%share/crqt/i18n/crqt_uk.qm +share/crqt/textures/tx_fabric.jpg +share/crqt/textures/tx_fabric_dark.jpg +share/crqt/textures/tx_sand.jpg +share/crqt/textures/tx_sand_dark.jpg +share/icons/hicolor/48x48/apps/crqt.png +share/icons/hicolor/scalable/apps/crqt.svg +share/metainfo/crqt.appdata.xml +share/pixmaps/crqt.png +share/pixmaps/crqt.xpm diff --git a/deskutils/dosage/Makefile b/deskutils/dosage/Makefile index a7a3b1a8c8c1..f64d3c2c5258 100644 --- a/deskutils/dosage/Makefile +++ b/deskutils/dosage/Makefile @@ -1,6 +1,6 @@ PORTNAME= dosage DISTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils python MASTER_SITES= PYPI @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}imagesize>0:graphics/py-imagesize@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} diff --git a/deskutils/dstask/Makefile b/deskutils/dstask/Makefile index 74e658fb37d1..c6eaf7e94ea4 100644 --- a/deskutils/dstask/Makefile +++ b/deskutils/dstask/Makefile @@ -1,7 +1,7 @@ PORTNAME= dstask DISTVERSIONPREFIX= v DISTVERSION= 0.26 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= deskutils MAINTAINER= ashish@FreeBSD.org diff --git a/deskutils/fet/Makefile b/deskutils/fet/Makefile index 635b328c2c9d..0fd4f21fc189 100644 --- a/deskutils/fet/Makefile +++ b/deskutils/fet/Makefile @@ -1,5 +1,5 @@ PORTNAME= fet -DISTVERSION= 7.4.6 +DISTVERSION= 7.4.7 CATEGORIES= deskutils education MASTER_SITES= https://lalescu.ro/liviu/fet/download/ \ https://lalescu.ro/liviu/fet/download/old/ \ diff --git a/deskutils/fet/distinfo b/deskutils/fet/distinfo index 54477cd9f108..0d1a51ee6d33 100644 --- a/deskutils/fet/distinfo +++ b/deskutils/fet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756279351 -SHA256 (fet-7.4.6.tar.bz2) = 5c90cb6ae90a9845633f8b731cb0db473b7ed5a026d1f1591c1a107fb8e737e1 -SIZE (fet-7.4.6.tar.bz2) = 16730977 +TIMESTAMP = 1756783119 +SHA256 (fet-7.4.7.tar.bz2) = 74befd11b239c7c28339abaeeb33d54b0fa7dbb0b05216c8ec2636acc9136459 +SIZE (fet-7.4.7.tar.bz2) = 16768043 diff --git a/deskutils/freeplane/Makefile b/deskutils/freeplane/Makefile index 4b4fdc4337c4..b463fec90628 100644 --- a/deskutils/freeplane/Makefile +++ b/deskutils/freeplane/Makefile @@ -1,5 +1,5 @@ PORTNAME= freeplane -DISTVERSION= 1.12.13 +DISTVERSION= 1.12.14 CATEGORIES= deskutils editors java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable DISTNAME= ${PORTNAME}_bin-${PORTVERSION} diff --git a/deskutils/freeplane/distinfo b/deskutils/freeplane/distinfo index 7fa4ecc038be..c18f012041d1 100644 --- a/deskutils/freeplane/distinfo +++ b/deskutils/freeplane/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756113787 -SHA256 (freeplane_bin-1.12.13.zip) = e82b2405a1d8d72cd8fc3d1b9ec9333922769b9f9db3e0410875a2126d941e05 -SIZE (freeplane_bin-1.12.13.zip) = 62126225 +TIMESTAMP = 1758369098 +SHA256 (freeplane_bin-1.12.14.zip) = e87ad33f67d45d22d720f7bfb46471634b48e3377be26cb061dfd9992ec77548 +SIZE (freeplane_bin-1.12.14.zip) = 62147995 diff --git a/deskutils/gnome-maps/Makefile b/deskutils/gnome-maps/Makefile index 222dd87ac143..4373399a79e6 100644 --- a/deskutils/gnome-maps/Makefile +++ b/deskutils/gnome-maps/Makefile @@ -1,6 +1,5 @@ PORTNAME= gnome-maps -DISTVERSION= 47.7 -PORTREVISION= 1 +DISTVERSION= 47.9 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -12,6 +11,8 @@ WWW= https://apps.gnome.org/Maps/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limit:^47\. + BUILD_DEPENDS= geoclue>=0:net/geoclue LIB_DEPENDS= libgeocode-glib-2.so:net/geocode-glib2 \ libgjs.so:lang/gjs \ diff --git a/deskutils/gnome-maps/distinfo b/deskutils/gnome-maps/distinfo index c625027031a1..4147c3896af0 100644 --- a/deskutils/gnome-maps/distinfo +++ b/deskutils/gnome-maps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749285811 -SHA256 (gnome/gnome-maps-47.7.tar.xz) = 33499b35f7eb77eb835f9cb77cf7a8818f25db789c0591cf053060ebaf474ee5 -SIZE (gnome/gnome-maps-47.7.tar.xz) = 3272536 +TIMESTAMP = 1756644043 +SHA256 (gnome/gnome-maps-47.9.tar.xz) = 00a15c6abb3adad28eb7f8fbc9a79c8ab8ba63719dfa2feddd3ae25f5a75f8c5 +SIZE (gnome/gnome-maps-47.9.tar.xz) = 3272760 diff --git a/deskutils/gnome-shell-extension-openweather/Makefile b/deskutils/gnome-shell-extension-openweather/Makefile index e6049b7560a2..7730e74d58fb 100644 --- a/deskutils/gnome-shell-extension-openweather/Makefile +++ b/deskutils/gnome-shell-extension-openweather/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/penguin-teal/gnome-openweather LICENSE= GPLv3 +DEPRECATED= Superseded by deskutils/gnome-shell-extension-simple-weather +EXPIRATION_DATE= 2025-10-13 + RUN_DEPENDS= gnome-shell>=47.0:x11/gnome-shell \ gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas diff --git a/deskutils/gnome-shell-extension-simple-weather/Makefile b/deskutils/gnome-shell-extension-simple-weather/Makefile new file mode 100644 index 000000000000..ecb38b0dac6a --- /dev/null +++ b/deskutils/gnome-shell-extension-simple-weather/Makefile @@ -0,0 +1,50 @@ +PORTNAME= simple-weather +DISTVERSIONPREFIX= v +DISTVERSION= 48.2.0 +CATEGORIES= deskutils gnome +MASTER_SITES= https://github.com/romanlefler/SimpleWeather/releases/download/${DISTVERSIONFULL}/ +PKGNAMEPREFIX= gnome-shell-extension- + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Highly configurable weather indicator for GNOME Shell +WWW= https://github.com/romanlefler/SimpleWeather + +LICENSE= GPLv3+ + +RUN_DEPENDS= gnome-shell>=48.0:x11/gnome-shell \ + gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas + +USES= gnome zip +USE_GNOME= glib20 + +NO_WRKSUBDIR= yes +NO_BUILD= yes +NO_ARCH= yes + +UUID_EXTENSION= simple-weather@romanlefler.com + +SUB_FILES= pkg-message +SUB_LIST= UUID=${UUID_EXTENSION} + +GLIB_SCHEMAS= org.gnome.shell.extensions.simple-weather.gschema.xml + +# Support GNOME Shell 47.x too +post-patch: + ${REINPLACE_CMD} -i "" -e 's|46|47|' ${WRKSRC}/metadata.json + +pre-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas + ${MKDIR} ${STAGEDIR}${PREFIX}/share/locale + ${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/${UUID_EXTENSION} + +do-install: + ${INSTALL_DATA} ${WRKSRC}/schemas/*.gschema.xml \ + ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/ + ${RM} -Rf ${WRKSRC}/schemas/ + cd ${WRKSRC}/locale && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${PREFIX}/share/locale + ${RM} -Rf ${WRKSRC}/locale + cd ${WRKSRC} && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/${UUID_EXTENSION} + +.include <bsd.port.mk> diff --git a/deskutils/gnome-shell-extension-simple-weather/distinfo b/deskutils/gnome-shell-extension-simple-weather/distinfo new file mode 100644 index 000000000000..86857d3a6204 --- /dev/null +++ b/deskutils/gnome-shell-extension-simple-weather/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757256302 +SHA256 (simple-weather-v48.2.0.zip) = be1bfadca5b8a682292d318ab27a7d447a10fcdeef9e236468ef37204e374641 +SIZE (simple-weather-v48.2.0.zip) = 548108 diff --git a/deskutils/gnome-shell-extension-simple-weather/files/pkg-message.in b/deskutils/gnome-shell-extension-simple-weather/files/pkg-message.in new file mode 100644 index 000000000000..f3426c1d308c --- /dev/null +++ b/deskutils/gnome-shell-extension-simple-weather/files/pkg-message.in @@ -0,0 +1,18 @@ +[ +{ type: install + message: <<EOM +To enable this extension: +gsettings set org.gnome.shell enabled-extensions "['%%UUID%%']" + +The gnome-shell must be restarted, press Alt+F2 and type 'r' (X11 only). + +To configure or disable an extension, after restarting the shell, +you have to launch 'gnome-extensions-app'. + +To disable this extension (before remove): +gdbus call --session --dest org.gnome.Shell.Extensions \ +--object-path /org/gnome/Shell/Extensions \ +--method org.gnome.Shell.Extensions.DisableExtension %%UUID%% +EOM +} +] diff --git a/deskutils/gnome-shell-extension-simple-weather/pkg-descr b/deskutils/gnome-shell-extension-simple-weather/pkg-descr new file mode 100644 index 000000000000..469239737579 --- /dev/null +++ b/deskutils/gnome-shell-extension-simple-weather/pkg-descr @@ -0,0 +1 @@ +A highly configurable GNOME shell extension for viewing the weather. diff --git a/deskutils/gnome-shell-extension-simple-weather/pkg-plist b/deskutils/gnome-shell-extension-simple-weather/pkg-plist new file mode 100644 index 000000000000..ec2c06d22a08 --- /dev/null +++ b/deskutils/gnome-shell-extension-simple-weather/pkg-plist @@ -0,0 +1,83 @@ +share/gnome-shell/extensions/simple-weather@romanlefler.com/autoConfig.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/clear-night-pexels.jpg +share/gnome-shell/extensions/simple-weather@romanlefler.com/cloudy-pexels.jpg +share/gnome-shell/extensions/simple-weather@romanlefler.com/config.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/details.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/errors.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/extension.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/gettext.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/ICONS_LICENSE +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-clear-night-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-clear-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-few-clouds-night-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-few-clouds-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-fog-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-freezing-rain-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-freezing-storm-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-overcast-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-showers-scattered-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-showers-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-snow-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-storm-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-tornado-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/icons/weather-windy-symbolic.svg +share/gnome-shell/extensions/simple-weather@romanlefler.com/lang.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/libsoup.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/location.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/metadata.json +share/gnome-shell/extensions/simple-weather@romanlefler.com/myLocation.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/popup.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/preferences/aboutPage.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/preferences/detailsPage.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/preferences/editLocation.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/preferences/generalPage.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/preferences/locationsPage.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/preferences/search.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/prefs.css +share/gnome-shell/extensions/simple-weather@romanlefler.com/prefs.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/providers/openmeteo.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/providers/provider.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/rainy-gam-ol.jpg +share/gnome-shell/extensions/simple-weather@romanlefler.com/resource.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/snowy-public-domain-pictures.jpg +share/gnome-shell/extensions/simple-weather@romanlefler.com/stormy-aiac-pl.jpg +share/gnome-shell/extensions/simple-weather@romanlefler.com/stylesheet.css +share/gnome-shell/extensions/simple-weather@romanlefler.com/sunny-moinzon.jpg +share/gnome-shell/extensions/simple-weather@romanlefler.com/theme.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/units.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/utils.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/weather.js +share/gnome-shell/extensions/simple-weather@romanlefler.com/welcome.js +share/locale/af/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/ar/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/bg/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/ca/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/cs/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/da/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/de/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/el/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/en/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/es_ES/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/fi/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/fr/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/he/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/hu/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/id/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/it/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/ja/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/ko/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/nl/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/no/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/pl/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/pt_BR/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/pt_PT/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/ro/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/ru/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/sr/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/sv_SE/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/tr/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/uk/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/vi/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/zh_CN/LC_MESSAGES/simple-weather@romanlefler.com.mo +share/locale/zh_TW/LC_MESSAGES/simple-weather@romanlefler.com.mo diff --git a/deskutils/grantlee-editor/distinfo b/deskutils/grantlee-editor/distinfo index 70590eb5d815..5400f8116875 100644 --- a/deskutils/grantlee-editor/distinfo +++ b/deskutils/grantlee-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646140 -SHA256 (KDE/release-service/25.08.0/grantlee-editor-25.08.0.tar.xz) = b1951c2b786a2de909027f37c644474cbd8b4c0c93518aa25799c02d8f15bb07 -SIZE (KDE/release-service/25.08.0/grantlee-editor-25.08.0.tar.xz) = 130748 +TIMESTAMP = 1757409658 +SHA256 (KDE/release-service/25.08.1/grantlee-editor-25.08.1.tar.xz) = 107b168e6f296f6dfbbdf3bddc7f32001e38ba07b51831a178c569f8c8388738 +SIZE (KDE/release-service/25.08.1/grantlee-editor-25.08.1.tar.xz) = 130764 diff --git a/deskutils/grantleetheme/distinfo b/deskutils/grantleetheme/distinfo index f496e2db39c8..4ad4f58ba5f0 100644 --- a/deskutils/grantleetheme/distinfo +++ b/deskutils/grantleetheme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646143 -SHA256 (KDE/release-service/25.08.0/grantleetheme-25.08.0.tar.xz) = e2b457a7d408be3dc56a7db0dc970937d4509acc3234928dc355142a6bab4fd9 -SIZE (KDE/release-service/25.08.0/grantleetheme-25.08.0.tar.xz) = 65996 +TIMESTAMP = 1757409661 +SHA256 (KDE/release-service/25.08.1/grantleetheme-25.08.1.tar.xz) = f19d9ae2c4ba23a330a3dceac72ab7f18566534b40879e543c5ec6c72ad7e7f1 +SIZE (KDE/release-service/25.08.1/grantleetheme-25.08.1.tar.xz) = 65984 diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index 0ec0b4e0718f..ac36ff996d55 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -1,7 +1,6 @@ PORTNAME= gucharmap -PORTVERSION= 16.0.2 # must sync with textproc/UCD +PORTVERSION= 17.0.0 # must sync with textproc/UCD CATEGORIES= deskutils gnome -#MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -12,14 +11,13 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool \ - UCD=16.0.0,1:textproc/UCD \ - ${LOCALBASE}/share/aclocal/yelp.m4:textproc/yelp-tools + UCD=17.0.0,1:textproc/UCD LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpcre2-8.so:devel/pcre2 USES= desktop-file-utils gettext-tools gnome localbase meson perl5 pkgconfig \ - python:build tar:xz vala:build -USE_GNOME= cairo glib20 gtk30 introspection:build + python:build tar:bz2 vala:build +USE_GNOME= atk cairo glib20 gtk30 introspection:build USE_PERL5= build BINARY_ALIAS= python3=${PYTHON_CMD} USE_LDCONFIG= yes diff --git a/deskutils/gucharmap/distinfo b/deskutils/gucharmap/distinfo index 27451b99c295..2a0dae3cc04f 100644 --- a/deskutils/gucharmap/distinfo +++ b/deskutils/gucharmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736284008 -SHA256 (gnome/gucharmap-16.0.2.tar.bz2) = f320ad67318dbf0ec26691849c0fe8f5ef4d72e6e78873fb083ad12c94bcda00 -SIZE (gnome/gucharmap-16.0.2.tar.bz2) = 1504522 +TIMESTAMP = 1757593163 +SHA256 (gnome/gucharmap-17.0.0.tar.bz2) = 09988f67ae82d057a993ab21df2ac94503a8a836da5f8e36e5e8864d8d45a295 +SIZE (gnome/gucharmap-17.0.0.tar.bz2) = 1505830 diff --git a/deskutils/health/Makefile b/deskutils/health/Makefile index 04602a9c48c2..0f73072d2113 100644 --- a/deskutils/health/Makefile +++ b/deskutils/health/Makefile @@ -1,6 +1,6 @@ PORTNAME= health DISTVERSION= 0.95.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/hebcal/Makefile b/deskutils/hebcal/Makefile index 5902eed3446e..f7fce570b87e 100644 --- a/deskutils/hebcal/Makefile +++ b/deskutils/hebcal/Makefile @@ -1,7 +1,7 @@ PORTNAME= hebcal DISTVERSIONPREFIX= v DISTVERSION= 5.9.2.20250725 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= rtd24@columbia.edu diff --git a/deskutils/itinerary/distinfo b/deskutils/itinerary/distinfo index ab0f8c4b6735..c8812902958b 100644 --- a/deskutils/itinerary/distinfo +++ b/deskutils/itinerary/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646145 -SHA256 (KDE/release-service/25.08.0/itinerary-25.08.0.tar.xz) = 1f2c10c1f47a5919f447accdf60997038a528a66b8ee172fcc184dd2bd2f2716 -SIZE (KDE/release-service/25.08.0/itinerary-25.08.0.tar.xz) = 846800 +TIMESTAMP = 1757409663 +SHA256 (KDE/release-service/25.08.1/itinerary-25.08.1.tar.xz) = 3b95d019e9ea0c61253f768f5c802242dbde062c87e42b2f178735b042e73853 +SIZE (KDE/release-service/25.08.1/itinerary-25.08.1.tar.xz) = 847744 diff --git a/deskutils/jot/Makefile b/deskutils/jot/Makefile index 9e66c0201ec6..8a93845c1ac2 100644 --- a/deskutils/jot/Makefile +++ b/deskutils/jot/Makefile @@ -1,7 +1,7 @@ PORTNAME= jot DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile index 76afc4473439..ee4305772744 100644 --- a/deskutils/just/Makefile +++ b/deskutils/just/Makefile @@ -1,5 +1,6 @@ PORTNAME= just DISTVERSION= 1.42.4 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/kaddressbook/distinfo b/deskutils/kaddressbook/distinfo index 5deac15c89bf..d0d0dd7bf7fe 100644 --- a/deskutils/kaddressbook/distinfo +++ b/deskutils/kaddressbook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646148 -SHA256 (KDE/release-service/25.08.0/kaddressbook-25.08.0.tar.xz) = bd05ffbec679b701b2bdc5da2b97c83bd81437a3398771fc4b03efbb7ac1a647 -SIZE (KDE/release-service/25.08.0/kaddressbook-25.08.0.tar.xz) = 3443072 +TIMESTAMP = 1757409665 +SHA256 (KDE/release-service/25.08.1/kaddressbook-25.08.1.tar.xz) = ddf64a7a704e190b49e94cc5982a40288e338d8630dba876b0782f292bc720c2 +SIZE (KDE/release-service/25.08.1/kaddressbook-25.08.1.tar.xz) = 3443184 diff --git a/deskutils/kalarm/distinfo b/deskutils/kalarm/distinfo index d7c6042174c9..5a2a2be3a538 100644 --- a/deskutils/kalarm/distinfo +++ b/deskutils/kalarm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646150 -SHA256 (KDE/release-service/25.08.0/kalarm-25.08.0.tar.xz) = 665504ae5e6b8ce70a0ddc0fa1c972827edd6b5e868066d4990a1466daa8fe0d -SIZE (KDE/release-service/25.08.0/kalarm-25.08.0.tar.xz) = 2688432 +TIMESTAMP = 1757409668 +SHA256 (KDE/release-service/25.08.1/kalarm-25.08.1.tar.xz) = a3f39dac4d0dcbc629df6596655e6fae2d49113b9afff3dcd23bc226d7ea2576 +SIZE (KDE/release-service/25.08.1/kalarm-25.08.1.tar.xz) = 2689724 diff --git a/deskutils/kcharselect/distinfo b/deskutils/kcharselect/distinfo index 15bfb05af026..deca4a47ac9b 100644 --- a/deskutils/kcharselect/distinfo +++ b/deskutils/kcharselect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646153 -SHA256 (KDE/release-service/25.08.0/kcharselect-25.08.0.tar.xz) = ec9f2be0e119b1c7bff3363d4d405a3fa58c9cddeab68e3cdfe1d0a7908d3ee5 -SIZE (KDE/release-service/25.08.0/kcharselect-25.08.0.tar.xz) = 478040 +TIMESTAMP = 1757409670 +SHA256 (KDE/release-service/25.08.1/kcharselect-25.08.1.tar.xz) = 5fb3756d6d388947da2d2b1fb69db6609823f0c43b464b88c3ec9f4f0d13d618 +SIZE (KDE/release-service/25.08.1/kcharselect-25.08.1.tar.xz) = 477844 diff --git a/deskutils/kdeconnect-kde/distinfo b/deskutils/kdeconnect-kde/distinfo index ef6877e9e2f5..3ab4649ac5b7 100644 --- a/deskutils/kdeconnect-kde/distinfo +++ b/deskutils/kdeconnect-kde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646155 -SHA256 (KDE/release-service/25.08.0/kdeconnect-kde-25.08.0.tar.xz) = edc6d8d5bb3aab53208a229528ef36a5bc959bfaec17512b5621502d1d37d260 -SIZE (KDE/release-service/25.08.0/kdeconnect-kde-25.08.0.tar.xz) = 629364 +TIMESTAMP = 1757409672 +SHA256 (KDE/release-service/25.08.1/kdeconnect-kde-25.08.1.tar.xz) = 8a340bdc48a754d12a938f231a366f308de2121614e7628b86a1bbfa509d351f +SIZE (KDE/release-service/25.08.1/kdeconnect-kde-25.08.1.tar.xz) = 628580 diff --git a/deskutils/kdeconnect-kde/pkg-plist b/deskutils/kdeconnect-kde/pkg-plist index e105a12271e2..b145ff772a4a 100644 --- a/deskutils/kdeconnect-kde/pkg-plist +++ b/deskutils/kdeconnect-kde/pkg-plist @@ -789,7 +789,6 @@ share/locale/zh_TW/LC_MESSAGES/kdeconnect-plugins.mo share/locale/zh_TW/LC_MESSAGES/kdeconnect-sms.mo share/locale/zh_TW/LC_MESSAGES/kdeconnect-urlhandler.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.kdeconnect.mo -share/metainfo/org.kde.kdeconnect.appdata.xml share/metainfo/org.kde.kdeconnect.metainfo.xml share/nautilus-python/extensions/kdeconnect-share.py share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/Battery.qml diff --git a/deskutils/kdepim-addons/distinfo b/deskutils/kdepim-addons/distinfo index 91c1d2bba308..94b378d23bfb 100644 --- a/deskutils/kdepim-addons/distinfo +++ b/deskutils/kdepim-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646157 -SHA256 (KDE/release-service/25.08.0/kdepim-addons-25.08.0.tar.xz) = c6a2fc95e1a43eb5dcba60531f13caf774cfe29c46dc3313745b988e4ce7543a -SIZE (KDE/release-service/25.08.0/kdepim-addons-25.08.0.tar.xz) = 2661872 +TIMESTAMP = 1757409675 +SHA256 (KDE/release-service/25.08.1/kdepim-addons-25.08.1.tar.xz) = f7d1ae2ce7692789866ec67d8dfbd984c75d02d29a2dae056df345fa74d1d46e +SIZE (KDE/release-service/25.08.1/kdepim-addons-25.08.1.tar.xz) = 2662168 diff --git a/deskutils/kdepim-addons/pkg-plist b/deskutils/kdepim-addons/pkg-plist index ed82d5fc97d0..dc705ea3983a 100644 --- a/deskutils/kdepim-addons/pkg-plist +++ b/deskutils/kdepim-addons/pkg-plist @@ -989,6 +989,7 @@ share/locale/ru/LC_MESSAGES/kmail_editorsendcheck_plugins.mo share/locale/ru/LC_MESSAGES/kmail_plugins.mo share/locale/ru/LC_MESSAGES/kmailtransport_plugins.mo share/locale/ru/LC_MESSAGES/korganizer_plugins.mo +share/locale/ru/LC_MESSAGES/libpimautogeneratetext.mo share/locale/ru/LC_MESSAGES/messageviewer_application_gnupgwks_plugin.mo share/locale/ru/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ru/LC_MESSAGES/messageviewer_bodypartformatter_pkpass.mo diff --git a/deskutils/kdepim-runtime/distinfo b/deskutils/kdepim-runtime/distinfo index 92a7c922237a..1ff1b48370fb 100644 --- a/deskutils/kdepim-runtime/distinfo +++ b/deskutils/kdepim-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646160 -SHA256 (KDE/release-service/25.08.0/kdepim-runtime-25.08.0.tar.xz) = 42ba99c3ec9f4be19abe66b2c1933cda4afba7e2643248b2f741565df7bf5706 -SIZE (KDE/release-service/25.08.0/kdepim-runtime-25.08.0.tar.xz) = 2452824 +TIMESTAMP = 1757409677 +SHA256 (KDE/release-service/25.08.1/kdepim-runtime-25.08.1.tar.xz) = c2f402f934d32066ae3d98176d41c1de9204d14e902d502283d803637b4b39eb +SIZE (KDE/release-service/25.08.1/kdepim-runtime-25.08.1.tar.xz) = 2453024 diff --git a/deskutils/keditbookmarks/distinfo b/deskutils/keditbookmarks/distinfo index 576c9b917634..0ef1462272af 100644 --- a/deskutils/keditbookmarks/distinfo +++ b/deskutils/keditbookmarks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646162 -SHA256 (KDE/release-service/25.08.0/keditbookmarks-25.08.0.tar.xz) = 8f06c46e58cf01e61d84d9eb2c468024d46f20ace9c0318ea37001c278fd54db -SIZE (KDE/release-service/25.08.0/keditbookmarks-25.08.0.tar.xz) = 262488 +TIMESTAMP = 1757409679 +SHA256 (KDE/release-service/25.08.1/keditbookmarks-25.08.1.tar.xz) = e20ee35fbb6977a272e5010ce712ee3200ea2e42df51fcc717a4f817e078060a +SIZE (KDE/release-service/25.08.1/keditbookmarks-25.08.1.tar.xz) = 262504 diff --git a/deskutils/kf6-kstatusnotifieritem/distinfo b/deskutils/kf6-kstatusnotifieritem/distinfo index 2581c09489f6..996495a12f72 100644 --- a/deskutils/kf6-kstatusnotifieritem/distinfo +++ b/deskutils/kf6-kstatusnotifieritem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754127961 -SHA256 (KDE/frameworks/6.17/kstatusnotifieritem-6.17.0.tar.xz) = 678a9bfc870066d5413bbcfa09a56b82b0affd2bc222ce5701d02a8b129edd91 -SIZE (KDE/frameworks/6.17/kstatusnotifieritem-6.17.0.tar.xz) = 50944 +TIMESTAMP = 1757408184 +SHA256 (KDE/frameworks/6.18/kstatusnotifieritem-6.18.0.tar.xz) = d78aa20e1858f700478eecedb49714160d5e04b4a0d177bca4355aa1a0f7d730 +SIZE (KDE/frameworks/6.18/kstatusnotifieritem-6.18.0.tar.xz) = 50940 diff --git a/deskutils/kfind/distinfo b/deskutils/kfind/distinfo index dad653477970..65814fac4322 100644 --- a/deskutils/kfind/distinfo +++ b/deskutils/kfind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646165 -SHA256 (KDE/release-service/25.08.0/kfind-25.08.0.tar.xz) = 8f09a449aaa0bfddbf0922a8954bff281a7e14d53cd24374d171c52a722aea24 -SIZE (KDE/release-service/25.08.0/kfind-25.08.0.tar.xz) = 330800 +TIMESTAMP = 1757409681 +SHA256 (KDE/release-service/25.08.1/kfind-25.08.1.tar.xz) = 06155b309fba75dcd373a86bd5f89f08425455168470c7f69b62f09f05c5a4e1 +SIZE (KDE/release-service/25.08.1/kfind-25.08.1.tar.xz) = 330912 diff --git a/deskutils/kmail-account-wizard/distinfo b/deskutils/kmail-account-wizard/distinfo index 09cfe78c157c..27ccc97d92a5 100644 --- a/deskutils/kmail-account-wizard/distinfo +++ b/deskutils/kmail-account-wizard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646170 -SHA256 (KDE/release-service/25.08.0/kmail-account-wizard-25.08.0.tar.xz) = 6b7b78fbc370024308193024b276066bac2b5957dcca5ac54c2a5f60fdfd9c44 -SIZE (KDE/release-service/25.08.0/kmail-account-wizard-25.08.0.tar.xz) = 172724 +TIMESTAMP = 1757409686 +SHA256 (KDE/release-service/25.08.1/kmail-account-wizard-25.08.1.tar.xz) = 119f1877fc2e98390782ef91e59713ed99526ca5942df479014bd40445f75845 +SIZE (KDE/release-service/25.08.1/kmail-account-wizard-25.08.1.tar.xz) = 172728 diff --git a/deskutils/kmail/distinfo b/deskutils/kmail/distinfo index 0a862e04b3f6..7d38a96d0ce1 100644 --- a/deskutils/kmail/distinfo +++ b/deskutils/kmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646167 -SHA256 (KDE/release-service/25.08.0/kmail-25.08.0.tar.xz) = da5d1c108a2626746ec205d175f840e51f23ac92f3da535dba56d644d41d9c46 -SIZE (KDE/release-service/25.08.0/kmail-25.08.0.tar.xz) = 7836352 +TIMESTAMP = 1757409684 +SHA256 (KDE/release-service/25.08.1/kmail-25.08.1.tar.xz) = 4f71913bdeceb195982299485305f9db56aaeb893266c9129e1aed9d485861da +SIZE (KDE/release-service/25.08.1/kmail-25.08.1.tar.xz) = 7835796 diff --git a/deskutils/kongress/distinfo b/deskutils/kongress/distinfo index 3661b92246fe..02b0d1d5e215 100644 --- a/deskutils/kongress/distinfo +++ b/deskutils/kongress/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646172 -SHA256 (KDE/release-service/25.08.0/kongress-25.08.0.tar.xz) = 0b72a9b8b885f2730b74fb4e0bc9ce2812d0b92d1e6ea089d74c82db44922637 -SIZE (KDE/release-service/25.08.0/kongress-25.08.0.tar.xz) = 164148 +TIMESTAMP = 1757409688 +SHA256 (KDE/release-service/25.08.1/kongress-25.08.1.tar.xz) = e5abd4f5f68633cd0e1feb3467e79e2d3ff173c81c83d6b565904b1eb742f760 +SIZE (KDE/release-service/25.08.1/kongress-25.08.1.tar.xz) = 164176 diff --git a/deskutils/kontact/distinfo b/deskutils/kontact/distinfo index 1e29c5d8cece..ab4f3e330311 100644 --- a/deskutils/kontact/distinfo +++ b/deskutils/kontact/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646174 -SHA256 (KDE/release-service/25.08.0/kontact-25.08.0.tar.xz) = ebcdecbbdd111eac06ec296347c1d2d847d7ef040b2675dbf5c48b25368f257e -SIZE (KDE/release-service/25.08.0/kontact-25.08.0.tar.xz) = 888404 +TIMESTAMP = 1757409691 +SHA256 (KDE/release-service/25.08.1/kontact-25.08.1.tar.xz) = 426a67ec326819ca391694cbd414a9675a01505c3de82626ef4031ace91793cf +SIZE (KDE/release-service/25.08.1/kontact-25.08.1.tar.xz) = 888416 diff --git a/deskutils/korganizer/distinfo b/deskutils/korganizer/distinfo index a4392ffc43bc..649f3747d08b 100644 --- a/deskutils/korganizer/distinfo +++ b/deskutils/korganizer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646177 -SHA256 (KDE/release-service/25.08.0/korganizer-25.08.0.tar.xz) = 74c7d57be2ecd00920c5cc1b079d33e849d7b36f02fe45259cad337da5b4f78b -SIZE (KDE/release-service/25.08.0/korganizer-25.08.0.tar.xz) = 3053852 +TIMESTAMP = 1757409693 +SHA256 (KDE/release-service/25.08.1/korganizer-25.08.1.tar.xz) = b7ea08d1b4dfcf881127cb6f34df055fd261c9986096773037ddd1a6a0d69597 +SIZE (KDE/release-service/25.08.1/korganizer-25.08.1.tar.xz) = 3054584 diff --git a/deskutils/kruler/distinfo b/deskutils/kruler/distinfo index d9cb3ceed6fb..63032928b77e 100644 --- a/deskutils/kruler/distinfo +++ b/deskutils/kruler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646179 -SHA256 (KDE/release-service/25.08.0/kruler-25.08.0.tar.xz) = acc49d6e7124958d48caa3016444b0a0c883f24e63b5c13f1de645f19f20938b -SIZE (KDE/release-service/25.08.0/kruler-25.08.0.tar.xz) = 287448 +TIMESTAMP = 1757409695 +SHA256 (KDE/release-service/25.08.1/kruler-25.08.1.tar.xz) = b03638bb846495f9ded02336d1a8b7c1c45b18ea61f5f8299cd2bacb8a382adb +SIZE (KDE/release-service/25.08.1/kruler-25.08.1.tar.xz) = 287348 diff --git a/deskutils/ktimetracker/Makefile b/deskutils/ktimetracker/Makefile index 3f2a241d9a7a..e85d47cc4f01 100644 --- a/deskutils/ktimetracker/Makefile +++ b/deskutils/ktimetracker/Makefile @@ -1,24 +1,24 @@ PORTNAME= ktimetracker -DISTVERSION= 5.0.1 -PORTREVISION= 3 +DISTVERSION= 6.0.0 CATEGORIES= deskutils kde -MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src/ +MASTER_SITES= KDE/unstable/${PORTNAME}/ MAINTAINER= kde@FreeBSD.org COMMENT= Todo management and time tracker WWW= https://userbase.kde.org/KTimeTracker -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt -USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg -USE_KDE= kio sonnet auth calendarcore codecs config configwidgets \ - coreaddons dbusaddons i18n idletime jobwidgets \ - notifications service textwidgets widgetsaddons \ - windowsystem xmlgui \ +USES= cmake compiler:c++17-lang gettext-tools gl kde:6 qt:6 \ + tar:xz xorg +USE_GL= opengl +USE_KDE= calendarcore colorscheme config configwidgets coreaddons \ + crash dbusaddons guiaddons i18n iconthemes idletime jobwidgets \ + kcmutils kio notifications sonnet statusnotifieritem \ + textwidgets widgetsaddons windowsystem xmlgui \ doctools:build ecm:build -USE_QT= concurrent core dbus gui network widgets xml \ - buildtools:build qmake:build +USE_QT= 5compat base declarative USE_XORG= x11 .include <bsd.port.mk> diff --git a/deskutils/ktimetracker/distinfo b/deskutils/ktimetracker/distinfo index ae0dd3378204..643ca4c230c3 100644 --- a/deskutils/ktimetracker/distinfo +++ b/deskutils/ktimetracker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577014347 -SHA256 (ktimetracker-5.0.1.tar.xz) = 02e8620164357e594e135e20d8efd3987cc9c31a817c25e5555914e0971be64a -SIZE (ktimetracker-5.0.1.tar.xz) = 422820 +TIMESTAMP = 1756943064 +SHA256 (ktimetracker-6.0.0.tar.xz) = 50597e689f08efdaa79439a0aa9886ce47aaddb5a6018a57ffeea6cb7f666e69 +SIZE (ktimetracker-6.0.0.tar.xz) = 539852 diff --git a/deskutils/ktimetracker/pkg-plist b/deskutils/ktimetracker/pkg-plist index dafeafd5eb3f..0aae86e7cb2c 100644 --- a/deskutils/ktimetracker/pkg-plist +++ b/deskutils/ktimetracker/pkg-plist @@ -1,32 +1,21 @@ bin/ktimetracker share/applications/org.kde.ktimetracker.desktop share/dbus-1/interfaces/org.kde.ktimetracker.ktimetracker.xml -share/doc/HTML/ca/ktimetracker/index.cache.bz2 -share/doc/HTML/ca/ktimetracker/index.docbook -share/doc/HTML/de/ktimetracker/index.cache.bz2 -share/doc/HTML/de/ktimetracker/index.docbook share/doc/HTML/en/ktimetracker/export-times-csv.png share/doc/HTML/en/ktimetracker/idle-detect.png share/doc/HTML/en/ktimetracker/index.cache.bz2 share/doc/HTML/en/ktimetracker/index.docbook share/doc/HTML/en/ktimetracker/ktimetracker.png share/doc/HTML/en/ktimetracker/systray.png -share/doc/HTML/it/ktimetracker/index.cache.bz2 -share/doc/HTML/it/ktimetracker/index.docbook -share/doc/HTML/nl/ktimetracker/index.cache.bz2 -share/doc/HTML/nl/ktimetracker/index.docbook -share/doc/HTML/sv/ktimetracker/index.cache.bz2 -share/doc/HTML/sv/ktimetracker/index.docbook -share/doc/HTML/uk/ktimetracker/index.cache.bz2 -share/doc/HTML/uk/ktimetracker/index.docbook -share/icons/hicolor/128x128/apps/ktimetracker.png -share/icons/hicolor/16x16/apps/ktimetracker.png -share/icons/hicolor/22x22/apps/ktimetracker.png -share/icons/hicolor/32x32/apps/ktimetracker.png -share/icons/hicolor/48x48/apps/ktimetracker.png -share/icons/hicolor/64x64/apps/ktimetracker.png +share/icons/breeze-dark/22x22/apps/ktimetracker.svg +share/icons/breeze-dark/32x32/apps/ktimetracker.svg +share/icons/breeze-dark/48x48/apps/ktimetracker.svg +share/icons/hicolor/22x22/apps/ktimetracker.svg +share/icons/hicolor/32x32/apps/ktimetracker.svg +share/icons/hicolor/48x48/apps/ktimetracker.svg share/locale/af/LC_MESSAGES/ktimetracker.mo share/locale/ar/LC_MESSAGES/ktimetracker.mo +share/locale/ast/LC_MESSAGES/ktimetracker.mo share/locale/be/LC_MESSAGES/ktimetracker.mo share/locale/bg/LC_MESSAGES/ktimetracker.mo share/locale/br/LC_MESSAGES/ktimetracker.mo @@ -50,12 +39,14 @@ share/locale/fy/LC_MESSAGES/ktimetracker.mo share/locale/ga/LC_MESSAGES/ktimetracker.mo share/locale/gl/LC_MESSAGES/ktimetracker.mo share/locale/he/LC_MESSAGES/ktimetracker.mo +share/locale/hi/LC_MESSAGES/ktimetracker.mo share/locale/hr/LC_MESSAGES/ktimetracker.mo share/locale/hu/LC_MESSAGES/ktimetracker.mo share/locale/ia/LC_MESSAGES/ktimetracker.mo share/locale/is/LC_MESSAGES/ktimetracker.mo share/locale/it/LC_MESSAGES/ktimetracker.mo share/locale/ja/LC_MESSAGES/ktimetracker.mo +share/locale/ka/LC_MESSAGES/ktimetracker.mo share/locale/kk/LC_MESSAGES/ktimetracker.mo share/locale/km/LC_MESSAGES/ktimetracker.mo share/locale/ko/LC_MESSAGES/ktimetracker.mo @@ -76,6 +67,7 @@ share/locale/pt/LC_MESSAGES/ktimetracker.mo share/locale/pt_BR/LC_MESSAGES/ktimetracker.mo share/locale/ro/LC_MESSAGES/ktimetracker.mo share/locale/ru/LC_MESSAGES/ktimetracker.mo +share/locale/sa/LC_MESSAGES/ktimetracker.mo share/locale/sk/LC_MESSAGES/ktimetracker.mo share/locale/sl/LC_MESSAGES/ktimetracker.mo share/locale/sv/LC_MESSAGES/ktimetracker.mo diff --git a/deskutils/kweather/distinfo b/deskutils/kweather/distinfo index a60e554235ef..bd6e63c06c87 100644 --- a/deskutils/kweather/distinfo +++ b/deskutils/kweather/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646180 -SHA256 (KDE/release-service/25.08.0/kweather-25.08.0.tar.xz) = acd8d383abc97323a08283f5c34511d05a06b7019320d024968a01ccf6fe2106 -SIZE (KDE/release-service/25.08.0/kweather-25.08.0.tar.xz) = 366672 +TIMESTAMP = 1757409696 +SHA256 (KDE/release-service/25.08.1/kweather-25.08.1.tar.xz) = 8b7b618004345c5072ad473fce15998bb1de98727dc4a8101a2d64d7650d95aa +SIZE (KDE/release-service/25.08.1/kweather-25.08.1.tar.xz) = 366236 diff --git a/deskutils/kweather/pkg-plist b/deskutils/kweather/pkg-plist index 0689e10fce03..e6f28070c5d6 100644 --- a/deskutils/kweather/pkg-plist +++ b/deskutils/kweather/pkg-plist @@ -48,7 +48,6 @@ share/locale/uk/LC_MESSAGES/kweather.mo share/locale/zh_CN/LC_MESSAGES/kweather.mo share/locale/zh_TW/LC_MESSAGES/kweather.mo share/metainfo/org.kde.kweather.appdata.xml -share/metainfo/org.kde.plasma.kweather_1x4.appdata.xml share/plasma/plasmoids/org.kde.plasma.kweather_1x4/contents/ui/LocationSelector.qml share/plasma/plasmoids/org.kde.plasma.kweather_1x4/contents/ui/WeatherContainer.qml share/plasma/plasmoids/org.kde.plasma.kweather_1x4/contents/ui/main.qml diff --git a/deskutils/kweathercore/distinfo b/deskutils/kweathercore/distinfo index 1897532c3577..a3a49ef8c145 100644 --- a/deskutils/kweathercore/distinfo +++ b/deskutils/kweathercore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646180 -SHA256 (KDE/release-service/25.08.0/kweathercore-25.08.0.tar.xz) = 1b97e95aec8f1930244ae5c400712056109b3ed22fa5b6994834cd714bbe324a -SIZE (KDE/release-service/25.08.0/kweathercore-25.08.0.tar.xz) = 78728 +TIMESTAMP = 1757409696 +SHA256 (KDE/release-service/25.08.1/kweathercore-25.08.1.tar.xz) = 82593bc3c0a06bb5ca6e077ff0843dac5e25bb133a5367c2482a48a61ed08287 +SIZE (KDE/release-service/25.08.1/kweathercore-25.08.1.tar.xz) = 78912 diff --git a/deskutils/lazycli/Makefile b/deskutils/lazycli/Makefile index 26c6ca41242e..fa1a53dfd05c 100644 --- a/deskutils/lazycli/Makefile +++ b/deskutils/lazycli/Makefile @@ -1,7 +1,7 @@ PORTNAME= lazycli DISTVERSIONPREFIX= v DISTVERSION= 0.1.15 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/libcprime/Makefile b/deskutils/libcprime/Makefile index 277b67990661..72499df96bdb 100644 --- a/deskutils/libcprime/Makefile +++ b/deskutils/libcprime/Makefile @@ -1,5 +1,5 @@ PORTNAME= libcprime -DISTVERSION= 4.5.0 +DISTVERSION= 5.0.0 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org @@ -9,12 +9,13 @@ WWW= https://gitlab.com/cubocore/libcprime LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake qt:5 -USE_QT= buildtools:build core dbus gui network qmake:build widgets +USES= cmake gl qt:6 +USE_GL= gl +USE_QT= base tools:build USE_LDCONFIG= yes USE_GITLAB= yes GL_ACCOUNT= CuboCore -GL_TAGNAME= 647022384c3123f85b372b12503f7b0fa5328a1e +GL_TAGNAME= v5.0.0 .include <bsd.port.mk> diff --git a/deskutils/libcprime/distinfo b/deskutils/libcprime/distinfo index 6d42c446dfb7..5369673feb60 100644 --- a/deskutils/libcprime/distinfo +++ b/deskutils/libcprime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730204192 -SHA256 (CuboCore-libcprime-647022384c3123f85b372b12503f7b0fa5328a1e_GL0.tar.gz) = 47a60eb516581f1eccf8d0b519526039412492eebdd0746b6b6545b92796546e -SIZE (CuboCore-libcprime-647022384c3123f85b372b12503f7b0fa5328a1e_GL0.tar.gz) = 51840 +TIMESTAMP = 1757785389 +SHA256 (libcprime-v5.0.0.tar.bz2) = e1712c718482f17b4687297a92e39e6a6fceb7ef8fbb4ab348449bed9a237cd8 +SIZE (libcprime-v5.0.0.tar.bz2) = 45255 diff --git a/deskutils/libcprime/pkg-plist b/deskutils/libcprime/pkg-plist index 70514d0dd785..7f953d0df858 100644 --- a/deskutils/libcprime/pkg-plist +++ b/deskutils/libcprime/pkg-plist @@ -21,14 +21,14 @@ include/cprime/themefunc.h include/cprime/trashmanager.h include/cprime/variables.h lib/libcprime-core.so -lib/libcprime-core.so.4 -lib/libcprime-core.so.4.5.0 +lib/libcprime-core.so.5 +lib/libcprime-core.so.5.0.0 lib/libcprime-gui.so -lib/libcprime-gui.so.4 -lib/libcprime-gui.so.4.5.0 +lib/libcprime-gui.so.5 +lib/libcprime-gui.so.5.0.0 lib/libcprime-widgets.so -lib/libcprime-widgets.so.4 -lib/libcprime-widgets.so.4.5.0 +lib/libcprime-widgets.so.5 +lib/libcprime-widgets.so.5.0.0 share/pkgconfig/cprime-core.pc share/pkgconfig/cprime-gui.pc share/pkgconfig/cprime-widgets.pc diff --git a/deskutils/libkdepim/distinfo b/deskutils/libkdepim/distinfo index 4fbae4f133c2..eb2300d7f4cd 100644 --- a/deskutils/libkdepim/distinfo +++ b/deskutils/libkdepim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646182 -SHA256 (KDE/release-service/25.08.0/libkdepim-25.08.0.tar.xz) = 4daae877b8d10c4bd1fe70d0dd02dc132fdafe0ff6062727a32dcd88d4eff61a -SIZE (KDE/release-service/25.08.0/libkdepim-25.08.0.tar.xz) = 285188 +TIMESTAMP = 1757409698 +SHA256 (KDE/release-service/25.08.1/libkdepim-25.08.1.tar.xz) = c548a4a26ceb5c09d51ab5258238b201385768054803d3f1372388438dac2089 +SIZE (KDE/release-service/25.08.1/libkdepim-25.08.1.tar.xz) = 285284 diff --git a/deskutils/mbox-importer/distinfo b/deskutils/mbox-importer/distinfo index 94fd6017c900..35e1d9a9497e 100644 --- a/deskutils/mbox-importer/distinfo +++ b/deskutils/mbox-importer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646185 -SHA256 (KDE/release-service/25.08.0/mbox-importer-25.08.0.tar.xz) = 98fca7d6940d41de21d7bd8b399596a13686d95fdd466b2dd3ddbaf40552487b -SIZE (KDE/release-service/25.08.0/mbox-importer-25.08.0.tar.xz) = 34148 +TIMESTAMP = 1757409701 +SHA256 (KDE/release-service/25.08.1/mbox-importer-25.08.1.tar.xz) = 2e81864adaf67e8180cce859200770c8f3063b9541a31f4a81804d3dd0d42761 +SIZE (KDE/release-service/25.08.1/mbox-importer-25.08.1.tar.xz) = 34136 diff --git a/deskutils/merkuro/distinfo b/deskutils/merkuro/distinfo index 485e96886a73..984e93cef5c6 100644 --- a/deskutils/merkuro/distinfo +++ b/deskutils/merkuro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646187 -SHA256 (KDE/release-service/25.08.0/merkuro-25.08.0.tar.xz) = 0a6b2a7b54b647604955b23df98da32f7799c6c599f8fd7f403f5c582e909218 -SIZE (KDE/release-service/25.08.0/merkuro-25.08.0.tar.xz) = 826652 +TIMESTAMP = 1757409703 +SHA256 (KDE/release-service/25.08.1/merkuro-25.08.1.tar.xz) = 827c461bfefcce9dfc3f7ad9fdfa340710c8bcff5ab0bd70dfcbe4e72636a3cc +SIZE (KDE/release-service/25.08.1/merkuro-25.08.1.tar.xz) = 826724 diff --git a/deskutils/merkuro/pkg-plist b/deskutils/merkuro/pkg-plist index 1cd4b5eeedf6..2742e94d23f4 100644 --- a/deskutils/merkuro/pkg-plist +++ b/deskutils/merkuro/pkg-plist @@ -158,6 +158,7 @@ share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo share/locale/pt/LC_MESSAGES/merkuro.mo share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo share/locale/pt_BR/LC_MESSAGES/merkuro.mo +share/locale/pt_BR/LC_MESSAGES/merkurolauncher.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo share/locale/ru/LC_MESSAGES/merkuro.mo share/locale/ru/LC_MESSAGES/merkurolauncher.mo @@ -189,7 +190,6 @@ share/locale/zh_TW/LC_MESSAGES/merkuro.mo share/locale/zh_TW/LC_MESSAGES/merkurolauncher.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo share/metainfo/org.kde.merkuro.calendar.metainfo.xml -share/metainfo/org.kde.merkuro.contact.applet.appdata.xml share/metainfo/org.kde.merkuro.contact.metainfo.xml share/metainfo/org.kde.merkuro.mail.metainfo.xml share/metainfo/org.kde.merkuro.metainfo.xml diff --git a/deskutils/noti/Makefile b/deskutils/noti/Makefile index cbfcace75811..07cd72a1c739 100644 --- a/deskutils/noti/Makefile +++ b/deskutils/noti/Makefile @@ -1,6 +1,6 @@ PORTNAME= noti DISTVERSION= 3.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= tagattie@FreeBSD.org diff --git a/deskutils/pim-data-exporter/distinfo b/deskutils/pim-data-exporter/distinfo index 3da1fa0b6f12..a65ac1bea376 100644 --- a/deskutils/pim-data-exporter/distinfo +++ b/deskutils/pim-data-exporter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646189 -SHA256 (KDE/release-service/25.08.0/pim-data-exporter-25.08.0.tar.xz) = db537eb250dbcfb865343ba94ec4aa2558ebc1425a188bb41515058ccd853df6 -SIZE (KDE/release-service/25.08.0/pim-data-exporter-25.08.0.tar.xz) = 430600 +TIMESTAMP = 1757409705 +SHA256 (KDE/release-service/25.08.1/pim-data-exporter-25.08.1.tar.xz) = 9b4eb20da597132e710e9be28a1555935cebb213abe6d566bc848dff6103fc34 +SIZE (KDE/release-service/25.08.1/pim-data-exporter-25.08.1.tar.xz) = 430508 diff --git a/deskutils/pim-sieve-editor/distinfo b/deskutils/pim-sieve-editor/distinfo index 866d274dead1..842939cf1d79 100644 --- a/deskutils/pim-sieve-editor/distinfo +++ b/deskutils/pim-sieve-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646192 -SHA256 (KDE/release-service/25.08.0/pim-sieve-editor-25.08.0.tar.xz) = b763761947acf5826c358e2c439b4da991f9a23b7ad39afb80f34bcac471bbbd -SIZE (KDE/release-service/25.08.0/pim-sieve-editor-25.08.0.tar.xz) = 483296 +TIMESTAMP = 1757409708 +SHA256 (KDE/release-service/25.08.1/pim-sieve-editor-25.08.1.tar.xz) = 146213154f8f9175fa1b1d0642abfd91a62e00590bda17246e3ebba1a3d806f0 +SIZE (KDE/release-service/25.08.1/pim-sieve-editor-25.08.1.tar.xz) = 483196 diff --git a/deskutils/pipecolor/Makefile b/deskutils/pipecolor/Makefile index 5a1dbbe90917..d188ba5a5075 100644 --- a/deskutils/pipecolor/Makefile +++ b/deskutils/pipecolor/Makefile @@ -1,7 +1,7 @@ PORTNAME= pipecolor DISTVERSIONPREFIX= v DISTVERSION= 0.4.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/plasma6-milou/distinfo b/deskutils/plasma6-milou/distinfo index 189bcc4cfc18..ad9f06755611 100644 --- a/deskutils/plasma6-milou/distinfo +++ b/deskutils/plasma6-milou/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754413467 -SHA256 (KDE/plasma/6.4.4/milou-6.4.4.tar.xz) = a644e5965b33c20f82ce51660fa3b7c2d41810b068cf21f77658824cb3ea6b1e -SIZE (KDE/plasma/6.4.4/milou-6.4.4.tar.xz) = 50432 +TIMESTAMP = 1757499231 +SHA256 (KDE/plasma/6.4.5/milou-6.4.5.tar.xz) = 0eaeec8a05afc3a96f6a0eefc9a045f49ace8be201bc8f57e1ed8133cdaa100d +SIZE (KDE/plasma/6.4.5/milou-6.4.5.tar.xz) = 50428 diff --git a/deskutils/plasma6-milou/pkg-plist b/deskutils/plasma6-milou/pkg-plist index 84fb8c2c689f..351afbeb2902 100644 --- a/deskutils/plasma6-milou/pkg-plist +++ b/deskutils/plasma6-milou/pkg-plist @@ -113,7 +113,6 @@ share/locale/zh_CN/LC_MESSAGES/milou.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.milou.mo share/locale/zh_TW/LC_MESSAGES/milou.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.milou.mo -share/metainfo/org.kde.milou.appdata.xml share/plasma/plasmoids/org.kde.milou/contents/ui/SearchField.qml share/plasma/plasmoids/org.kde.milou/contents/ui/globals.js share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml diff --git a/deskutils/plasma6-sddm-kcm/distinfo b/deskutils/plasma6-sddm-kcm/distinfo index bca4382e4a18..93a86583ee97 100644 --- a/deskutils/plasma6-sddm-kcm/distinfo +++ b/deskutils/plasma6-sddm-kcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754413467 -SHA256 (KDE/plasma/6.4.4/sddm-kcm-6.4.4.tar.xz) = 83366c4d58042d1c0993d8e3197c19c33a7eedccde642263a26812b5c4b16bfb -SIZE (KDE/plasma/6.4.4/sddm-kcm-6.4.4.tar.xz) = 103552 +TIMESTAMP = 1757499232 +SHA256 (KDE/plasma/6.4.5/sddm-kcm-6.4.5.tar.xz) = 04523f382bfce9259c473c57da4472be4faf92f98b6ed40ab24ab663a337c9ad +SIZE (KDE/plasma/6.4.5/sddm-kcm-6.4.5.tar.xz) = 103756 diff --git a/deskutils/plasma6-xdg-desktop-portal-kde/Makefile b/deskutils/plasma6-xdg-desktop-portal-kde/Makefile index f1c220ebd55a..8049d33df4fc 100644 --- a/deskutils/plasma6-xdg-desktop-portal-kde/Makefile +++ b/deskutils/plasma6-xdg-desktop-portal-kde/Makefile @@ -1,6 +1,5 @@ PORTNAME= xdg-desktop-portal-kde DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-plasma MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/plasma6-xdg-desktop-portal-kde/distinfo b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo index a87abb7fe261..9e94a238e169 100644 --- a/deskutils/plasma6-xdg-desktop-portal-kde/distinfo +++ b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754413467 -SHA256 (KDE/plasma/6.4.4/xdg-desktop-portal-kde-6.4.4.tar.xz) = dcd501b11a785c0b0f0b30bf1d09ba120d83885276841c47feed51d77e1440a5 -SIZE (KDE/plasma/6.4.4/xdg-desktop-portal-kde-6.4.4.tar.xz) = 203888 +TIMESTAMP = 1757499232 +SHA256 (KDE/plasma/6.4.5/xdg-desktop-portal-kde-6.4.5.tar.xz) = 9fe04f0482bbf326088369c035d7b6f403db0c06aea5934442a7788799edcee2 +SIZE (KDE/plasma/6.4.5/xdg-desktop-portal-kde-6.4.5.tar.xz) = 204948 diff --git a/deskutils/pueue/Makefile b/deskutils/pueue/Makefile index ed0c05c5ee33..81661c15bb65 100644 --- a/deskutils/pueue/Makefile +++ b/deskutils/pueue/Makefile @@ -1,7 +1,7 @@ PORTNAME= pueue DISTVERSIONPREFIX= v DISTVERSION= 4.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/py-paperless-ngx/Makefile b/deskutils/py-paperless-ngx/Makefile index 36532318e07d..0b59cef7fabd 100644 --- a/deskutils/py-paperless-ngx/Makefile +++ b/deskutils/py-paperless-ngx/Makefile @@ -1,7 +1,7 @@ PORTNAME= paperless-ngx DISTVERSIONPREFIX= v -DISTVERSION= 2.18.2 -PORTREVISION= 1 +DISTVERSION= 2.18.3 +PORTREVISION= 2 CATEGORIES= deskutils python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/:webui \ GH:gh @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.6:devel/py-Jinja2@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}concurrent-log-handler>=0.9.19:sysutils/py-concurrent-log-handler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateparser>=1.2.2:devel/py-dateparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj51-channels-redis>=4.3.0:www/py-dj51-channels-redis@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj51-django-allauth>=65.11.0:www/py-dj51-django-allauth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-django-allauth>=65.11.1:www/py-dj51-django-allauth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj51-django-auditlog>=3.0.0:www/py-dj51-django-auditlog@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj51-django-celery-results>=2.6.0:www/py-dj51-django-celery-results@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj51-django-compression-middleware>=0.5.0:www/py-dj51-django-compression-middleware@${PY_FLAVOR} \ @@ -34,14 +34,14 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.6:devel/py-Jinja2@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}dj51-drf-writable-nested>=0.7.2:www/py-dj51-drf-writable-nested@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}filelock>=3.17.0:sysutils/py-filelock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flower>=2.0.1:www/py-flower@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gotenberg-client>=0.10.0:converters/py-gotenberg-client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}granian>=2.5.0:www/py-granian@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gotenberg-client>=0.11.0:converters/py-gotenberg-client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}granian>=2.5.2:www/py-granian@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h2>=4.1.0:www/py-h2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hiredis>=3.0.0:databases/py-hiredis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httptools>=0.6.4:www/py-httptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx-oauth>=0.10.1:www/py-httpx-oauth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}imap-tools>=1.11.0:mail/py-imap-tools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}inotifyrecursive>=0.3.5_2:devel/py-inotifyrecursive@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}inotifyrecursive>=0.3.5_5:devel/py-inotifyrecursive@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}langdetect>=1.0.9:textproc/py-langdetect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mysqlclient>=2.2.7:databases/py-mysqlclient@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nltk>=3.8.1:textproc/py-nltk@${PY_FLAVOR} \ diff --git a/deskutils/py-paperless-ngx/distinfo b/deskutils/py-paperless-ngx/distinfo index 3e1cea9d52a1..28545cbd0a02 100644 --- a/deskutils/py-paperless-ngx/distinfo +++ b/deskutils/py-paperless-ngx/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756049099 -SHA256 (paperless-ngx-v2.18.2.tar.xz) = a4150eb880fcc0e3e5c3e42f602ab317c91ebf8c53a7f5d2ae076d3537fc3f94 -SIZE (paperless-ngx-v2.18.2.tar.xz) = 81206704 -SHA256 (paperless-ngx-paperless-ngx-v2.18.2_GH0.tar.gz) = 20672668d988f69d52e536b6d33e3e881cfe820c5cf54221a3f5a94f31393be5 -SIZE (paperless-ngx-paperless-ngx-v2.18.2_GH0.tar.gz) = 49919387 +TIMESTAMP = 1757007521 +SHA256 (paperless-ngx-v2.18.3.tar.xz) = 8a46b9de3d4d3b2eb537ebc8f3fb2ed4a7a1a734fed0ff57478398800cf0ea68 +SIZE (paperless-ngx-v2.18.3.tar.xz) = 79687036 +SHA256 (paperless-ngx-paperless-ngx-v2.18.3_GH0.tar.gz) = 4beac4dc9a95a3149bb501a8a0512638dcf9cb0f1f1fae85d32f70c18ece09e5 +SIZE (paperless-ngx-paperless-ngx-v2.18.3_GH0.tar.gz) = 49920894 diff --git a/deskutils/py-paperless-ngx/files/nginx.conf.in b/deskutils/py-paperless-ngx/files/nginx.conf.in index d76a3f09c35c..f85117eb58a3 100644 --- a/deskutils/py-paperless-ngx/files/nginx.conf.in +++ b/deskutils/py-paperless-ngx/files/nginx.conf.in @@ -6,12 +6,16 @@ events { http { include mime.types; default_type application/octet-stream; + types { + text/javascript js mjs; + } + #sendfile off; keepalive_timeout 65; upstream django { - server 127.0.0.1:8000; + server 127.0.0.1:8000; } server { diff --git a/deskutils/py-paperless-ngx/files/pkg-message.in b/deskutils/py-paperless-ngx/files/pkg-message.in index 6f38d15dc3ef..7d159577cfd2 100644 --- a/deskutils/py-paperless-ngx/files/pkg-message.in +++ b/deskutils/py-paperless-ngx/files/pkg-message.in @@ -52,4 +52,15 @@ If you did not alter your workflow triggers after upgrading from v2.15, no changes are required. EOM } +{ type: upgrade + maximum_version: "2.18.2_2" + message: <<EOM +Starting with version 2.18, paperless-ngx uses ES6 module files using +the file extension `mjs`. These need to be served using the media type +`text/javascript`. + +See %%EXAMPLESDIR%%/nginx.conf for an example +of how this can be configured when using nginx. +EOM +} ] diff --git a/deskutils/py-paperless-ngx/pkg-plist b/deskutils/py-paperless-ngx/pkg-plist index 718317ed8afd..56d29c754e3e 100644 --- a/deskutils/py-paperless-ngx/pkg-plist +++ b/deskutils/py-paperless-ngx/pkg-plist @@ -611,6 +611,7 @@ bin/paperless %%PYTHON_SITELIBDIR%%/paperless/documents/tests/test_sanity_check.py %%PYTHON_SITELIBDIR%%/paperless/documents/tests/test_task_signals.py %%PYTHON_SITELIBDIR%%/paperless/documents/tests/test_tasks.py +%%PYTHON_SITELIBDIR%%/paperless/paperless/tests/test_utils.py %%PYTHON_SITELIBDIR%%/paperless/documents/tests/test_views.py %%PYTHON_SITELIBDIR%%/paperless/documents/tests/test_workflows.py %%PYTHON_SITELIBDIR%%/paperless/documents/tests/utils.py diff --git a/deskutils/py-term-background/Makefile b/deskutils/py-term-background/Makefile index 47135ac55bba..45c98aeab00a 100644 --- a/deskutils/py-term-background/Makefile +++ b/deskutils/py-term-background/Makefile @@ -1,21 +1,20 @@ PORTNAME= term-background -DISTVERSION= 1.0.3.dev0 -PORTREVISION= 1 +DISTVERSION= 1.0.3 CATEGORIES= deskutils python shells -#MASTER_SITES= PYPI +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -#DISTNAME= ${PORTNAME:C/-/_/}-${PORTVERSION} +DISTNAME= ${PORTNAME:C/-/_/}-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Shell scripts and Python module to figure out terminal background WWW= https://github.com/rocky/shell-term-background -LICENSE= GPLv2 +LICENSE= GPLv3 -USE_GITHUB= yes -GH_ACCOUNT= rocky -GH_PROJECT= shell-term-background -GH_TAGNAME= 55a9cd227d6428d72f78a2411479eeade1300dff +#USE_GITHUB= yes +#GH_ACCOUNT= rocky +#GH_PROJECT= shell-term-background +#GH_TAGNAME= 55a9cd227d6428d72f78a2411479eeade1300dff BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkginfo>=0:sysutils/py-pkginfo@${PY_FLAVOR} diff --git a/deskutils/py-term-background/distinfo b/deskutils/py-term-background/distinfo index c53fa30424fb..63e263aa9d62 100644 --- a/deskutils/py-term-background/distinfo +++ b/deskutils/py-term-background/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736793755 -SHA256 (rocky-shell-term-background-1.0.3.dev0-55a9cd227d6428d72f78a2411479eeade1300dff_GH0.tar.gz) = 931739c7273721f164f3704820b153fe175f50c038bb9e1e2d252eb94dfe35e7 -SIZE (rocky-shell-term-background-1.0.3.dev0-55a9cd227d6428d72f78a2411479eeade1300dff_GH0.tar.gz) = 26797 +TIMESTAMP = 1757951027 +SHA256 (term_background-1.0.3.tar.gz) = 8540c2c555ffdd2cec50dbb016c001708d3eab7304eb9836559b686c08a803f1 +SIZE (term_background-1.0.3.tar.gz) = 29771 diff --git a/deskutils/py-term-background/pkg-plist b/deskutils/py-term-background/pkg-plist index ccc1e19dd66a..68adf932e2c4 100644 --- a/deskutils/py-term-background/pkg-plist +++ b/deskutils/py-term-background/pkg-plist @@ -1,16 +1,12 @@ -%%PYTHON_SITELIBDIR%%/term_background-%%VER%%-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/term_background-%%VER%%-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/term_background-%%VER%%-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/term_background-%%VER%%-py%%PYTHON_VER%%.egg-info/requires.txt -%%PYTHON_SITELIBDIR%%/term_background-%%VER%%-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/term_background/.gitignore %%PYTHON_SITELIBDIR%%/term_background/__init__.py %%PYTHON_SITELIBDIR%%/term_background/__main__.py -%%PYTHON_SITELIBDIR%%/term_background/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/term_background/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/term_background/__pycache__/__main__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/term_background/__pycache__/__main__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/term_background/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/term_background/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/term_background/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/term_background/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/term_background/__pycache__/__main__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/term_background/__pycache__/__main__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/term_background/__pycache__/version%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/term_background/__pycache__/version%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/term_background/version.py %%DATADIR%%/term-background.bash %%DATADIR%%/term-background.ksh diff --git a/deskutils/py-vdirsyncer/Makefile b/deskutils/py-vdirsyncer/Makefile index a186d20a78e4..cfcfb0248bbb 100644 --- a/deskutils/py-vdirsyncer/Makefile +++ b/deskutils/py-vdirsyncer/Makefile @@ -1,6 +1,5 @@ PORTNAME= vdirsyncer -PORTVERSION= 0.19.3 -PORTREVISION= 1 +PORTVERSION= 0.20.0 CATEGORIES= deskutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +12,11 @@ WWW= https://vdirsyncer.pimutils.org/en/stable/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8.0<4.0.0:www/py-aiohttp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}aiostream>=0.4.3:www/py-aiostream@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiostream>=0.4.3<0.8.0:www/py-aiostream@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=5.0<9.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click-log>=0.3.0<0.5.0:devel/py-click-log@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \ diff --git a/deskutils/py-vdirsyncer/distinfo b/deskutils/py-vdirsyncer/distinfo index f0fc3e36f838..9e8211b6a7f3 100644 --- a/deskutils/py-vdirsyncer/distinfo +++ b/deskutils/py-vdirsyncer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726487338 -SHA256 (vdirsyncer-0.19.3.tar.gz) = e437851feb985dec3544654f8f9cf6dd109b0b03f7e19956086603092ffeb28f -SIZE (vdirsyncer-0.19.3.tar.gz) = 125478 +TIMESTAMP = 1757120620 +SHA256 (vdirsyncer-0.20.0.tar.gz) = feb1a533500a95c14fd155733a1056fe359192553d82c07c6ba04fcbfc40b12d +SIZE (vdirsyncer-0.20.0.tar.gz) = 126633 diff --git a/deskutils/py-vdirsyncer/files/patch-atomicwrites b/deskutils/py-vdirsyncer/files/patch-atomicwrites deleted file mode 100644 index 3d0b9bb94616..000000000000 --- a/deskutils/py-vdirsyncer/files/patch-atomicwrites +++ /dev/null @@ -1,111 +0,0 @@ -Obtained from: https://github.com/pimutils/vdirsyncer/commit/8b063c39cb3e26a2beef5b6beed7e99c9e9641ac - ---- setup.py.orig 2024-09-11 15:26:58 UTC -+++ setup.py -@@ -16,8 +16,6 @@ requirements = [ - "click>=5.0,<9.0", - "click-log>=0.3.0, <0.5.0", - "requests >=2.20.0", -- # https://github.com/untitaker/python-atomicwrites/commit/4d12f23227b6a944ab1d99c507a69fdbc7c9ed6d # noqa -- "atomicwrites>=0.1.7", - "aiohttp>=3.8.0,<4.0.0", - "aiostream>=0.4.3,<0.5.0", - ] ---- vdirsyncer/cli/utils.py.orig 2024-09-11 15:26:58 UTC -+++ vdirsyncer/cli/utils.py -@@ -10,7 +10,6 @@ import click - - import aiohttp - import click --from atomicwrites import atomic_write - - from .. import BUGTRACKER_HOME - from .. import DOCS_HOME -@@ -21,6 +20,7 @@ from ..sync.status import SqliteStatus - from ..sync.exceptions import StorageEmpty - from ..sync.exceptions import SyncConflict - from ..sync.status import SqliteStatus -+from ..utils import atomic_write - from ..utils import expand_path - from ..utils import get_storage_init_args - from . import cli_logger ---- vdirsyncer/storage/filesystem.py.orig 2024-09-11 15:26:58 UTC -+++ vdirsyncer/storage/filesystem.py -@@ -5,9 +5,8 @@ import subprocess - import os - import subprocess - --from atomicwrites import atomic_write -- - from .. import exceptions -+from ..utils import atomic_write - from ..utils import checkdir - from ..utils import expand_path - from ..utils import generate_href ---- vdirsyncer/storage/google.py.orig 2024-09-11 15:26:58 UTC -+++ vdirsyncer/storage/google.py -@@ -11,9 +11,9 @@ import click - - import aiohttp - import click --from atomicwrites import atomic_write - - from .. import exceptions -+from ..utils import atomic_write - from ..utils import checkdir - from ..utils import expand_path - from ..utils import open_graphical_browser ---- vdirsyncer/storage/singlefile.py.orig 2024-09-11 15:26:58 UTC -+++ vdirsyncer/storage/singlefile.py -@@ -8,9 +8,8 @@ from typing import Iterable - import os - from typing import Iterable - --from atomicwrites import atomic_write -- - from .. import exceptions -+from ..utils import atomic_write - from ..utils import checkfile - from ..utils import expand_path - from ..utils import get_etag_from_file ---- vdirsyncer/utils.py.orig 2024-09-11 15:26:58 UTC -+++ vdirsyncer/utils.py -@@ -1,8 +1,10 @@ from __future__ import annotations - from __future__ import annotations - -+import contextlib - import functools - import os - import sys -+import tempfile - import uuid - from inspect import getfullargspec - from typing import Callable -@@ -220,3 +222,27 @@ def open_graphical_browser(url, new=0, autoraise=True) - return - - raise RuntimeError("No graphical browser found. Please open the URL " "manually.") -+ -+ -+@contextlib.contextmanager -+def atomic_write(dest, mode="wb", overwrite=False): -+ if "w" not in mode: -+ raise RuntimeError("`atomic_write` requires write access") -+ -+ fd, src = tempfile.mkstemp(prefix=os.path.basename(dest), dir=os.path.dirname(dest)) -+ file = os.fdopen(fd, mode=mode) -+ -+ try: -+ yield file -+ except Exception: -+ os.unlink(src) -+ raise -+ else: -+ file.flush() -+ file.close() -+ -+ if overwrite: -+ os.rename(src, dest) -+ else: -+ os.link(src, dest) -+ os.unlink(src) diff --git a/deskutils/py-vdirsyncer/files/patch-pyproject.toml b/deskutils/py-vdirsyncer/files/patch-pyproject.toml new file mode 100644 index 000000000000..5c3217b4eb53 --- /dev/null +++ b/deskutils/py-vdirsyncer/files/patch-pyproject.toml @@ -0,0 +1,21 @@ +--- pyproject.toml.orig 2025-08-28 20:57:38 UTC ++++ pyproject.toml +@@ -4,7 +4,7 @@ + # how to package vdirsyncer. + + [build-system] +-requires = ["setuptools>=64", "setuptools_scm>=8"] ++requires = ["setuptools>=61", "setuptools_scm>=8"] + build-backend = "setuptools.build_meta" + + [project] +@@ -16,8 +16,7 @@ keywords = ["todo", "task", "icalendar", "cli"] + readme = "README.rst" + requires-python = ">=3.8" + keywords = ["todo", "task", "icalendar", "cli"] +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = { text = "BSD-3-Clause" } + classifiers = [ + "Development Status :: 4 - Beta", + "Environment :: Console", diff --git a/deskutils/py-vdirsyncer/files/patch-setup.py b/deskutils/py-vdirsyncer/files/patch-setup.py deleted file mode 100644 index b44e3361296f..000000000000 --- a/deskutils/py-vdirsyncer/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2024-09-11 15:26:58 UTC -+++ setup.py -@@ -17,7 +17,7 @@ requirements = [ - "click-log>=0.3.0, <0.5.0", - "requests >=2.20.0", - "aiohttp>=3.8.0,<4.0.0", -- "aiostream>=0.4.3,<0.5.0", -+ "aiostream>=0.4.3", - ] - - diff --git a/deskutils/qownnotes/Makefile b/deskutils/qownnotes/Makefile index 36c2503e338d..45dbb2da6b63 100644 --- a/deskutils/qownnotes/Makefile +++ b/deskutils/qownnotes/Makefile @@ -1,6 +1,5 @@ PORTNAME= qownnotes -PORTVERSION= 25.8.3 -PORTREVISION= 1 +PORTVERSION= 25.9.3 CATEGORIES= deskutils MASTER_SITES= https://github.com/pbek/QOwnNotes/releases/download/v${PORTVERSION}/ diff --git a/deskutils/qownnotes/distinfo b/deskutils/qownnotes/distinfo index a549e461c933..19557657a0df 100644 --- a/deskutils/qownnotes/distinfo +++ b/deskutils/qownnotes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755110025 -SHA256 (qownnotes-25.8.3.tar.xz) = 22361e4604abecc64e39413bb4422d0a77b54b18da8ee2a7fff9b9e87295efa8 -SIZE (qownnotes-25.8.3.tar.xz) = 5580680 +TIMESTAMP = 1757614627 +SHA256 (qownnotes-25.9.3.tar.xz) = 079c4a65a6b260d0a57f4d8ef0a1d77eaac35fba1b4bad5d3c05bdf7dc67f44a +SIZE (qownnotes-25.9.3.tar.xz) = 5595460 diff --git a/deskutils/readur/Makefile b/deskutils/readur/Makefile index 34e6119ce36a..d62930d6a9cc 100644 --- a/deskutils/readur/Makefile +++ b/deskutils/readur/Makefile @@ -1,7 +1,6 @@ PORTNAME= readur DISTVERSIONPREFIX= v -DISTVERSION= 2.5.6 -PORTREVISION= 1 +DISTVERSION= 2.6.1 CATEGORIES= deskutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} \ diff --git a/deskutils/readur/Makefile.crates b/deskutils/readur/Makefile.crates index b349b91cf88b..2aa4c55e0b97 100644 --- a/deskutils/readur/Makefile.crates +++ b/deskutils/readur/Makefile.crates @@ -2,6 +2,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ ab_glyph_rasterizer-0.1.8 \ addr2line-0.24.2 \ adler2-2.0.1 \ + aes-0.8.4 \ aho-corasick-1.1.3 \ aligned-vec-0.6.4 \ allocator-api2-0.2.21 \ @@ -26,26 +27,26 @@ CARGO_CRATES= ab_glyph-0.2.29 \ autocfg-1.4.0 \ av1-grain-0.2.4 \ avif-serialize-0.8.3 \ - aws-config-1.8.5 \ - aws-credential-types-1.2.5 \ + aws-config-1.8.6 \ + aws-credential-types-1.2.6 \ aws-lc-rs-1.13.1 \ aws-lc-sys-0.29.0 \ aws-runtime-1.5.10 \ - aws-sdk-s3-1.103.0 \ - aws-sdk-sso-1.81.0 \ - aws-sdk-ssooidc-1.82.0 \ - aws-sdk-sts-1.83.0 \ + aws-sdk-s3-1.104.0 \ + aws-sdk-sso-1.83.0 \ + aws-sdk-ssooidc-1.84.0 \ + aws-sdk-sts-1.85.0 \ aws-sigv4-1.3.4 \ aws-smithy-async-1.2.5 \ - aws-smithy-checksums-0.63.7 \ - aws-smithy-eventstream-0.60.10 \ + aws-smithy-checksums-0.63.8 \ + aws-smithy-eventstream-0.60.11 \ aws-smithy-http-0.62.3 \ - aws-smithy-http-client-1.0.6 \ - aws-smithy-json-0.61.4 \ + aws-smithy-http-client-1.1.1 \ + aws-smithy-json-0.61.5 \ aws-smithy-observability-0.1.3 \ aws-smithy-query-0.60.7 \ - aws-smithy-runtime-1.8.6 \ - aws-smithy-runtime-api-1.8.7 \ + aws-smithy-runtime-1.9.1 \ + aws-smithy-runtime-api-1.9.0 \ aws-smithy-types-1.3.2 \ aws-smithy-xml-0.60.10 \ aws-types-1.3.8 \ @@ -76,6 +77,8 @@ CARGO_CRATES= ab_glyph-0.2.29 \ byteorder-lite-0.1.0 \ bytes-1.10.1 \ bytes-utils-0.1.4 \ + bzip2-0.4.4 \ + bzip2-sys-0.1.13+1.0.8 \ cc-1.2.27 \ cexpr-0.6.0 \ cfb-0.7.3 \ @@ -84,15 +87,16 @@ CARGO_CRATES= ab_glyph-0.2.29 \ chrono-0.4.41 \ cipher-0.4.4 \ clang-sys-1.8.1 \ - clap-4.5.45 \ - clap_builder-4.5.44 \ - clap_derive-4.5.45 \ + clap-4.5.47 \ + clap_builder-4.5.47 \ + clap_derive-4.5.47 \ clap_lex-0.7.5 \ cmake-0.1.54 \ color_quant-1.1.0 \ colorchoice-1.0.4 \ concurrent-queue-2.5.0 \ const-oid-0.9.6 \ + constant_time_eq-0.1.5 \ core-foundation-0.9.4 \ core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ @@ -168,7 +172,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ glob-0.3.2 \ group-0.12.1 \ h2-0.3.26 \ - h2-0.4.10 \ + h2-0.4.12 \ half-2.6.0 \ hashbrown-0.12.3 \ hashbrown-0.15.4 \ @@ -194,7 +198,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ hyper-rustls-0.24.2 \ hyper-rustls-0.27.7 \ hyper-tls-0.6.0 \ - hyper-util-0.1.14 \ + hyper-util-0.1.16 \ hyperlocal-0.9.1 \ iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ @@ -250,7 +254,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ log-0.4.27 \ loop9-0.1.5 \ lru-0.12.5 \ - matchers-0.1.0 \ + matchers-0.2.0 \ matchit-0.8.4 \ matrixmultiply-0.3.10 \ maybe-rayon-0.1.1 \ @@ -270,7 +274,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ notify-8.2.0 \ notify-types-2.0.0 \ ntapi-0.4.1 \ - nu-ansi-term-0.46.0 \ + nu-ansi-term-0.50.1 \ num-0.4.3 \ num-bigint-0.4.6 \ num-bigint-dig-0.8.4 \ @@ -293,7 +297,6 @@ CARGO_CRATES= ab_glyph-0.2.29 \ openssl-probe-0.1.6 \ openssl-sys-0.9.109 \ outref-0.5.2 \ - overload-0.1.1 \ owned_ttf_parser-0.25.0 \ p256-0.11.1 \ parking-2.2.1 \ @@ -301,7 +304,9 @@ CARGO_CRATES= ab_glyph-0.2.29 \ parking_lot_core-0.9.11 \ parse-display-0.9.1 \ parse-display-derive-0.9.1 \ + password-hash-0.4.2 \ paste-1.0.15 \ + pbkdf2-0.11.0 \ peeking_take_while-0.1.2 \ pem-3.0.5 \ pem-rfc7468-0.7.0 \ @@ -343,10 +348,8 @@ CARGO_CRATES= ab_glyph-0.2.29 \ ref-cast-1.0.24 \ ref-cast-impl-1.0.24 \ regex-1.11.2 \ - regex-automata-0.1.10 \ regex-automata-0.4.9 \ regex-lite-0.1.6 \ - regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ reqwest-0.11.27 \ reqwest-0.12.23 \ @@ -357,20 +360,21 @@ CARGO_CRATES= ab_glyph-0.2.29 \ rust-embed-8.7.2 \ rust-embed-impl-8.7.2 \ rust-embed-utils-8.7.2 \ + rust_xlsxwriter-0.80.0 \ rustc-demangle-0.1.25 \ rustc-hash-1.1.0 \ rustc_version-0.4.1 \ rustix-0.38.44 \ rustix-1.0.7 \ rustls-0.21.12 \ - rustls-0.23.27 \ + rustls-0.23.31 \ rustls-native-certs-0.6.3 \ rustls-native-certs-0.8.1 \ rustls-pemfile-1.0.4 \ rustls-pemfile-2.2.0 \ rustls-pki-types-1.12.0 \ rustls-webpki-0.101.7 \ - rustls-webpki-0.103.3 \ + rustls-webpki-0.103.4 \ rustversion-1.0.21 \ ryu-1.0.20 \ safe_arch-0.7.4 \ @@ -436,7 +440,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ system-configuration-sys-0.6.0 \ system-deps-6.2.2 \ target-lexicon-0.12.16 \ - tempfile-3.20.0 \ + tempfile-3.21.0 \ tesseract-0.15.2 \ tesseract-plumbing-0.11.1 \ tesseract-sys-0.6.3 \ @@ -475,7 +479,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ tracing-attributes-0.1.29 \ tracing-core-0.1.34 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.19 \ + tracing-subscriber-0.3.20 \ try-lock-0.2.5 \ ttf-parser-0.25.1 \ tungstenite-0.26.2 \ @@ -494,7 +498,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ utoipa-5.4.0 \ utoipa-gen-5.4.0 \ utoipa-swagger-ui-9.0.2 \ - uuid-1.18.0 \ + uuid-1.18.1 \ v_frame-0.3.9 \ valuable-0.1.1 \ vcpkg-0.2.15 \ @@ -583,9 +587,14 @@ CARGO_CRATES= ab_glyph-0.2.29 \ zerotrie-0.2.2 \ zerovec-0.11.2 \ zerovec-derive-0.11.1 \ + zip-0.6.6 \ + zip-2.4.2 \ zip-3.0.0 \ zlib-rs-0.5.1 \ zopfli-0.8.2 \ + zstd-0.11.2+zstd.1.5.2 \ + zstd-safe-5.0.2+zstd.1.5.2 \ + zstd-sys-2.0.15+zstd.1.5.7 \ zune-core-0.4.12 \ zune-inflate-0.2.54 \ zune-jpeg-0.4.17 diff --git a/deskutils/readur/distinfo b/deskutils/readur/distinfo index d71b57da64d5..0c3924c60393 100644 --- a/deskutils/readur/distinfo +++ b/deskutils/readur/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1756485347 -SHA256 (readur-v2.5.6.frontend.tar.gz) = 76da8b4133d62d74ad3092683101931f2512292b7c97e7ba524710856e245544 -SIZE (readur-v2.5.6.frontend.tar.gz) = 2509920 +TIMESTAMP = 1757102963 +SHA256 (readur-v2.6.1.frontend.tar.gz) = d643842a516d31babe36d52364af2116c022ffb7aa8d0cb156b580f9f2ba5eda +SIZE (readur-v2.6.1.frontend.tar.gz) = 2509908 SHA256 (swagger-ui-v5.17.14.zip) = 481244d0812097b11fbaeef79f71d942b171617f9c9f9514e63acbe13e71ccdc SIZE (swagger-ui-v5.17.14.zip) = 4388280 SHA256 (rust/crates/ab_glyph-0.2.29.crate) = ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0 @@ -11,6 +11,8 @@ SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b44 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa SIZE (rust/crates/adler2-2.0.1.crate) = 13366 +SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0 +SIZE (rust/crates/aes-0.8.4.crate) = 124812 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/aligned-vec-0.6.4.crate) = dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b @@ -59,46 +61,46 @@ SHA256 (rust/crates/av1-grain-0.2.4.crate) = 4f3efb2ca85bc610acfa917b5aaa36f3fcb SIZE (rust/crates/av1-grain-0.2.4.crate) = 37050 SHA256 (rust/crates/avif-serialize-0.8.3.crate) = 98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e SIZE (rust/crates/avif-serialize-0.8.3.crate) = 12696 -SHA256 (rust/crates/aws-config-1.8.5.crate) = c478f5b10ce55c9a33f87ca3404ca92768b144fc1bfdede7c0121214a8283a25 -SIZE (rust/crates/aws-config-1.8.5.crate) = 135841 -SHA256 (rust/crates/aws-credential-types-1.2.5.crate) = 1541072f81945fa1251f8795ef6c92c4282d74d59f88498ae7d4bf00f0ebdad9 -SIZE (rust/crates/aws-credential-types-1.2.5.crate) = 21764 +SHA256 (rust/crates/aws-config-1.8.6.crate) = 8bc1b40fb26027769f16960d2f4a6bc20c4bb755d403e552c8c1a73af433c246 +SIZE (rust/crates/aws-config-1.8.6.crate) = 135949 +SHA256 (rust/crates/aws-credential-types-1.2.6.crate) = d025db5d9f52cbc413b167136afb3d8aeea708c0d8884783cf6253be5e22f6f2 +SIZE (rust/crates/aws-credential-types-1.2.6.crate) = 21767 SHA256 (rust/crates/aws-lc-rs-1.13.1.crate) = 93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7 SIZE (rust/crates/aws-lc-rs-1.13.1.crate) = 202707 SHA256 (rust/crates/aws-lc-sys-0.29.0.crate) = 61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079 SIZE (rust/crates/aws-lc-sys-0.29.0.crate) = 9021128 SHA256 (rust/crates/aws-runtime-1.5.10.crate) = c034a1bc1d70e16e7f4e4caf7e9f7693e4c9c24cd91cf17c2a0b21abaebc7c8b SIZE (rust/crates/aws-runtime-1.5.10.crate) = 76518 -SHA256 (rust/crates/aws-sdk-s3-1.103.0.crate) = af040a86ae4378b7ed2f62c83b36be1848709bbbf5757ec850d0e08596a26be9 -SIZE (rust/crates/aws-sdk-s3-1.103.0.crate) = 1569271 -SHA256 (rust/crates/aws-sdk-sso-1.81.0.crate) = 79ede098271e3471036c46957cba2ba30888f53bda2515bf04b560614a30a36e -SIZE (rust/crates/aws-sdk-sso-1.81.0.crate) = 90688 -SHA256 (rust/crates/aws-sdk-ssooidc-1.82.0.crate) = 43326f724ba2cc957e6f3deac0ca1621a3e5d4146f5970c24c8a108dac33070f -SIZE (rust/crates/aws-sdk-ssooidc-1.82.0.crate) = 107066 -SHA256 (rust/crates/aws-sdk-sts-1.83.0.crate) = a5468593c47efc31fdbe6c902d1a5fde8d9c82f78a3f8ccfe907b1e9434748cb -SIZE (rust/crates/aws-sdk-sts-1.83.0.crate) = 176546 +SHA256 (rust/crates/aws-sdk-s3-1.104.0.crate) = 38c488cd6abb0ec9811c401894191932e941c5f91dc226043edacd0afa1634bc +SIZE (rust/crates/aws-sdk-s3-1.104.0.crate) = 1569533 +SHA256 (rust/crates/aws-sdk-sso-1.83.0.crate) = 643cd43af212d2a1c4dedff6f044d7e1961e5d9e7cfe773d70f31d9842413886 +SIZE (rust/crates/aws-sdk-sso-1.83.0.crate) = 91197 +SHA256 (rust/crates/aws-sdk-ssooidc-1.84.0.crate) = 20ec4a95bd48e0db7a424356a161f8d87bd6a4f0af37204775f0da03d9e39fc3 +SIZE (rust/crates/aws-sdk-ssooidc-1.84.0.crate) = 107558 +SHA256 (rust/crates/aws-sdk-sts-1.85.0.crate) = 410309ad0df4606bc721aff0d89c3407682845453247213a0ccc5ff8801ee107 +SIZE (rust/crates/aws-sdk-sts-1.85.0.crate) = 177008 SHA256 (rust/crates/aws-sigv4-1.3.4.crate) = 084c34162187d39e3740cb635acd73c4e3a551a36146ad6fe8883c929c9f876c SIZE (rust/crates/aws-sigv4-1.3.4.crate) = 94679 SHA256 (rust/crates/aws-smithy-async-1.2.5.crate) = 1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c SIZE (rust/crates/aws-smithy-async-1.2.5.crate) = 20847 -SHA256 (rust/crates/aws-smithy-checksums-0.63.7.crate) = 4dbef71cd3cf607deb5c407df52f7e589e6849b296874ee448977efbb6d0832b -SIZE (rust/crates/aws-smithy-checksums-0.63.7.crate) = 20216 -SHA256 (rust/crates/aws-smithy-eventstream-0.60.10.crate) = 604c7aec361252b8f1c871a7641d5e0ba3a7f5a586e51b66bc9510a5519594d9 -SIZE (rust/crates/aws-smithy-eventstream-0.60.10.crate) = 29461 +SHA256 (rust/crates/aws-smithy-checksums-0.63.8.crate) = 56d2df0314b8e307995a3b86d44565dfe9de41f876901a7d71886c756a25979f +SIZE (rust/crates/aws-smithy-checksums-0.63.8.crate) = 20239 +SHA256 (rust/crates/aws-smithy-eventstream-0.60.11.crate) = 182b03393e8c677347fb5705a04a9392695d47d20ef0a2f8cfe28c8e6b9b9778 +SIZE (rust/crates/aws-smithy-eventstream-0.60.11.crate) = 29478 SHA256 (rust/crates/aws-smithy-http-0.62.3.crate) = 7c4dacf2d38996cf729f55e7a762b30918229917eca115de45dfa8dfb97796c9 SIZE (rust/crates/aws-smithy-http-0.62.3.crate) = 31445 -SHA256 (rust/crates/aws-smithy-http-client-1.0.6.crate) = f108f1ca850f3feef3009bdcc977be201bca9a91058864d9de0684e64514bee0 -SIZE (rust/crates/aws-smithy-http-client-1.0.6.crate) = 73920 -SHA256 (rust/crates/aws-smithy-json-0.61.4.crate) = a16e040799d29c17412943bdbf488fd75db04112d0c0d4b9290bacf5ae0014b9 -SIZE (rust/crates/aws-smithy-json-0.61.4.crate) = 27786 +SHA256 (rust/crates/aws-smithy-http-client-1.1.1.crate) = 147e8eea63a40315d704b97bf9bc9b8c1402ae94f89d5ad6f7550d963309da1b +SIZE (rust/crates/aws-smithy-http-client-1.1.1.crate) = 90077 +SHA256 (rust/crates/aws-smithy-json-0.61.5.crate) = eaa31b350998e703e9826b2104dd6f63be0508666e1aba88137af060e8944047 +SIZE (rust/crates/aws-smithy-json-0.61.5.crate) = 27865 SHA256 (rust/crates/aws-smithy-observability-0.1.3.crate) = 9364d5989ac4dd918e5cc4c4bdcc61c9be17dcd2586ea7f69e348fc7c6cab393 SIZE (rust/crates/aws-smithy-observability-0.1.3.crate) = 10275 SHA256 (rust/crates/aws-smithy-query-0.60.7.crate) = f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb SIZE (rust/crates/aws-smithy-query-0.60.7.crate) = 7409 -SHA256 (rust/crates/aws-smithy-runtime-1.8.6.crate) = 9e107ce0783019dbff59b3a244aa0c114e4a8c9d93498af9162608cd5474e796 -SIZE (rust/crates/aws-smithy-runtime-1.8.6.crate) = 116375 -SHA256 (rust/crates/aws-smithy-runtime-api-1.8.7.crate) = 75d52251ed4b9776a3e8487b2a01ac915f73b2da3af8fc1e77e0fce697a550d4 -SIZE (rust/crates/aws-smithy-runtime-api-1.8.7.crate) = 80023 +SHA256 (rust/crates/aws-smithy-runtime-1.9.1.crate) = d3946acbe1ead1301ba6862e712c7903ca9bb230bdf1fbd1b5ac54158ef2ab1f +SIZE (rust/crates/aws-smithy-runtime-1.9.1.crate) = 118851 +SHA256 (rust/crates/aws-smithy-runtime-api-1.9.0.crate) = 07f5e0fc8a6b3f2303f331b94504bbf754d85488f402d6f1dd7a6080f99afe56 +SIZE (rust/crates/aws-smithy-runtime-api-1.9.0.crate) = 80174 SHA256 (rust/crates/aws-smithy-types-1.3.2.crate) = d498595448e43de7f4296b7b7a18a8a02c61ec9349128c80a368f7c3b4ab11a8 SIZE (rust/crates/aws-smithy-types-1.3.2.crate) = 92281 SHA256 (rust/crates/aws-smithy-xml-0.60.10.crate) = 3db87b96cb1b16c024980f133968d52882ca0daaee3a086c6decc500f6c99728 @@ -159,6 +161,10 @@ SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b1 SIZE (rust/crates/bytes-1.10.1.crate) = 76779 SHA256 (rust/crates/bytes-utils-0.1.4.crate) = 7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35 SIZE (rust/crates/bytes-utils-0.1.4.crate) = 20703 +SHA256 (rust/crates/bzip2-0.4.4.crate) = bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8 +SIZE (rust/crates/bzip2-0.4.4.crate) = 34197 +SHA256 (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14 +SIZE (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 633818 SHA256 (rust/crates/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc SIZE (rust/crates/cc-1.2.27.crate) = 107070 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -175,12 +181,12 @@ SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa2 SIZE (rust/crates/cipher-0.4.4.crate) = 19073 SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 -SHA256 (rust/crates/clap-4.5.45.crate) = 1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318 -SIZE (rust/crates/clap-4.5.45.crate) = 58337 -SHA256 (rust/crates/clap_builder-4.5.44.crate) = b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8 -SIZE (rust/crates/clap_builder-4.5.44.crate) = 169799 -SHA256 (rust/crates/clap_derive-4.5.45.crate) = 14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6 -SIZE (rust/crates/clap_derive-4.5.45.crate) = 33545 +SHA256 (rust/crates/clap-4.5.47.crate) = 7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931 +SIZE (rust/crates/clap-4.5.47.crate) = 58354 +SHA256 (rust/crates/clap_builder-4.5.47.crate) = 2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6 +SIZE (rust/crates/clap_builder-4.5.47.crate) = 170016 +SHA256 (rust/crates/clap_derive-4.5.47.crate) = bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c +SIZE (rust/crates/clap_derive-4.5.47.crate) = 33550 SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/cmake-0.1.54.crate) = e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0 @@ -193,6 +199,8 @@ SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fe SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 SIZE (rust/crates/const-oid-0.9.6.crate) = 45382 +SHA256 (rust/crates/constant_time_eq-0.1.5.crate) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc +SIZE (rust/crates/constant_time_eq-0.1.5.crate) = 4936 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 @@ -343,8 +351,8 @@ SHA256 (rust/crates/group-0.12.1.crate) = 5dfbfb3a6cfbd390d5c9564ab283a0349b9b9f SIZE (rust/crates/group-0.12.1.crate) = 16516 SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 SIZE (rust/crates/h2-0.3.26.crate) = 168315 -SHA256 (rust/crates/h2-0.4.10.crate) = a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5 -SIZE (rust/crates/h2-0.4.10.crate) = 174800 +SHA256 (rust/crates/h2-0.4.12.crate) = f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386 +SIZE (rust/crates/h2-0.4.12.crate) = 176264 SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 SIZE (rust/crates/half-2.6.0.crate) = 59507 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 @@ -395,8 +403,8 @@ SHA256 (rust/crates/hyper-rustls-0.27.7.crate) = e3c93eb611681b207e1fe55d5a71ecf SIZE (rust/crates/hyper-rustls-0.27.7.crate) = 35435 SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 -SHA256 (rust/crates/hyper-util-0.1.14.crate) = dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb -SIZE (rust/crates/hyper-util-0.1.14.crate) = 101462 +SHA256 (rust/crates/hyper-util-0.1.16.crate) = 8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e +SIZE (rust/crates/hyper-util-0.1.16.crate) = 101184 SHA256 (rust/crates/hyperlocal-0.9.1.crate) = 986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7 SIZE (rust/crates/hyperlocal-0.9.1.crate) = 13733 SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 @@ -507,8 +515,8 @@ SHA256 (rust/crates/loop9-0.1.5.crate) = 0fae87c125b03c1d2c0150c90365d7d6bcc53fb SIZE (rust/crates/loop9-0.1.5.crate) = 3406 SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 SIZE (rust/crates/lru-0.12.5.crate) = 16047 -SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 -SIZE (rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (rust/crates/matchers-0.2.0.crate) = d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9 +SIZE (rust/crates/matchers-0.2.0.crate) = 7075 SHA256 (rust/crates/matchit-0.8.4.crate) = 47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3 SIZE (rust/crates/matchit-0.8.4.crate) = 33986 SHA256 (rust/crates/matrixmultiply-0.3.10.crate) = a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08 @@ -547,8 +555,8 @@ SHA256 (rust/crates/notify-types-2.0.0.crate) = 5e0826a989adedc2a244799e823aece0 SIZE (rust/crates/notify-types-2.0.0.crate) = 14495 SHA256 (rust/crates/ntapi-0.4.1.crate) = e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4 SIZE (rust/crates/ntapi-0.4.1.crate) = 126552 -SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 -SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/nu-ansi-term-0.50.1.crate) = d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 +SIZE (rust/crates/nu-ansi-term-0.50.1.crate) = 28536 SHA256 (rust/crates/num-0.4.3.crate) = 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 SIZE (rust/crates/num-0.4.3.crate) = 9575 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 @@ -593,8 +601,6 @@ SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621 SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 SHA256 (rust/crates/outref-0.5.2.crate) = 1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e SIZE (rust/crates/outref-0.5.2.crate) = 5621 -SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 -SIZE (rust/crates/overload-0.1.1.crate) = 24439 SHA256 (rust/crates/owned_ttf_parser-0.25.0.crate) = 22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4 SIZE (rust/crates/owned_ttf_parser-0.25.0.crate) = 151164 SHA256 (rust/crates/p256-0.11.1.crate) = 51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594 @@ -609,8 +615,12 @@ SHA256 (rust/crates/parse-display-0.9.1.crate) = 914a1c2265c98e2446911282c6ac86d SIZE (rust/crates/parse-display-0.9.1.crate) = 9456 SHA256 (rust/crates/parse-display-derive-0.9.1.crate) = 2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281 SIZE (rust/crates/parse-display-derive-0.9.1.crate) = 17258 +SHA256 (rust/crates/password-hash-0.4.2.crate) = 7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700 +SIZE (rust/crates/password-hash-0.4.2.crate) = 26099 SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a SIZE (rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (rust/crates/pbkdf2-0.11.0.crate) = 83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917 +SIZE (rust/crates/pbkdf2-0.11.0.crate) = 13229 SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 SHA256 (rust/crates/pem-3.0.5.crate) = 38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3 @@ -693,14 +703,10 @@ SHA256 (rust/crates/ref-cast-impl-1.0.24.crate) = 1165225c21bff1f3bbce98f5a1f889 SIZE (rust/crates/ref-cast-impl-1.0.24.crate) = 9968 SHA256 (rust/crates/regex-1.11.2.crate) = 23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912 SIZE (rust/crates/regex-1.11.2.crate) = 166265 -SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 -SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 SHA256 (rust/crates/regex-lite-0.1.6.crate) = 53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a SIZE (rust/crates/regex-lite-0.1.6.crate) = 95278 -SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 -SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 SHA256 (rust/crates/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 @@ -721,6 +727,8 @@ SHA256 (rust/crates/rust-embed-impl-8.7.2.crate) = 6065f1a4392b71819ec1ea1df1120 SIZE (rust/crates/rust-embed-impl-8.7.2.crate) = 9663 SHA256 (rust/crates/rust-embed-utils-8.7.2.crate) = f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594 SIZE (rust/crates/rust-embed-utils-8.7.2.crate) = 6123 +SHA256 (rust/crates/rust_xlsxwriter-0.80.0.crate) = 442eafa04d985ae671e027481e07a5b70fdb1b2cb5e46d9e074b67ca98e01a0a +SIZE (rust/crates/rust_xlsxwriter-0.80.0.crate) = 4112985 SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 @@ -733,8 +741,8 @@ SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610a SIZE (rust/crates/rustix-1.0.7.crate) = 414500 SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e SIZE (rust/crates/rustls-0.21.12.crate) = 285674 -SHA256 (rust/crates/rustls-0.23.27.crate) = 730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321 -SIZE (rust/crates/rustls-0.23.27.crate) = 355915 +SHA256 (rust/crates/rustls-0.23.31.crate) = c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc +SIZE (rust/crates/rustls-0.23.31.crate) = 371259 SHA256 (rust/crates/rustls-native-certs-0.6.3.crate) = a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00 SIZE (rust/crates/rustls-native-certs-0.6.3.crate) = 24438 SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 @@ -747,8 +755,8 @@ SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678 SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 -SHA256 (rust/crates/rustls-webpki-0.103.3.crate) = e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 -SIZE (rust/crates/rustls-webpki-0.103.3.crate) = 81840 +SHA256 (rust/crates/rustls-webpki-0.103.4.crate) = 0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc +SIZE (rust/crates/rustls-webpki-0.103.4.crate) = 84241 SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f @@ -879,8 +887,8 @@ SHA256 (rust/crates/system-deps-6.2.2.crate) = a3e535eb8dded36d55ec13eddacd30dec SIZE (rust/crates/system-deps-6.2.2.crate) = 25546 SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 -SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 -SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 +SHA256 (rust/crates/tempfile-3.21.0.crate) = 15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e +SIZE (rust/crates/tempfile-3.21.0.crate) = 42581 SHA256 (rust/crates/tesseract-0.15.2.crate) = 28e64963c0b5582cf02ed5d8b4798f8c48ea9812ed2b19ed653cb976e7daa351 SIZE (rust/crates/tesseract-0.15.2.crate) = 149439 SHA256 (rust/crates/tesseract-plumbing-0.11.1.crate) = 4ed025d755abb7f5af8d16cd5663742a08c8ae7c4032c8bf4b70c51d412fe378 @@ -957,8 +965,8 @@ SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a5 SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 -SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 -SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +SHA256 (rust/crates/tracing-subscriber-0.3.20.crate) = 2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5 +SIZE (rust/crates/tracing-subscriber-0.3.20.crate) = 212274 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/ttf-parser-0.25.1.crate) = d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31 @@ -995,8 +1003,8 @@ SHA256 (rust/crates/utoipa-gen-5.4.0.crate) = 6d79d08d92ab8af4c5e8a6da20c47ae3f6 SIZE (rust/crates/utoipa-gen-5.4.0.crate) = 156086 SHA256 (rust/crates/utoipa-swagger-ui-9.0.2.crate) = d047458f1b5b65237c2f6dc6db136945667f40a7668627b3490b9513a3d43a55 SIZE (rust/crates/utoipa-swagger-ui-9.0.2.crate) = 52007 -SHA256 (rust/crates/uuid-1.18.0.crate) = f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be -SIZE (rust/crates/uuid-1.18.0.crate) = 59782 +SHA256 (rust/crates/uuid-1.18.1.crate) = 2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2 +SIZE (rust/crates/uuid-1.18.1.crate) = 60468 SHA256 (rust/crates/v_frame-0.3.9.crate) = 666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2 SIZE (rust/crates/v_frame-0.3.9.crate) = 20856 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 @@ -1173,17 +1181,27 @@ SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5f SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 +SIZE (rust/crates/zip-0.6.6.crate) = 65789 +SHA256 (rust/crates/zip-2.4.2.crate) = fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50 +SIZE (rust/crates/zip-2.4.2.crate) = 110773 SHA256 (rust/crates/zip-3.0.0.crate) = 12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308 SIZE (rust/crates/zip-3.0.0.crate) = 112450 SHA256 (rust/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 SHA256 (rust/crates/zopfli-0.8.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7 SIZE (rust/crates/zopfli-0.8.2.crate) = 51842 +SHA256 (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4 +SIZE (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 28987 +SHA256 (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db +SIZE (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 17273 +SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 +SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02 SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 SHA256 (rust/crates/zune-jpeg-0.4.17.crate) = 0f6fe2e33d02a98ee64423802e16df3de99c43e5cf5ff983767e1128b394c8ac SIZE (rust/crates/zune-jpeg-0.4.17.crate) = 65784 -SHA256 (readur-readur-v2.5.6_GH0.tar.gz) = af8aebef4a5e955cb46a1af0ac3e5f36e96d7d724dc342ee82c1383f7b855149 -SIZE (readur-readur-v2.5.6_GH0.tar.gz) = 12566666 +SHA256 (readur-readur-v2.6.1_GH0.tar.gz) = ee7eb9e12f0e1a492c8c718921d0704f4e113918ce336d6daa2d5e49992ae19d +SIZE (readur-readur-v2.6.1_GH0.tar.gz) = 12755337 diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile index 3417e5b287d7..12c7e01db5e3 100644 --- a/deskutils/remind/Makefile +++ b/deskutils/remind/Makefile @@ -1,5 +1,5 @@ PORTNAME= remind -DISTVERSION= 06.00.01 +DISTVERSION= 06.01.01 CATEGORIES= deskutils # upstream moves distfiles to OLD once a new release appears MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ \ @@ -24,7 +24,7 @@ BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${BUILD_WRKSRC} # disable LTO on riscv64 -EXTRA_PATCHES_riscv64= ${FILESDIR}/extra-patch-configure.in +EXTRA_PATCHES_riscv64= ${FILESDIR}/extra-patch-configure.ac EXTRA_PATCHES= ${EXTRA_PATCHES_${ARCH}} OPTIONS_DEFINE= A4 TCLTK REM2HTML REM2PDF diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo index 3558196d7ed7..29cc7b963d1d 100644 --- a/deskutils/remind/distinfo +++ b/deskutils/remind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756286386 -SHA256 (remind-06.00.01.tar.gz) = 0705b6f700d6cd7b0f59af106495f7dd726ea14b641d9d8408f532fb28d2f007 -SIZE (remind-06.00.01.tar.gz) = 8998734 +TIMESTAMP = 1757715883 +SHA256 (remind-06.01.01.tar.gz) = ece63699bc6cef7a1aca20d90868580d57179298650b3da5d4b7902f8a566693 +SIZE (remind-06.01.01.tar.gz) = 9002777 diff --git a/deskutils/remind/files/extra-patch-configure.ac b/deskutils/remind/files/extra-patch-configure.ac new file mode 100644 index 000000000000..826ae75fd27d --- /dev/null +++ b/deskutils/remind/files/extra-patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig 2022-10-13 14:15:40 UTC ++++ configure.ac +@@ -51,7 +51,6 @@ if test "$GCC" = yes; then + AC_MSG_CHECKING([whether $CC supports $f]) + if $CC -E $f /dev/null > /dev/null 2>&1 ; then + AC_MSG_RESULT([yes]) +- CFLAGS="$CFLAGS $f" + else + AC_MSG_RESULT([no]) + fi diff --git a/deskutils/remind/files/extra-patch-configure.in b/deskutils/remind/files/extra-patch-configure.in deleted file mode 100644 index bac6c6366f21..000000000000 --- a/deskutils/remind/files/extra-patch-configure.in +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.in.orig 2022-10-13 14:15:40 UTC -+++ configure.in -@@ -51,7 +51,6 @@ if test "$GCC" = yes; then - AC_MSG_CHECKING([whether $CC supports $f]) - if $CC -E $f /dev/null > /dev/null 2>&1 ; then - AC_MSG_RESULT([yes]) -- CFLAGS="$CFLAGS $f" - else - AC_MSG_RESULT([no]) - fi diff --git a/deskutils/rwpspread/Makefile b/deskutils/rwpspread/Makefile index 4dc6307a8fac..0471279b9681 100644 --- a/deskutils/rwpspread/Makefile +++ b/deskutils/rwpspread/Makefile @@ -1,7 +1,7 @@ PORTNAME= rwpspread DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/sigi/Makefile b/deskutils/sigi/Makefile index 6bc6fb434322..4aa3906a5de8 100644 --- a/deskutils/sigi/Makefile +++ b/deskutils/sigi/Makefile @@ -1,7 +1,7 @@ PORTNAME= sigi DISTVERSIONPREFIX= v DISTVERSION= 3.7.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= deskutils diff --git a/deskutils/skim/Makefile b/deskutils/skim/Makefile index 7c8eb5acaacc..4887547df10b 100644 --- a/deskutils/skim/Makefile +++ b/deskutils/skim/Makefile @@ -1,6 +1,7 @@ PORTNAME= skim DISTVERSIONPREFIX= v DISTVERSION= 0.20.4 +PORTREVISION= 1 CATEGORIES= deskutils PKGNAMESUFFIX= -fuzzy-finder diff --git a/deskutils/solanum/Makefile b/deskutils/solanum/Makefile index c537cfe4598f..c31c9e5ff604 100644 --- a/deskutils/solanum/Makefile +++ b/deskutils/solanum/Makefile @@ -1,6 +1,6 @@ PORTNAME= solanum DISTVERSION= 5.0.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/sowon/Makefile b/deskutils/sowon/Makefile index 95f1c523066e..cfa817532c45 100644 --- a/deskutils/sowon/Makefile +++ b/deskutils/sowon/Makefile @@ -3,7 +3,7 @@ DISTVERSION= g20201203 PORTREVISION= 1 CATEGORIES= deskutils -MAINTAINER= nsonack@outlook.com +MAINTAINER= nsonack@herrhotzenplotz.de COMMENT= Graphical countdown and timer application WWW= https://github.com/tsoding/sowon/ diff --git a/deskutils/stirling-pdf/Makefile b/deskutils/stirling-pdf/Makefile index 62f1147c2406..d142c9544dba 100644 --- a/deskutils/stirling-pdf/Makefile +++ b/deskutils/stirling-pdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= stirling-pdf -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.2 CATEGORIES= deskutils java MASTER_SITES= https://files.stirlingpdf.com/v${PORTVERSION}/ DISTNAME= Stirling-PDF-with-login diff --git a/deskutils/stirling-pdf/distinfo b/deskutils/stirling-pdf/distinfo index 679b9f3b1383..5cedfe914cd6 100644 --- a/deskutils/stirling-pdf/distinfo +++ b/deskutils/stirling-pdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754800804 -SHA256 (stirling-pdf/1.2.0/Stirling-PDF-with-login.jar) = 3b00e79f587a8539f4958204e39469fb1b52b6d412783fe124193a10e1be6202 -SIZE (stirling-pdf/1.2.0/Stirling-PDF-with-login.jar) = 153811712 +TIMESTAMP = 1757134697 +SHA256 (stirling-pdf/1.3.2/Stirling-PDF-with-login.jar) = e424ea6c2ec9c88c422e6dcdac53fcffad498a2bd428a9de92bd748eacd54baa +SIZE (stirling-pdf/1.3.2/Stirling-PDF-with-login.jar) = 153493847 diff --git a/deskutils/syncthingtray/Makefile b/deskutils/syncthingtray/Makefile index 86939552eb9c..4f5db911f2bc 100644 --- a/deskutils/syncthingtray/Makefile +++ b/deskutils/syncthingtray/Makefile @@ -1,6 +1,6 @@ PORTNAME= syncthingtray DISTVERSIONPREFIX= v -DISTVERSION= 2.0.0 +DISTVERSION= 2.0.1 CATEGORIES= deskutils MAINTAINER= dsh@bamus.cz @@ -17,7 +17,7 @@ FLAVORS= qt6 qt5 FLAVOR?= ${FLAVORS:[1]} FLAVORS_SUB= yes -qt6_PKGNAMESUFFIX= -qt6 +qt5_PKGNAMESUFFIX= -qt5 USES= cmake:insource iconv perl5 xorg @@ -25,10 +25,10 @@ USE_GITHUB= nodefault GH_ACCOUNT= Martchus GH_TUPLE:= ${GH_ACCOUNT}:${PORTNAME}:${DISTVERSIONPREFIX}${DISTVERSION}:${PORTNAME}/../${PORTNAME} \ ${GH_ACCOUNT}:cpp-utilities:v5.30.0:cpputilities/../c++utilities \ - ${GH_ACCOUNT}:qtutilities:v6.18.0:qtutilities/../qtutilities \ + ${GH_ACCOUNT}:qtutilities:v6.18.1:qtutilities/../qtutilities \ ${GH_ACCOUNT}:qtforkawesome:v0.3.1:qtforkawesome/../qtforkawesome \ ForkAwesome:Fork-Awesome:4fef70f:ForkAwesome/../forkawesome \ - ${GH_ACCOUNT}:subdirs:52fc6e4:subdirs/../subdirs + ${GH_ACCOUNT}:subdirs:0a522cf:subdirs/../subdirs USE_PERL5= build USE_QT= declarative svg @@ -69,9 +69,6 @@ WEBENGINE_DESC= Built-in web view (webengine dependency) PLASMA_USE= KDE=ecm:build PLASMA_CMAKE_BOOL_OFF= NO_FILE_ITEM_ACTION_PLUGIN NO_PLASMOID -WEBENGINE_CMAKE_ON= -DWEBVIEW_PROVIDER:STRING=webengine -WEBENGINE_CMAKE_OFF= -DWEBVIEW_PROVIDER:STRING=none - .if ${FLAVOR} == qt5 PLASMA_USES= kde:5 PLASMA_USE+= KDE=plasma-framework:build @@ -82,6 +79,9 @@ PLASMA_USE+= KDE=libplasma:build WEBENGINE_USE= QT=webchannel,webengine .endif +WEBENGINE_CMAKE_ON= -DWEBVIEW_PROVIDER:STRING=webengine +WEBENGINE_CMAKE_OFF= -DWEBVIEW_PROVIDER:STRING=none + post-install: ${RM} -r \ ${STAGEDIR}${PREFIX}/include/c++utilities \ diff --git a/deskutils/syncthingtray/distinfo b/deskutils/syncthingtray/distinfo index 228c5b26e012..00beddd3bef3 100644 --- a/deskutils/syncthingtray/distinfo +++ b/deskutils/syncthingtray/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1755268306 -SHA256 (Martchus-syncthingtray-v2.0.0_GH0.tar.gz) = 57d33524697003399f28f6da740b9474ef295d028663cb33760c58b64c6e2beb -SIZE (Martchus-syncthingtray-v2.0.0_GH0.tar.gz) = 5891286 +TIMESTAMP = 1757518553 +SHA256 (Martchus-syncthingtray-v2.0.1_GH0.tar.gz) = 3d1076beffb56dbfa70b6f7125e508de4c62a16b181b53fd467f40c045511500 +SIZE (Martchus-syncthingtray-v2.0.1_GH0.tar.gz) = 5895169 SHA256 (Martchus-cpp-utilities-v5.30.0_GH0.tar.gz) = 9d594108109de7cd2dbb399451e69f68851a7f983e2671a0a4766211c380d1b4 SIZE (Martchus-cpp-utilities-v5.30.0_GH0.tar.gz) = 212934 -SHA256 (Martchus-qtutilities-v6.18.0_GH0.tar.gz) = 321c5ec8abb57d4a693f1a3ad001d2a4082f781b84c05a1dae6f582f947b80c8 -SIZE (Martchus-qtutilities-v6.18.0_GH0.tar.gz) = 156510 +SHA256 (Martchus-qtutilities-v6.18.1_GH0.tar.gz) = 679340505ec0836a9769d8c14d7f907a99dc18d89575d5b2fa01f05763669327 +SIZE (Martchus-qtutilities-v6.18.1_GH0.tar.gz) = 157287 SHA256 (Martchus-qtforkawesome-v0.3.1_GH0.tar.gz) = b797af12542c5a2c7d11025ffaf9bea2b5abc603cef57044cfc20d0f5e7c8587 SIZE (Martchus-qtforkawesome-v0.3.1_GH0.tar.gz) = 19640 SHA256 (ForkAwesome-Fork-Awesome-4fef70f_GH0.tar.gz) = 93906cd38eb92fe853c9e3723b1f0fa56df6ddcd2d87ac82c97b5a188e5cdae6 SIZE (ForkAwesome-Fork-Awesome-4fef70f_GH0.tar.gz) = 1803875 -SHA256 (Martchus-subdirs-52fc6e4_GH0.tar.gz) = 97484abec19d6e6c3dac05573b7dbdaf907a12c45a2d058d192cd33b07521730 -SIZE (Martchus-subdirs-52fc6e4_GH0.tar.gz) = 14211 +SHA256 (Martchus-subdirs-0a522cf_GH0.tar.gz) = 5766e9fee1403cfc72b6895f36039c5a7f01dd866b55ea01e97e7f32857adbec +SIZE (Martchus-subdirs-0a522cf_GH0.tar.gz) = 14225 diff --git a/deskutils/taskwarrior-tui/Makefile b/deskutils/taskwarrior-tui/Makefile index 90af81a050d1..4966d24574e1 100644 --- a/deskutils/taskwarrior-tui/Makefile +++ b/deskutils/taskwarrior-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= taskwarrior-tui DISTVERSIONPREFIX= v DISTVERSION= 0.24.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/thokr/Makefile b/deskutils/thokr/Makefile index 24bddf3c0b0f..22fa3f9e9d2f 100644 --- a/deskutils/thokr/Makefile +++ b/deskutils/thokr/Makefile @@ -1,7 +1,7 @@ PORTNAME= thokr DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index 7120dd979162..1b8285b2380e 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -1,6 +1,5 @@ PORTNAME= treeline -PORTVERSION= 3.1.6 -PORTREVISION= 1 +PORTVERSION= 3.2.0 CATEGORIES= deskutils python MASTER_SITES= https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \ SF/${PORTNAME}/${PORTVERSION} @@ -12,8 +11,8 @@ WWW= https://treeline.bellz.org LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE -USES= python pyqt:5 shebangfix -USE_PYQT= pyqt5 +USES= python pyqt:6 shebangfix +USE_PYQT= pyqt6 SHEBANG_FILES= source/treeline.py diff --git a/deskutils/treeline/distinfo b/deskutils/treeline/distinfo index 7c9ceb896b01..1d0b1f226cae 100644 --- a/deskutils/treeline/distinfo +++ b/deskutils/treeline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686909978 -SHA256 (treeline-3.1.6.tar.gz) = 9f5da5155ff5360daa43a41fe94fc070f33e04e5afc029aceb6ffefd6e9600b1 -SIZE (treeline-3.1.6.tar.gz) = 869814 +TIMESTAMP = 1756960341 +SHA256 (treeline-3.2.0.tar.gz) = 191ff71f77385681171e9a8cf74f1148d5b205e3497d7bf36f286be1d98574be +SIZE (treeline-3.2.0.tar.gz) = 866066 diff --git a/deskutils/treesheets/Makefile b/deskutils/treesheets/Makefile index b5b717c57c16..c72ff88c0b56 100644 --- a/deskutils/treesheets/Makefile +++ b/deskutils/treesheets/Makefile @@ -1,6 +1,5 @@ PORTNAME= treesheets -DISTVERSION= 1.0.20250617 -PORTREVISION= 1 +DISTVERSION= 2507 CATEGORIES= deskutils MAINTAINER= eduardo@FreeBSD.org @@ -13,13 +12,11 @@ LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt USES= cmake desktop-file-utils shared-mime-info USE_GITHUB= yes GH_ACCOUNT= aardappel -GH_TAGNAME= 15700798552 USE_WX= 3.2 - -PORTSCOUT= ignore:1 # upstream uses CI run ids as releases +GH_TUPLE= aardappel:lobster:v2025.3:external/lobster PORTDATA= images scripts -PORTDOCS= docs readme.html +PORTDOCS= docs readme-ko.html readme-zh_CN.html readme.html PORTEXAMPLES= examples OPTIONS_DEFINE= DOCS EXAMPLES NLS @@ -27,4 +24,8 @@ OPTIONS_SUB= yes NLS_USES= gettext-tools +post-extract: + ${MKDIR} ${WRKDIR}/.build/_deps/lobster-src + ${CP} -R ${WRKSRC}/lobster/* ${WRKDIR}/.build/_deps/lobster-src + .include <bsd.port.mk> diff --git a/deskutils/treesheets/distinfo b/deskutils/treesheets/distinfo index 60da807e7903..6c0ae4022014 100644 --- a/deskutils/treesheets/distinfo +++ b/deskutils/treesheets/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1750158203 -SHA256 (aardappel-treesheets-1.0.20250617-15700798552_GH0.tar.gz) = 33146a7f5ae30ae7dbe5692b18ed6ed5b06c5b475c736fb52e05813e3c2ccf67 -SIZE (aardappel-treesheets-1.0.20250617-15700798552_GH0.tar.gz) = 3312954 +TIMESTAMP = 1757527112 +SHA256 (aardappel-treesheets-2507_GH0.tar.gz) = dfd21bb46c9f456d6e6107d8edbf1ae8556da0c05830bd2c64415074989e1d3f +SIZE (aardappel-treesheets-2507_GH0.tar.gz) = 2358134 +SHA256 (aardappel-lobster-v2025.3_GH0.tar.gz) = 8eef481d779f9c1d53e860341e582d54732cbec997b5a05c0f4628107fc1e12d +SIZE (aardappel-lobster-v2025.3_GH0.tar.gz) = 26681905 diff --git a/deskutils/treesheets/files/patch-CMakeLists.txt b/deskutils/treesheets/files/patch-CMakeLists.txt index 745c53af74c3..7263d8e56183 100644 --- a/deskutils/treesheets/files/patch-CMakeLists.txt +++ b/deskutils/treesheets/files/patch-CMakeLists.txt @@ -1,15 +1,50 @@ ---- CMakeLists.txt.orig 2025-06-14 21:33:28 UTC +Build with system wx workaround: +https://github.com/aardappel/treesheets/issues/1083 + +--- CMakeLists.txt.orig 2025-09-10 10:53:00 UTC +++ CMakeLists.txt -@@ -4,7 +4,7 @@ string(TIMESTAMP TimeStamp "%y%m%d.%H%M" UTC) - - string(TIMESTAMP TimeStamp "%y%m%d.%H%M" UTC) +@@ -7,7 +7,7 @@ endif() + set(TREESHEETS_VERSION "${timestamp}") + endif() -project(TreeSheets +project(treesheets DESCRIPTION "A free-form hierarchical data organizer" HOMEPAGE_URL "https://github.com/aardappel/treesheets" - VERSION ${TimeStamp}) -@@ -174,11 +174,11 @@ target_link_libraries(TreeSheets PRIVATE ${TREESHEETS_ + VERSION "${TREESHEETS_VERSION}") +@@ -32,17 +32,11 @@ FetchContent_Declare( + + include(FetchContent) + FetchContent_Declare( +- wxwidgets +- GIT_REPOSITORY https://github.com/wxWidgets/wxWidgets +- GIT_TAG v3.2.8 +- FIND_PACKAGE_ARGS 3.2.8 NAMES wxWidgets +-) +-FetchContent_Declare( + lobster + GIT_REPOSITORY https://github.com/aardappel/lobster + GIT_TAG v2025.3 + ) +-FetchContent_MakeAvailable(wxwidgets lobster) ++FetchContent_MakeAvailable(lobster) + + ### Options + +@@ -143,7 +137,11 @@ target_precompile_headers(TreeSheets PUBLIC src/stdafx + target_precompile_headers(TreeSheets PUBLIC src/stdafx.h) + + ## Link wxWidgets, lobster-impl and StackWalker into TreeSheets +-set(TREESHEETS_LIBS wx::aui wx::adv wx::core wx::xml wx::net lobster-impl) ++find_package(wxWidgets REQUIRED COMPONENTS aui adv core xml net) ++set(TREESHEETS_LIBS ${wxWidgets_LIBRARIES} lobster-impl) ++target_link_libraries(TreeSheets PRIVATE ${TREESHEETS_LIBS}) ++target_include_directories(TreeSheets PRIVATE ${wxWidgets_INCLUDE_DIRS}) ++target_compile_definitions(TreeSheets PRIVATE ${wxWidgets_DEFINITIONS}) + if(WIN32) + list(APPEND TREESHEETS_LIBS StackWalker) + endif() +@@ -153,11 +151,11 @@ target_link_libraries(TreeSheets PRIVATE ${TREESHEETS_ ## Platform specific installation paths @@ -23,10 +58,10 @@ include(GNUInstallDirs) set(TREESHEETS_BINDIR ${CMAKE_INSTALL_BINDIR}) -@@ -211,7 +211,7 @@ install(FILES TS/readme.html DESTINATION ${TREESHEETS_ - install(TARGETS TreeSheets DESTINATION ${TREESHEETS_BINDIR}) +@@ -193,7 +191,7 @@ install(FILES ${treesheets_readme_files} DESTINATION $ install(DIRECTORY TS/docs DESTINATION ${TREESHEETS_DOCDIR}) - install(FILES TS/readme.html DESTINATION ${TREESHEETS_DOCDIR}) + file(GLOB treesheets_readme_files "TS/readme*.html") + install(FILES ${treesheets_readme_files} DESTINATION ${TREESHEETS_DOCDIR}) -install(DIRECTORY TS/examples DESTINATION ${TREESHEETS_DOCDIR}) +install(DIRECTORY TS/examples DESTINATION ${CMAKE_INSTALL_DATADIR}/examples/${CMAKE_PROJECT_NAME}) diff --git a/deskutils/ultralist/Makefile b/deskutils/ultralist/Makefile index aee9e021467d..5fddc91861b8 100644 --- a/deskutils/ultralist/Makefile +++ b/deskutils/ultralist/Makefile @@ -1,6 +1,6 @@ PORTNAME= ultralist DISTVERSION= 1.7.0 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= deskutils MAINTAINER= lcook@FreeBSD.org diff --git a/deskutils/xdg-terminal-exec/Makefile b/deskutils/xdg-terminal-exec/Makefile index c9039af2ba32..15a3721a1571 100644 --- a/deskutils/xdg-terminal-exec/Makefile +++ b/deskutils/xdg-terminal-exec/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdg-terminal-exec DISTVERSIONPREFIX=v -DISTVERSION= 0.13.2 +DISTVERSION= 0.13.3 CATEGORIES= deskutils MAINTAINER= arrowd@FreeBSD.org diff --git a/deskutils/xdg-terminal-exec/distinfo b/deskutils/xdg-terminal-exec/distinfo index 60cf045fa9a7..71617eb94376 100644 --- a/deskutils/xdg-terminal-exec/distinfo +++ b/deskutils/xdg-terminal-exec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751263841 -SHA256 (Vladimir-csp-xdg-terminal-exec-v0.13.2_GH0.tar.gz) = 8fb87a0e0ffaa5e97f081cf921753fae1cf051b9cdfc6786ec7dc758a4efb54e -SIZE (Vladimir-csp-xdg-terminal-exec-v0.13.2_GH0.tar.gz) = 42565 +TIMESTAMP = 1758175558 +SHA256 (Vladimir-csp-xdg-terminal-exec-v0.13.3_GH0.tar.gz) = df92ec6549607254fe0c338dda360823705f25fe7a15488918a576b0dcdf88d8 +SIZE (Vladimir-csp-xdg-terminal-exec-v0.13.3_GH0.tar.gz) = 42595 diff --git a/deskutils/zanshin/distinfo b/deskutils/zanshin/distinfo index a07ef5f31f07..ca72e86cc03d 100644 --- a/deskutils/zanshin/distinfo +++ b/deskutils/zanshin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646194 -SHA256 (KDE/release-service/25.08.0/zanshin-25.08.0.tar.xz) = 16cc15f22657e56914d1637830f8b7cb465004ee8aa73930439f97efacc74345 -SIZE (KDE/release-service/25.08.0/zanshin-25.08.0.tar.xz) = 387556 +TIMESTAMP = 1757409710 +SHA256 (KDE/release-service/25.08.1/zanshin-25.08.1.tar.xz) = 931c87f44a7ca96ebc24df922c220b6e64b0a374195927ea8ed22848d6abceb7 +SIZE (KDE/release-service/25.08.1/zanshin-25.08.1.tar.xz) = 387340 diff --git a/deskutils/znotes/Makefile b/deskutils/znotes/Makefile index 1e6b09b776d0..b0939ab691da 100644 --- a/deskutils/znotes/Makefile +++ b/deskutils/znotes/Makefile @@ -9,6 +9,9 @@ WWW= http://znotes.sourceforge.net LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Abandonware, depends on legacy QT 5 and last release in 2011 +EXPIRATION_DATE=2025-12-31 + USES= compiler:c++11-lang gl qmake qt:5 USE_GL= gl USE_QT= buildtools:build linguisttools:build core gui network \ |