From f6041fbd9646582e13f723037f9d81ee618fbff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 23 Aug 2019 20:01:01 +0200 Subject: FreeBSD: Update for final release R14.0.7. Add ports for several applications. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/Makefile | 6 +++ freebsd/applications/abakus/distinfo | 6 +-- freebsd/applications/abakus/pkg-plist | 5 ++ freebsd/applications/amarok/distinfo | 6 +-- freebsd/applications/basket/distinfo | 6 +-- freebsd/applications/bibletime/distinfo | 6 +-- freebsd/applications/digikam/distinfo | 6 +-- freebsd/applications/dolphin/distinfo | 6 +-- freebsd/applications/dolphin/pkg-plist | 1 + freebsd/applications/filelight/Makefile | 10 ++-- freebsd/applications/filelight/distinfo | 6 +-- freebsd/applications/filelight/pkg-plist | 1 + freebsd/applications/gtk-qt-engine/distinfo | 6 +-- freebsd/applications/gtk-qt-engine/pkg-plist | 1 + freebsd/applications/gtk3-tqt-engine/distinfo | 6 +-- freebsd/applications/gwenview-i18n/distinfo | 6 +-- freebsd/applications/gwenview/distinfo | 6 +-- freebsd/applications/katapult/distinfo | 6 +-- freebsd/applications/kbarcode/distinfo | 6 +-- freebsd/applications/kbfx/distinfo | 6 +-- freebsd/applications/kbibtex/distinfo | 6 +-- freebsd/applications/kbiff/distinfo | 6 +-- freebsd/applications/kbookreader/distinfo | 6 +-- freebsd/applications/kbookreader/pkg-plist | 3 ++ freebsd/applications/kchmviewer/Makefile | 35 +++++++++++++ freebsd/applications/kchmviewer/distinfo | 3 ++ freebsd/applications/kchmviewer/pkg-descr | 20 +++++++ freebsd/applications/kchmviewer/pkg-plist | 23 ++++++++ freebsd/applications/kcmautostart/distinfo | 6 +-- freebsd/applications/kcmautostart/pkg-plist | 1 + freebsd/applications/kcmldap/Makefile | 3 +- freebsd/applications/kcmldap/distinfo | 6 +-- freebsd/applications/kcmldapmanager/Makefile | 36 +++++++++++++ freebsd/applications/kcmldapmanager/distinfo | 3 ++ freebsd/applications/kcmldapmanager/pkg-descr | 4 ++ freebsd/applications/kcmldapmanager/pkg-plist | 4 ++ freebsd/applications/kcpuload/distinfo | 6 +-- freebsd/applications/kdbusnotification/Makefile | 37 +++++++++++++ freebsd/applications/kdbusnotification/distinfo | 3 ++ freebsd/applications/kdbusnotification/pkg-descr | 4 ++ freebsd/applications/kdbusnotification/pkg-plist | 2 + freebsd/applications/kdirstat/distinfo | 6 +-- freebsd/applications/keep/Makefile | 35 +++++++++++++ freebsd/applications/keep/distinfo | 3 ++ freebsd/applications/keep/pkg-descr | 4 ++ freebsd/applications/keep/pkg-plist | 52 ++++++++++++++++++ freebsd/applications/kiosktool/distinfo | 6 +-- freebsd/applications/knights/distinfo | 6 +-- freebsd/applications/knowit/distinfo | 6 +-- freebsd/applications/knowit/pkg-plist | 1 + freebsd/applications/knutclient/distinfo | 6 +-- freebsd/applications/konversation/distinfo | 6 +-- freebsd/applications/krename/distinfo | 6 +-- freebsd/applications/kshowmail/Makefile | 35 +++++++++++++ freebsd/applications/kshowmail/distinfo | 3 ++ freebsd/applications/kshowmail/pkg-descr | 6 +++ freebsd/applications/kshowmail/pkg-plist | 67 ++++++++++++++++++++++++ freebsd/applications/kshutdown/distinfo | 6 +-- freebsd/applications/ksquirrel/distinfo | 6 +-- freebsd/applications/ksquirrel/pkg-plist | 1 + freebsd/applications/tde-style-lipstik/Makefile | 34 ++++++++++++ freebsd/applications/tde-style-lipstik/distinfo | 3 ++ freebsd/applications/tde-style-lipstik/pkg-descr | 6 +++ freebsd/applications/tde-style-lipstik/pkg-plist | 8 +++ freebsd/applications/yakuake/distinfo | 6 +-- 65 files changed, 548 insertions(+), 95 deletions(-) create mode 100644 freebsd/applications/kchmviewer/Makefile create mode 100644 freebsd/applications/kchmviewer/distinfo create mode 100644 freebsd/applications/kchmviewer/pkg-descr create mode 100644 freebsd/applications/kchmviewer/pkg-plist create mode 100644 freebsd/applications/kcmldapmanager/Makefile create mode 100644 freebsd/applications/kcmldapmanager/distinfo create mode 100644 freebsd/applications/kcmldapmanager/pkg-descr create mode 100644 freebsd/applications/kcmldapmanager/pkg-plist create mode 100644 freebsd/applications/kdbusnotification/Makefile create mode 100644 freebsd/applications/kdbusnotification/distinfo create mode 100644 freebsd/applications/kdbusnotification/pkg-descr create mode 100644 freebsd/applications/kdbusnotification/pkg-plist create mode 100644 freebsd/applications/keep/Makefile create mode 100644 freebsd/applications/keep/distinfo create mode 100644 freebsd/applications/keep/pkg-descr create mode 100644 freebsd/applications/keep/pkg-plist create mode 100644 freebsd/applications/kshowmail/Makefile create mode 100644 freebsd/applications/kshowmail/distinfo create mode 100644 freebsd/applications/kshowmail/pkg-descr create mode 100644 freebsd/applications/kshowmail/pkg-plist create mode 100644 freebsd/applications/tde-style-lipstik/Makefile create mode 100644 freebsd/applications/tde-style-lipstik/distinfo create mode 100644 freebsd/applications/tde-style-lipstik/pkg-descr create mode 100644 freebsd/applications/tde-style-lipstik/pkg-plist (limited to 'freebsd/applications') diff --git a/freebsd/applications/Makefile b/freebsd/applications/Makefile index 97c0a2ace..ed8a8bd84 100644 --- a/freebsd/applications/Makefile +++ b/freebsd/applications/Makefile @@ -17,18 +17,24 @@ SUBDIR += kbibtex SUBDIR += kbiff SUBDIR += kbookreader + SUBDIR += kchmviewer SUBDIR += kcmautostart SUBDIR += kcmldap + SUBDIR += kcmldapmanager SUBDIR += kcpuload + SUBDIR += kdbusnotification: SUBDIR += kdirstat + SUBDIR += keep SUBDIR += kiosktool SUBDIR += knights SUBDIR += knowit SUBDIR += knutclient SUBDIR += konversation SUBDIR += krename + SUBDIR += kshowmail SUBDIR += kshutdown SUBDIR += ksquirrel + SUBDIR += tde-style-lipstik SUBDIR += yakuake .include diff --git a/freebsd/applications/abakus/distinfo b/freebsd/applications/abakus/distinfo index 87563b29a..6afcd8e58 100644 --- a/freebsd/applications/abakus/distinfo +++ b/freebsd/applications/abakus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552236986 -SHA256 (TDE/applications/abakus-trinity_14.0.6.orig.tar.xz) = 0f786d813e2c8af5e9f69acf581680d4b0753d02067d4a8d4f929622f6aeadc3 -SIZE (TDE/applications/abakus-trinity_14.0.6.orig.tar.xz) = 483900 +TIMESTAMP = 1576949129 +SHA256 (TDE/applications/abakus-trinity_14.0.7.orig.tar.xz) = ef94b3e892bea2ddaf4955c475418e86970a22dea8fcdc6190a4630b09c82c9a +SIZE (TDE/applications/abakus-trinity_14.0.7.orig.tar.xz) = 487860 diff --git a/freebsd/applications/abakus/pkg-plist b/freebsd/applications/abakus/pkg-plist index 2b22374c4..5e8eeff35 100644 --- a/freebsd/applications/abakus/pkg-plist +++ b/freebsd/applications/abakus/pkg-plist @@ -14,3 +14,8 @@ share/doc/tde/HTML/en/abakus/kcalc-sine.png share/doc/tde/HTML/en/abakus/kcalc-three.png share/icons/hicolor/64x64/apps/abakus.png share/locale/cs/LC_MESSAGES/abakus.mo +share/locale/de/LC_MESSAGES/abakus.mo +share/locale/it/LC_MESSAGES/abakus.mo +share/locale/nl/LC_MESSAGES/abakus.mo +share/locale/pt/LC_MESSAGES/abakus.mo +share/locale/sk/LC_MESSAGES/abakus.mo diff --git a/freebsd/applications/amarok/distinfo b/freebsd/applications/amarok/distinfo index f9e6a138a..11586ab97 100644 --- a/freebsd/applications/amarok/distinfo +++ b/freebsd/applications/amarok/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552237091 -SHA256 (TDE/applications/amarok-trinity_14.0.6.orig.tar.xz) = 98bcadbdaa688ce4a743360a79de47be3c9279b853dcd488212b2d0fb4137f31 -SIZE (TDE/applications/amarok-trinity_14.0.6.orig.tar.xz) = 10032560 +TIMESTAMP = 1577096112 +SHA256 (TDE/applications/amarok-trinity_14.0.7.orig.tar.xz) = 8320eb1ed120d9cc9246555c0762def0f1f965365850b16b1e566bab61e35a64 +SIZE (TDE/applications/amarok-trinity_14.0.7.orig.tar.xz) = 10043532 diff --git a/freebsd/applications/basket/distinfo b/freebsd/applications/basket/distinfo index 0679c1910..d3ce56c95 100644 --- a/freebsd/applications/basket/distinfo +++ b/freebsd/applications/basket/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552238455 -SHA256 (TDE/applications/basket-trinity_14.0.6.orig.tar.xz) = d2540a4a074c02c83d4ccccb648e283458679b80a7083b6d7a2da1af86427517 -SIZE (TDE/applications/basket-trinity_14.0.6.orig.tar.xz) = 3865248 +TIMESTAMP = 1577035542 +SHA256 (TDE/applications/basket-trinity_14.0.7.orig.tar.xz) = 090c969ca84f0309e2fdd43ba3f4b174c2698a0f2511c2807f6268c6971cb994 +SIZE (TDE/applications/basket-trinity_14.0.7.orig.tar.xz) = 3867160 diff --git a/freebsd/applications/bibletime/distinfo b/freebsd/applications/bibletime/distinfo index ca1bab049..f367908e3 100644 --- a/freebsd/applications/bibletime/distinfo +++ b/freebsd/applications/bibletime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552238465 -SHA256 (TDE/applications/bibletime-trinity_14.0.6.orig.tar.xz) = c888a1dfe564ddb22671ceaf48210afeaee71367af9ccf41fbf1b0e76909668e -SIZE (TDE/applications/bibletime-trinity_14.0.6.orig.tar.xz) = 952028 +TIMESTAMP = 1576950577 +SHA256 (TDE/applications/bibletime-trinity_14.0.7.orig.tar.xz) = 966b9406adcc4e27da999da6a3d980ed8917eff0ce2597231e7ee992e6fab000 +SIZE (TDE/applications/bibletime-trinity_14.0.7.orig.tar.xz) = 953080 diff --git a/freebsd/applications/digikam/distinfo b/freebsd/applications/digikam/distinfo index f1771b7f5..f2acbf153 100644 --- a/freebsd/applications/digikam/distinfo +++ b/freebsd/applications/digikam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552238578 -SHA256 (TDE/applications/digikam-trinity_14.0.6.orig.tar.xz) = 7cf27fd50089a6831cef249910ac68f330d1de685574838f38ff92cbe76dcd0a -SIZE (TDE/applications/digikam-trinity_14.0.6.orig.tar.xz) = 54238896 +TIMESTAMP = 1577096541 +SHA256 (TDE/applications/digikam-trinity_14.0.7.orig.tar.xz) = 36a214191e59493d21dc3c8d58d18405a70435b86b3b46d250314bfd7cc0380b +SIZE (TDE/applications/digikam-trinity_14.0.7.orig.tar.xz) = 54320504 diff --git a/freebsd/applications/dolphin/distinfo b/freebsd/applications/dolphin/distinfo index e814cdf7d..3bbca06f2 100644 --- a/freebsd/applications/dolphin/distinfo +++ b/freebsd/applications/dolphin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552238618 -SHA256 (TDE/applications/dolphin-trinity_14.0.6.orig.tar.xz) = 97d015aadc2b493d86a6dfdcca345767b2b89d069cc9d1ac1c4348bbf85d95fc -SIZE (TDE/applications/dolphin-trinity_14.0.6.orig.tar.xz) = 1385948 +TIMESTAMP = 1576951338 +SHA256 (TDE/applications/dolphin-trinity_14.0.7.orig.tar.xz) = 26f5fbad7921cdebb39af33a4a1a3d1802430ddd95cc7f6299996c41c9e339e2 +SIZE (TDE/applications/dolphin-trinity_14.0.7.orig.tar.xz) = 1140896 diff --git a/freebsd/applications/dolphin/pkg-plist b/freebsd/applications/dolphin/pkg-plist index 42858fba4..e21fb65f7 100644 --- a/freebsd/applications/dolphin/pkg-plist +++ b/freebsd/applications/dolphin/pkg-plist @@ -95,6 +95,7 @@ share/locale/et/LC_MESSAGES/d3lphin.mo share/locale/fr/LC_MESSAGES/d3lphin.mo share/locale/he/LC_MESSAGES/d3lphin.mo share/locale/it/LC_MESSAGES/d3lphin.mo +share/locale/nl/LC_MESSAGES/d3lphin.mo share/locale/pl/LC_MESSAGES/d3lphin.mo share/locale/ru/LC_MESSAGES/d3lphin.mo share/man/man1/dolphin.1 diff --git a/freebsd/applications/filelight/Makefile b/freebsd/applications/filelight/Makefile index f979e01b2..206f7e635 100644 --- a/freebsd/applications/filelight/Makefile +++ b/freebsd/applications/filelight/Makefile @@ -21,11 +21,13 @@ LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface # Build post-patch: tde-pathfix -do-configure: tde-autotools-prepare - ${TDE_AUTOTOOLS_CONFIGURE} +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" -do-build: tde-autotools-build +do-build: tde-cmake-build -do-install: tde-autotools-install +do-install: tde-cmake-install .include diff --git a/freebsd/applications/filelight/distinfo b/freebsd/applications/filelight/distinfo index 5c8d19590..5bd7723e9 100644 --- a/freebsd/applications/filelight/distinfo +++ b/freebsd/applications/filelight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552238775 -SHA256 (TDE/applications/filelight-trinity_14.0.6.orig.tar.xz) = eeb8a952bb7f70e330de18c74d656e8b4af316d34e9062a205e600a4ca9d7f49 -SIZE (TDE/applications/filelight-trinity_14.0.6.orig.tar.xz) = 686684 +TIMESTAMP = 1576951490 +SHA256 (TDE/applications/filelight-trinity_14.0.7.orig.tar.xz) = e18f7cd6b0df1436e3fb0ac586fba9e5eb942c2252befdb75c58912bbe6f7b39 +SIZE (TDE/applications/filelight-trinity_14.0.7.orig.tar.xz) = 439996 diff --git a/freebsd/applications/filelight/pkg-plist b/freebsd/applications/filelight/pkg-plist index 83e156dbb..adc08a468 100644 --- a/freebsd/applications/filelight/pkg-plist +++ b/freebsd/applications/filelight/pkg-plist @@ -83,4 +83,5 @@ share/locale/sv/LC_MESSAGES/filelight.mo share/locale/ta/LC_MESSAGES/filelight.mo share/locale/tr/LC_MESSAGES/filelight.mo share/locale/uk/LC_MESSAGES/filelight.mo +share/man/man1/filelight.1 share/services/filelight_part.desktop diff --git a/freebsd/applications/gtk-qt-engine/distinfo b/freebsd/applications/gtk-qt-engine/distinfo index e44f54e42..97843e6ff 100644 --- a/freebsd/applications/gtk-qt-engine/distinfo +++ b/freebsd/applications/gtk-qt-engine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552238839 -SHA256 (TDE/applications/gtk-qt-engine-trinity_14.0.6.orig.tar.xz) = db854254612b065c9ced4330cb825798b173c0daaa557732e34b00ae04404e8e -SIZE (TDE/applications/gtk-qt-engine-trinity_14.0.6.orig.tar.xz) = 300580 +TIMESTAMP = 1576951694 +SHA256 (TDE/applications/gtk-qt-engine-trinity_14.0.7.orig.tar.xz) = fa27f8312f97ecfaf99fe746e4b3b70c5970ac6aacba765bc803cfb1cf255d73 +SIZE (TDE/applications/gtk-qt-engine-trinity_14.0.7.orig.tar.xz) = 304860 diff --git a/freebsd/applications/gtk-qt-engine/pkg-plist b/freebsd/applications/gtk-qt-engine/pkg-plist index a86d1f21f..938af38da 100644 --- a/freebsd/applications/gtk-qt-engine/pkg-plist +++ b/freebsd/applications/gtk-qt-engine/pkg-plist @@ -9,6 +9,7 @@ share/locale/de/LC_MESSAGES/gtkqtengine.mo share/locale/es/LC_MESSAGES/gtkqtengine.mo share/locale/fr/LC_MESSAGES/gtkqtengine.mo share/locale/it/LC_MESSAGES/gtkqtengine.mo +share/locale/nl/LC_MESSAGES/gtkqtengine.mo share/locale/nn/LC_MESSAGES/gtkqtengine.mo share/locale/ru/LC_MESSAGES/gtkqtengine.mo share/locale/sv/LC_MESSAGES/gtkqtengine.mo diff --git a/freebsd/applications/gtk3-tqt-engine/distinfo b/freebsd/applications/gtk3-tqt-engine/distinfo index cae599304..42041db25 100644 --- a/freebsd/applications/gtk3-tqt-engine/distinfo +++ b/freebsd/applications/gtk3-tqt-engine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552240364 -SHA256 (TDE/applications/gtk3-tqt-engine-trinity_14.0.6.orig.tar.xz) = a7367131672e92b5594e424d1a9112b08bd4efbb284c2db4c421b6701af04c6d -SIZE (TDE/applications/gtk3-tqt-engine-trinity_14.0.6.orig.tar.xz) = 345968 +TIMESTAMP = 1576951806 +SHA256 (TDE/applications/gtk3-tqt-engine-trinity_14.0.7.orig.tar.xz) = c0a8588cc6a86a52df770c70144fb48f25038e150ab5ee227f1a7de33e9a0490 +SIZE (TDE/applications/gtk3-tqt-engine-trinity_14.0.7.orig.tar.xz) = 346904 diff --git a/freebsd/applications/gwenview-i18n/distinfo b/freebsd/applications/gwenview-i18n/distinfo index 7cd20b179..b51723b4e 100644 --- a/freebsd/applications/gwenview-i18n/distinfo +++ b/freebsd/applications/gwenview-i18n/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552240756 -SHA256 (TDE/applications/gwenview-i18n-trinity_14.0.6.orig.tar.xz) = 32919e22eefbabbb6215b07d460b2147a02eaafa6c28d8fcb686b5f0db97570b -SIZE (TDE/applications/gwenview-i18n-trinity_14.0.6.orig.tar.xz) = 1652904 +TIMESTAMP = 1577036790 +SHA256 (TDE/applications/gwenview-i18n-trinity_14.0.7.orig.tar.xz) = 1c556b1e3b36b72fb6256564a31ccad5a1c1d670f3a771a20f3222f457236693 +SIZE (TDE/applications/gwenview-i18n-trinity_14.0.7.orig.tar.xz) = 1654616 diff --git a/freebsd/applications/gwenview/distinfo b/freebsd/applications/gwenview/distinfo index 0206ac172..f129d7313 100644 --- a/freebsd/applications/gwenview/distinfo +++ b/freebsd/applications/gwenview/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552240659 -SHA256 (TDE/applications/gwenview-trinity_14.0.6.orig.tar.xz) = e5a2e975be164e74f27e6903be8662f6af577fa1b91f00c2d42264d96e9262ec -SIZE (TDE/applications/gwenview-trinity_14.0.6.orig.tar.xz) = 750628 +TIMESTAMP = 1576951879 +SHA256 (TDE/applications/gwenview-trinity_14.0.7.orig.tar.xz) = c2777a6e5ec326fa95531d56d3b02c1b930567102bce35ca71a431fb19f1b8db +SIZE (TDE/applications/gwenview-trinity_14.0.7.orig.tar.xz) = 752308 diff --git a/freebsd/applications/katapult/distinfo b/freebsd/applications/katapult/distinfo index fd7d5f318..930e8ebc9 100644 --- a/freebsd/applications/katapult/distinfo +++ b/freebsd/applications/katapult/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552242917 -SHA256 (TDE/applications/katapult-trinity_14.0.6.orig.tar.xz) = 78857e35ee3229acff06881ca1af22ad3ac668a3b859bf84425d24c399080f9b -SIZE (TDE/applications/katapult-trinity_14.0.6.orig.tar.xz) = 518296 +TIMESTAMP = 1577036941 +SHA256 (TDE/applications/katapult-trinity_14.0.7.orig.tar.xz) = 896156ec15dcd6f68a75d531905fb10c8739f10c9fd072802269354d01547f16 +SIZE (TDE/applications/katapult-trinity_14.0.7.orig.tar.xz) = 271576 diff --git a/freebsd/applications/kbarcode/distinfo b/freebsd/applications/kbarcode/distinfo index faa551a11..7556dfa61 100644 --- a/freebsd/applications/kbarcode/distinfo +++ b/freebsd/applications/kbarcode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243028 -SHA256 (TDE/applications/kbarcode-trinity_14.0.6.orig.tar.xz) = 04d434e589562850c1c0857fc1196bcf8598c0604b9fab6eb31ffea31f65cc02 -SIZE (TDE/applications/kbarcode-trinity_14.0.6.orig.tar.xz) = 536844 +TIMESTAMP = 1577063188 +SHA256 (TDE/applications/kbarcode-trinity_14.0.7.orig.tar.xz) = 1a53da7b03943927940f9799e3242527282ca1dcc8165fbfe85eeec46c468181 +SIZE (TDE/applications/kbarcode-trinity_14.0.7.orig.tar.xz) = 292968 diff --git a/freebsd/applications/kbfx/distinfo b/freebsd/applications/kbfx/distinfo index ea6b5ce79..980f0866f 100644 --- a/freebsd/applications/kbfx/distinfo +++ b/freebsd/applications/kbfx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243104 -SHA256 (TDE/applications/kbfx-trinity_14.0.6.orig.tar.xz) = be2c223c85ff092d1fdadb77cd3c9f5b5c7858a6ffac4809503c09b8f558bc98 -SIZE (TDE/applications/kbfx-trinity_14.0.6.orig.tar.xz) = 2628016 +TIMESTAMP = 1577037797 +SHA256 (TDE/applications/kbfx-trinity_14.0.7.orig.tar.xz) = 4d018c5863dc9770e9a8f7adcfca5034fd0c3c6e5108e6a52ee862e98c2b9ef9 +SIZE (TDE/applications/kbfx-trinity_14.0.7.orig.tar.xz) = 2630436 diff --git a/freebsd/applications/kbibtex/distinfo b/freebsd/applications/kbibtex/distinfo index 56d92204a..534efa574 100644 --- a/freebsd/applications/kbibtex/distinfo +++ b/freebsd/applications/kbibtex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243175 -SHA256 (TDE/applications/kbibtex-trinity_14.0.6.orig.tar.xz) = bad0f24021480e932f2d73e2b85e6babd599e9f5ed6e683ed646c7bde978b146 -SIZE (TDE/applications/kbibtex-trinity_14.0.6.orig.tar.xz) = 552364 +TIMESTAMP = 1577063273 +SHA256 (TDE/applications/kbibtex-trinity_14.0.7.orig.tar.xz) = 51e2295d652e827a5a55f8d540f8e0d3b4eb612b04ceb4a6af5af41f5e2f264c +SIZE (TDE/applications/kbibtex-trinity_14.0.7.orig.tar.xz) = 305872 diff --git a/freebsd/applications/kbiff/distinfo b/freebsd/applications/kbiff/distinfo index 3e52ec9f6..26bb581d6 100644 --- a/freebsd/applications/kbiff/distinfo +++ b/freebsd/applications/kbiff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552702195 -SHA256 (TDE/applications/kbiff-trinity_14.0.6.orig.tar.xz) = cc5adf14a6b8da141091f02b61168818d4c0a9723b2d2af93cd6f5defd01b1d8 -SIZE (TDE/applications/kbiff-trinity_14.0.6.orig.tar.xz) = 406980 +TIMESTAMP = 1577040136 +SHA256 (TDE/applications/kbiff-trinity_14.0.7.orig.tar.xz) = bd42d46c526e14bdaac43e3e7d4f92039fd9941d1a8d10ff4db9f7eb9d4243bf +SIZE (TDE/applications/kbiff-trinity_14.0.7.orig.tar.xz) = 158580 diff --git a/freebsd/applications/kbookreader/distinfo b/freebsd/applications/kbookreader/distinfo index 81ee15c11..7263fee48 100644 --- a/freebsd/applications/kbookreader/distinfo +++ b/freebsd/applications/kbookreader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243290 -SHA256 (TDE/applications/kbookreader-trinity_14.0.6.orig.tar.xz) = f946a5ec26757430e05db43444fcd4b2115a03fdcd8c976a4ae597840190b236 -SIZE (TDE/applications/kbookreader-trinity_14.0.6.orig.tar.xz) = 388168 +TIMESTAMP = 1577040454 +SHA256 (TDE/applications/kbookreader-trinity_14.0.7.orig.tar.xz) = e0c0d0557cdeda9a55dabe0bdfb767e69e0b134a1c92f4acd588dd3d5c4aeefb +SIZE (TDE/applications/kbookreader-trinity_14.0.7.orig.tar.xz) = 140724 diff --git a/freebsd/applications/kbookreader/pkg-plist b/freebsd/applications/kbookreader/pkg-plist index c0ebf1234..aa525d3d3 100644 --- a/freebsd/applications/kbookreader/pkg-plist +++ b/freebsd/applications/kbookreader/pkg-plist @@ -11,3 +11,6 @@ share/doc/tde/HTML/en/bookreader/index.cache.bz2 share/doc/tde/HTML/en/bookreader/index.docbook share/icons/hicolor/16x16/apps/bookreader.png share/icons/hicolor/32x32/apps/bookreader.png +share/locale/cs/LC_MESSAGES/kbookreader.mo +share/locale/de/LC_MESSAGES/kbookreader.mo +share/locale/nl/LC_MESSAGES/kbookreader.mo diff --git a/freebsd/applications/kchmviewer/Makefile b/freebsd/applications/kchmviewer/Makefile new file mode 100644 index 000000000..d50d1508e --- /dev/null +++ b/freebsd/applications/kchmviewer/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kchmviewer-trinity +COMMENT= CHM viewer for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \ + libchm.so:${PORTSDIR}/misc/chmlib + + +# 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 diff --git a/freebsd/applications/kchmviewer/distinfo b/freebsd/applications/kchmviewer/distinfo new file mode 100644 index 000000000..cb695af91 --- /dev/null +++ b/freebsd/applications/kchmviewer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1577045212 +SHA256 (TDE/applications/kchmviewer-trinity_14.0.7.orig.tar.xz) = 2b3cafb86f84ced1d5e20085983b8129c3ea6292dab9a5551cf75eee28bf6035 +SIZE (TDE/applications/kchmviewer-trinity_14.0.7.orig.tar.xz) = 508312 diff --git a/freebsd/applications/kchmviewer/pkg-descr b/freebsd/applications/kchmviewer/pkg-descr new file mode 100644 index 000000000..49a6c624c --- /dev/null +++ b/freebsd/applications/kchmviewer/pkg-descr @@ -0,0 +1,20 @@ +CHM viewer for Trinity + +KchmViewer is a chm (MS HTML help file format) viewer, written in C++. +Unlike most existing CHM viewers for Unix, it uses Trolltech Qt widget +library, and does not depend on TDE, KDE or GNOME. However, it may be compiled +with full Trinity support, including Trinity widgets and KIO/TDEHTML.. + +The main advantage of KchmViewer is non-English language support. Unlike +others, KchmViewer in most cases correctly detects help file encoding, +correctly shows tables of context of Russian, Korean, Chinese and Japanese +help files, and correctly searches in non-English help files (search for +MBCS languages - ja/ko/ch is still in progress). + +Completely safe and harmless. Does not support JavaScript in any way, +optionally warns you before opening an external web page, or switching to +another help file. Shows an appropriate image for every TOC entry.. + +KchmViewer Has complete chm index support, including multiple index entries, +cross-links and parent/child entries in index as well as Persistent bookmarks +support. Correctly detects and shows encoding of any valid chm file. diff --git a/freebsd/applications/kchmviewer/pkg-plist b/freebsd/applications/kchmviewer/pkg-plist new file mode 100644 index 000000000..6f22e409e --- /dev/null +++ b/freebsd/applications/kchmviewer/pkg-plist @@ -0,0 +1,23 @@ +bin/kchmviewer +lib/libchmfile.a +lib/trinity/tdeio_msits.la +lib/trinity/tdeio_msits.so +share/applnk/kchmviewer.desktop +share/doc/tde/HTML/en/kchmviewer/common +share/doc/tde/HTML/en/kchmviewer/index.cache.bz2 +share/doc/tde/HTML/en/kchmviewer/index.docbook +share/doc/tde/HTML/en/tdeioslave/msits/common +share/doc/tde/HTML/en/tdeioslave/msits/index.cache.bz2 +share/doc/tde/HTML/en/tdeioslave/msits/index.docbook +share/icons/crystalsvg/128x128/apps/kchmviewer.png +share/icons/crystalsvg/48x48/apps/kchmviewer.png +share/icons/crystalsvg/64x64/apps/kchmviewer.png +share/locale/cs/LC_MESSAGES/kchmviewer.mo +share/locale/fr/LC_MESSAGES/kchmviewer.mo +share/locale/hu/LC_MESSAGES/kchmviewer.mo +share/locale/nl/LC_MESSAGES/kchmviewer.mo +share/locale/ru/LC_MESSAGES/kchmviewer.mo +share/locale/tr/LC_MESSAGES/kchmviewer.mo +share/locale/zh_CN/LC_MESSAGES/kchmviewer.mo +share/man/man1/kchmviewer.1 +share/services/msits.protocol diff --git a/freebsd/applications/kcmautostart/distinfo b/freebsd/applications/kcmautostart/distinfo index 58fdaf42c..48368c32f 100644 --- a/freebsd/applications/kcmautostart/distinfo +++ b/freebsd/applications/kcmautostart/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243327 -SHA256 (TDE/applications/kcontrol-autostart-trinity_14.0.6.orig.tar.xz) = 41290c935d3d8518b15a7d699d1306fcfc0237157056d73cec6cf984be373abd -SIZE (TDE/applications/kcontrol-autostart-trinity_14.0.6.orig.tar.xz) = 284528 +TIMESTAMP = 1577041918 +SHA256 (TDE/applications/kcontrol-autostart-trinity_14.0.7.orig.tar.xz) = f7cf88e21fa8b063ccca2064e860ece997616572c493e1d27a79a0b30eb696b5 +SIZE (TDE/applications/kcontrol-autostart-trinity_14.0.7.orig.tar.xz) = 37500 diff --git a/freebsd/applications/kcmautostart/pkg-plist b/freebsd/applications/kcmautostart/pkg-plist index 56de9df13..e336d37e9 100644 --- a/freebsd/applications/kcmautostart/pkg-plist +++ b/freebsd/applications/kcmautostart/pkg-plist @@ -5,6 +5,7 @@ share/doc/tde/HTML/en/autostart/common share/doc/tde/HTML/en/autostart/index.cache.bz2 share/doc/tde/HTML/en/autostart/index.docbook 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/nl/LC_MESSAGES/autostart.mo diff --git a/freebsd/applications/kcmldap/Makefile b/freebsd/applications/kcmldap/Makefile index 5eed21a1f..800df48f3 100644 --- a/freebsd/applications/kcmldap/Makefile +++ b/freebsd/applications/kcmldap/Makefile @@ -15,7 +15,8 @@ DIST_SUBDIR= TDE/applications DISTSRC= kcmldap-trinity-${TDE_VERSION}${TDE_PREVERSION} -BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ + ${TDE_PREFIX}/lib/libtdeldap.so:${PORTSDIR}/x11/trinity/libraries/libtdeldap LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface diff --git a/freebsd/applications/kcmldap/distinfo b/freebsd/applications/kcmldap/distinfo index ec5a8268e..ea4ae9b32 100644 --- a/freebsd/applications/kcmldap/distinfo +++ b/freebsd/applications/kcmldap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243365 -SHA256 (TDE/applications/kcontrol-ldap-bonding-trinity_14.0.6.orig.tar.xz) = 6e8674b4f88f34a86b6dc9acb73bc75ec8da1009fe2884863b6df5c3061dca1f -SIZE (TDE/applications/kcontrol-ldap-bonding-trinity_14.0.6.orig.tar.xz) = 397904 +TIMESTAMP = 1577042052 +SHA256 (TDE/applications/kcontrol-ldap-bonding-trinity_14.0.7.orig.tar.xz) = 6992d303f1d98bc6ff0374fb2869b51ea7a60b743a9013d7b4ea080281300cf7 +SIZE (TDE/applications/kcontrol-ldap-bonding-trinity_14.0.7.orig.tar.xz) = 398344 diff --git a/freebsd/applications/kcmldapmanager/Makefile b/freebsd/applications/kcmldapmanager/Makefile new file mode 100644 index 000000000..e741d8e88 --- /dev/null +++ b/freebsd/applications/kcmldapmanager/Makefile @@ -0,0 +1,36 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kcontrol-ldap-manager-trinity +COMMENT= Kerberos realm management module for the Trinity control center +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications +DISTSRC= kcmldapmanager-trinity-${TDE_VERSION}${TDE_PREVERSION} + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ + ${TDE_PREFIX}/lib/libtdeldap.so:${PORTSDIR}/x11/trinity/libraries/libtdeldap + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \ + + +# 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 diff --git a/freebsd/applications/kcmldapmanager/distinfo b/freebsd/applications/kcmldapmanager/distinfo new file mode 100644 index 000000000..dc4f0833a --- /dev/null +++ b/freebsd/applications/kcmldapmanager/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1577042898 +SHA256 (TDE/applications/kcontrol-ldap-manager-trinity_14.0.7.orig.tar.xz) = 46ebe9f6dde1269d4d67849705c549ed282ae5a0ce9fd51164948c9316b03eac +SIZE (TDE/applications/kcontrol-ldap-manager-trinity_14.0.7.orig.tar.xz) = 269108 diff --git a/freebsd/applications/kcmldapmanager/pkg-descr b/freebsd/applications/kcmldapmanager/pkg-descr new file mode 100644 index 000000000..89fd5b79b --- /dev/null +++ b/freebsd/applications/kcmldapmanager/pkg-descr @@ -0,0 +1,4 @@ +Kerberos realm management module for the Trinity control center + +This is a Trinity control center module to manage users, groups, +and machines in Kerberos realms. diff --git a/freebsd/applications/kcmldapmanager/pkg-plist b/freebsd/applications/kcmldapmanager/pkg-plist new file mode 100644 index 000000000..5b10e938e --- /dev/null +++ b/freebsd/applications/kcmldapmanager/pkg-plist @@ -0,0 +1,4 @@ +bin/tdeldapmanager +lib/trinity/kcm_ldapmanager.la +lib/trinity/kcm_ldapmanager.so +share/applications/tde/ldapmanager.desktop diff --git a/freebsd/applications/kcpuload/distinfo b/freebsd/applications/kcpuload/distinfo index da262cf02..bfd2488e7 100644 --- a/freebsd/applications/kcpuload/distinfo +++ b/freebsd/applications/kcpuload/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243390 -SHA256 (TDE/applications/kcpuload-trinity_14.0.6.orig.tar.xz) = 7ed2ce9991eda1a93094b5736c7909a0b76154fbcea24d514e195cd56cbcb225 -SIZE (TDE/applications/kcpuload-trinity_14.0.6.orig.tar.xz) = 305828 +TIMESTAMP = 1577043138 +SHA256 (TDE/applications/kcpuload-trinity_14.0.7.orig.tar.xz) = d94a09ea9b30c35c5b76ec77761c31c2f76c503102f0dac4c6bb489bf05e9e0d +SIZE (TDE/applications/kcpuload-trinity_14.0.7.orig.tar.xz) = 53644 diff --git a/freebsd/applications/kdbusnotification/Makefile b/freebsd/applications/kdbusnotification/Makefile new file mode 100644 index 000000000..3109c8142 --- /dev/null +++ b/freebsd/applications/kdbusnotification/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kdbusnotification-trinity +COMMENT= DBUS notification service for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS+=\ + libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 \ + + +# 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 diff --git a/freebsd/applications/kdbusnotification/distinfo b/freebsd/applications/kdbusnotification/distinfo new file mode 100644 index 000000000..aac53b6f7 --- /dev/null +++ b/freebsd/applications/kdbusnotification/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1577066465 +SHA256 (TDE/applications/kdbusnotification-trinity_14.0.7.orig.tar.xz) = 72bb63ff3212c1b05bdd5741b651cd9cde43b5a584e35665ee99e86574194cce +SIZE (TDE/applications/kdbusnotification-trinity_14.0.7.orig.tar.xz) = 250212 diff --git a/freebsd/applications/kdbusnotification/pkg-descr b/freebsd/applications/kdbusnotification/pkg-descr new file mode 100644 index 000000000..bffabfa97 --- /dev/null +++ b/freebsd/applications/kdbusnotification/pkg-descr @@ -0,0 +1,4 @@ +DBUS notification service for Trinity + +kdbusnotification is a small program for Trinity that displays +DBUS notifications via unobtrusive, easily dismissed passive popups. diff --git a/freebsd/applications/kdbusnotification/pkg-plist b/freebsd/applications/kdbusnotification/pkg-plist new file mode 100644 index 000000000..0ad38911e --- /dev/null +++ b/freebsd/applications/kdbusnotification/pkg-plist @@ -0,0 +1,2 @@ +bin/notification-daemon-tde +share/autostart/kdbusnotification-autostart.desktop diff --git a/freebsd/applications/kdirstat/distinfo b/freebsd/applications/kdirstat/distinfo index ddbd46408..c618c0388 100644 --- a/freebsd/applications/kdirstat/distinfo +++ b/freebsd/applications/kdirstat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243427 -SHA256 (TDE/applications/kdirstat-trinity_14.0.6.orig.tar.xz) = d653a8de0bc456ea0ba15d9404714d0c2837c95c1d9454712a45d3b568808ab8 -SIZE (TDE/applications/kdirstat-trinity_14.0.6.orig.tar.xz) = 472312 +TIMESTAMP = 1577095588 +SHA256 (TDE/applications/kdirstat-trinity_14.0.7.orig.tar.xz) = 5440ea8c7af58dd3854105bd860458076bc87410c2a1c07ba2e873ac1579f306 +SIZE (TDE/applications/kdirstat-trinity_14.0.7.orig.tar.xz) = 223244 diff --git a/freebsd/applications/keep/Makefile b/freebsd/applications/keep/Makefile new file mode 100644 index 000000000..aa6d35ad1 --- /dev/null +++ b/freebsd/applications/keep/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= keep-trinity +COMMENT= Backup system for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications + +RUN_DEPENDS+= rdiff-backup:${PORTSDIR}/sysutils/rdiff-backup + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + + +# 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 diff --git a/freebsd/applications/keep/distinfo b/freebsd/applications/keep/distinfo new file mode 100644 index 000000000..e387c2338 --- /dev/null +++ b/freebsd/applications/keep/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1577044611 +SHA256 (TDE/applications/keep-trinity_14.0.7.orig.tar.xz) = f770b0d9968dd5896bf6dfecf6839ee8f158e66120b2f63f4bf8aad0ced6cb65 +SIZE (TDE/applications/keep-trinity_14.0.7.orig.tar.xz) = 436132 diff --git a/freebsd/applications/keep/pkg-descr b/freebsd/applications/keep/pkg-descr new file mode 100644 index 000000000..e83371c9a --- /dev/null +++ b/freebsd/applications/keep/pkg-descr @@ -0,0 +1,4 @@ +Backup system for TDE + +Keep is an automatic backup program that allows users to set the parameters of +the backup, including the frequency and the number of backups. diff --git a/freebsd/applications/keep/pkg-plist b/freebsd/applications/keep/pkg-plist new file mode 100644 index 000000000..33780faec --- /dev/null +++ b/freebsd/applications/keep/pkg-plist @@ -0,0 +1,52 @@ +bin/keep +lib/trinity/kded_keep.la +lib/trinity/kded_keep.so +share/applications/tde/keep.desktop +share/apps/keep/icons/crystalsvg/16x16/actions/add_backup.png +share/apps/keep/icons/crystalsvg/16x16/actions/force_backup.png +share/apps/keep/icons/crystalsvg/16x16/actions/restore_dir.png +share/apps/keep/icons/crystalsvg/22x22/actions/add_backup.png +share/apps/keep/icons/crystalsvg/22x22/actions/force_backup.png +share/apps/keep/icons/crystalsvg/22x22/actions/restore_dir.png +share/apps/keep/icons/crystalsvg/32x32/actions/add_backup.png +share/apps/keep/icons/crystalsvg/32x32/actions/force_backup.png +share/apps/keep/icons/crystalsvg/32x32/actions/restore_dir.png +share/apps/keep/icons/crystalsvg/48x48/actions/add_backup.png +share/apps/keep/icons/crystalsvg/48x48/actions/force_backup.png +share/apps/keep/icons/crystalsvg/48x48/actions/restore_dir.png +share/apps/keep/icons/crystalsvg/scalable/actions/add_backup.svgz +share/apps/keep/icons/crystalsvg/scalable/actions/force_backup.svgz +share/apps/keep/icons/crystalsvg/scalable/actions/restore_dir.svgz +share/apps/keep/keepui.rc +share/config.kcfg/keepsettings.kcfg +share/icons/hicolor/128x128/apps/keep.png +share/icons/hicolor/16x16/apps/keep.png +share/icons/hicolor/22x22/apps/keep.png +share/icons/hicolor/32x32/apps/keep.png +share/icons/hicolor/48x48/apps/keep.png +share/icons/hicolor/64x64/apps/keep.png +share/icons/hicolor/scalable/apps/keep.svgz +share/locale/bg/LC_MESSAGES/keep.mo +share/locale/br/LC_MESSAGES/keep.mo +share/locale/cs/LC_MESSAGES/keep.mo +share/locale/da/LC_MESSAGES/keep.mo +share/locale/de/LC_MESSAGES/keep.mo +share/locale/el/LC_MESSAGES/keep.mo +share/locale/es/LC_MESSAGES/keep.mo +share/locale/ga/LC_MESSAGES/keep.mo +share/locale/gl/LC_MESSAGES/keep.mo +share/locale/it/LC_MESSAGES/keep.mo +share/locale/ja/LC_MESSAGES/keep.mo +share/locale/ka/LC_MESSAGES/keep.mo +share/locale/lt/LC_MESSAGES/keep.mo +share/locale/nl/LC_MESSAGES/keep.mo +share/locale/pl/LC_MESSAGES/keep.mo +share/locale/pt/LC_MESSAGES/keep.mo +share/locale/ru/LC_MESSAGES/keep.mo +share/locale/sk/LC_MESSAGES/keep.mo +share/locale/sr/LC_MESSAGES/keep.mo +share/locale/sr@Latn/LC_MESSAGES/keep.mo +share/locale/sv/LC_MESSAGES/keep.mo +share/locale/tr/LC_MESSAGES/keep.mo +share/man/man1/keep.1 +share/services/kded/keep.desktop diff --git a/freebsd/applications/kiosktool/distinfo b/freebsd/applications/kiosktool/distinfo index e594cb67b..728fe1960 100644 --- a/freebsd/applications/kiosktool/distinfo +++ b/freebsd/applications/kiosktool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243470 -SHA256 (TDE/applications/kiosktool-trinity_14.0.6.orig.tar.xz) = 3d38daac61902f01cb282ea6295ec98f061a906c5acbe4992bc119afaa7c0640 -SIZE (TDE/applications/kiosktool-trinity_14.0.6.orig.tar.xz) = 537288 +TIMESTAMP = 1577043193 +SHA256 (TDE/applications/kiosktool-trinity_14.0.7.orig.tar.xz) = c83a89aa61bf67552b96e4c23a7fe5d0e9507e36d2036388be419d1ff6d1ec87 +SIZE (TDE/applications/kiosktool-trinity_14.0.7.orig.tar.xz) = 290428 diff --git a/freebsd/applications/knights/distinfo b/freebsd/applications/knights/distinfo index 767b17f7a..ff085931e 100644 --- a/freebsd/applications/knights/distinfo +++ b/freebsd/applications/knights/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243531 -SHA256 (TDE/applications/knights-trinity_14.0.6.orig.tar.xz) = 737339d2e137c5e8953a625c734ba6fb89cb62e01575d497656a77fc3c65fcbb -SIZE (TDE/applications/knights-trinity_14.0.6.orig.tar.xz) = 860928 +TIMESTAMP = 1577043245 +SHA256 (TDE/applications/knights-trinity_14.0.7.orig.tar.xz) = 67502c9696b6d1836570955ee6c74b01fa4f202f200b32ceb30cd2601370923e +SIZE (TDE/applications/knights-trinity_14.0.7.orig.tar.xz) = 607728 diff --git a/freebsd/applications/knowit/distinfo b/freebsd/applications/knowit/distinfo index bd6b0fa7c..eaadd37ed 100644 --- a/freebsd/applications/knowit/distinfo +++ b/freebsd/applications/knowit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243600 -SHA256 (TDE/applications/knowit-trinity_14.0.6.orig.tar.xz) = cbd04f22622f3fcc4cffa5517ce9eec8422702585111a45a036351688d4e2426 -SIZE (TDE/applications/knowit-trinity_14.0.6.orig.tar.xz) = 363376 +TIMESTAMP = 1577043410 +SHA256 (TDE/applications/knowit-trinity_14.0.7.orig.tar.xz) = 4c594295d3d14c97cc65e61bb3aa34ee6e5c2fc6f7a8f96a22dd526c5b3b8a1b +SIZE (TDE/applications/knowit-trinity_14.0.7.orig.tar.xz) = 366832 diff --git a/freebsd/applications/knowit/pkg-plist b/freebsd/applications/knowit/pkg-plist index cdc3141b9..07520b498 100644 --- a/freebsd/applications/knowit/pkg-plist +++ b/freebsd/applications/knowit/pkg-plist @@ -12,6 +12,7 @@ share/locale/de/LC_MESSAGES/knowit.mo share/locale/es/LC_MESSAGES/knowit.mo share/locale/fr/LC_MESSAGES/knowit.mo share/locale/hu/LC_MESSAGES/knowit.mo +share/locale/nl/LC_MESSAGES/knowit.mo share/locale/pl/LC_MESSAGES/knowit.mo share/locale/ru/LC_MESSAGES/knowit.mo share/locale/sk/LC_MESSAGES/knowit.mo diff --git a/freebsd/applications/knutclient/distinfo b/freebsd/applications/knutclient/distinfo index 6cde8ed05..3e4be49c8 100644 --- a/freebsd/applications/knutclient/distinfo +++ b/freebsd/applications/knutclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243633 -SHA256 (TDE/applications/knutclient-trinity_14.0.6.orig.tar.xz) = 2dc6ea71a1a1889815156f80bb183f6be804e4db9940d68f17f358e03e81e67c -SIZE (TDE/applications/knutclient-trinity_14.0.6.orig.tar.xz) = 797464 +TIMESTAMP = 1577043438 +SHA256 (TDE/applications/knutclient-trinity_14.0.7.orig.tar.xz) = 9cd4f7c3afd3057fe7696c5189c85424e7b7b1f9c0d24cc80007d811f087e73e +SIZE (TDE/applications/knutclient-trinity_14.0.7.orig.tar.xz) = 798008 diff --git a/freebsd/applications/konversation/distinfo b/freebsd/applications/konversation/distinfo index c88aff474..e8997ab97 100644 --- a/freebsd/applications/konversation/distinfo +++ b/freebsd/applications/konversation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243685 -SHA256 (TDE/applications/konversation-trinity_14.0.6.orig.tar.xz) = 33b246a673c1653583f8230519d570858627f7047e4dc7ec6235271a198ed323 -SIZE (TDE/applications/konversation-trinity_14.0.6.orig.tar.xz) = 4418936 +TIMESTAMP = 1577043471 +SHA256 (TDE/applications/konversation-trinity_14.0.7.orig.tar.xz) = a582715bf9c6dae1b8f7a1c467c601b2f880dc53abafb67d46c53c6eea4d6934 +SIZE (TDE/applications/konversation-trinity_14.0.7.orig.tar.xz) = 4421836 diff --git a/freebsd/applications/krename/distinfo b/freebsd/applications/krename/distinfo index 8dd919225..9cb273357 100644 --- a/freebsd/applications/krename/distinfo +++ b/freebsd/applications/krename/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243843 -SHA256 (TDE/applications/krename-trinity_14.0.6.orig.tar.xz) = c671411c6bc595779bef4d5652a37f8529ee95c226a39e3539a1ff579ea94811 -SIZE (TDE/applications/krename-trinity_14.0.6.orig.tar.xz) = 455660 +TIMESTAMP = 1577095641 +SHA256 (TDE/applications/krename-trinity_14.0.7.orig.tar.xz) = 869ade165fc542e4df1b9587756f7b03cabfbe6fa6e05213faaff24404df200d +SIZE (TDE/applications/krename-trinity_14.0.7.orig.tar.xz) = 456776 diff --git a/freebsd/applications/kshowmail/Makefile b/freebsd/applications/kshowmail/Makefile new file mode 100644 index 000000000..3a84d92aa --- /dev/null +++ b/freebsd/applications/kshowmail/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kshowmail-trinity +COMMENT= Show mails on a POP3 server without actually downloading them +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ + ${TDE_PREFIX}/lib/libmimelib.so:${PORTSDIR}/x11/trinity/tdepim + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + + +# 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 diff --git a/freebsd/applications/kshowmail/distinfo b/freebsd/applications/kshowmail/distinfo new file mode 100644 index 000000000..569522e3a --- /dev/null +++ b/freebsd/applications/kshowmail/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1577095682 +SHA256 (TDE/applications/kshowmail-trinity_14.0.7.orig.tar.xz) = 21ce85119848f539c3d5a451bcbc6a367185c6006434c4030b04b68762478a2c +SIZE (TDE/applications/kshowmail-trinity_14.0.7.orig.tar.xz) = 854044 diff --git a/freebsd/applications/kshowmail/pkg-descr b/freebsd/applications/kshowmail/pkg-descr new file mode 100644 index 000000000..4291891db --- /dev/null +++ b/freebsd/applications/kshowmail/pkg-descr @@ -0,0 +1,6 @@ +Show mails on a POP3 server without actually downloading them + +KShowmail can be used to show mails on a POP3 server without actually +downloading them. The headers or the complete mails can be viewed, and +unwanted mails can be deleted. An initial and an interval timer can be set to +check the mails periodical. KShowmail supports multiple accounts. diff --git a/freebsd/applications/kshowmail/pkg-plist b/freebsd/applications/kshowmail/pkg-plist new file mode 100644 index 000000000..167fa5c40 --- /dev/null +++ b/freebsd/applications/kshowmail/pkg-plist @@ -0,0 +1,67 @@ +bin/kshowmail +lib/trinity/kcm_kshowmailconfigaccounts.la +lib/trinity/kcm_kshowmailconfigaccounts.so +lib/trinity/kcm_kshowmailconfigactions.la +lib/trinity/kcm_kshowmailconfigactions.so +lib/trinity/kcm_kshowmailconfigdisplay.la +lib/trinity/kcm_kshowmailconfigdisplay.so +lib/trinity/kcm_kshowmailconfigfilter.la +lib/trinity/kcm_kshowmailconfigfilter.so +lib/trinity/kcm_kshowmailconfiggeneral.la +lib/trinity/kcm_kshowmailconfiggeneral.so +lib/trinity/kcm_kshowmailconfiglog.la +lib/trinity/kcm_kshowmailconfiglog.so +lib/trinity/kcm_kshowmailconfigspamcheck.la +lib/trinity/kcm_kshowmailconfigspamcheck.so +share/applnk/Internet/kshowmail.desktop +share/apps/kshowmail/kshowmailui.rc +share/apps/kshowmail/pics/eraser.png +share/apps/kshowmail/pics/kshowmail.png +share/apps/kshowmail/pics/kshowmail24.png +share/apps/kshowmail/pics/letter-closed.png +share/apps/kshowmail/pics/letter-open.png +share/apps/kshowmail/pics/ok.png +share/apps/kshowmail/pics/tool.png +share/apps/kshowmail/sounds/neuepost.wav +share/apps/kshowmail/sounds/newmail.wav +share/doc/tde/HTML/de/kshowmail/common +share/doc/tde/HTML/de/kshowmail/index.cache.bz2 +share/doc/tde/HTML/de/kshowmail/index.docbook +share/doc/tde/HTML/en/kshowmail/common +share/doc/tde/HTML/en/kshowmail/index.cache.bz2 +share/doc/tde/HTML/en/kshowmail/index.docbook +share/doc/tde/HTML/es/kshowmail/common +share/doc/tde/HTML/es/kshowmail/index.cache.bz2 +share/doc/tde/HTML/es/kshowmail/index.docbook +share/doc/tde/HTML/fr/kshowmail/common +share/doc/tde/HTML/fr/kshowmail/index.cache.bz2 +share/doc/tde/HTML/fr/kshowmail/index.docbook +share/doc/tde/HTML/hu/kshowmail/common +share/doc/tde/HTML/hu/kshowmail/index.cache.bz2 +share/doc/tde/HTML/hu/kshowmail/index.docbook +share/doc/tde/HTML/it/kshowmail/common +share/doc/tde/HTML/it/kshowmail/index.cache.bz2 +share/doc/tde/HTML/it/kshowmail/index.docbook +share/doc/tde/HTML/ru/kshowmail/common +share/doc/tde/HTML/ru/kshowmail/index.cache.bz2 +share/doc/tde/HTML/ru/kshowmail/index.docbook +share/doc/tde/HTML/sv/kshowmail/common +share/doc/tde/HTML/sv/kshowmail/index.cache.bz2 +share/doc/tde/HTML/sv/kshowmail/index.docbook +share/icons/crystalsvg/16x16/apps/kshowmail.png +share/locale/cs/LC_MESSAGES/kshowmail.mo +share/locale/de/LC_MESSAGES/kshowmail.mo +share/locale/es/LC_MESSAGES/kshowmail.mo +share/locale/fr/LC_MESSAGES/kshowmail.mo +share/locale/hu/LC_MESSAGES/kshowmail.mo +share/locale/it/LC_MESSAGES/kshowmail.mo +share/locale/ru/LC_MESSAGES/kshowmail.mo +share/locale/sv/LC_MESSAGES/kshowmail.mo +share/man/man1/kshowmail.1 +share/services/kshowmailconfigaccounts.desktop +share/services/kshowmailconfigactions.desktop +share/services/kshowmailconfigdisplay.desktop +share/services/kshowmailconfigfilter.desktop +share/services/kshowmailconfiggeneral.desktop +share/services/kshowmailconfiglog.desktop +share/services/kshowmailconfigspamcheck.desktop diff --git a/freebsd/applications/kshutdown/distinfo b/freebsd/applications/kshutdown/distinfo index 95ec1df66..30c4af751 100644 --- a/freebsd/applications/kshutdown/distinfo +++ b/freebsd/applications/kshutdown/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243884 -SHA256 (TDE/applications/kshutdown-trinity_14.0.6.orig.tar.xz) = d643d9bb44c7345f198f94798709907b4d335b800f1ea10029b4d5a1150ad3d4 -SIZE (TDE/applications/kshutdown-trinity_14.0.6.orig.tar.xz) = 445040 +TIMESTAMP = 1577095773 +SHA256 (TDE/applications/kshutdown-trinity_14.0.7.orig.tar.xz) = 647c51c1fce825e6035e165e9ffb93bf5e9fb347e44ebb79b89e76eb0e3c7b80 +SIZE (TDE/applications/kshutdown-trinity_14.0.7.orig.tar.xz) = 445412 diff --git a/freebsd/applications/ksquirrel/distinfo b/freebsd/applications/ksquirrel/distinfo index cf67cfbbe..91244f8bd 100644 --- a/freebsd/applications/ksquirrel/distinfo +++ b/freebsd/applications/ksquirrel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243929 -SHA256 (TDE/applications/ksquirrel-trinity_14.0.6.orig.tar.xz) = 608c14a6aa9196912e615220c8495d1869c59cd66880d8f5c8037bafc2f3f9fa -SIZE (TDE/applications/ksquirrel-trinity_14.0.6.orig.tar.xz) = 795052 +TIMESTAMP = 1577095822 +SHA256 (TDE/applications/ksquirrel-trinity_14.0.7.orig.tar.xz) = b96b1f0c271d4e9ff3e0b3c99c72a572d2692a60f3f44209328c4cd691b43245 +SIZE (TDE/applications/ksquirrel-trinity_14.0.7.orig.tar.xz) = 803552 diff --git a/freebsd/applications/ksquirrel/pkg-plist b/freebsd/applications/ksquirrel/pkg-plist index a6c4f89b8..f9116e641 100644 --- a/freebsd/applications/ksquirrel/pkg-plist +++ b/freebsd/applications/ksquirrel/pkg-plist @@ -127,6 +127,7 @@ share/locale/cs/LC_MESSAGES/ksquirrel.mo share/locale/de/LC_MESSAGES/ksquirrel.mo share/locale/en_GB/LC_MESSAGES/ksquirrel.mo share/locale/it/LC_MESSAGES/ksquirrel.mo +share/locale/nl/LC_MESSAGES/ksquirrel.mo share/locale/pl/LC_MESSAGES/ksquirrel.mo share/locale/ru/LC_MESSAGES/ksquirrel.mo share/locale/tr/LC_MESSAGES/ksquirrel.mo diff --git a/freebsd/applications/tde-style-lipstik/Makefile b/freebsd/applications/tde-style-lipstik/Makefile new file mode 100644 index 000000000..5209aa2ac --- /dev/null +++ b/freebsd/applications/tde-style-lipstik/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= tde-style-lipstik-trinity +COMMENT= Lipstik style for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + + +# 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 diff --git a/freebsd/applications/tde-style-lipstik/distinfo b/freebsd/applications/tde-style-lipstik/distinfo new file mode 100644 index 000000000..b1e64d82b --- /dev/null +++ b/freebsd/applications/tde-style-lipstik/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1577066768 +SHA256 (TDE/applications/tde-style-lipstik-trinity_14.0.7.orig.tar.xz) = 409c7d1cdab477c6ca57d62f55cfdfce13ef5c9aa5a637f465ab453ab0850d8b +SIZE (TDE/applications/tde-style-lipstik-trinity_14.0.7.orig.tar.xz) = 291596 diff --git a/freebsd/applications/tde-style-lipstik/pkg-descr b/freebsd/applications/tde-style-lipstik/pkg-descr new file mode 100644 index 000000000..ab626d92f --- /dev/null +++ b/freebsd/applications/tde-style-lipstik/pkg-descr @@ -0,0 +1,6 @@ +Lipstik style for TDE + +Based on the plastik style, Lipstik is a purified style with many options to +tune your desktop look. + +Lipstik also provides Lipstik-color-schemes diff --git a/freebsd/applications/tde-style-lipstik/pkg-plist b/freebsd/applications/tde-style-lipstik/pkg-plist new file mode 100644 index 000000000..8c50d652e --- /dev/null +++ b/freebsd/applications/tde-style-lipstik/pkg-plist @@ -0,0 +1,8 @@ +lib/trinity/plugins/styles/lipstik.la +lib/trinity/plugins/styles/lipstik.so +lib/trinity/tdestyle_lipstik_config.la +lib/trinity/tdestyle_lipstik_config.so +share/apps/tdedisplay/color-schemes/lipstiknoble.kcsrc +share/apps/tdedisplay/color-schemes/lipstikstandard.kcsrc +share/apps/tdedisplay/color-schemes/lipstikwhite.kcsrc +share/apps/tdestyle/themes/lipstik.themerc diff --git a/freebsd/applications/yakuake/distinfo b/freebsd/applications/yakuake/distinfo index 67fb13be7..a8d09f610 100644 --- a/freebsd/applications/yakuake/distinfo +++ b/freebsd/applications/yakuake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552243952 -SHA256 (TDE/applications/yakuake-trinity_14.0.6.orig.tar.xz) = 70220368c4bb15484219559af4eb0a2cac37047b1e6988db4234a74c15a40d7d -SIZE (TDE/applications/yakuake-trinity_14.0.6.orig.tar.xz) = 368372 +TIMESTAMP = 1577044015 +SHA256 (TDE/applications/yakuake-trinity_14.0.7.orig.tar.xz) = 9cf5fbaa114afe12e81a843ade7d3d468ab75214e6409dd07f4f649112ed5ad0 +SIZE (TDE/applications/yakuake-trinity_14.0.7.orig.tar.xz) = 369276 -- cgit v1.2.3