diff options
Diffstat (limited to 'freebsd/applications')
128 files changed, 998 insertions, 330 deletions
diff --git a/freebsd/applications/development/Makefile b/freebsd/applications/development/Makefile index 96e4fcbe4..9e2ac3153 100644 --- a/freebsd/applications/development/Makefile +++ b/freebsd/applications/development/Makefile @@ -4,5 +4,6 @@ SUBDIR += kdiff3 SUBDIR += kscope SUBDIR += kxmleditor + SUBDIR += universal-indent-gui-tqt .include <bsd.port.subdir.mk> diff --git a/freebsd/applications/development/kdbg/distinfo b/freebsd/applications/development/kdbg/distinfo index b3d86a9bb..6048b639e 100644 --- a/freebsd/applications/development/kdbg/distinfo +++ b/freebsd/applications/development/kdbg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713749892 -SHA256 (TDE/applications/development/kdbg-trinity_14.1.2.orig.tar.xz) = b176e8f11ca4cfa3d74835fe236ee065f8204a1a7b91cf58b38d16e30156eae5 -SIZE (TDE/applications/development/kdbg-trinity_14.1.2.orig.tar.xz) = 218044 +TIMESTAMP = 1729172697 +SHA256 (TDE/applications/development/kdbg-trinity_14.1.3.orig.tar.xz) = 8430fbaf7958a0b7ad7422d451f7b29de65ec2c8f89e6ca65e8bdb92214393e0 +SIZE (TDE/applications/development/kdbg-trinity_14.1.3.orig.tar.xz) = 218000 diff --git a/freebsd/applications/development/kdiff3/distinfo b/freebsd/applications/development/kdiff3/distinfo index c30679373..9b2bd0038 100644 --- a/freebsd/applications/development/kdiff3/distinfo +++ b/freebsd/applications/development/kdiff3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713749956 -SHA256 (TDE/applications/development/kdiff3-trinity_14.1.2.orig.tar.xz) = 38f5567306110e173ed65d4243aa4c9b9fe48747f7ed7554d8ef0ea077715e81 -SIZE (TDE/applications/development/kdiff3-trinity_14.1.2.orig.tar.xz) = 745324 +TIMESTAMP = 1729172792 +SHA256 (TDE/applications/development/kdiff3-trinity_14.1.3.orig.tar.xz) = daa8ee2c72601e2d23c389de60d9d819d5011075c83038a266346a3627e1cbef +SIZE (TDE/applications/development/kdiff3-trinity_14.1.3.orig.tar.xz) = 745300 diff --git a/freebsd/applications/development/kscope/distinfo b/freebsd/applications/development/kscope/distinfo index 54f2e7172..47d995cf7 100644 --- a/freebsd/applications/development/kscope/distinfo +++ b/freebsd/applications/development/kscope/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713750005 -SHA256 (TDE/applications/development/kscope-trinity_14.1.2.orig.tar.xz) = dc3add9e295c43a3c1f3660248faac3589e4b768634cdbff91c429eb67bbcd1e -SIZE (TDE/applications/development/kscope-trinity_14.1.2.orig.tar.xz) = 1059208 +TIMESTAMP = 1729172858 +SHA256 (TDE/applications/development/kscope-trinity_14.1.3.orig.tar.xz) = 2418945b06635d880b925891533dce9f280afb98a12a8e807f66daf805c04239 +SIZE (TDE/applications/development/kscope-trinity_14.1.3.orig.tar.xz) = 1059212 diff --git a/freebsd/applications/development/kxmleditor/distinfo b/freebsd/applications/development/kxmleditor/distinfo index 0aa998385..e8f91a811 100644 --- a/freebsd/applications/development/kxmleditor/distinfo +++ b/freebsd/applications/development/kxmleditor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713750051 -SHA256 (TDE/applications/development/kxmleditor-trinity_14.1.2.orig.tar.xz) = 297554562652c18938ac8302e9e6e3d4fee539c18a61155a507dd03464409244 -SIZE (TDE/applications/development/kxmleditor-trinity_14.1.2.orig.tar.xz) = 509764 +TIMESTAMP = 1729172933 +SHA256 (TDE/applications/development/kxmleditor-trinity_14.1.3.orig.tar.xz) = c44e4b310ae009ef3fafb020d4e4dcddc536d8ac68c06cb808a73a831cc42a97 +SIZE (TDE/applications/development/kxmleditor-trinity_14.1.3.orig.tar.xz) = 509884 diff --git a/freebsd/applications/development/universal-indent-gui-tqt/Makefile b/freebsd/applications/development/universal-indent-gui-tqt/Makefile new file mode 100644 index 000000000..70018a8ee --- /dev/null +++ b/freebsd/applications/development/universal-indent-gui-tqt/Makefile @@ -0,0 +1,39 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/development/universal-indent-gui-tqt + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= universal-indent-gui-tqt +COMMENT= Graphical UI for multiple source code indent/format/beautify tools +TDE_PREVERSION= +MASTER_SITE_SUBDIR= u/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= devel x11 +DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION} +DIST_SUBDIR= TDE/applications/development + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \ + libtqscintilla.so:devel/tqscintilla \ + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/development/universal-indent-gui-tqt/distinfo b/freebsd/applications/development/universal-indent-gui-tqt/distinfo new file mode 100644 index 000000000..8163cbe24 --- /dev/null +++ b/freebsd/applications/development/universal-indent-gui-tqt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1729173011 +SHA256 (TDE/applications/development/universal-indent-gui-tqt_14.1.3.orig.tar.xz) = bca9d2a3a0eec27e259bc1ca1f48dda817677c12eb51d5d8046dfe987f46b37c +SIZE (TDE/applications/development/universal-indent-gui-tqt_14.1.3.orig.tar.xz) = 454264 diff --git a/freebsd/applications/development/universal-indent-gui-tqt/pkg-descr b/freebsd/applications/development/universal-indent-gui-tqt/pkg-descr new file mode 100644 index 000000000..6d63eebc0 --- /dev/null +++ b/freebsd/applications/development/universal-indent-gui-tqt/pkg-descr @@ -0,0 +1,37 @@ +GUI frontend for several code beautifiers + +UniversalIndentGui is a GUI fontend for several code beautifiers, currently +supporting: + * Artistic Styler + * BCPP + * Cobol Beautify + * CSSTidy + * Fortran 90 PPR + * GNU Indent + * GreatCode + * hindent + * HTB + * Javascript Decoder + * JSPPP + * Perl Tidy + * PHP_Beautifier + * PHP Code Beautifier + * PHP Stylist + * pindent + * Ruby Beautify + * Ruby Formatter + * Shell Indent + * (HTML) Tidy + * Uncrustify + * XML Indent + +UniversalIndentGui allows you to tune a beautifier's configuration and see +how the changes affects a source example live. It is especially useful to +compare different C/C++ beautifiers when you have to choose one of them. + +KXML Editor is a simple program, that displays and edits the contents of an +XML file. It can be embedded in Quanta, and used with DCOP. + +The left side contains a tree representing the XML document structure. The +right side contains a list of attributes for the selected XML element and its +contents. diff --git a/freebsd/applications/development/universal-indent-gui-tqt/pkg-plist b/freebsd/applications/development/universal-indent-gui-tqt/pkg-plist new file mode 100644 index 000000000..3d880be21 --- /dev/null +++ b/freebsd/applications/development/universal-indent-gui-tqt/pkg-plist @@ -0,0 +1,82 @@ +bin/universal-indent-gui-tqt +%%DATADIR%%/config/UiGuiSyntaxHighlightConfig.ini +%%DATADIR%%/icons/accessories-text-editor.png +%%DATADIR%%/icons/applications-system.png +%%DATADIR%%/icons/document-open.png +%%DATADIR%%/icons/document-save-as.png +%%DATADIR%%/icons/document-save.png +%%DATADIR%%/icons/edit-clear.png +%%DATADIR%%/icons/exporthtml.png +%%DATADIR%%/icons/exportpdf.png +%%DATADIR%%/icons/help.png +%%DATADIR%%/icons/info.png +%%DATADIR%%/icons/language-de.png +%%DATADIR%%/icons/language-en.png +%%DATADIR%%/icons/language-fr.png +%%DATADIR%%/icons/language-ja.png +%%DATADIR%%/icons/language-ru.png +%%DATADIR%%/icons/language-uk.png +%%DATADIR%%/icons/language-zh_TW.png +%%DATADIR%%/icons/live-preview.png +%%DATADIR%%/icons/load_indent_cfg.png +%%DATADIR%%/icons/preferences-system.png +%%DATADIR%%/icons/save_indent_cfg.png +%%DATADIR%%/icons/shell.png +%%DATADIR%%/icons/syntax-highlight.png +%%DATADIR%%/icons/system-log-out.png +%%DATADIR%%/icons/tooltip.png +%%DATADIR%%/icons/universalIndentGUI.ico +%%DATADIR%%/icons/universalIndentGUI.svg +%%DATADIR%%/icons/universalIndentGUI_32x32.xpm +%%DATADIR%%/icons/universalIndentGUI_512x512.png +%%DATADIR%%/icons/universalIndentGUI_64x64.png +%%DATADIR%%/icons/view-refresh.png +%%DATADIR%%/indenters/example.cpp +%%DATADIR%%/indenters/examples/JsDecoder.js +%%DATADIR%%/indenters/examples/example.cbl +%%DATADIR%%/indenters/examples/example.css +%%DATADIR%%/indenters/examples/example.f90 +%%DATADIR%%/indenters/examples/example.html +%%DATADIR%%/indenters/examples/example.js +%%DATADIR%%/indenters/examples/example.php +%%DATADIR%%/indenters/examples/example.pl +%%DATADIR%%/indenters/examples/example.py +%%DATADIR%%/indenters/examples/example.rb +%%DATADIR%%/indenters/examples/example.sh +%%DATADIR%%/indenters/examples/example.sql +%%DATADIR%%/indenters/examples/example.vb +%%DATADIR%%/indenters/examples/example.xml +%%DATADIR%%/indenters/examples/hindent +%%DATADIR%%/indenters/examples/hindent.html +%%DATADIR%%/indenters/examples/perltidy +%%DATADIR%%/indenters/examples/phpStylist.php +%%DATADIR%%/indenters/examples/phpStylist.txt +%%DATADIR%%/indenters/examples/pindent.py +%%DATADIR%%/indenters/examples/pindent.txt +%%DATADIR%%/indenters/examples/rbeautify.rb +%%DATADIR%%/indenters/examples/ruby_formatter.rb +%%DATADIR%%/indenters/examples/shellindent.awk +%%DATADIR%%/indenters/uigui_CblBeau.ini +%%DATADIR%%/indenters/uigui_astyle.ini +%%DATADIR%%/indenters/uigui_bcpp.ini +%%DATADIR%%/indenters/uigui_csstidy.ini +%%DATADIR%%/indenters/uigui_f90ppr.ini +%%DATADIR%%/indenters/uigui_gnuindent.ini +%%DATADIR%%/indenters/uigui_greatcode.ini +%%DATADIR%%/indenters/uigui_hindent.ini +%%DATADIR%%/indenters/uigui_htb.ini +%%DATADIR%%/indenters/uigui_jsdecoder.ini +%%DATADIR%%/indenters/uigui_jsppp.ini +%%DATADIR%%/indenters/uigui_perltidy.ini +%%DATADIR%%/indenters/uigui_phpCB.ini +%%DATADIR%%/indenters/uigui_phpStylist.ini +%%DATADIR%%/indenters/uigui_php_Beautifier.ini +%%DATADIR%%/indenters/uigui_pindent.ini +%%DATADIR%%/indenters/uigui_psti.ini +%%DATADIR%%/indenters/uigui_rbeautify.ini +%%DATADIR%%/indenters/uigui_rubyformatter.ini +%%DATADIR%%/indenters/uigui_shellindent.ini +%%DATADIR%%/indenters/uigui_tidy.ini +%%DATADIR%%/indenters/uigui_uncrustify.ini +%%DATADIR%%/indenters/uigui_vbsbeaut.ini +%%DATADIR%%/indenters/uigui_xmlindent.ini diff --git a/freebsd/applications/games/knights/distinfo b/freebsd/applications/games/knights/distinfo index 0e6b457bd..6d7090be1 100644 --- a/freebsd/applications/games/knights/distinfo +++ b/freebsd/applications/games/knights/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713750121 -SHA256 (TDE/applications/games/knights-trinity_14.1.2.orig.tar.xz) = 7a231031dae825c1e700c5052074b915f5229e39f2f0aa1dba4ed8d40ae40f4e -SIZE (TDE/applications/games/knights-trinity_14.1.2.orig.tar.xz) = 1827552 +TIMESTAMP = 1729173074 +SHA256 (TDE/applications/games/knights-trinity_14.1.3.orig.tar.xz) = bb3042fc185eac834825da76099e634fadba4aaf5ddfdaff949e91bc06d5f458 +SIZE (TDE/applications/games/knights-trinity_14.1.3.orig.tar.xz) = 1827512 diff --git a/freebsd/applications/games/tdepacman/distinfo b/freebsd/applications/games/tdepacman/distinfo index acb8a5df1..b99ab562c 100644 --- a/freebsd/applications/games/tdepacman/distinfo +++ b/freebsd/applications/games/tdepacman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713750163 -SHA256 (TDE/applications/games/tdepacman-trinity_14.1.2.orig.tar.xz) = c3f6347639a6d447e5b7dca0df14469fe626877f1851aee7c0d547956a1662c9 -SIZE (TDE/applications/games/tdepacman-trinity_14.1.2.orig.tar.xz) = 109456 +TIMESTAMP = 1729173115 +SHA256 (TDE/applications/games/tdepacman-trinity_14.1.3.orig.tar.xz) = e27524dc87992c5dfbf17a2a9eec204bdb623b773239ca3764129397c89afe11 +SIZE (TDE/applications/games/tdepacman-trinity_14.1.3.orig.tar.xz) = 111324 diff --git a/freebsd/applications/games/tdepacman/pkg-plist b/freebsd/applications/games/tdepacman/pkg-plist index 6fcfd89ed..f9150f46a 100644 --- a/freebsd/applications/games/tdepacman/pkg-plist +++ b/freebsd/applications/games/tdepacman/pkg-plist @@ -106,5 +106,6 @@ share/locale/de/LC_MESSAGES/tdepacman.mo share/locale/es/LC_MESSAGES/tdepacman.mo share/locale/he/LC_MESSAGES/tdepacman.mo share/locale/pt/LC_MESSAGES/tdepacman.mo +share/locale/ru/LC_MESSAGES/tdepacman.mo share/locale/sv/LC_MESSAGES/tdepacman.mo share/man/man1/tdepacman.1.gz diff --git a/freebsd/applications/graphics/Makefile b/freebsd/applications/graphics/Makefile index 56dcb47bf..364238983 100644 --- a/freebsd/applications/graphics/Makefile +++ b/freebsd/applications/graphics/Makefile @@ -4,5 +4,6 @@ SUBDIR += gwenview SUBDIR += gwenview-i18n SUBDIR += ksquirrel + SUBDIR += potracegui .include <bsd.port.subdir.mk> diff --git a/freebsd/applications/graphics/digikam/distinfo b/freebsd/applications/graphics/digikam/distinfo index e82c5b0a8..9e9b14434 100644 --- a/freebsd/applications/graphics/digikam/distinfo +++ b/freebsd/applications/graphics/digikam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713750218 -SHA256 (TDE/applications/graphics/digikam-trinity_14.1.2.orig.tar.xz) = 27a9f10f45f5bdf5f3ef8e70d1db727acaea00848e9750551d8e828db6f9c151 -SIZE (TDE/applications/graphics/digikam-trinity_14.1.2.orig.tar.xz) = 54252952 +TIMESTAMP = 1729173150 +SHA256 (TDE/applications/graphics/digikam-trinity_14.1.3.orig.tar.xz) = 854811b38df03e824c4269877c9b625359b09120b09f6e7d5ae37ae031553a82 +SIZE (TDE/applications/graphics/digikam-trinity_14.1.3.orig.tar.xz) = 54253212 diff --git a/freebsd/applications/graphics/gwenview-i18n/distinfo b/freebsd/applications/graphics/gwenview-i18n/distinfo index c88424703..73c4c0def 100644 --- a/freebsd/applications/graphics/gwenview-i18n/distinfo +++ b/freebsd/applications/graphics/gwenview-i18n/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714289830 -SHA256 (TDE/applications/graphics/gwenview-i18n-trinity_14.1.2.orig.tar.xz) = ab6d13848f7fc7ee0f992982fc5f26cd418e27c43068da26b7d6403cc1f1c429 -SIZE (TDE/applications/graphics/gwenview-i18n-trinity_14.1.2.orig.tar.xz) = 1391976 +TIMESTAMP = 1729416898 +SHA256 (TDE/applications/graphics/gwenview-i18n-trinity_14.1.3.orig.tar.xz) = 8a0441d8232f5930dca48d4cc0e5d586f59058f00aa948bcdb26741966ede1ad +SIZE (TDE/applications/graphics/gwenview-i18n-trinity_14.1.3.orig.tar.xz) = 1391944 diff --git a/freebsd/applications/graphics/gwenview/distinfo b/freebsd/applications/graphics/gwenview/distinfo index 2ac828bac..08667bdc6 100644 --- a/freebsd/applications/graphics/gwenview/distinfo +++ b/freebsd/applications/graphics/gwenview/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713753194 -SHA256 (TDE/applications/graphics/gwenview-trinity_14.1.2.orig.tar.xz) = 7482a9fd73a2fb288b280d7949ebd69c09d409fe00737dbe90917f550d5c7e5e -SIZE (TDE/applications/graphics/gwenview-trinity_14.1.2.orig.tar.xz) = 734036 +TIMESTAMP = 1729173871 +SHA256 (TDE/applications/graphics/gwenview-trinity_14.1.3.orig.tar.xz) = 2187c671fe780b524a856efb469e7063bf60cbf08bcef1fc11b74ef16d109b6b +SIZE (TDE/applications/graphics/gwenview-trinity_14.1.3.orig.tar.xz) = 512200 diff --git a/freebsd/applications/graphics/ksquirrel/distinfo b/freebsd/applications/graphics/ksquirrel/distinfo index f1d7dac21..95af4e444 100644 --- a/freebsd/applications/graphics/ksquirrel/distinfo +++ b/freebsd/applications/graphics/ksquirrel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713753317 -SHA256 (TDE/applications/graphics/ksquirrel-trinity_14.1.2.orig.tar.xz) = 134370dcaf2c126af022f3c2bf9b3f10dacbecfd6fe70b67e7d266b7bf72c941 -SIZE (TDE/applications/graphics/ksquirrel-trinity_14.1.2.orig.tar.xz) = 782388 +TIMESTAMP = 1729173992 +SHA256 (TDE/applications/graphics/ksquirrel-trinity_14.1.3.orig.tar.xz) = 506ce4a018de7c7e21016c01adb5c55c168bf0142329f38ad52511efd609ae8b +SIZE (TDE/applications/graphics/ksquirrel-trinity_14.1.3.orig.tar.xz) = 782168 diff --git a/freebsd/applications/graphics/potracegui/Makefile b/freebsd/applications/graphics/potracegui/Makefile new file mode 100644 index 000000000..27ce225dd --- /dev/null +++ b/freebsd/applications/graphics/potracegui/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/graphics/potracegui + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= potracegui-trinity +COMMENT= TDE frontend for potrace +TDE_PREVERSION= +MASTER_SITE_SUBDIR= p/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= graphics x11 +DIST_SUBDIR= TDE/applications/graphics + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + +RUN_DEPENDS+= potrace:graphics/potrace + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/graphics/potracegui/distinfo b/freebsd/applications/graphics/potracegui/distinfo new file mode 100644 index 000000000..35ef93602 --- /dev/null +++ b/freebsd/applications/graphics/potracegui/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1729174571 +SHA256 (TDE/applications/graphics/potracegui-trinity_14.1.3.orig.tar.xz) = 55fb92a0e4729453b8f1fcac61ced5606eece869dd370f1835e3dffeb6fcefc9 +SIZE (TDE/applications/graphics/potracegui-trinity_14.1.3.orig.tar.xz) = 50708 diff --git a/freebsd/applications/graphics/potracegui/pkg-descr b/freebsd/applications/graphics/potracegui/pkg-descr new file mode 100644 index 000000000..044db6a5d --- /dev/null +++ b/freebsd/applications/graphics/potracegui/pkg-descr @@ -0,0 +1,8 @@ +TDE frontend for potrace + +A TDE interface for the commandline tracing tools potrace and/or autotrace. It +supports drag and drop as well as all image types recognized by TDE, which are +a lot more than the 4 recognized by the potrace commandline tool. Loading of +remote files (web, ftp, ...) is also supported. + +Homepage: http://potracegui.sourceforge.net diff --git a/freebsd/applications/graphics/potracegui/pkg-plist b/freebsd/applications/graphics/potracegui/pkg-plist new file mode 100644 index 000000000..6ea9140d8 --- /dev/null +++ b/freebsd/applications/graphics/potracegui/pkg-plist @@ -0,0 +1,11 @@ +bin/potracegui +share/applications/tde/potracegui.desktop +share/apps/potracegui/potraceguiui.rc +share/doc/tde/HTML/en/potracegui/common +share/doc/tde/HTML/en/potracegui/index.cache.bz2 +share/doc/tde/HTML/en/potracegui/index.docbook +share/icons/hicolor/16x16/apps/potracegui.png +share/icons/hicolor/32x32/apps/potracegui.png +share/locale/de/LC_MESSAGES/potracegui.mo +share/locale/tr/LC_MESSAGES/potracegui.mo +share/man/man1/potracegui.1.gz diff --git a/freebsd/applications/internet/kasablanca/distinfo b/freebsd/applications/internet/kasablanca/distinfo index 540c20fcb..79d271cee 100644 --- a/freebsd/applications/internet/kasablanca/distinfo +++ b/freebsd/applications/internet/kasablanca/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713787860 -SHA256 (TDE/applications/internet/kasablanca-trinity_14.1.2.orig.tar.xz) = ba0318710cd7d6d7b4afe7a3e26b48f4b07cd84b5c68624cd546e8cc6bcbaf8f -SIZE (TDE/applications/internet/kasablanca-trinity_14.1.2.orig.tar.xz) = 131744 +TIMESTAMP = 1729174604 +SHA256 (TDE/applications/internet/kasablanca-trinity_14.1.3.orig.tar.xz) = 87bf9eadedeaae03db76c61c95f28f00f775e16b33c6165e654f86993317f59e +SIZE (TDE/applications/internet/kasablanca-trinity_14.1.3.orig.tar.xz) = 131788 diff --git a/freebsd/applications/internet/kbiff/distinfo b/freebsd/applications/internet/kbiff/distinfo index 0b9b34c13..3f1a6475d 100644 --- a/freebsd/applications/internet/kbiff/distinfo +++ b/freebsd/applications/internet/kbiff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713787977 -SHA256 (TDE/applications/internet/kbiff-trinity_14.1.2.orig.tar.xz) = c14e03bd380ae7d1cc81f4c12674f39e03c21646efb517f1d22db026a6ee57d7 -SIZE (TDE/applications/internet/kbiff-trinity_14.1.2.orig.tar.xz) = 139880 +TIMESTAMP = 1729174651 +SHA256 (TDE/applications/internet/kbiff-trinity_14.1.3.orig.tar.xz) = 7acb7abc5e623708635c4def41c9801197f88e9cb31bbaaa67cbd408890cb566 +SIZE (TDE/applications/internet/kbiff-trinity_14.1.3.orig.tar.xz) = 139868 diff --git a/freebsd/applications/internet/kftpgrabber/distinfo b/freebsd/applications/internet/kftpgrabber/distinfo index 1e37f6de6..1e9535a9e 100644 --- a/freebsd/applications/internet/kftpgrabber/distinfo +++ b/freebsd/applications/internet/kftpgrabber/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713788624 -SHA256 (TDE/applications/internet/kftpgrabber-trinity_14.1.2.orig.tar.xz) = 1f75f03428cb5ff242d1dd557dc72428ad7dee7e82133930a79ac2d25486181f -SIZE (TDE/applications/internet/kftpgrabber-trinity_14.1.2.orig.tar.xz) = 756860 +TIMESTAMP = 1729174697 +SHA256 (TDE/applications/internet/kftpgrabber-trinity_14.1.3.orig.tar.xz) = 1d4312ae7e8d25a41a4850001a8d1298cabe2e7cd5c7a0fe304be955feee9ef5 +SIZE (TDE/applications/internet/kftpgrabber-trinity_14.1.3.orig.tar.xz) = 756864 diff --git a/freebsd/applications/internet/knmap/distinfo b/freebsd/applications/internet/knmap/distinfo index 1d84b3bbc..5374f7a08 100644 --- a/freebsd/applications/internet/knmap/distinfo +++ b/freebsd/applications/internet/knmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713788756 -SHA256 (TDE/applications/internet/knmap-trinity_14.1.2.orig.tar.xz) = 51e0dcf0c16aed34eccde49ef63130931d1e560165334ca548f72b429369da03 -SIZE (TDE/applications/internet/knmap-trinity_14.1.2.orig.tar.xz) = 983408 +TIMESTAMP = 1729174786 +SHA256 (TDE/applications/internet/knmap-trinity_14.1.3.orig.tar.xz) = 606bb280f2cfdc29f4cc0510d8acbb59878dba810da1bbb8f2568c211c2eaf7b +SIZE (TDE/applications/internet/knmap-trinity_14.1.3.orig.tar.xz) = 983432 diff --git a/freebsd/applications/internet/konversation/distinfo b/freebsd/applications/internet/konversation/distinfo index 4b2c6c914..a181d0e2d 100644 --- a/freebsd/applications/internet/konversation/distinfo +++ b/freebsd/applications/internet/konversation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713788802 -SHA256 (TDE/applications/internet/konversation-trinity_14.1.2.orig.tar.xz) = 364099686b08763391d7e1527024f670121d9919f037dd0c5dd615e18e7d308e -SIZE (TDE/applications/internet/konversation-trinity_14.1.2.orig.tar.xz) = 4153116 +TIMESTAMP = 1729174850 +SHA256 (TDE/applications/internet/konversation-trinity_14.1.3.orig.tar.xz) = b5ca7b0804dc9884c2a4f9f7c6f3e83c35e8c5d829076cab1417da0a82ef9658 +SIZE (TDE/applications/internet/konversation-trinity_14.1.3.orig.tar.xz) = 4152996 diff --git a/freebsd/applications/internet/kopete-otr/distinfo b/freebsd/applications/internet/kopete-otr/distinfo index 82f9f8ece..2d81d558e 100644 --- a/freebsd/applications/internet/kopete-otr/distinfo +++ b/freebsd/applications/internet/kopete-otr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713789410 -SHA256 (TDE/applications/internet/kopete-otr-trinity_14.1.2.orig.tar.xz) = 097eb19c030ae312ff5e10ebb067ba0cdcc1ba624c2064c6e20053d6e23e279c -SIZE (TDE/applications/internet/kopete-otr-trinity_14.1.2.orig.tar.xz) = 57672 +TIMESTAMP = 1729174928 +SHA256 (TDE/applications/internet/kopete-otr-trinity_14.1.3.orig.tar.xz) = d83cb74d45b6be876a18871a46bebaf9890fa8b9f41e6cc83fa81938cbdf3515 +SIZE (TDE/applications/internet/kopete-otr-trinity_14.1.3.orig.tar.xz) = 57668 diff --git a/freebsd/applications/internet/kshowmail/distinfo b/freebsd/applications/internet/kshowmail/distinfo index 878644f7d..57a6aacbd 100644 --- a/freebsd/applications/internet/kshowmail/distinfo +++ b/freebsd/applications/internet/kshowmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713789453 -SHA256 (TDE/applications/internet/kshowmail-trinity_14.1.2.orig.tar.xz) = 487903b190867579fe2caeac98b4595cb54ef12fba2dbf2e95bb50c9b19cb94d -SIZE (TDE/applications/internet/kshowmail-trinity_14.1.2.orig.tar.xz) = 566604 +TIMESTAMP = 1729175138 +SHA256 (TDE/applications/internet/kshowmail-trinity_14.1.3.orig.tar.xz) = 66c495393eac4bb85918186bdfd10ed79c087e4a14eed2a3e32f4ee3d67f1632 +SIZE (TDE/applications/internet/kshowmail-trinity_14.1.3.orig.tar.xz) = 566280 diff --git a/freebsd/applications/internet/kstreamripper/distinfo b/freebsd/applications/internet/kstreamripper/distinfo index 10b7a5f05..8d57cf058 100644 --- a/freebsd/applications/internet/kstreamripper/distinfo +++ b/freebsd/applications/internet/kstreamripper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713789521 -SHA256 (TDE/applications/internet/kstreamripper-trinity_14.1.2.orig.tar.xz) = 453808e00e650091b5ca4cbb21e4701710a066cacb1bc5c70bfb4bf9c6ebc95c -SIZE (TDE/applications/internet/kstreamripper-trinity_14.1.2.orig.tar.xz) = 23712 +TIMESTAMP = 1729175210 +SHA256 (TDE/applications/internet/kstreamripper-trinity_14.1.3.orig.tar.xz) = ad63e9e3f44d1ddddfc83f7ec6061696312c1900f3e9c593060753a6174abf08 +SIZE (TDE/applications/internet/kstreamripper-trinity_14.1.3.orig.tar.xz) = 23700 diff --git a/freebsd/applications/internet/ktorrent/distinfo b/freebsd/applications/internet/ktorrent/distinfo index 582d83ae7..cc0549d5f 100644 --- a/freebsd/applications/internet/ktorrent/distinfo +++ b/freebsd/applications/internet/ktorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713789565 -SHA256 (TDE/applications/internet/ktorrent-trinity_14.1.2.orig.tar.xz) = c0ee278e70e7dc30ccd06680e9156a2c90b233a014de70d5325fc485cddeeb78 -SIZE (TDE/applications/internet/ktorrent-trinity_14.1.2.orig.tar.xz) = 2058356 +TIMESTAMP = 1729175346 +SHA256 (TDE/applications/internet/ktorrent-trinity_14.1.3.orig.tar.xz) = 0d2def66f9809a1e52b77159704b976676361e07b9fb03d4eb5af5c030851755 +SIZE (TDE/applications/internet/ktorrent-trinity_14.1.3.orig.tar.xz) = 2058588 diff --git a/freebsd/applications/internet/tork/distinfo b/freebsd/applications/internet/tork/distinfo index 92767afa1..df3a55760 100644 --- a/freebsd/applications/internet/tork/distinfo +++ b/freebsd/applications/internet/tork/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713789877 -SHA256 (TDE/applications/internet/tork-trinity_14.1.2.orig.tar.xz) = aab9eb18344d5d3e56a9241aea577e2c461c1368de39a9d9611bbe0ece0c5773 -SIZE (TDE/applications/internet/tork-trinity_14.1.2.orig.tar.xz) = 1971548 +TIMESTAMP = 1729175664 +SHA256 (TDE/applications/internet/tork-trinity_14.1.3.orig.tar.xz) = 0a87659279b0b024015984f9ae608dbeb3b5680a7b5da244b88d30ec4dbe1a93 +SIZE (TDE/applications/internet/tork-trinity_14.1.3.orig.tar.xz) = 1972792 diff --git a/freebsd/applications/internet/tork/pkg-plist b/freebsd/applications/internet/tork/pkg-plist index 4cc80b510..0f3a5cc08 100644 --- a/freebsd/applications/internet/tork/pkg-plist +++ b/freebsd/applications/internet/tork/pkg-plist @@ -401,6 +401,7 @@ share/locale/es/LC_MESSAGES/tork.mo share/locale/fr/LC_MESSAGES/tork.mo share/locale/it/LC_MESSAGES/tork.mo share/locale/nl/LC_MESSAGES/tork.mo +share/locale/ru/LC_MESSAGES/libkickermenu_tork.mo share/locale/tr/LC_MESSAGES/tork.mo share/locale/zh_CN/LC_MESSAGES/tork.mo share/man/man1/tork.1.gz diff --git a/freebsd/applications/misc/bibletime/distinfo b/freebsd/applications/misc/bibletime/distinfo index c66b76bbe..dd3767ed0 100644 --- a/freebsd/applications/misc/bibletime/distinfo +++ b/freebsd/applications/misc/bibletime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713800360 -SHA256 (TDE/applications/misc/bibletime-trinity_14.1.2.orig.tar.xz) = e2607493f8c1a83ade46d6e7964bd245888abd162e5c5bca4fed1eeb81c2f972 -SIZE (TDE/applications/misc/bibletime-trinity_14.1.2.orig.tar.xz) = 670704 +TIMESTAMP = 1729210448 +SHA256 (TDE/applications/misc/bibletime-trinity_14.1.3.orig.tar.xz) = 5bfce61048be9f9d8a3fb9cd6d3accc198789fed9fb49c31f3fe9512a58d0fed +SIZE (TDE/applications/misc/bibletime-trinity_14.1.3.orig.tar.xz) = 670724 diff --git a/freebsd/applications/multimedia/amarok/Makefile b/freebsd/applications/multimedia/amarok/Makefile index 571cf0d9a..c9ef74b13 100644 --- a/freebsd/applications/multimedia/amarok/Makefile +++ b/freebsd/applications/multimedia/amarok/Makefile @@ -27,7 +27,6 @@ LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \ LIB_DEPENDS+=\ libgpod.so:audio/libgpod \ - libmp4v2.so:multimedia/mp4v2 \ libmtp.so:multimedia/libmtp \ libSDL.so:devel/sdl12 \ libtag.so:audio/taglib \ diff --git a/freebsd/applications/multimedia/amarok/distinfo b/freebsd/applications/multimedia/amarok/distinfo index 42cb2b63e..29f9821e3 100644 --- a/freebsd/applications/multimedia/amarok/distinfo +++ b/freebsd/applications/multimedia/amarok/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713800523 -SHA256 (TDE/applications/multimedia/amarok-trinity_14.1.2.orig.tar.xz) = 04ed8a9ab69d61ecdd4f621ea18f8e0c95abad689fc7f74f107da222cdd25093 -SIZE (TDE/applications/multimedia/amarok-trinity_14.1.2.orig.tar.xz) = 10022584 +TIMESTAMP = 1729210668 +SHA256 (TDE/applications/multimedia/amarok-trinity_14.1.3.orig.tar.xz) = afd1cfcb08a58877efcf522eda92a3d78796cd2c6fe9234e23c721074e05a964 +SIZE (TDE/applications/multimedia/amarok-trinity_14.1.3.orig.tar.xz) = 10006404 diff --git a/freebsd/applications/multimedia/codeine/distinfo b/freebsd/applications/multimedia/codeine/distinfo index 564e44c56..21cf2d6ba 100644 --- a/freebsd/applications/multimedia/codeine/distinfo +++ b/freebsd/applications/multimedia/codeine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713800743 -SHA256 (TDE/applications/multimedia/codeine-trinity_14.1.2.orig.tar.xz) = 17d49ccecdf95c811ef04c791a82dcd2a02fb5fe4baceb6e32d22ea73074c2dc -SIZE (TDE/applications/multimedia/codeine-trinity_14.1.2.orig.tar.xz) = 90532 +TIMESTAMP = 1729210903 +SHA256 (TDE/applications/multimedia/codeine-trinity_14.1.3.orig.tar.xz) = 46df8be6de02c32c1aea9667157a556414d517928fd53e569d5fd05483b0e16c +SIZE (TDE/applications/multimedia/codeine-trinity_14.1.3.orig.tar.xz) = 90740 diff --git a/freebsd/applications/multimedia/kaffeine/distinfo b/freebsd/applications/multimedia/kaffeine/distinfo index 987bde7d5..8afb5408f 100644 --- a/freebsd/applications/multimedia/kaffeine/distinfo +++ b/freebsd/applications/multimedia/kaffeine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713802226 -SHA256 (TDE/applications/multimedia/kaffeine-trinity_14.1.2.orig.tar.xz) = 99c1f076cff96b5fb641172019bda554d8c775392b493e4201bb97aaa4e1627d -SIZE (TDE/applications/multimedia/kaffeine-trinity_14.1.2.orig.tar.xz) = 2356100 +TIMESTAMP = 1729210942 +SHA256 (TDE/applications/multimedia/kaffeine-trinity_14.1.3.orig.tar.xz) = c13c00fec44df82787a358c00dc3783a2e3f9dd199daaec90b808671756ecfd6 +SIZE (TDE/applications/multimedia/kaffeine-trinity_14.1.3.orig.tar.xz) = 2356300 diff --git a/freebsd/applications/multimedia/rosegarden/distinfo b/freebsd/applications/multimedia/rosegarden/distinfo index 9978cac06..ce895a88c 100644 --- a/freebsd/applications/multimedia/rosegarden/distinfo +++ b/freebsd/applications/multimedia/rosegarden/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713802515 -SHA256 (TDE/applications/multimedia/rosegarden-trinity_14.1.2.orig.tar.xz) = 1e336605e39b12ebbd8beea76d830a62b674506f51f54a437977937a876c24a1 -SIZE (TDE/applications/multimedia/rosegarden-trinity_14.1.2.orig.tar.xz) = 6139124 +TIMESTAMP = 1729211017 +SHA256 (TDE/applications/multimedia/rosegarden-trinity_14.1.3.orig.tar.xz) = 852ba77d99071f87c7acd7233d7390a35b1720db54595efbf61ce13473c8d724 +SIZE (TDE/applications/multimedia/rosegarden-trinity_14.1.3.orig.tar.xz) = 6140884 diff --git a/freebsd/applications/multimedia/soundkonverter/distinfo b/freebsd/applications/multimedia/soundkonverter/distinfo index ec6f51318..43704bb13 100644 --- a/freebsd/applications/multimedia/soundkonverter/distinfo +++ b/freebsd/applications/multimedia/soundkonverter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713803368 -SHA256 (TDE/applications/multimedia/soundkonverter-trinity_14.1.2.orig.tar.xz) = 467e0213a90820a1ca8cbf5c1c5b742fe8dbb1a91f8c04ce7f00c0b6c3110a2f -SIZE (TDE/applications/multimedia/soundkonverter-trinity_14.1.2.orig.tar.xz) = 471884 +TIMESTAMP = 1729212283 +SHA256 (TDE/applications/multimedia/soundkonverter-trinity_14.1.3.orig.tar.xz) = a9a3712719c38b1aadfd15b1cb1cb711a1dead20d9da2784e81f8a53706a3f07 +SIZE (TDE/applications/multimedia/soundkonverter-trinity_14.1.3.orig.tar.xz) = 247628 diff --git a/freebsd/applications/office/Makefile b/freebsd/applications/office/Makefile index d17ee3b3b..e9529405d 100644 --- a/freebsd/applications/office/Makefile +++ b/freebsd/applications/office/Makefile @@ -6,6 +6,7 @@ SUBDIR += kile SUBDIR += kmymoney2 SUBDIR += knowit + SUBDIR += tde-ebook-reader SUBDIR += tellico .include <bsd.port.subdir.mk> diff --git a/freebsd/applications/office/basket/distinfo b/freebsd/applications/office/basket/distinfo index a720ac9dd..bc6c437f5 100644 --- a/freebsd/applications/office/basket/distinfo +++ b/freebsd/applications/office/basket/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713804050 -SHA256 (TDE/applications/office/basket-trinity_14.1.2.orig.tar.xz) = 06c1d9dc49eefdf193969dd9a91c086a4ed11629ad9dc269b2abade30bc69db7 -SIZE (TDE/applications/office/basket-trinity_14.1.2.orig.tar.xz) = 3495208 +TIMESTAMP = 1729212398 +SHA256 (TDE/applications/office/basket-trinity_14.1.3.orig.tar.xz) = f6f9e3ab3cff06f7c68431ec95a7484da26ccd3b953fa36434c0818e5e130588 +SIZE (TDE/applications/office/basket-trinity_14.1.3.orig.tar.xz) = 3495276 diff --git a/freebsd/applications/office/kbibtex/distinfo b/freebsd/applications/office/kbibtex/distinfo index 3e2a1bc7f..fc15fd8d8 100644 --- a/freebsd/applications/office/kbibtex/distinfo +++ b/freebsd/applications/office/kbibtex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713804576 -SHA256 (TDE/applications/office/kbibtex-trinity_14.1.2.orig.tar.xz) = 9e195f4d4668a3b76cfb31c822b93ab09d4e559a729b1a0686a22cc13c0906fd -SIZE (TDE/applications/office/kbibtex-trinity_14.1.2.orig.tar.xz) = 281428 +TIMESTAMP = 1729212474 +SHA256 (TDE/applications/office/kbibtex-trinity_14.1.3.orig.tar.xz) = bc1adc04099cf598ad149c1c96d7463cf26ce419a93a908bd3f9fb10df85cefb +SIZE (TDE/applications/office/kbibtex-trinity_14.1.3.orig.tar.xz) = 281496 diff --git a/freebsd/applications/office/kbookreader/distinfo b/freebsd/applications/office/kbookreader/distinfo index 8ae6f9fde..e1a14d7c9 100644 --- a/freebsd/applications/office/kbookreader/distinfo +++ b/freebsd/applications/office/kbookreader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713805185 -SHA256 (TDE/applications/office/kbookreader-trinity_14.1.2.orig.tar.xz) = 440448f35781283eaf7ee9457d54c7acdb671b6e1fce5389ea9222f39068a70e -SIZE (TDE/applications/office/kbookreader-trinity_14.1.2.orig.tar.xz) = 117296 +TIMESTAMP = 1729212522 +SHA256 (TDE/applications/office/kbookreader-trinity_14.1.3.orig.tar.xz) = c3b5127b75a9a525a33b30838b1586bcbf8d4e75b9ac7c9fb786b7822114cfa3 +SIZE (TDE/applications/office/kbookreader-trinity_14.1.3.orig.tar.xz) = 117500 diff --git a/freebsd/applications/office/kbookreader/pkg-plist b/freebsd/applications/office/kbookreader/pkg-plist index 500a67ac7..4e704b84a 100644 --- a/freebsd/applications/office/kbookreader/pkg-plist +++ b/freebsd/applications/office/kbookreader/pkg-plist @@ -13,6 +13,7 @@ share/icons/hicolor/16x16/apps/kbookreader.png share/icons/hicolor/32x32/apps/kbookreader.png share/locale/cs/LC_MESSAGES/kbookreader.mo share/locale/de/LC_MESSAGES/kbookreader.mo +share/locale/it/LC_MESSAGES/kbookreader.mo share/locale/nl/LC_MESSAGES/kbookreader.mo share/locale/pl/LC_MESSAGES/kbookreader.mo share/locale/ru/LC_MESSAGES/kbookreader.mo diff --git a/freebsd/applications/office/kile/distinfo b/freebsd/applications/office/kile/distinfo index 0ddf53890..bd0ee935d 100644 --- a/freebsd/applications/office/kile/distinfo +++ b/freebsd/applications/office/kile/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713805224 -SHA256 (TDE/applications/office/kile-trinity_14.1.2.orig.tar.xz) = 45f5d1d3423bd7ec21457bb5444d0364936d300e9d831690196c9bff84d1d857 -SIZE (TDE/applications/office/kile-trinity_14.1.2.orig.tar.xz) = 3676716 +TIMESTAMP = 1729212555 +SHA256 (TDE/applications/office/kile-trinity_14.1.3.orig.tar.xz) = 6abe8c234b6ce69852d4768c77b083d6275feaf1c8de086a7a3bf5bdc6417240 +SIZE (TDE/applications/office/kile-trinity_14.1.3.orig.tar.xz) = 3676788 diff --git a/freebsd/applications/office/kmymoney2/distinfo b/freebsd/applications/office/kmymoney2/distinfo index f0d39ef97..a19ecb350 100644 --- a/freebsd/applications/office/kmymoney2/distinfo +++ b/freebsd/applications/office/kmymoney2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713805473 -SHA256 (TDE/applications/office/kmymoney2-trinity_14.1.2.orig.tar.xz) = 09a242b2d4750e991099eadb3521665229da6d5b1aef33955cedc05d89911320 -SIZE (TDE/applications/office/kmymoney2-trinity_14.1.2.orig.tar.xz) = 8635760 +TIMESTAMP = 1729212640 +SHA256 (TDE/applications/office/kmymoney2-trinity_14.1.3.orig.tar.xz) = 490c060281add920eb2b43fd98fc22aa71b354884e0dfdf2e4181afa25a509a8 +SIZE (TDE/applications/office/kmymoney2-trinity_14.1.3.orig.tar.xz) = 8636488 diff --git a/freebsd/applications/office/knowit/distinfo b/freebsd/applications/office/knowit/distinfo index ddbd8383f..31de82a7b 100644 --- a/freebsd/applications/office/knowit/distinfo +++ b/freebsd/applications/office/knowit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713805653 -SHA256 (TDE/applications/office/knowit-trinity_14.1.2.orig.tar.xz) = d5390b7f30beb65ceaaf8de2845010b8106c1a08dde953ac4dc4f0245dfe08a3 -SIZE (TDE/applications/office/knowit-trinity_14.1.2.orig.tar.xz) = 87632 +TIMESTAMP = 1729212812 +SHA256 (TDE/applications/office/knowit-trinity_14.1.3.orig.tar.xz) = 1521a337866c1685d870654b33f475e4b855638497edef8cbde135687c34088f +SIZE (TDE/applications/office/knowit-trinity_14.1.3.orig.tar.xz) = 87636 diff --git a/freebsd/applications/office/tde-ebook-reader/Makefile b/freebsd/applications/office/tde-ebook-reader/Makefile new file mode 100644 index 000000000..80f17c60f --- /dev/null +++ b/freebsd/applications/office/tde-ebook-reader/Makefile @@ -0,0 +1,43 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/office/tde-ebook-reader + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= tde-ebook-reader +COMMENT= eBook reader for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= deskutils x11 +DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION} +DIST_SUBDIR= TDE/applications/office + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \ + libbz2.so:archivers/bzip2 \ + libexpat.so:textproc/expat2 \ + libfribidi.so:converters/fribidi \ + libiconv.so:converters/iconv \ + libsqlite3.so:databases/sqlite3 \ + libunibreak.so:textproc/libunibreak \ + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/office/tde-ebook-reader/distinfo b/freebsd/applications/office/tde-ebook-reader/distinfo new file mode 100644 index 000000000..78fabfde7 --- /dev/null +++ b/freebsd/applications/office/tde-ebook-reader/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1729212920 +SHA256 (TDE/applications/office/tde-ebook-reader_14.1.3.orig.tar.xz) = f3807eb7b02f9409489edbe4fdd3cd3150401e4ea4d703cbe190993429575716 +SIZE (TDE/applications/office/tde-ebook-reader_14.1.3.orig.tar.xz) = 1234192 diff --git a/freebsd/applications/office/tde-ebook-reader/pkg-descr b/freebsd/applications/office/tde-ebook-reader/pkg-descr new file mode 100644 index 000000000..f1a60f186 --- /dev/null +++ b/freebsd/applications/office/tde-ebook-reader/pkg-descr @@ -0,0 +1,16 @@ +tde-ebook-reader is an e-book reader for TDE. . + +Main features: + * supports several open e-book formats: fb2, html, chm, plucker, + palmdoc, ztxt, tcr (psion text), rtf, oeb, openreader, non-DRM'ed + mobipocket, plain text, epub, eReader + * reads directly from tar, zip, gzip, bzip2 archives (you can have + several books in one archive) + * supports a structured view of your e-book collection + * automatically determines encodings + * automatically generates a table of contents + * keeps the last open book and the last read positions for all open books + between runs + * automatic hyphenation (patterns for several languages are included) + * searching and downloading books from www.feedbooks.com and www.litres.ru + * partial CSS support for epub files diff --git a/freebsd/applications/office/tde-ebook-reader/pkg-plist b/freebsd/applications/office/tde-ebook-reader/pkg-plist new file mode 100644 index 000000000..f9fe7ae43 --- /dev/null +++ b/freebsd/applications/office/tde-ebook-reader/pkg-plist @@ -0,0 +1,319 @@ +bin/tde-ebook-reader +include/zlibrary-tqt/core/AsciiEncoder.h +include/zlibrary-tqt/core/DummyEncodingConverter.h +include/zlibrary-tqt/core/EncodingCollectionReader.h +include/zlibrary-tqt/core/IConvEncodingConverter.h +include/zlibrary-tqt/core/MyEncodingConverter.h +include/zlibrary-tqt/core/Utf8EncodingConverter.h +include/zlibrary-tqt/core/XMLConfig.h +include/zlibrary-tqt/core/XMLConfigDelta.h +include/zlibrary-tqt/core/XMLConfigDeltaWriter.h +include/zlibrary-tqt/core/XMLConfigReader.h +include/zlibrary-tqt/core/XMLConfigValue.h +include/zlibrary-tqt/core/XMLConfigWriter.h +include/zlibrary-tqt/core/ZLApplication.h +include/zlibrary-tqt/core/ZLApplicationWindow.h +include/zlibrary-tqt/core/ZLAsynchronousInputStream.h +include/zlibrary-tqt/core/ZLBase64EncodedImage.h +include/zlibrary-tqt/core/ZLBase64InputStream.h +include/zlibrary-tqt/core/ZLBlockTreeNode.h +include/zlibrary-tqt/core/ZLBlockTreeView.h +include/zlibrary-tqt/core/ZLBoolean3.h +include/zlibrary-tqt/core/ZLBzip2InputStream.h +include/zlibrary-tqt/core/ZLCharSequence.h +include/zlibrary-tqt/core/ZLColor.h +include/zlibrary-tqt/core/ZLColorOptionBuilder.h +include/zlibrary-tqt/core/ZLConfig.h +include/zlibrary-tqt/core/ZLDesktopApplicationWindow.h +include/zlibrary-tqt/core/ZLDesktopOpenFileDialog.h +include/zlibrary-tqt/core/ZLDesktopOptionsDialog.h +include/zlibrary-tqt/core/ZLDialog.h +include/zlibrary-tqt/core/ZLDialogContent.h +include/zlibrary-tqt/core/ZLDialogContentBuilder.h +include/zlibrary-tqt/core/ZLDialogManager.h +include/zlibrary-tqt/core/ZLDir.h +include/zlibrary-tqt/core/ZLEncodingConverter.h +include/zlibrary-tqt/core/ZLEncodingConverterProvider.h +include/zlibrary-tqt/core/ZLExecutionUtil.h +include/zlibrary-tqt/core/ZLFSArchiverTar.h +include/zlibrary-tqt/core/ZLFSArchiverZip.h +include/zlibrary-tqt/core/ZLFSCompressorBzip2.h +include/zlibrary-tqt/core/ZLFSCompressorGzip.h +include/zlibrary-tqt/core/ZLFSDir.h +include/zlibrary-tqt/core/ZLFSManager.h +include/zlibrary-tqt/core/ZLFSPlugin.h +include/zlibrary-tqt/core/ZLFSPluginManager.h +include/zlibrary-tqt/core/ZLFile.h +include/zlibrary-tqt/core/ZLFileImage.h +include/zlibrary-tqt/core/ZLFileInfo.h +include/zlibrary-tqt/core/ZLFileUtil.h +include/zlibrary-tqt/core/ZLFontFamilyOptionEntry.h +include/zlibrary-tqt/core/ZLGzipAsynchronousInputStream.h +include/zlibrary-tqt/core/ZLHexEncodedImage.h +include/zlibrary-tqt/core/ZLHexInputStream.h +include/zlibrary-tqt/core/ZLImage.h +include/zlibrary-tqt/core/ZLImageManager.h +include/zlibrary-tqt/core/ZLInputStream.h +include/zlibrary-tqt/core/ZLKeyBindings.h +include/zlibrary-tqt/core/ZLKeyUtil.h +include/zlibrary-tqt/core/ZLLanguageDetector.h +include/zlibrary-tqt/core/ZLLanguageList.h +include/zlibrary-tqt/core/ZLLanguageMatcher.h +include/zlibrary-tqt/core/ZLLanguageOptionEntry.h +include/zlibrary-tqt/core/ZLLanguageUtil.h +include/zlibrary-tqt/core/ZLLogger.h +include/zlibrary-tqt/core/ZLMenu.h +include/zlibrary-tqt/core/ZLMessage.h +include/zlibrary-tqt/core/ZLMimeType.h +include/zlibrary-tqt/core/ZLMirroredPaintContext.h +include/zlibrary-tqt/core/ZLNetworkDownloadRequest.h +include/zlibrary-tqt/core/ZLNetworkImage.h +include/zlibrary-tqt/core/ZLNetworkManager.h +include/zlibrary-tqt/core/ZLNetworkNoActionRequest.h +include/zlibrary-tqt/core/ZLNetworkReadToStringRequest.h +include/zlibrary-tqt/core/ZLNetworkRequest.h +include/zlibrary-tqt/core/ZLNetworkUtil.h +include/zlibrary-tqt/core/ZLNetworkXMLParserRequest.h +include/zlibrary-tqt/core/ZLOpenFileDialog.h +include/zlibrary-tqt/core/ZLOptionEntry.h +include/zlibrary-tqt/core/ZLOptionView.h +include/zlibrary-tqt/core/ZLOptions.h +include/zlibrary-tqt/core/ZLOptionsDialog.h +include/zlibrary-tqt/core/ZLOutputStream.h +include/zlibrary-tqt/core/ZLPaintContext.h +include/zlibrary-tqt/core/ZLPlainAsynchronousInputStream.h +include/zlibrary-tqt/core/ZLPopupData.h +include/zlibrary-tqt/core/ZLProgressDialog.h +include/zlibrary-tqt/core/ZLResource.h +include/zlibrary-tqt/core/ZLRunnable.h +include/zlibrary-tqt/core/ZLSearchUtil.h +include/zlibrary-tqt/core/ZLSimpleKeyOptionEntry.h +include/zlibrary-tqt/core/ZLSimpleOptionEntry.h +include/zlibrary-tqt/core/ZLSliceInputStream.h +include/zlibrary-tqt/core/ZLStatistics.h +include/zlibrary-tqt/core/ZLStatisticsGenerator.h +include/zlibrary-tqt/core/ZLStatisticsItem.h +include/zlibrary-tqt/core/ZLStatisticsXMLReader.h +include/zlibrary-tqt/core/ZLStatisticsXMLWriter.h +include/zlibrary-tqt/core/ZLStreamImage.h +include/zlibrary-tqt/core/ZLStringEditOptionEntry.h +include/zlibrary-tqt/core/ZLStringInfoEntry.h +include/zlibrary-tqt/core/ZLStringUtil.h +include/zlibrary-tqt/core/ZLTar.h +include/zlibrary-tqt/core/ZLTime.h +include/zlibrary-tqt/core/ZLTimeManager.h +include/zlibrary-tqt/core/ZLToggleBooleanOptionEntry.h +include/zlibrary-tqt/core/ZLToolbar.h +include/zlibrary-tqt/core/ZLTreeActionNode.h +include/zlibrary-tqt/core/ZLTreeDialog.h +include/zlibrary-tqt/core/ZLTreeListener.h +include/zlibrary-tqt/core/ZLTreeNode.h +include/zlibrary-tqt/core/ZLTreePageNode.h +include/zlibrary-tqt/core/ZLTreeSearcher.h +include/zlibrary-tqt/core/ZLTreeTitledNode.h +include/zlibrary-tqt/core/ZLTypeId.h +include/zlibrary-tqt/core/ZLUnicodeUtil.h +include/zlibrary-tqt/core/ZLUnixFSDir.h +include/zlibrary-tqt/core/ZLUnixFSManager.h +include/zlibrary-tqt/core/ZLUnixFileInputStream.h +include/zlibrary-tqt/core/ZLUnixFileOutputStream.h +include/zlibrary-tqt/core/ZLUnixMessage.h +include/zlibrary-tqt/core/ZLUnixTime.h +include/zlibrary-tqt/core/ZLUserData.h +include/zlibrary-tqt/core/ZLView.h +include/zlibrary-tqt/core/ZLViewWidget.h +include/zlibrary-tqt/core/ZLXMLNamespace.h +include/zlibrary-tqt/core/ZLXMLReader.h +include/zlibrary-tqt/core/ZLXMLReaderInternal.h +include/zlibrary-tqt/core/ZLXMLWriter.h +include/zlibrary-tqt/core/ZLZDecompressor.h +include/zlibrary-tqt/core/ZLZip.h +include/zlibrary-tqt/core/ZLZipHeader.h +include/zlibrary-tqt/core/ZLibrary.h +include/zlibrary-tqt/core/ZLibraryImplementation.h +include/zlibrary-tqt/core/allocator.h +include/zlibrary-tqt/core/shared_ptr.h +include/zlibrary-tqt/text/ZLHyperlinkType.h +include/zlibrary-tqt/text/ZLTextAlignmentType.h +include/zlibrary-tqt/text/ZLTextArea.h +include/zlibrary-tqt/text/ZLTextAreaController.h +include/zlibrary-tqt/text/ZLTextAreaStyle.h +include/zlibrary-tqt/text/ZLTextDecoratedStyle.h +include/zlibrary-tqt/text/ZLTextElement.h +include/zlibrary-tqt/text/ZLTextHyphenationReader.h +include/zlibrary-tqt/text/ZLTextHyphenator.h +include/zlibrary-tqt/text/ZLTextKind.h +include/zlibrary-tqt/text/ZLTextLineInfo.h +include/zlibrary-tqt/text/ZLTextMark.h +include/zlibrary-tqt/text/ZLTextModel.h +include/zlibrary-tqt/text/ZLTextParagraph.h +include/zlibrary-tqt/text/ZLTextParagraphBuilder.h +include/zlibrary-tqt/text/ZLTextParagraphCursor.h +include/zlibrary-tqt/text/ZLTextPositionIndicator.h +include/zlibrary-tqt/text/ZLTextPositionIndicatorInfo.h +include/zlibrary-tqt/text/ZLTextRectangle.h +include/zlibrary-tqt/text/ZLTextRowMemoryAllocator.h +include/zlibrary-tqt/text/ZLTextSelectionModel.h +include/zlibrary-tqt/text/ZLTextSelectionScroller.h +include/zlibrary-tqt/text/ZLTextStyle.h +include/zlibrary-tqt/text/ZLTextStyleCollection.h +include/zlibrary-tqt/text/ZLTextStyleEntry.h +include/zlibrary-tqt/text/ZLTextStyleOptions.h +include/zlibrary-tqt/text/ZLTextTeXHyphenator.h +include/zlibrary-tqt/text/ZLTextView.h +include/zlibrary-tqt/text/ZLTextWord.h +lib/libzlcore-tqt.la +lib/libzlcore-tqt.so +lib/libzlcore-tqt.so.0 +lib/libzlcore-tqt.so.0.99.4 +lib/libzltext-tqt.la +lib/libzltext-tqt.so +lib/libzltext-tqt.so.0 +lib/libzltext-tqt.so.0.99.4 +share/applications/tde/tde-ebook-reader.desktop +share/apps/tde-ebook-reader/default/config.xml +share/apps/tde-ebook-reader/default/external.xml +share/apps/tde-ebook-reader/default/fullscreen_toolbar.xml +share/apps/tde-ebook-reader/default/keymap.xml +share/apps/tde-ebook-reader/default/styles.xml +share/apps/tde-ebook-reader/default/toolbar.xml +share/apps/tde-ebook-reader/formats/fb2/ReaderVersion.ent +share/apps/tde-ebook-reader/formats/fb2/fb2genres.xml +share/apps/tde-ebook-reader/formats/html/html.ent +share/apps/tde-ebook-reader/help/MiniHelp.bg.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.cs.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.de.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.en.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.es.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.fi.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.fr.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.he.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.hu.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.id.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.it.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.lt.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.nl.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.ru.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.sv.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.uk.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.vi.fb2 +share/apps/tde-ebook-reader/help/MiniHelp.zh.fb2 +share/apps/tde-ebook-reader/icons/addBook.png +share/apps/tde-ebook-reader/icons/advancedSearchOnNetwork.png +share/apps/tde-ebook-reader/icons/back_button.png +share/apps/tde-ebook-reader/icons/back_button_disabled.png +share/apps/tde-ebook-reader/icons/bookInfo.png +share/apps/tde-ebook-reader/icons/booktree-author.png +share/apps/tde-ebook-reader/icons/booktree-book.png +share/apps/tde-ebook-reader/icons/booktree-catalog.png +share/apps/tde-ebook-reader/icons/booktree-tag.png +share/apps/tde-ebook-reader/icons/byAuthor.png +share/apps/tde-ebook-reader/icons/byTag.png +share/apps/tde-ebook-reader/icons/fb2.png +share/apps/tde-ebook-reader/icons/findNext.png +share/apps/tde-ebook-reader/icons/findPrevious.png +share/apps/tde-ebook-reader/icons/folder.png +share/apps/tde-ebook-reader/icons/forward_button.png +share/apps/tde-ebook-reader/icons/forward_button_disabled.png +share/apps/tde-ebook-reader/icons/gotoHome.png +share/apps/tde-ebook-reader/icons/html.png +share/apps/tde-ebook-reader/icons/mobipocket.png +share/apps/tde-ebook-reader/icons/oeb.png +share/apps/tde-ebook-reader/icons/openreader.png +share/apps/tde-ebook-reader/icons/palm.png +share/apps/tde-ebook-reader/icons/plucker.png +share/apps/tde-ebook-reader/icons/preferences.png +share/apps/tde-ebook-reader/icons/redo.png +share/apps/tde-ebook-reader/icons/refresh-icon-1.png +share/apps/tde-ebook-reader/icons/refresh-icon-2.png +share/apps/tde-ebook-reader/icons/refresh-icon.svg +share/apps/tde-ebook-reader/icons/rotate.png +share/apps/tde-ebook-reader/icons/rtf.png +share/apps/tde-ebook-reader/icons/search.png +share/apps/tde-ebook-reader/icons/search_icon.png +share/apps/tde-ebook-reader/icons/searchresult.png +share/apps/tde-ebook-reader/icons/showHelp.png +share/apps/tde-ebook-reader/icons/showLibrary.png +share/apps/tde-ebook-reader/icons/showNetLibrary.png +share/apps/tde-ebook-reader/icons/showNetworkLibrary.png +share/apps/tde-ebook-reader/icons/showReading.png +share/apps/tde-ebook-reader/icons/showRecent.png +share/apps/tde-ebook-reader/icons/spinner.gif +share/apps/tde-ebook-reader/icons/tcr.png +share/apps/tde-ebook-reader/icons/tde-ebook-reader.png +share/apps/tde-ebook-reader/icons/toc.png +share/apps/tde-ebook-reader/icons/undo.png +share/apps/tde-ebook-reader/icons/unknown.png +share/apps/tde-ebook-reader/icons/upfolder.png +share/apps/tde-ebook-reader/icons/weasel.png +share/apps/tde-ebook-reader/icons/zipfolder.png +share/apps/tde-ebook-reader/resources/ar.xml +share/apps/tde-ebook-reader/resources/bg.xml +share/apps/tde-ebook-reader/resources/cs.xml +share/apps/tde-ebook-reader/resources/de.xml +share/apps/tde-ebook-reader/resources/en.xml +share/apps/tde-ebook-reader/resources/eo.xml +share/apps/tde-ebook-reader/resources/es.xml +share/apps/tde-ebook-reader/resources/fi.xml +share/apps/tde-ebook-reader/resources/fr.xml +share/apps/tde-ebook-reader/resources/he.xml +share/apps/tde-ebook-reader/resources/hu.xml +share/apps/tde-ebook-reader/resources/id.xml +share/apps/tde-ebook-reader/resources/it.xml +share/apps/tde-ebook-reader/resources/lt.xml +share/apps/tde-ebook-reader/resources/nl.xml +share/apps/tde-ebook-reader/resources/pl.xml +share/apps/tde-ebook-reader/resources/ru.xml +share/apps/tde-ebook-reader/resources/sv.xml +share/apps/tde-ebook-reader/resources/uk.xml +share/apps/tde-ebook-reader/resources/vi.xml +share/apps/tde-ebook-reader/resources/zh.xml +share/man/man1/tde-ebook-reader.1.gz +share/zlibrary-tqt/default/config.xml +share/zlibrary-tqt/encodings/Big5 +share/zlibrary-tqt/encodings/Encodings.xml +share/zlibrary-tqt/encodings/GBK +share/zlibrary-tqt/encodings/IBM866 +share/zlibrary-tqt/encodings/ISO-8859-1 +share/zlibrary-tqt/encodings/ISO-8859-10 +share/zlibrary-tqt/encodings/ISO-8859-11 +share/zlibrary-tqt/encodings/ISO-8859-13 +share/zlibrary-tqt/encodings/ISO-8859-14 +share/zlibrary-tqt/encodings/ISO-8859-15 +share/zlibrary-tqt/encodings/ISO-8859-16 +share/zlibrary-tqt/encodings/ISO-8859-2 +share/zlibrary-tqt/encodings/ISO-8859-3 +share/zlibrary-tqt/encodings/ISO-8859-4 +share/zlibrary-tqt/encodings/ISO-8859-5 +share/zlibrary-tqt/encodings/ISO-8859-6 +share/zlibrary-tqt/encodings/ISO-8859-7 +share/zlibrary-tqt/encodings/ISO-8859-8 +share/zlibrary-tqt/encodings/ISO-8859-9 +share/zlibrary-tqt/encodings/KOI8-R +share/zlibrary-tqt/encodings/windows-1251 +share/zlibrary-tqt/encodings/windows-1252 +share/zlibrary-tqt/hyphenationPatterns.zip +share/zlibrary-tqt/keynames.desktop-tqt.xml +share/zlibrary-tqt/languagePatterns.zip +share/zlibrary-tqt/resources/ar.xml +share/zlibrary-tqt/resources/bg.xml +share/zlibrary-tqt/resources/cs.xml +share/zlibrary-tqt/resources/de.xml +share/zlibrary-tqt/resources/en.xml +share/zlibrary-tqt/resources/eo.xml +share/zlibrary-tqt/resources/es.xml +share/zlibrary-tqt/resources/fi.xml +share/zlibrary-tqt/resources/fr.xml +share/zlibrary-tqt/resources/he.xml +share/zlibrary-tqt/resources/hu.xml +share/zlibrary-tqt/resources/id.xml +share/zlibrary-tqt/resources/it.xml +share/zlibrary-tqt/resources/lt.xml +share/zlibrary-tqt/resources/nl.xml +share/zlibrary-tqt/resources/pl.xml +share/zlibrary-tqt/resources/ru.xml +share/zlibrary-tqt/resources/sv.xml +share/zlibrary-tqt/resources/uk.xml +share/zlibrary-tqt/resources/vi.xml +share/zlibrary-tqt/resources/zh.xml +share/zlibrary-tqt/unicode.xml.gz diff --git a/freebsd/applications/office/tellico/distinfo b/freebsd/applications/office/tellico/distinfo index b36e4c6d0..ca555cf97 100644 --- a/freebsd/applications/office/tellico/distinfo +++ b/freebsd/applications/office/tellico/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713805699 -SHA256 (TDE/applications/office/tellico-trinity_14.1.2.orig.tar.xz) = 09b6685cd5d8cf0a41f1b3e98c2f3748d360564d7bd6037668c3b3f7f3533c51 -SIZE (TDE/applications/office/tellico-trinity_14.1.2.orig.tar.xz) = 2855944 +TIMESTAMP = 1729213298 +SHA256 (TDE/applications/office/tellico-trinity_14.1.3.orig.tar.xz) = c53845568cda2a47d77ccc84463159f91e1f7018380fdb47ec86b6a44bbf4f73 +SIZE (TDE/applications/office/tellico-trinity_14.1.3.orig.tar.xz) = 2855668 diff --git a/freebsd/applications/settings/kiosktool/distinfo b/freebsd/applications/settings/kiosktool/distinfo index 807fa48c3..48ecebd2f 100644 --- a/freebsd/applications/settings/kiosktool/distinfo +++ b/freebsd/applications/settings/kiosktool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713808849 -SHA256 (TDE/applications/settings/kiosktool-trinity_14.1.2.orig.tar.xz) = 598781c34bfa84ce95cdd59ecb6413b5964563c8ac36f2cd2d45f02527063c10 -SIZE (TDE/applications/settings/kiosktool-trinity_14.1.2.orig.tar.xz) = 270040 +TIMESTAMP = 1729213478 +SHA256 (TDE/applications/settings/kiosktool-trinity_14.1.3.orig.tar.xz) = ca4d3068493004b91bb61c9033126ec60f76d4af91bad805f10379754834ce24 +SIZE (TDE/applications/settings/kiosktool-trinity_14.1.3.orig.tar.xz) = 270024 diff --git a/freebsd/applications/settings/kkbswitch/distinfo b/freebsd/applications/settings/kkbswitch/distinfo index 36b6452aa..2010f0a0a 100644 --- a/freebsd/applications/settings/kkbswitch/distinfo +++ b/freebsd/applications/settings/kkbswitch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713808897 -SHA256 (TDE/applications/settings/kkbswitch-trinity_14.1.2.orig.tar.xz) = 74090bfa572b750fa6bc384e624cecfc8952c97b68489295c3e410e1725538b7 -SIZE (TDE/applications/settings/kkbswitch-trinity_14.1.2.orig.tar.xz) = 78932 +TIMESTAMP = 1729213528 +SHA256 (TDE/applications/settings/kkbswitch-trinity_14.1.3.orig.tar.xz) = b3f0f1d245cd64252b5f7ad6ec59ffaeab65fa3a79d6d5bc7128d278b3ed9acf +SIZE (TDE/applications/settings/kkbswitch-trinity_14.1.3.orig.tar.xz) = 78900 diff --git a/freebsd/applications/settings/tde-systemsettings/distinfo b/freebsd/applications/settings/tde-systemsettings/distinfo index 852a5300d..ee0fd5304 100644 --- a/freebsd/applications/settings/tde-systemsettings/distinfo +++ b/freebsd/applications/settings/tde-systemsettings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713808951 -SHA256 (TDE/applications/settings/tde-systemsettings-trinity_14.1.2.orig.tar.xz) = 20b74ffc14c9639d2cd0cbbce3594d44cfba912b8822cffca242c9dc99cb8c89 -SIZE (TDE/applications/settings/tde-systemsettings-trinity_14.1.2.orig.tar.xz) = 74076 +TIMESTAMP = 1729213564 +SHA256 (TDE/applications/settings/tde-systemsettings-trinity_14.1.3.orig.tar.xz) = a84c78bbd15fb4b12d9aa04b91c8ed7d9cfa946bef787c385904b31943e6340a +SIZE (TDE/applications/settings/tde-systemsettings-trinity_14.1.3.orig.tar.xz) = 74388 diff --git a/freebsd/applications/settings/tdesudo/distinfo b/freebsd/applications/settings/tdesudo/distinfo index ac046fa49..964d9aa0f 100644 --- a/freebsd/applications/settings/tdesudo/distinfo +++ b/freebsd/applications/settings/tdesudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713808991 -SHA256 (TDE/applications/settings/tdesudo-trinity_14.1.2.orig.tar.xz) = b866f5100160f09d7b9d19be134571cfc527966a36b8ac46c474a2b9423f2a77 -SIZE (TDE/applications/settings/tdesudo-trinity_14.1.2.orig.tar.xz) = 28944 +TIMESTAMP = 1729226846 +SHA256 (TDE/applications/settings/tdesudo-trinity_14.1.3.orig.tar.xz) = 137a4a7ee1fe433a38fabde46149a2e948390770aa3d8688907074cdd690b948 +SIZE (TDE/applications/settings/tdesudo-trinity_14.1.3.orig.tar.xz) = 29024 diff --git a/freebsd/applications/system/Makefile b/freebsd/applications/system/Makefile index 91cfb54e5..9cded910d 100644 --- a/freebsd/applications/system/Makefile +++ b/freebsd/applications/system/Makefile @@ -15,6 +15,7 @@ SUBDIR += tastymenu SUBDIR += tdedocker SUBDIR += tdesshaskpass + SUBDIR += xdg-desktop-portal-tde SUBDIR += yakuake .include <bsd.port.subdir.mk> diff --git a/freebsd/applications/system/dolphin/distinfo b/freebsd/applications/system/dolphin/distinfo index c8ee6d215..26deeffc7 100644 --- a/freebsd/applications/system/dolphin/distinfo +++ b/freebsd/applications/system/dolphin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713829307 -SHA256 (TDE/applications/system/dolphin-trinity_14.1.2.orig.tar.xz) = 63b2b1f28a45b06389bc7e5c15f7c12cfff5c3b4eb9063732da3815fbd5142fd -SIZE (TDE/applications/system/dolphin-trinity_14.1.2.orig.tar.xz) = 1090728 +TIMESTAMP = 1729255459 +SHA256 (TDE/applications/system/dolphin-trinity_14.1.3.orig.tar.xz) = 525accee963446e9b1083b68b30dda80e57fba9d9af5765509e8cdddffa667ab +SIZE (TDE/applications/system/dolphin-trinity_14.1.3.orig.tar.xz) = 1090792 diff --git a/freebsd/applications/system/dolphin/pkg-plist b/freebsd/applications/system/dolphin/pkg-plist index 7a53666e4..fc811ba08 100644 --- a/freebsd/applications/system/dolphin/pkg-plist +++ b/freebsd/applications/system/dolphin/pkg-plist @@ -16,6 +16,7 @@ share/apps/d3lphin/servicemenus/ark_compress.desktop share/apps/d3lphin/servicemenus/ark_extract.desktop share/apps/d3lphin/servicemenus/ark_extract_subdir.desktop share/apps/d3lphin/servicemenus/compress.desktop +share/apps/d3lphin/servicemenus/copy-full-path.desktop share/apps/d3lphin/servicemenus/d3lphin_su.desktop share/apps/d3lphin/servicemenus/edit_as_root.desktop share/apps/d3lphin/servicemenus/encryptfile.desktop diff --git a/freebsd/applications/system/katapult/distinfo b/freebsd/applications/system/katapult/distinfo index 7bfaa89c6..26d0373d2 100644 --- a/freebsd/applications/system/katapult/distinfo +++ b/freebsd/applications/system/katapult/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713829446 -SHA256 (TDE/applications/system/katapult-trinity_14.1.2.orig.tar.xz) = 9dd53291a48a66d50a6c00000bab88b737fb00659fb5ef3b2bc40b13e193bd09 -SIZE (TDE/applications/system/katapult-trinity_14.1.2.orig.tar.xz) = 249800 +TIMESTAMP = 1729255515 +SHA256 (TDE/applications/system/katapult-trinity_14.1.3.orig.tar.xz) = 494c75186c8533a596367aa5eb3545c2deba15d1e858ac217547b08f9691f3e9 +SIZE (TDE/applications/system/katapult-trinity_14.1.3.orig.tar.xz) = 249904 diff --git a/freebsd/applications/system/kbfx/distinfo b/freebsd/applications/system/kbfx/distinfo index 84ccf84da..e2c0e7bb4 100644 --- a/freebsd/applications/system/kbfx/distinfo +++ b/freebsd/applications/system/kbfx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713829486 -SHA256 (TDE/applications/system/kbfx-trinity_14.1.2.orig.tar.xz) = f0e3bb61b91dcd93271996fc12032eebcbe3a82afe0f68f1577412eabb1e7441 -SIZE (TDE/applications/system/kbfx-trinity_14.1.2.orig.tar.xz) = 2385632 +TIMESTAMP = 1729255568 +SHA256 (TDE/applications/system/kbfx-trinity_14.1.3.orig.tar.xz) = 40fcdf9de8312191b05422a7ff47bfd05d18257fcca7990f84ecd203b68a7a93 +SIZE (TDE/applications/system/kbfx-trinity_14.1.3.orig.tar.xz) = 2385624 diff --git a/freebsd/applications/system/kcmautostart/distinfo b/freebsd/applications/system/kcmautostart/distinfo index d8569be86..8412f2564 100644 --- a/freebsd/applications/system/kcmautostart/distinfo +++ b/freebsd/applications/system/kcmautostart/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713829531 -SHA256 (TDE/applications/system/kcontrol-autostart-trinity_14.1.2.orig.tar.xz) = 747199af9efb9eab8561b8d4a807ddcb99a167be8f776922e70a3cbaf982df12 -SIZE (TDE/applications/system/kcontrol-autostart-trinity_14.1.2.orig.tar.xz) = 18740 +TIMESTAMP = 1729255730 +SHA256 (TDE/applications/system/kcontrol-autostart-trinity_14.1.3.orig.tar.xz) = f900784201d1ee298c7d5f1ebc586266bd660497fd9e67b55884da571efaa7f6 +SIZE (TDE/applications/system/kcontrol-autostart-trinity_14.1.3.orig.tar.xz) = 19156 diff --git a/freebsd/applications/system/kcmautostart/pkg-plist b/freebsd/applications/system/kcmautostart/pkg-plist index 46d084e19..4219786c6 100644 --- a/freebsd/applications/system/kcmautostart/pkg-plist +++ b/freebsd/applications/system/kcmautostart/pkg-plist @@ -8,6 +8,7 @@ share/locale/ca/LC_MESSAGES/autostart.mo share/locale/de/LC_MESSAGES/autostart.mo share/locale/es/LC_MESSAGES/autostart.mo share/locale/fr/LC_MESSAGES/autostart.mo +share/locale/it/LC_MESSAGES/autostart.mo share/locale/nl/LC_MESSAGES/autostart.mo share/locale/pl/LC_MESSAGES/autostart.mo share/locale/ru/LC_MESSAGES/autostart.mo diff --git a/freebsd/applications/system/kdbusnotification/distinfo b/freebsd/applications/system/kdbusnotification/distinfo index 1b5b70c05..0501f0512 100644 --- a/freebsd/applications/system/kdbusnotification/distinfo +++ b/freebsd/applications/system/kdbusnotification/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713829562 -SHA256 (TDE/applications/system/kdbusnotification-trinity_14.1.2.orig.tar.xz) = 9c6d76269d268b38f37651d7f164ac822a287610faa5ad9c62e4509240835e73 -SIZE (TDE/applications/system/kdbusnotification-trinity_14.1.2.orig.tar.xz) = 7612 +TIMESTAMP = 1729255798 +SHA256 (TDE/applications/system/kdbusnotification-trinity_14.1.3.orig.tar.xz) = 093a359f2d4189a0b82c1e464ddc3c250d2f5f9cd987c22c0253aa8bb7a6c5ec +SIZE (TDE/applications/system/kdbusnotification-trinity_14.1.3.orig.tar.xz) = 7776 diff --git a/freebsd/applications/system/kdbusnotification/pkg-plist b/freebsd/applications/system/kdbusnotification/pkg-plist index 0ad38911e..85658753d 100644 --- a/freebsd/applications/system/kdbusnotification/pkg-plist +++ b/freebsd/applications/system/kdbusnotification/pkg-plist @@ -1,2 +1,3 @@ bin/notification-daemon-tde share/autostart/kdbusnotification-autostart.desktop +share/locale/ru/LC_MESSAGES/notification-daemon-tde.mo diff --git a/freebsd/applications/system/klamav/distinfo b/freebsd/applications/system/klamav/distinfo index 81670eea7..3e713c9c0 100644 --- a/freebsd/applications/system/klamav/distinfo +++ b/freebsd/applications/system/klamav/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713829593 -SHA256 (TDE/applications/system/klamav-trinity_14.1.2.orig.tar.xz) = f5a1d0c98eb289085d31e37b104f958993f7155764c2c4c791e5621beb96c002 -SIZE (TDE/applications/system/klamav-trinity_14.1.2.orig.tar.xz) = 646056 +TIMESTAMP = 1729255851 +SHA256 (TDE/applications/system/klamav-trinity_14.1.3.orig.tar.xz) = 37d03a91660e2c340cc70f106c0fb7999bae1f625cbf604275fc3584b7917e65 +SIZE (TDE/applications/system/klamav-trinity_14.1.3.orig.tar.xz) = 646576 diff --git a/freebsd/applications/system/kooldock/distinfo b/freebsd/applications/system/kooldock/distinfo index 699bbdb51..49b699513 100644 --- a/freebsd/applications/system/kooldock/distinfo +++ b/freebsd/applications/system/kooldock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713829644 -SHA256 (TDE/applications/system/kooldock-trinity_14.1.2.orig.tar.xz) = 65fd427cae4865d715fcc3d6855d84edc9e98f08a251329f1545910f35b00118 -SIZE (TDE/applications/system/kooldock-trinity_14.1.2.orig.tar.xz) = 105936 +TIMESTAMP = 1729255901 +SHA256 (TDE/applications/system/kooldock-trinity_14.1.3.orig.tar.xz) = bb436a559a608b1ba9fcf946c9c18ae1653cb702da68b2a19152df0dac31c2e0 +SIZE (TDE/applications/system/kooldock-trinity_14.1.3.orig.tar.xz) = 105968 diff --git a/freebsd/applications/system/krusader/distinfo b/freebsd/applications/system/krusader/distinfo index d05b6dd1c..da87fad86 100644 --- a/freebsd/applications/system/krusader/distinfo +++ b/freebsd/applications/system/krusader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713829689 -SHA256 (TDE/applications/system/krusader-trinity_14.1.2.orig.tar.xz) = d8c01d81af8df337b9919ad5dd2fad540c45b2b2c002ba524f7f0d2ed544e84c -SIZE (TDE/applications/system/krusader-trinity_14.1.2.orig.tar.xz) = 2120164 +TIMESTAMP = 1729255938 +SHA256 (TDE/applications/system/krusader-trinity_14.1.3.orig.tar.xz) = c476b75c0bfa7d9efbf8f7e9cba1c608db2230f6236ce1c6dc7525f6857a1412 +SIZE (TDE/applications/system/krusader-trinity_14.1.3.orig.tar.xz) = 2120648 diff --git a/freebsd/applications/system/kshutdown/distinfo b/freebsd/applications/system/kshutdown/distinfo index 50bbaa5ca..453cbe4ae 100644 --- a/freebsd/applications/system/kshutdown/distinfo +++ b/freebsd/applications/system/kshutdown/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713830728 -SHA256 (TDE/applications/system/kshutdown-trinity_14.1.2.orig.tar.xz) = 3e9bb8d4ce800edf02a73af487afb14486daf3350025e6116d7bbd5aeeddef6e -SIZE (TDE/applications/system/kshutdown-trinity_14.1.2.orig.tar.xz) = 169428 +TIMESTAMP = 1729259299 +SHA256 (TDE/applications/system/kshutdown-trinity_14.1.3.orig.tar.xz) = 518cfcc593ca9c177cc7122822c1b4d9717894e0574b07dc4a12e0da12f63b60 +SIZE (TDE/applications/system/kshutdown-trinity_14.1.3.orig.tar.xz) = 169480 diff --git a/freebsd/applications/system/ksystemlog/distinfo b/freebsd/applications/system/ksystemlog/distinfo index 14f13f3e7..490d80972 100644 --- a/freebsd/applications/system/ksystemlog/distinfo +++ b/freebsd/applications/system/ksystemlog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713833351 -SHA256 (TDE/applications/system/ksystemlog-trinity_14.1.2.orig.tar.xz) = d2b5d93ef31093daf6da0a3362467df1f18fa3a37985cca66d1fc0613cf1a0ca -SIZE (TDE/applications/system/ksystemlog-trinity_14.1.2.orig.tar.xz) = 159568 +TIMESTAMP = 1729259804 +SHA256 (TDE/applications/system/ksystemlog-trinity_14.1.3.orig.tar.xz) = 2644bcffd87d32ab1b8579709793ddcd3579ff4fff13ac829d17d45d94783108 +SIZE (TDE/applications/system/ksystemlog-trinity_14.1.3.orig.tar.xz) = 159568 diff --git a/freebsd/applications/system/kvkbd/distinfo b/freebsd/applications/system/kvkbd/distinfo index 6757b4f9b..073e51b75 100644 --- a/freebsd/applications/system/kvkbd/distinfo +++ b/freebsd/applications/system/kvkbd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713833491 -SHA256 (TDE/applications/system/kvkbd-trinity_14.1.2.orig.tar.xz) = bdc8f87b98ee403ad0ddb706de9fc00bffcefa56e573afcb5971b107bcfe9558 -SIZE (TDE/applications/system/kvkbd-trinity_14.1.2.orig.tar.xz) = 43420 +TIMESTAMP = 1729259899 +SHA256 (TDE/applications/system/kvkbd-trinity_14.1.3.orig.tar.xz) = dcd97c1cf76078efdca34a7d5cc84c4b421ac8da698696ed89b6938105b025dd +SIZE (TDE/applications/system/kvkbd-trinity_14.1.3.orig.tar.xz) = 44044 diff --git a/freebsd/applications/system/kvkbd/pkg-plist b/freebsd/applications/system/kvkbd/pkg-plist index e75dfd63a..ff5712a49 100644 --- a/freebsd/applications/system/kvkbd/pkg-plist +++ b/freebsd/applications/system/kvkbd/pkg-plist @@ -8,4 +8,5 @@ share/doc/tde/HTML/en/kvkbd/index.docbook share/icons/hicolor/16x16/apps/kvkbd.png share/icons/hicolor/32x32/apps/kvkbd.png share/locale/de/LC_MESSAGES/kvkbd.mo +share/locale/it/LC_MESSAGES/kvkbd.mo share/locale/ru/LC_MESSAGES/kvkbd.mo diff --git a/freebsd/applications/system/polkit-agent-tde/distinfo b/freebsd/applications/system/polkit-agent-tde/distinfo index 5216538e6..e7c1d269b 100644 --- a/freebsd/applications/system/polkit-agent-tde/distinfo +++ b/freebsd/applications/system/polkit-agent-tde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713833560 -SHA256 (TDE/applications/system/polkit-agent-tde_14.1.2.orig.tar.xz) = 581e8626462c3adc739e79971f2a1d672efda323caae58841088122c3c1fa507 -SIZE (TDE/applications/system/polkit-agent-tde_14.1.2.orig.tar.xz) = 33036 +TIMESTAMP = 1729259929 +SHA256 (TDE/applications/system/polkit-agent-tde_14.1.3.orig.tar.xz) = ceb813c7b43f10e00fac66175fb5a77204ce1cefe3db94a0d4e8b813660813f2 +SIZE (TDE/applications/system/polkit-agent-tde_14.1.3.orig.tar.xz) = 33048 diff --git a/freebsd/applications/system/tastymenu/distinfo b/freebsd/applications/system/tastymenu/distinfo index f663ae76a..6175de1ac 100644 --- a/freebsd/applications/system/tastymenu/distinfo +++ b/freebsd/applications/system/tastymenu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713833634 -SHA256 (TDE/applications/system/tastymenu-trinity_14.1.2.orig.tar.xz) = 7cf42594768486fe105f0e9a36fac538886ba95785df75dfb7722a5c07befccd -SIZE (TDE/applications/system/tastymenu-trinity_14.1.2.orig.tar.xz) = 151636 +TIMESTAMP = 1729259961 +SHA256 (TDE/applications/system/tastymenu-trinity_14.1.3.orig.tar.xz) = 8e1d7183721dc079334f07d6bb877e39b0ef450f4d3fa287186a133e79f9e781 +SIZE (TDE/applications/system/tastymenu-trinity_14.1.3.orig.tar.xz) = 152104 diff --git a/freebsd/applications/system/tdedocker/distinfo b/freebsd/applications/system/tdedocker/distinfo index 3abcd6021..a70e85e1f 100644 --- a/freebsd/applications/system/tdedocker/distinfo +++ b/freebsd/applications/system/tdedocker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713833736 -SHA256 (TDE/applications/system/tdedocker-trinity_14.1.2.orig.tar.xz) = 988b24d65da6008be2320114cc017f98c2deabdb17cbe354b0a26b5dfe4928d0 -SIZE (TDE/applications/system/tdedocker-trinity_14.1.2.orig.tar.xz) = 74056 +TIMESTAMP = 1729259990 +SHA256 (TDE/applications/system/tdedocker-trinity_14.1.3.orig.tar.xz) = 2b5755b391dc89a09c3aebb0dfd8e00a10555882a279350ebd395395195284f3 +SIZE (TDE/applications/system/tdedocker-trinity_14.1.3.orig.tar.xz) = 74276 diff --git a/freebsd/applications/system/tdesshaskpass/distinfo b/freebsd/applications/system/tdesshaskpass/distinfo index d0b5cf238..4fa02a520 100644 --- a/freebsd/applications/system/tdesshaskpass/distinfo +++ b/freebsd/applications/system/tdesshaskpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713833789 -SHA256 (TDE/applications/system/tdesshaskpass-trinity_14.1.2.orig.tar.xz) = e14095c444cfe52bb9f28b9c1ba398be0358a9f6eb381bd2af9e97fcb91af8ef -SIZE (TDE/applications/system/tdesshaskpass-trinity_14.1.2.orig.tar.xz) = 11840 +TIMESTAMP = 1729260021 +SHA256 (TDE/applications/system/tdesshaskpass-trinity_14.1.3.orig.tar.xz) = 1a4fdfd5e770190d70b4f247315b0c6b8dedf3a6c7466cc2a4ccb98565049061 +SIZE (TDE/applications/system/tdesshaskpass-trinity_14.1.3.orig.tar.xz) = 11840 diff --git a/freebsd/applications/system/xdg-desktop-portal-tde/Makefile b/freebsd/applications/system/xdg-desktop-portal-tde/Makefile new file mode 100644 index 000000000..82b6fece7 --- /dev/null +++ b/freebsd/applications/system/xdg-desktop-portal-tde/Makefile @@ -0,0 +1,40 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/system/xdg-desktop-portal-tde + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= xdg-desktop-portal-trinity +COMMENT= An implementation of the FreeDesktop Portals API for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= x/${PORTNAME} +DISTSRC= xdg-desktop-portal-tde-trinity-${TDE_VERSION}${TDE_PREVERSION} +PORTREVISION= 0 +CATEGORIES= deskutils x11 +DIST_SUBDIR= TDE/applications/system + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \ + +RUN_DEPENDS+= ${LOCALBASE}/libexec/xdg-desktop-portal:deskutils/xdg-desktop-portal \ + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/system/xdg-desktop-portal-tde/distinfo b/freebsd/applications/system/xdg-desktop-portal-tde/distinfo new file mode 100644 index 000000000..1528a7954 --- /dev/null +++ b/freebsd/applications/system/xdg-desktop-portal-tde/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1729260064 +SHA256 (TDE/applications/system/xdg-desktop-portal-trinity_14.1.3.orig.tar.xz) = e552a8eb923a48a0f78d8aff7f8eff2418149ff451140a8128b445b79820add7 +SIZE (TDE/applications/system/xdg-desktop-portal-trinity_14.1.3.orig.tar.xz) = 14236 diff --git a/freebsd/applications/system/xdg-desktop-portal-tde/pkg-descr b/freebsd/applications/system/xdg-desktop-portal-tde/pkg-descr new file mode 100644 index 000000000..c9423f6be --- /dev/null +++ b/freebsd/applications/system/xdg-desktop-portal-tde/pkg-descr @@ -0,0 +1,4 @@ +An implementation of the FreeDesktop Portals API for TDE + +Exposes TDE APIs to applications which use the Portals API. +As a result, these applications can transparently use native TDE APIs and dialogs. diff --git a/freebsd/applications/system/xdg-desktop-portal-tde/pkg-plist b/freebsd/applications/system/xdg-desktop-portal-tde/pkg-plist new file mode 100644 index 000000000..dfa38a302 --- /dev/null +++ b/freebsd/applications/system/xdg-desktop-portal-tde/pkg-plist @@ -0,0 +1,9 @@ +lib/trinity/libexec/xdg-desktop-portal-tde +share/applications/xdg-desktop-portal-tde.desktop +/usr/local/share/dbus-1/services/org.freedesktop.impl.portal.desktop.tde.service +/usr/share/xdg-desktop-portal/portals/tde.portal +/usr/share/xdg-desktop-portal/tde-portals.conf +@dir /usr/local/share/dbus-1/services +@dir /usr/local/share/dbus-1 +@dir /usr/share/xdg-desktop-portal/portals +@dir /usr/share/xdg-desktop-portal diff --git a/freebsd/applications/system/yakuake/distinfo b/freebsd/applications/system/yakuake/distinfo index 69a3e0b19..489c6700a 100644 --- a/freebsd/applications/system/yakuake/distinfo +++ b/freebsd/applications/system/yakuake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713833876 -SHA256 (TDE/applications/system/yakuake-trinity_14.1.2.orig.tar.xz) = 28117fc93798506298ac8678ddd17b802cc3dd36a2c325f2b812fae834a1a911 -SIZE (TDE/applications/system/yakuake-trinity_14.1.2.orig.tar.xz) = 106036 +TIMESTAMP = 1729260094 +SHA256 (TDE/applications/system/yakuake-trinity_14.1.3.orig.tar.xz) = d3ad729490cbbad07f8c4a85703ce38ee87403d4a8eba9c785518a407540ee63 +SIZE (TDE/applications/system/yakuake-trinity_14.1.3.orig.tar.xz) = 106072 diff --git a/freebsd/applications/tdeio/tdeio-appinfo/distinfo b/freebsd/applications/tdeio/tdeio-appinfo/distinfo index 2e337baf1..f31e89c62 100644 --- a/freebsd/applications/tdeio/tdeio-appinfo/distinfo +++ b/freebsd/applications/tdeio/tdeio-appinfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713834017 -SHA256 (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.2.orig.tar.xz) = 54da5cdb12461857dedaf135396df8b5bdd1b16135d1852383a334ef6d234535 -SIZE (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.2.orig.tar.xz) = 14048 +TIMESTAMP = 1729262052 +SHA256 (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.3.orig.tar.xz) = ef249a9c450f40aeee815b791736a7e3005124b2795242fa0a790380c1a89b89 +SIZE (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.3.orig.tar.xz) = 14260 diff --git a/freebsd/applications/tdeio/tdeio-appinfo/pkg-plist b/freebsd/applications/tdeio/tdeio-appinfo/pkg-plist index c0fc095ed..e2581c212 100644 --- a/freebsd/applications/tdeio/tdeio-appinfo/pkg-plist +++ b/freebsd/applications/tdeio/tdeio-appinfo/pkg-plist @@ -1,3 +1,4 @@ lib/trinity/tdeio_appinfo.la lib/trinity/tdeio_appinfo.so +share/locale/ru/LC_MESSAGES/tdeio_appinfo.mo share/services/appinfo.protocol diff --git a/freebsd/applications/tdeio/tdeio-ftps/distinfo b/freebsd/applications/tdeio/tdeio-ftps/distinfo index da5f02a36..0c1b75734 100644 --- a/freebsd/applications/tdeio/tdeio-ftps/distinfo +++ b/freebsd/applications/tdeio/tdeio-ftps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713834049 -SHA256 (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.2.orig.tar.xz) = 5e9d40144cce81ef61f00b5cc420d2ad294bdac10cdb28069044d6aac2b59881 -SIZE (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.2.orig.tar.xz) = 37044 +TIMESTAMP = 1729262097 +SHA256 (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.3.orig.tar.xz) = d5a4858093db677186dd1239622ac8896d136f2fae989af57f358275edb128b5 +SIZE (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.3.orig.tar.xz) = 37020 diff --git a/freebsd/applications/tdeio/tdeio-gopher/distinfo b/freebsd/applications/tdeio/tdeio-gopher/distinfo index 6a7ad325f..9687b8e6d 100644 --- a/freebsd/applications/tdeio/tdeio-gopher/distinfo +++ b/freebsd/applications/tdeio/tdeio-gopher/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713835284 -SHA256 (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.2.orig.tar.xz) = d76a8faab3dc8626a7b851ad22c6688da3fbe948b16b0e0b26229ef8e44b9496 -SIZE (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.2.orig.tar.xz) = 34000 +TIMESTAMP = 1729262124 +SHA256 (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.3.orig.tar.xz) = 776fd93819e90634917b70668ec49606ee11fe6eb515c10659f2ed0ba8c65a93 +SIZE (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.3.orig.tar.xz) = 33992 diff --git a/freebsd/applications/tdeio/tdeio-locate/distinfo b/freebsd/applications/tdeio/tdeio-locate/distinfo index e67cd3b28..8cad61731 100644 --- a/freebsd/applications/tdeio/tdeio-locate/distinfo +++ b/freebsd/applications/tdeio/tdeio-locate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713835316 -SHA256 (TDE/applications/tdeio/tdeio-locate-trinity_14.1.2.orig.tar.xz) = 3f02db3f5e06d7aa7cd41bfbc73a1917294996db418474a0b80acd87bf1ad3f4 -SIZE (TDE/applications/tdeio/tdeio-locate-trinity_14.1.2.orig.tar.xz) = 61788 +TIMESTAMP = 1729262154 +SHA256 (TDE/applications/tdeio/tdeio-locate-trinity_14.1.3.orig.tar.xz) = f94ef7af09b0d7bf6f424100cbe8327e7c6158e914a9f686c137863861eb2673 +SIZE (TDE/applications/tdeio/tdeio-locate-trinity_14.1.3.orig.tar.xz) = 61780 diff --git a/freebsd/applications/tdeio/tdeio-sword/distinfo b/freebsd/applications/tdeio/tdeio-sword/distinfo index b248fa150..0e4c10a66 100644 --- a/freebsd/applications/tdeio/tdeio-sword/distinfo +++ b/freebsd/applications/tdeio/tdeio-sword/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713835343 -SHA256 (TDE/applications/tdeio/tdeio-sword-trinity_14.1.2.orig.tar.xz) = 7c3dfa07b9ca2c10ab31fe5191e12089dd6b64be8585a3cb2c489016fc2c4147 -SIZE (TDE/applications/tdeio/tdeio-sword-trinity_14.1.2.orig.tar.xz) = 101240 +TIMESTAMP = 1729262182 +SHA256 (TDE/applications/tdeio/tdeio-sword-trinity_14.1.3.orig.tar.xz) = cdd0f1d99ca0a581cd077fc621b17a7f3a1e1c5dc72b2f941ba2513fb81bdd43 +SIZE (TDE/applications/tdeio/tdeio-sword-trinity_14.1.3.orig.tar.xz) = 101172 diff --git a/freebsd/applications/themes/Makefile b/freebsd/applications/themes/Makefile index 163e54a96..d1bb465b4 100644 --- a/freebsd/applications/themes/Makefile +++ b/freebsd/applications/themes/Makefile @@ -14,6 +14,7 @@ SUBDIR += twin-style-dekorator SUBDIR += twin-style-fahrenheit SUBDIR += twin-style-machbunt + SUBDIR += twin-style-mallory SUBDIR += twin-style-suse2 .include <bsd.port.subdir.mk> diff --git a/freebsd/applications/themes/gtk-qt-engine/distinfo b/freebsd/applications/themes/gtk-qt-engine/distinfo index 7cdcfa36d..f00f932c9 100644 --- a/freebsd/applications/themes/gtk-qt-engine/distinfo +++ b/freebsd/applications/themes/gtk-qt-engine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857199 -SHA256 (TDE/applications/themes/gtk-qt-engine-trinity_14.1.2.orig.tar.xz) = d55125c8943fe8e68229f5b1ef78315bf70d3fc1b2e9544f3618d1435696d3f8 -SIZE (TDE/applications/themes/gtk-qt-engine-trinity_14.1.2.orig.tar.xz) = 59392 +TIMESTAMP = 1729262248 +SHA256 (TDE/applications/themes/gtk-qt-engine-trinity_14.1.3.orig.tar.xz) = 81da67484120536f0c6d2d36b06093c1d9e0ca0eaef4004c0084891fac293609 +SIZE (TDE/applications/themes/gtk-qt-engine-trinity_14.1.3.orig.tar.xz) = 59424 diff --git a/freebsd/applications/themes/gtk3-tqt-engine/distinfo b/freebsd/applications/themes/gtk3-tqt-engine/distinfo index a06403b9f..f758ca13e 100644 --- a/freebsd/applications/themes/gtk3-tqt-engine/distinfo +++ b/freebsd/applications/themes/gtk3-tqt-engine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857247 -SHA256 (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.2.orig.tar.xz) = 0bf835f996f82e7d94015b277773bde2dd932b7566318f4cdfbde1b1f69e4ba3 -SIZE (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.2.orig.tar.xz) = 98260 +TIMESTAMP = 1729262319 +SHA256 (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.3.orig.tar.xz) = aa40509eb2f3e12b6cb210ff6c242c7278152590c805b5a39791e96e63f98e73 +SIZE (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.3.orig.tar.xz) = 98292 diff --git a/freebsd/applications/themes/ksplash-engine-moodin/distinfo b/freebsd/applications/themes/ksplash-engine-moodin/distinfo index 0faa7a02a..bf299e742 100644 --- a/freebsd/applications/themes/ksplash-engine-moodin/distinfo +++ b/freebsd/applications/themes/ksplash-engine-moodin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857291 -SHA256 (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.2.orig.tar.xz) = fa01e3ce5b6d0ed250a443fb1b3c793dc9c285341cb153ba16947e1bd3e825ef -SIZE (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.2.orig.tar.xz) = 1158956 +TIMESTAMP = 1729262366 +SHA256 (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.3.orig.tar.xz) = fb85f03b9252bc9e16445a917102ef9e481b57677a0078f89bd800a96e636393 +SIZE (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.3.orig.tar.xz) = 1159368 diff --git a/freebsd/applications/themes/tde-style-baghira/distinfo b/freebsd/applications/themes/tde-style-baghira/distinfo index d9361ed73..5f10afc02 100644 --- a/freebsd/applications/themes/tde-style-baghira/distinfo +++ b/freebsd/applications/themes/tde-style-baghira/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857342 -SHA256 (TDE/applications/themes/tde-style-baghira-trinity_14.1.2.orig.tar.xz) = 5a8c095abe16324e70cc0e8eb44e9e25655a05b6b38072d103338a4bb4f36154 -SIZE (TDE/applications/themes/tde-style-baghira-trinity_14.1.2.orig.tar.xz) = 393520 +TIMESTAMP = 1729262430 +SHA256 (TDE/applications/themes/tde-style-baghira-trinity_14.1.3.orig.tar.xz) = 9c523f7a3cfcf8b6c495974203491ef24b29a9fbe7d11577247b860629e9f1bd +SIZE (TDE/applications/themes/tde-style-baghira-trinity_14.1.3.orig.tar.xz) = 394116 diff --git a/freebsd/applications/themes/tde-style-baghira/pkg-plist b/freebsd/applications/themes/tde-style-baghira/pkg-plist index 8da44aa92..a774c4b3f 100644 --- a/freebsd/applications/themes/tde-style-baghira/pkg-plist +++ b/freebsd/applications/themes/tde-style-baghira/pkg-plist @@ -62,4 +62,6 @@ share/icons/crystalsvg/64x64/apps/baghira_yellow.png share/locale/de/LC_MESSAGES/baghira-starter.mo share/locale/pl/LC_MESSAGES/baghira-usermanager.mo share/locale/pt_BR/LC_MESSAGES/baghira-usermanager.mo +share/locale/ru/LC_MESSAGES/baghira-kmenuapplet.mo +share/locale/ru/LC_MESSAGES/baghira-switcher.mo share/man/man1/bab.1.gz diff --git a/freebsd/applications/themes/tde-style-domino/distinfo b/freebsd/applications/themes/tde-style-domino/distinfo index 1033170c7..34e2ad019 100644 --- a/freebsd/applications/themes/tde-style-domino/distinfo +++ b/freebsd/applications/themes/tde-style-domino/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857443 -SHA256 (TDE/applications/themes/tde-style-domino-trinity_14.1.2.orig.tar.xz) = da752facebeb4199bbd5071995f836b8e1f00b6364d8f133a7cb26ac965897d7 -SIZE (TDE/applications/themes/tde-style-domino-trinity_14.1.2.orig.tar.xz) = 116576 +TIMESTAMP = 1729262499 +SHA256 (TDE/applications/themes/tde-style-domino-trinity_14.1.3.orig.tar.xz) = ffb0c9945ffb7413cb2b013684c5630cb26fb1e21011fa5011132adfc2c81769 +SIZE (TDE/applications/themes/tde-style-domino-trinity_14.1.3.orig.tar.xz) = 116584 diff --git a/freebsd/applications/themes/tde-style-ia-ora/distinfo b/freebsd/applications/themes/tde-style-ia-ora/distinfo index b6e408670..8de351c7b 100644 --- a/freebsd/applications/themes/tde-style-ia-ora/distinfo +++ b/freebsd/applications/themes/tde-style-ia-ora/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857506 -SHA256 (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.2.orig.tar.xz) = 1faacf0aa46714c9a3f73d4bf2771e31bed9639c871796faa44b744f6b40ea95 -SIZE (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.2.orig.tar.xz) = 62712 +TIMESTAMP = 1729262532 +SHA256 (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.3.orig.tar.xz) = 8aa36304fe1c028eb27a1fd50620aaa7220c2a367ef7c2c090d318757e6fa18e +SIZE (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.3.orig.tar.xz) = 62692 diff --git a/freebsd/applications/themes/tde-style-lipstik/distinfo b/freebsd/applications/themes/tde-style-lipstik/distinfo index 51b21e04b..bb732e1f4 100644 --- a/freebsd/applications/themes/tde-style-lipstik/distinfo +++ b/freebsd/applications/themes/tde-style-lipstik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857646 -SHA256 (TDE/applications/themes/tde-style-lipstik-trinity_14.1.2.orig.tar.xz) = d7e2a6ee0026ba8c8faf3644eacbe13597f9f50b24f87378b131488e8b2a2b85 -SIZE (TDE/applications/themes/tde-style-lipstik-trinity_14.1.2.orig.tar.xz) = 48796 +TIMESTAMP = 1729262557 +SHA256 (TDE/applications/themes/tde-style-lipstik-trinity_14.1.3.orig.tar.xz) = d075d85309e5529f3f1fd99c465ed4b6cddcf3faf00d60496cf8769a35bb9f8d +SIZE (TDE/applications/themes/tde-style-lipstik-trinity_14.1.3.orig.tar.xz) = 48780 diff --git a/freebsd/applications/themes/tde-style-polyester/Makefile b/freebsd/applications/themes/tde-style-polyester/Makefile index e99462eb1..2e98b4e5b 100644 --- a/freebsd/applications/themes/tde-style-polyester/Makefile +++ b/freebsd/applications/themes/tde-style-polyester/Makefile @@ -11,7 +11,7 @@ PORTNAME= tde-style-polyester-trinity COMMENT= Polyester widget style and twin decoration for TDE TDE_PREVERSION= MASTER_SITE_SUBDIR= t/${PORTNAME} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= x11-themes DIST_SUBDIR= TDE/applications/themes diff --git a/freebsd/applications/themes/tde-style-polyester/distinfo b/freebsd/applications/themes/tde-style-polyester/distinfo index bfef90682..9bd8686b4 100644 --- a/freebsd/applications/themes/tde-style-polyester/distinfo +++ b/freebsd/applications/themes/tde-style-polyester/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857852 -SHA256 (TDE/applications/themes/tde-style-polyester-trinity_14.1.2.orig.tar.xz) = ceda4fa7a9846c9bf30704ac448e8f63a31914a100fb45c4e39b8e5d0eed7aa1 -SIZE (TDE/applications/themes/tde-style-polyester-trinity_14.1.2.orig.tar.xz) = 205688 +TIMESTAMP = 1729262664 +SHA256 (TDE/applications/themes/tde-style-polyester-trinity_14.1.3.orig.tar.xz) = cfb0788b4d193243f8f383abe948a57eec2802685758079b2a259f3818772659 +SIZE (TDE/applications/themes/tde-style-polyester-trinity_14.1.3.orig.tar.xz) = 205892 diff --git a/freebsd/applications/themes/tde-style-polyester/files/patch-bp000-fix-loading-in-twin.diff b/freebsd/applications/themes/tde-style-polyester/files/patch-bp000-fix-loading-in-twin.diff deleted file mode 100644 index 426a326c2..000000000 --- a/freebsd/applications/themes/tde-style-polyester/files/patch-bp000-fix-loading-in-twin.diff +++ /dev/null @@ -1,35 +0,0 @@ -commit 7c56e0db5cfa14b280ca25b455daae77e75eb953 -Author: Michele Calgaro <michele.calgaro@yahoo.it> -Date: Fri May 3 10:12:45 2024 +0900 - - Fix loading of window decoration module in twin - - Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> - -diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt -index 7e9d720..e505b79 100644 ---- a/client/CMakeLists.txt -+++ b/client/CMakeLists.txt -@@ -63,9 +63,9 @@ add_custom_target( buttons-embed-images - ) - - --### twin_polyester (kpart) ##################################################### -+### twin3_polyester (kpart) ##################################################### - --tde_add_kpart( twin_polyester AUTOMOC -+tde_add_kpart( twin3_polyester AUTOMOC - - SOURCES - polyester.cpp -diff --git a/client/polyester.desktop b/client/polyester.desktop -index 52e7c93..30f8b1d 100755 ---- a/client/polyester.desktop -+++ b/client/polyester.desktop -@@ -2,4 +2,4 @@ - [Desktop Entry] - Encoding=UTF-8 - Name=Polyester --X-TDE-Library=twin_polyester -\ No newline at end of file -+X-TDE-Library=twin3_polyester diff --git a/freebsd/applications/themes/tde-style-qtcurve/distinfo b/freebsd/applications/themes/tde-style-qtcurve/distinfo index 0c5fad575..3740b9a8c 100644 --- a/freebsd/applications/themes/tde-style-qtcurve/distinfo +++ b/freebsd/applications/themes/tde-style-qtcurve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857882 -SHA256 (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.2.orig.tar.xz) = 31772f50296a1d4151b16fceb365e503e8c0e25971a980cd6d02ee0ab904cf63 -SIZE (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.2.orig.tar.xz) = 160900 +TIMESTAMP = 1729262687 +SHA256 (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.3.orig.tar.xz) = 012e547ea8488e42354c0d1442435819bbaf5a7ea91e2bc4b6f2685d19296c0e +SIZE (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.3.orig.tar.xz) = 161032 diff --git a/freebsd/applications/themes/tdmtheme/distinfo b/freebsd/applications/themes/tdmtheme/distinfo index 1e03407ee..0b433057d 100644 --- a/freebsd/applications/themes/tdmtheme/distinfo +++ b/freebsd/applications/themes/tdmtheme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857913 -SHA256 (TDE/applications/themes/tdmtheme-trinity_14.1.2.orig.tar.xz) = bfc42a756cbf3bda8e69342f1ee6598c40263b761c206101affec632be636239 -SIZE (TDE/applications/themes/tdmtheme-trinity_14.1.2.orig.tar.xz) = 24364 +TIMESTAMP = 1729262717 +SHA256 (TDE/applications/themes/tdmtheme-trinity_14.1.3.orig.tar.xz) = 4fc6dd564d2769f40fc1f6e2f0d4d13acd0bef4b1e8f7dc745daf45a84344d6a +SIZE (TDE/applications/themes/tdmtheme-trinity_14.1.3.orig.tar.xz) = 24360 diff --git a/freebsd/applications/themes/twin-style-crystal/distinfo b/freebsd/applications/themes/twin-style-crystal/distinfo index 2f36d554a..fae708872 100644 --- a/freebsd/applications/themes/twin-style-crystal/distinfo +++ b/freebsd/applications/themes/twin-style-crystal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857938 -SHA256 (TDE/applications/themes/twin-style-crystal-trinity_14.1.2.orig.tar.xz) = cc36dfd21615cb894218ee7b2d9ba8d0434a962001fd53eac3ef3c055fe82a76 -SIZE (TDE/applications/themes/twin-style-crystal-trinity_14.1.2.orig.tar.xz) = 161000 +TIMESTAMP = 1729262814 +SHA256 (TDE/applications/themes/twin-style-crystal-trinity_14.1.3.orig.tar.xz) = 97e799ad0f7e0ec6cf4e5a568d7fcf6d9dc7e3c599c112afd1706ba0b0970fba +SIZE (TDE/applications/themes/twin-style-crystal-trinity_14.1.3.orig.tar.xz) = 160992 diff --git a/freebsd/applications/themes/twin-style-dekorator/distinfo b/freebsd/applications/themes/twin-style-dekorator/distinfo index 9cbb5bd52..cd3f87483 100644 --- a/freebsd/applications/themes/twin-style-dekorator/distinfo +++ b/freebsd/applications/themes/twin-style-dekorator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857965 -SHA256 (TDE/applications/themes/twin-style-dekorator-trinity_14.1.2.orig.tar.xz) = 3baea025dee703b6160b94c336c641d56000afc1176664d9dc9a26b6142eae0a -SIZE (TDE/applications/themes/twin-style-dekorator-trinity_14.1.2.orig.tar.xz) = 118912 +TIMESTAMP = 1729262847 +SHA256 (TDE/applications/themes/twin-style-dekorator-trinity_14.1.3.orig.tar.xz) = f7beb916b328dca036655e07ac935ec6609428c18c545fdcfcaf641e7a317be8 +SIZE (TDE/applications/themes/twin-style-dekorator-trinity_14.1.3.orig.tar.xz) = 118908 diff --git a/freebsd/applications/themes/twin-style-fahrenheit/Makefile b/freebsd/applications/themes/twin-style-fahrenheit/Makefile index c550e4027..5346daeda 100644 --- a/freebsd/applications/themes/twin-style-fahrenheit/Makefile +++ b/freebsd/applications/themes/twin-style-fahrenheit/Makefile @@ -11,7 +11,7 @@ PORTNAME= twin-style-fahrenheit-trinity COMMENT= TDE window decoration Fahrenheit TDE_PREVERSION= MASTER_SITE_SUBDIR= t/${PORTNAME} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= x11-themes DIST_SUBDIR= TDE/applications/themes diff --git a/freebsd/applications/themes/twin-style-fahrenheit/distinfo b/freebsd/applications/themes/twin-style-fahrenheit/distinfo index 9391c1607..85e66f5fa 100644 --- a/freebsd/applications/themes/twin-style-fahrenheit/distinfo +++ b/freebsd/applications/themes/twin-style-fahrenheit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857995 -SHA256 (TDE/applications/themes/twin-style-fahrenheit-trinity_14.1.2.orig.tar.xz) = 7b1984e6f5e50478859966ad6625f8656661c893418dda5ec6dae4c228a55cfe -SIZE (TDE/applications/themes/twin-style-fahrenheit-trinity_14.1.2.orig.tar.xz) = 20412 +TIMESTAMP = 1729262921 +SHA256 (TDE/applications/themes/twin-style-fahrenheit-trinity_14.1.3.orig.tar.xz) = 023065634bdb2f67d36c95fe17ffc49aa9698c350ed51f43b6fd18e760afaef6 +SIZE (TDE/applications/themes/twin-style-fahrenheit-trinity_14.1.3.orig.tar.xz) = 20584 diff --git a/freebsd/applications/themes/twin-style-fahrenheit/files/patch-bp000-fix-loading-in-twin.diff b/freebsd/applications/themes/twin-style-fahrenheit/files/patch-bp000-fix-loading-in-twin.diff deleted file mode 100644 index 205aafd88..000000000 --- a/freebsd/applications/themes/twin-style-fahrenheit/files/patch-bp000-fix-loading-in-twin.diff +++ /dev/null @@ -1,34 +0,0 @@ -commit 50ad465a06aae81d96efca4ee9a7468b1f303c43 -Author: Michele Calgaro <michele.calgaro@yahoo.it> -Date: Fri May 3 10:15:38 2024 +0900 - - Fix loading of window decoration module in twin - - Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> - -diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt -index 7f35eec..494ded2 100644 ---- a/client/CMakeLists.txt -+++ b/client/CMakeLists.txt -@@ -17,9 +17,9 @@ link_directories( - add_subdirectory( pics ) - - --##### twin_fahrenheit (kpart) -+##### twin3_fahrenheit (kpart) - --tde_add_kpart( twin_fahrenheit AUTOMOC -+tde_add_kpart( twin3_fahrenheit AUTOMOC - - SOURCES - fahrenheitclient.cpp -diff --git a/client/fahrenheit.desktop b/client/fahrenheit.desktop -index 32a887b..29f78a4 100644 ---- a/client/fahrenheit.desktop -+++ b/client/fahrenheit.desktop -@@ -1,4 +1,4 @@ - [Desktop Entry] - Encoding=UTF-8 - Name=Fahrenheit --X-TDE-Library=twin_fahrenheit -+X-TDE-Library=twin3_fahrenheit diff --git a/freebsd/applications/themes/twin-style-fahrenheit/pkg-plist b/freebsd/applications/themes/twin-style-fahrenheit/pkg-plist index ad48b81df..61a5ce212 100644 --- a/freebsd/applications/themes/twin-style-fahrenheit/pkg-plist +++ b/freebsd/applications/themes/twin-style-fahrenheit/pkg-plist @@ -8,3 +8,4 @@ share/apps/twin/fahrenheit/minimize.png share/apps/twin/fahrenheit/minmax.png share/apps/twin/fahrenheit/sticky.png share/apps/twin/fahrenheit/unsticky.png +share/locale/ru/LC_MESSAGES/twin-style-fahrenheit.mo diff --git a/freebsd/applications/themes/twin-style-machbunt/distinfo b/freebsd/applications/themes/twin-style-machbunt/distinfo index 41d1d6b03..cd0bcc190 100644 --- a/freebsd/applications/themes/twin-style-machbunt/distinfo +++ b/freebsd/applications/themes/twin-style-machbunt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858017 -SHA256 (TDE/applications/themes/twin-style-machbunt-trinity_14.1.2.orig.tar.xz) = 41880d22ff6cf8afcec810bf4597b0ca83ae0be0cff477488b6e0a328f30bd04 -SIZE (TDE/applications/themes/twin-style-machbunt-trinity_14.1.2.orig.tar.xz) = 25696 +TIMESTAMP = 1729262947 +SHA256 (TDE/applications/themes/twin-style-machbunt-trinity_14.1.3.orig.tar.xz) = 8d2f914ce087bdafa467fe2cf8a9d905a4988aa7f0310ba81bcf3e43ab03cea3 +SIZE (TDE/applications/themes/twin-style-machbunt-trinity_14.1.3.orig.tar.xz) = 25756 diff --git a/freebsd/applications/themes/twin-style-mallory/Makefile b/freebsd/applications/themes/twin-style-mallory/Makefile new file mode 100644 index 000000000..f22912bda --- /dev/null +++ b/freebsd/applications/themes/twin-style-mallory/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/twin-style-mallory + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= twin-style-mallory-trinity +COMMENT= A twin window decoration based on the original KDE Alloyon windec theme +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/themes/twin-style-mallory/distinfo b/freebsd/applications/themes/twin-style-mallory/distinfo new file mode 100644 index 000000000..181e5980e --- /dev/null +++ b/freebsd/applications/themes/twin-style-mallory/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1729263058 +SHA256 (TDE/applications/themes/twin-style-mallory-trinity_14.1.3.orig.tar.xz) = 11d53e5925dc1f3457ce8d770cb9989c20e42693c2b5ac6ccbadf4a04b3db46b +SIZE (TDE/applications/themes/twin-style-mallory-trinity_14.1.3.orig.tar.xz) = 25352 diff --git a/freebsd/applications/themes/twin-style-mallory/pkg-descr b/freebsd/applications/themes/twin-style-mallory/pkg-descr new file mode 100644 index 000000000..551e9d030 --- /dev/null +++ b/freebsd/applications/themes/twin-style-mallory/pkg-descr @@ -0,0 +1 @@ +A twin window decoration based on the original KDE Alloyon windec theme diff --git a/freebsd/applications/themes/twin-style-mallory/pkg-plist b/freebsd/applications/themes/twin-style-mallory/pkg-plist new file mode 100644 index 000000000..3a2cd0e9a --- /dev/null +++ b/freebsd/applications/themes/twin-style-mallory/pkg-plist @@ -0,0 +1,20 @@ +lib/trinity/twin3_mallory.la +lib/trinity/twin3_mallory.so +lib/trinity/twin_mallory_config.la +lib/trinity/twin_mallory_config.so +share/apps/tdedisplay/color-schemes/Mallory Dark Bluemoon.kcsrc +share/apps/tdedisplay/color-schemes/Mallory Dark Firetruck.kcsrc +share/apps/tdedisplay/color-schemes/Mallory Dark Jungle Dreams.kcsrc +share/apps/tdedisplay/color-schemes/Mallory Dark Nightshift.kcsrc +share/apps/tdedisplay/color-schemes/Mallory-1.0-Caramel.kcsrc +share/apps/tdedisplay/color-schemes/Mallory-1.0-Double.Blue.kcsrc +share/apps/tdedisplay/color-schemes/Mallory-1.0-Double.Grey.kcsrc +share/apps/tdedisplay/color-schemes/Mallory-1.0-Flat.Blue.kcsrc +share/apps/tdedisplay/color-schemes/Mallory-1.0-Flat.Green.kcsrc +share/apps/tdedisplay/color-schemes/Mallory-1.0-Flat.Grey.kcsrc +share/apps/tdedisplay/color-schemes/Mallory-1.0-Flat.Sands.kcsrc +share/apps/tdedisplay/color-schemes/Mallory-1.0-Green.Halo.kcsrc +share/apps/tdedisplay/color-schemes/Mallory-1.0-It.s.A.Boy.kcsrc +share/apps/tdedisplay/color-schemes/Mallory-1.0-It.s.A.Girl.kcsrc +share/apps/tdedisplay/color-schemes/Mallory-1.0-Nenuphars.kcsrc +share/apps/twin/mallory.desktop diff --git a/freebsd/applications/themes/twin-style-suse2/distinfo b/freebsd/applications/themes/twin-style-suse2/distinfo index bf6c690ff..afaf2a20b 100644 --- a/freebsd/applications/themes/twin-style-suse2/distinfo +++ b/freebsd/applications/themes/twin-style-suse2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858063 -SHA256 (TDE/applications/themes/twin-style-suse2-trinity_14.1.2.orig.tar.xz) = 2feb4e6befacdf48a2a25b71b8325e62e390ea6f0b8a502becb8049f90ef51ba -SIZE (TDE/applications/themes/twin-style-suse2-trinity_14.1.2.orig.tar.xz) = 73540 +TIMESTAMP = 1729263102 +SHA256 (TDE/applications/themes/twin-style-suse2-trinity_14.1.3.orig.tar.xz) = 351aa78177b86ef0e25c0eb9ee37f506d6ef4b64b699bd4082e51fed8e49bc7c +SIZE (TDE/applications/themes/twin-style-suse2-trinity_14.1.3.orig.tar.xz) = 73556 diff --git a/freebsd/applications/utilities/abakus/distinfo b/freebsd/applications/utilities/abakus/distinfo index 41e740b9e..6192ca7fc 100644 --- a/freebsd/applications/utilities/abakus/distinfo +++ b/freebsd/applications/utilities/abakus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858566 -SHA256 (TDE/applications/utilities/abakus-trinity_14.1.2.orig.tar.xz) = 63f241364188e831765cf4bb22bf62ce6b17afd9d97ecf5614b7453acc96ddcf -SIZE (TDE/applications/utilities/abakus-trinity_14.1.2.orig.tar.xz) = 250504 +TIMESTAMP = 1729263229 +SHA256 (TDE/applications/utilities/abakus-trinity_14.1.3.orig.tar.xz) = 921ecb246c9d9cde961d9f5809c9ae476bc907476cca4690da5e2834534009fe +SIZE (TDE/applications/utilities/abakus-trinity_14.1.3.orig.tar.xz) = 250476 diff --git a/freebsd/applications/utilities/filelight/distinfo b/freebsd/applications/utilities/filelight/distinfo index d124c32f4..1d03a793e 100644 --- a/freebsd/applications/utilities/filelight/distinfo +++ b/freebsd/applications/utilities/filelight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858626 -SHA256 (TDE/applications/utilities/filelight-trinity_14.1.2.orig.tar.xz) = 2cb7c59919c929baeae2731e046217a047a54c0df89a47905a1e6ddc7d3710a6 -SIZE (TDE/applications/utilities/filelight-trinity_14.1.2.orig.tar.xz) = 420660 +TIMESTAMP = 1729263312 +SHA256 (TDE/applications/utilities/filelight-trinity_14.1.3.orig.tar.xz) = fce5b24e4550fbce950d35f33c17768ffc875bcd667141ccd50a2ca30cbd4380 +SIZE (TDE/applications/utilities/filelight-trinity_14.1.3.orig.tar.xz) = 420712 diff --git a/freebsd/applications/utilities/kbarcode/distinfo b/freebsd/applications/utilities/kbarcode/distinfo index 8d8de836d..dbc6dceb3 100644 --- a/freebsd/applications/utilities/kbarcode/distinfo +++ b/freebsd/applications/utilities/kbarcode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858683 -SHA256 (TDE/applications/utilities/kbarcode-trinity_14.1.2.orig.tar.xz) = d1f3859081ff0fc035ef6e0ed7c2d5f99fff23ecebd65fbb05fe0bfb93fb961a -SIZE (TDE/applications/utilities/kbarcode-trinity_14.1.2.orig.tar.xz) = 272980 +TIMESTAMP = 1729263358 +SHA256 (TDE/applications/utilities/kbarcode-trinity_14.1.3.orig.tar.xz) = 90be20db912a7161a138a2cf10ce3ff1b0f11f8f5b95769d079e6ceb048f59ab +SIZE (TDE/applications/utilities/kbarcode-trinity_14.1.3.orig.tar.xz) = 277020 diff --git a/freebsd/applications/utilities/kbarcode/pkg-plist b/freebsd/applications/utilities/kbarcode/pkg-plist index cfab91431..bf742bed1 100644 --- a/freebsd/applications/utilities/kbarcode/pkg-plist +++ b/freebsd/applications/utilities/kbarcode/pkg-plist @@ -33,6 +33,7 @@ share/locale/hu/LC_MESSAGES/kbarcode.mo share/locale/it/LC_MESSAGES/kbarcode.mo share/locale/nl/LC_MESSAGES/kbarcode.mo share/locale/pl/LC_MESSAGES/kbarcode.mo +share/locale/pt/LC_MESSAGES/kbarcode.mo share/locale/ru/LC_MESSAGES/kbarcode.mo share/locale/sv/LC_MESSAGES/kbarcode.mo share/locale/tr/LC_MESSAGES/kbarcode.mo diff --git a/freebsd/applications/utilities/kchmviewer/distinfo b/freebsd/applications/utilities/kchmviewer/distinfo index 0f1c0b424..db31d1592 100644 --- a/freebsd/applications/utilities/kchmviewer/distinfo +++ b/freebsd/applications/utilities/kchmviewer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858731 -SHA256 (TDE/applications/utilities/kchmviewer-trinity_14.1.2.orig.tar.xz) = cbeed4c6f81a97fa5fc1a1a77e8a1228dd6d3c9c8207777d6b619231a8148081 -SIZE (TDE/applications/utilities/kchmviewer-trinity_14.1.2.orig.tar.xz) = 188176 +TIMESTAMP = 1729263467 +SHA256 (TDE/applications/utilities/kchmviewer-trinity_14.1.3.orig.tar.xz) = 7ceb1c9b90aaecd4ff92704e6d7d659346ce6dbeed27d2e1ba0bf03b3d02d1eb +SIZE (TDE/applications/utilities/kchmviewer-trinity_14.1.3.orig.tar.xz) = 188192 diff --git a/freebsd/applications/utilities/kcpuload/distinfo b/freebsd/applications/utilities/kcpuload/distinfo index 0cb04d432..bcd3241fb 100644 --- a/freebsd/applications/utilities/kcpuload/distinfo +++ b/freebsd/applications/utilities/kcpuload/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858772 -SHA256 (TDE/applications/utilities/kcpuload-trinity_14.1.2.orig.tar.xz) = 8230d72eaa46050e5dbd3a45ebcd03c31ef62cdd6b4513de589218953a4b81e6 -SIZE (TDE/applications/utilities/kcpuload-trinity_14.1.2.orig.tar.xz) = 35404 +TIMESTAMP = 1729264157 +SHA256 (TDE/applications/utilities/kcpuload-trinity_14.1.3.orig.tar.xz) = 960a16eb116f0cad4050a38a46a4e45730bdba218d921737abd1ad625c9ebef4 +SIZE (TDE/applications/utilities/kcpuload-trinity_14.1.3.orig.tar.xz) = 35976 diff --git a/freebsd/applications/utilities/kcpuload/pkg-plist b/freebsd/applications/utilities/kcpuload/pkg-plist index 37643c803..0e940f7d3 100644 --- a/freebsd/applications/utilities/kcpuload/pkg-plist +++ b/freebsd/applications/utilities/kcpuload/pkg-plist @@ -29,6 +29,7 @@ share/icons/crystalsvg/48x48/apps/kcpuload.png share/icons/locolor/16x16/apps/kcpuload.png share/icons/locolor/32x32/apps/kcpuload.png share/locale/de/LC_MESSAGES/kcpuload.mo +share/locale/it/LC_MESSAGES/kcpuload.mo share/locale/nl/LC_MESSAGES/kcpuload.mo share/locale/pl/LC_MESSAGES/kcpuload.mo share/locale/ru/LC_MESSAGES/kcpuload.mo diff --git a/freebsd/applications/utilities/kdirstat/distinfo b/freebsd/applications/utilities/kdirstat/distinfo index 3265496a9..6d735bbd0 100644 --- a/freebsd/applications/utilities/kdirstat/distinfo +++ b/freebsd/applications/utilities/kdirstat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858822 -SHA256 (TDE/applications/utilities/kdirstat-trinity_14.1.2.orig.tar.xz) = 99795eb9a2342b977ef092d9488e5d5988377897fe50604d05eb03194d3ac647 -SIZE (TDE/applications/utilities/kdirstat-trinity_14.1.2.orig.tar.xz) = 207928 +TIMESTAMP = 1729264215 +SHA256 (TDE/applications/utilities/kdirstat-trinity_14.1.3.orig.tar.xz) = f0a45d1ccc1c6ce9c84d252d8e716325259dd7fb4b42f700f780e688d32c1616 +SIZE (TDE/applications/utilities/kdirstat-trinity_14.1.3.orig.tar.xz) = 207932 diff --git a/freebsd/applications/utilities/keep/distinfo b/freebsd/applications/utilities/keep/distinfo index 11be35611..bfe3055d2 100644 --- a/freebsd/applications/utilities/keep/distinfo +++ b/freebsd/applications/utilities/keep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858872 -SHA256 (TDE/applications/utilities/keep-trinity_14.1.2.orig.tar.xz) = e6fc7be42fbb2b2a4b666da83825d9ce9980c6022dc034b36c03ef8f310329f9 -SIZE (TDE/applications/utilities/keep-trinity_14.1.2.orig.tar.xz) = 164428 +TIMESTAMP = 1729264252 +SHA256 (TDE/applications/utilities/keep-trinity_14.1.3.orig.tar.xz) = b1d455f09cbaf386dd831f3de086ae7c512b256ec238e33ea6da757c4fc0300f +SIZE (TDE/applications/utilities/keep-trinity_14.1.3.orig.tar.xz) = 164676 diff --git a/freebsd/applications/utilities/knutclient/distinfo b/freebsd/applications/utilities/knutclient/distinfo index e3acb9e7d..8c1878348 100644 --- a/freebsd/applications/utilities/knutclient/distinfo +++ b/freebsd/applications/utilities/knutclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858905 -SHA256 (TDE/applications/utilities/knutclient-trinity_14.1.2.orig.tar.xz) = 22c767f75d5b36c9fbcc3779e7a6ea0ea838605b1eae445a5559a5af73bc1279 -SIZE (TDE/applications/utilities/knutclient-trinity_14.1.2.orig.tar.xz) = 532428 +TIMESTAMP = 1729264289 +SHA256 (TDE/applications/utilities/knutclient-trinity_14.1.3.orig.tar.xz) = 40cd497141a22e47f6f5fc7f1ed4a58cf6c6a8b624cce196761d65830ca858b3 +SIZE (TDE/applications/utilities/knutclient-trinity_14.1.3.orig.tar.xz) = 532444 diff --git a/freebsd/applications/utilities/kommando/distinfo b/freebsd/applications/utilities/kommando/distinfo index 04072338d..9eb483706 100644 --- a/freebsd/applications/utilities/kommando/distinfo +++ b/freebsd/applications/utilities/kommando/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858936 -SHA256 (TDE/applications/utilities/kommando-trinity_14.1.2.orig.tar.xz) = 1e6d9895cce4ee5135c85c5edffdda51165232d4495ce1ce02183df1e3b6cc69 -SIZE (TDE/applications/utilities/kommando-trinity_14.1.2.orig.tar.xz) = 42812 +TIMESTAMP = 1729264321 +SHA256 (TDE/applications/utilities/kommando-trinity_14.1.3.orig.tar.xz) = 7551f6bcfa073b023ed3032f14107419d8c317c84d18d020459e53db556cf290 +SIZE (TDE/applications/utilities/kommando-trinity_14.1.3.orig.tar.xz) = 42816 diff --git a/freebsd/applications/utilities/kompose/distinfo b/freebsd/applications/utilities/kompose/distinfo index db1e93b60..9151b16a9 100644 --- a/freebsd/applications/utilities/kompose/distinfo +++ b/freebsd/applications/utilities/kompose/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858967 -SHA256 (TDE/applications/utilities/kompose-trinity_14.1.2.orig.tar.xz) = 905e6acfae7380d2f03a48fa5e0e3ff99439a9ff6a44573332f3d3b0ba8be95a -SIZE (TDE/applications/utilities/kompose-trinity_14.1.2.orig.tar.xz) = 76524 +TIMESTAMP = 1729264360 +SHA256 (TDE/applications/utilities/kompose-trinity_14.1.3.orig.tar.xz) = 54daf396807de4322a6b45b9609f76bb0948c9caff89f352b8c603afd93b4f87 +SIZE (TDE/applications/utilities/kompose-trinity_14.1.3.orig.tar.xz) = 76536 diff --git a/freebsd/applications/utilities/krename/distinfo b/freebsd/applications/utilities/krename/distinfo index b000cb5b5..1ab253c61 100644 --- a/freebsd/applications/utilities/krename/distinfo +++ b/freebsd/applications/utilities/krename/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713858996 -SHA256 (TDE/applications/utilities/krename-trinity_14.1.2.orig.tar.xz) = fae1a2fba78cd75cf7bef86aa89695319bbd3f9414ad14f29aab864095f8d49d -SIZE (TDE/applications/utilities/krename-trinity_14.1.2.orig.tar.xz) = 184864 +TIMESTAMP = 1729264389 +SHA256 (TDE/applications/utilities/krename-trinity_14.1.3.orig.tar.xz) = 46663288b292b0eeb993bfbf5b4cc89907ccc50ab0492fc17c6bfab533c2f88c +SIZE (TDE/applications/utilities/krename-trinity_14.1.3.orig.tar.xz) = 184960 diff --git a/freebsd/applications/utilities/mathemagics/distinfo b/freebsd/applications/utilities/mathemagics/distinfo index 522e84cf0..6d6f912c5 100644 --- a/freebsd/applications/utilities/mathemagics/distinfo +++ b/freebsd/applications/utilities/mathemagics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713859030 -SHA256 (TDE/applications/utilities/mathemagics-trinity_14.1.2.orig.tar.xz) = 2bf34deaa71aa754e0c435f7506767e1bb93f0ed5aa9a05a6e15daccd8c80c63 -SIZE (TDE/applications/utilities/mathemagics-trinity_14.1.2.orig.tar.xz) = 32796 +TIMESTAMP = 1729264441 +SHA256 (TDE/applications/utilities/mathemagics-trinity_14.1.3.orig.tar.xz) = 1efb5001f634bfac0420de9376e486c026f46e29525d776258b17e4f2a1b3bb0 +SIZE (TDE/applications/utilities/mathemagics-trinity_14.1.3.orig.tar.xz) = 32808 diff --git a/freebsd/applications/utilities/qalculate-tde/distinfo b/freebsd/applications/utilities/qalculate-tde/distinfo index 15995fbcd..a31f1af5b 100644 --- a/freebsd/applications/utilities/qalculate-tde/distinfo +++ b/freebsd/applications/utilities/qalculate-tde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713859056 -SHA256 (TDE/applications/utilities/qalculate-trinity_14.1.2.orig.tar.xz) = 2b8beed43efb99d9ebea21a003d2c441265a448d0fe4ded4fbe4ad26c0a7686a -SIZE (TDE/applications/utilities/qalculate-trinity_14.1.2.orig.tar.xz) = 743752 +TIMESTAMP = 1729264470 +SHA256 (TDE/applications/utilities/qalculate-trinity_14.1.3.orig.tar.xz) = bc1430fde0c821f3ca6871fc7537e951bb550879ebee1c1bb2dc5a626077d859 +SIZE (TDE/applications/utilities/qalculate-trinity_14.1.3.orig.tar.xz) = 743768 |