diff options
author | Slávek Banko <[email protected]> | 2021-10-27 04:21:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-10-29 13:25:04 +0200 |
commit | 0be4bb38e65d682e612205f5865a5529b42dc5f1 (patch) | |
tree | 9a67f67cdd05cbb6b67a396ba1d4293da17dd1fa /freebsd/applications/tdeio | |
parent | b9d33de3622fcad3fdfdc9b1464b4bc160f205ba (diff) | |
download | tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.tar.gz tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.zip |
FreeBSD: Update for final release R14.0.11.r14.0.11
Adjusted to new a layout of applications folder.
Pinetry-tqt package is not built within the tree.
Switch several applications to CMake.
Add ports for several applications.
Add port for cmake-trinity.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'freebsd/applications/tdeio')
17 files changed, 338 insertions, 0 deletions
diff --git a/freebsd/applications/tdeio/Makefile b/freebsd/applications/tdeio/Makefile new file mode 100644 index 000000000..5aa77655d --- /dev/null +++ b/freebsd/applications/tdeio/Makefile @@ -0,0 +1,8 @@ + + SUBDIR = + SUBDIR += tdeio-ftps + SUBDIR += tdeio-gopher + SUBDIR += tdeio-locate + SUBDIR += tdeio-sword + +.include <bsd.port.subdir.mk> diff --git a/freebsd/applications/tdeio/tdeio-ftps/Makefile b/freebsd/applications/tdeio/tdeio-ftps/Makefile new file mode 100644 index 000000000..8e27f6098 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-ftps/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: [email protected] +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tdeio-ftps-trinity +COMMENT= ftps TDEIO slave for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/tdeio + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/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 <bsd.port.mk> diff --git a/freebsd/applications/tdeio/tdeio-ftps/distinfo b/freebsd/applications/tdeio/tdeio-ftps/distinfo new file mode 100644 index 000000000..eb31c92be --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-ftps/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635268358 +SHA256 (TDE/applications/tdeio/tdeio-ftps-trinity_14.0.11.orig.tar.xz) = b295e98b61de8f547c3c97504945f7f1f9482e1e9ed95b5290d50285705340d3 +SIZE (TDE/applications/tdeio/tdeio-ftps-trinity_14.0.11.orig.tar.xz) = 36336 diff --git a/freebsd/applications/tdeio/tdeio-ftps/pkg-descr b/freebsd/applications/tdeio/tdeio-ftps/pkg-descr new file mode 100644 index 000000000..7012d6cf8 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-ftps/pkg-descr @@ -0,0 +1,7 @@ +An ftps TDEIO slave for TDE + +tdeio-ftps-trinity is an ftps TDEIO slave for TDE, based on rfc4217 and +build upon the ftp TDEIO-slave sources. tdeio-ftps-trinity should work +yet with most server implementations It issues an "AUTH TLS" +command after connecting and refuses to continue, when it's +not supported. diff --git a/freebsd/applications/tdeio/tdeio-ftps/pkg-plist b/freebsd/applications/tdeio/tdeio-ftps/pkg-plist new file mode 100644 index 000000000..e76d0fdf4 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-ftps/pkg-plist @@ -0,0 +1,4 @@ +lib/trinity/tdeio_ftps.la +lib/trinity/tdeio_ftps.so +share/locale/de/LC_MESSAGES/tdeio_ftps.mo +share/services/ftps.protocol diff --git a/freebsd/applications/tdeio/tdeio-gopher/Makefile b/freebsd/applications/tdeio/tdeio-gopher/Makefile new file mode 100644 index 000000000..5da13457d --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-gopher/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: [email protected] +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tdeio-gopher-trinity +COMMENT= tdeio-slave for the gopher protocol +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/tdeio + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/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 <bsd.port.mk> diff --git a/freebsd/applications/tdeio/tdeio-gopher/distinfo b/freebsd/applications/tdeio/tdeio-gopher/distinfo new file mode 100644 index 000000000..2ed91381b --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-gopher/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635268374 +SHA256 (TDE/applications/tdeio/tdeio-gopher-trinity_14.0.11.orig.tar.xz) = ce1d226f3378bb1316836abc94987bcf21e8785f32c365e80dd43f06a20d260a +SIZE (TDE/applications/tdeio/tdeio-gopher-trinity_14.0.11.orig.tar.xz) = 34028 diff --git a/freebsd/applications/tdeio/tdeio-gopher/pkg-descr b/freebsd/applications/tdeio/tdeio-gopher/pkg-descr new file mode 100644 index 000000000..70755032e --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-gopher/pkg-descr @@ -0,0 +1,6 @@ +tdeio-slave for the gopher protocol + +Adds support for the "gopher:" protocol +to Konqueror and other TDE applications. + +This enables you to perform gopher searches in Konqueror. diff --git a/freebsd/applications/tdeio/tdeio-gopher/pkg-plist b/freebsd/applications/tdeio/tdeio-gopher/pkg-plist new file mode 100644 index 000000000..547b4b56d --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-gopher/pkg-plist @@ -0,0 +1,117 @@ +lib/trinity/tdeio_gopher.la +lib/trinity/tdeio_gopher.so +share/doc/tde/HTML/ca/tdeioslave/gopher/common +share/doc/tde/HTML/ca/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/ca/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/da/tdeioslave/gopher/common +share/doc/tde/HTML/da/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/da/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/de/tdeioslave/gopher/common +share/doc/tde/HTML/de/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/de/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/en/tdeioslave/gopher/common +share/doc/tde/HTML/en/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/en/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/en_GB/tdeioslave/gopher/common +share/doc/tde/HTML/en_GB/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/en_GB/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/es/tdeioslave/gopher/common +share/doc/tde/HTML/es/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/es/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/et/tdeioslave/gopher/common +share/doc/tde/HTML/et/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/et/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/fr/tdeioslave/gopher/common +share/doc/tde/HTML/fr/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/fr/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/gl/tdeioslave/gopher/common +share/doc/tde/HTML/gl/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/gl/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/hu/tdeioslave/gopher/common +share/doc/tde/HTML/hu/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/hu/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/it/tdeioslave/gopher/common +share/doc/tde/HTML/it/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/it/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/nl/tdeioslave/gopher/common +share/doc/tde/HTML/nl/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/nl/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/pl/tdeioslave/gopher/common +share/doc/tde/HTML/pl/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/pl/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/pt/tdeioslave/gopher/common +share/doc/tde/HTML/pt/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/pt/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/pt_BR/tdeioslave/gopher/common +share/doc/tde/HTML/pt_BR/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/pt_BR/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/ro/tdeioslave/gopher/common +share/doc/tde/HTML/ro/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/ro/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/ru/tdeioslave/gopher/common +share/doc/tde/HTML/ru/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/ru/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/sk/tdeioslave/gopher/common +share/doc/tde/HTML/sk/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/sk/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/sr/tdeioslave/gopher/common +share/doc/tde/HTML/sr/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/sr/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/sr@Latn/tdeioslave/gopher/common +share/doc/tde/HTML/sr@Latn/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/sr@Latn/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/sv/tdeioslave/gopher/common +share/doc/tde/HTML/sv/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/sv/tdeioslave/gopher/index.docbook +share/doc/tde/HTML/uk/tdeioslave/gopher/common +share/doc/tde/HTML/uk/tdeioslave/gopher/index.cache.bz2 +share/doc/tde/HTML/uk/tdeioslave/gopher/index.docbook +share/locale/ar/LC_MESSAGES/tdeio_gopher.mo +share/locale/bg/LC_MESSAGES/tdeio_gopher.mo +share/locale/br/LC_MESSAGES/tdeio_gopher.mo +share/locale/bs/LC_MESSAGES/tdeio_gopher.mo +share/locale/ca/LC_MESSAGES/tdeio_gopher.mo +share/locale/ca@valencia/LC_MESSAGES/tdeio_gopher.mo +share/locale/cs/LC_MESSAGES/tdeio_gopher.mo +share/locale/cy/LC_MESSAGES/tdeio_gopher.mo +share/locale/da/LC_MESSAGES/tdeio_gopher.mo +share/locale/de/LC_MESSAGES/tdeio_gopher.mo +share/locale/el/LC_MESSAGES/tdeio_gopher.mo +share/locale/en_GB/LC_MESSAGES/tdeio_gopher.mo +share/locale/eo/LC_MESSAGES/tdeio_gopher.mo +share/locale/es/LC_MESSAGES/tdeio_gopher.mo +share/locale/et/LC_MESSAGES/tdeio_gopher.mo +share/locale/fi/LC_MESSAGES/tdeio_gopher.mo +share/locale/fr/LC_MESSAGES/tdeio_gopher.mo +share/locale/ga/LC_MESSAGES/tdeio_gopher.mo +share/locale/gl/LC_MESSAGES/tdeio_gopher.mo +share/locale/hr/LC_MESSAGES/tdeio_gopher.mo +share/locale/hu/LC_MESSAGES/tdeio_gopher.mo +share/locale/is/LC_MESSAGES/tdeio_gopher.mo +share/locale/it/LC_MESSAGES/tdeio_gopher.mo +share/locale/ja/LC_MESSAGES/tdeio_gopher.mo +share/locale/ka/LC_MESSAGES/tdeio_gopher.mo +share/locale/km/LC_MESSAGES/tdeio_gopher.mo +share/locale/lt/LC_MESSAGES/tdeio_gopher.mo +share/locale/lv/LC_MESSAGES/tdeio_gopher.mo +share/locale/ms/LC_MESSAGES/tdeio_gopher.mo +share/locale/nb/LC_MESSAGES/tdeio_gopher.mo +share/locale/nds/LC_MESSAGES/tdeio_gopher.mo +share/locale/nl/LC_MESSAGES/tdeio_gopher.mo +share/locale/nn/LC_MESSAGES/tdeio_gopher.mo +share/locale/pa/LC_MESSAGES/tdeio_gopher.mo +share/locale/pl/LC_MESSAGES/tdeio_gopher.mo +share/locale/pt/LC_MESSAGES/tdeio_gopher.mo +share/locale/pt_BR/LC_MESSAGES/tdeio_gopher.mo +share/locale/ro/LC_MESSAGES/tdeio_gopher.mo +share/locale/ru/LC_MESSAGES/tdeio_gopher.mo +share/locale/rw/LC_MESSAGES/tdeio_gopher.mo +share/locale/sk/LC_MESSAGES/tdeio_gopher.mo +share/locale/sv/LC_MESSAGES/tdeio_gopher.mo +share/locale/ta/LC_MESSAGES/tdeio_gopher.mo +share/locale/tr/LC_MESSAGES/tdeio_gopher.mo +share/locale/ug/LC_MESSAGES/tdeio_gopher.mo +share/locale/uk/LC_MESSAGES/tdeio_gopher.mo +share/locale/zh_CN/LC_MESSAGES/tdeio_gopher.mo +share/locale/zh_TW/LC_MESSAGES/tdeio_gopher.mo +share/services/gopher.protocol diff --git a/freebsd/applications/tdeio/tdeio-locate/Makefile b/freebsd/applications/tdeio/tdeio-locate/Makefile new file mode 100644 index 000000000..b70388294 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-locate/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: [email protected] +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tdeio-locate-trinity +COMMENT= tdeio-slave for the locate command +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/tdeio + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/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 <bsd.port.mk> diff --git a/freebsd/applications/tdeio/tdeio-locate/distinfo b/freebsd/applications/tdeio/tdeio-locate/distinfo new file mode 100644 index 000000000..0341f1647 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-locate/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635268404 +SHA256 (TDE/applications/tdeio/tdeio-locate-trinity_14.0.11.orig.tar.xz) = ffda504fd4ad62798b4dde9bb9ab77896dacb10279b6817332198b982d9204bf +SIZE (TDE/applications/tdeio/tdeio-locate-trinity_14.0.11.orig.tar.xz) = 76404 diff --git a/freebsd/applications/tdeio/tdeio-locate/pkg-descr b/freebsd/applications/tdeio/tdeio-locate/pkg-descr new file mode 100644 index 000000000..d69dba6a2 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-locate/pkg-descr @@ -0,0 +1,8 @@ +tdeio-slave for the locate command + +Adds support for the "locate:" and "locater:" +protocols to Konqueror and other TDE applications. + +This enables you to perform locate searches as you +would in a terminal. The result is displayed just +as a directory. diff --git a/freebsd/applications/tdeio/tdeio-locate/pkg-plist b/freebsd/applications/tdeio/tdeio-locate/pkg-plist new file mode 100644 index 000000000..b6c74a710 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-locate/pkg-plist @@ -0,0 +1,13 @@ +lib/trinity/tdeio_locate.la +lib/trinity/tdeio_locate.so +share/doc/tde/HTML/en/tdeio-locate/common +share/doc/tde/HTML/en/tdeio-locate/index.cache.bz2 +share/doc/tde/HTML/en/tdeio-locate/index.docbook +share/doc/tde/HTML/en/tdeio-locate/screenshot.png +share/locale/de/LC_MESSAGES/tdeio-locate.mo +share/locale/fr/LC_MESSAGES/tdeio-locate.mo +share/locale/pt/LC_MESSAGES/tdeio-locate.mo +share/services/locate.protocol +share/services/locater.protocol +share/services/rlocate.protocol +share/services/searchproviders/locate.desktop diff --git a/freebsd/applications/tdeio/tdeio-sword/Makefile b/freebsd/applications/tdeio/tdeio-sword/Makefile new file mode 100644 index 000000000..927fe7e51 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-sword/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: [email protected] +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tdeio-sword-trinity +COMMENT= tdeio-slave for the Sword Bible tool +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/tdeio + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS+=\ + libsword.so:${PORTSDIR}/misc/sword \ + + +# 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/tdeio/tdeio-sword/distinfo b/freebsd/applications/tdeio/tdeio-sword/distinfo new file mode 100644 index 000000000..b53401cfc --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-sword/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635268427 +SHA256 (TDE/applications/tdeio/tdeio-sword-trinity_14.0.11.orig.tar.xz) = 6cc958140bd252fb3a469e61db24feec9b1e6dd6320a31797c2d2a3fc936a5b6 +SIZE (TDE/applications/tdeio/tdeio-sword-trinity_14.0.11.orig.tar.xz) = 102640 diff --git a/freebsd/applications/tdeio/tdeio-sword/pkg-descr b/freebsd/applications/tdeio/tdeio-sword/pkg-descr new file mode 100644 index 000000000..2581f0b69 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-sword/pkg-descr @@ -0,0 +1,7 @@ +tdeio-slave for the Sword Bible tool + +TDEio-Sword provides access to Bibles, commentaries +and other texts in an easy to use and attractive +interface -- the Konqueror web browser. It does so +using the SWORD Bible project and implementing a TDE +ioslave, providing the sword:/ protocol. diff --git a/freebsd/applications/tdeio/tdeio-sword/pkg-plist b/freebsd/applications/tdeio/tdeio-sword/pkg-plist new file mode 100644 index 000000000..a77419ed4 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-sword/pkg-plist @@ -0,0 +1,17 @@ +lib/trinity/tdeio_sword.la +lib/trinity/tdeio_sword.so +share/apps/tdeio_sword/swordvertical.png +share/apps/tdeio_sword/tdeio_sword.css +share/doc/tde/HTML/en/tdeioslave/sword/common +share/doc/tde/HTML/en/tdeioslave/sword/index.cache.bz2 +share/doc/tde/HTML/en/tdeioslave/sword/index.docbook +share/icons/hicolor/128x128/apps/tdeio_sword.png +share/icons/hicolor/16x16/apps/tdeio_sword.png +share/icons/hicolor/22x22/apps/tdeio_sword.png +share/icons/hicolor/32x32/apps/tdeio_sword.png +share/icons/hicolor/48x48/apps/tdeio_sword.png +share/icons/hicolor/64x64/apps/tdeio_sword.png +share/icons/hicolor/scalable/apps/tdeio_sword.svgz +share/locale/de/LC_MESSAGES/tdeio_sword.mo +share/locale/pt/LC_MESSAGES/tdeio_sword.mo +share/services/sword.protocol |