summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/tdeio
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/applications/tdeio')
-rw-r--r--freebsd/applications/tdeio/Makefile9
-rw-r--r--freebsd/applications/tdeio/tdeio-appinfo/Makefile37
-rw-r--r--freebsd/applications/tdeio/tdeio-appinfo/distinfo3
-rw-r--r--freebsd/applications/tdeio/tdeio-appinfo/pkg-descr6
-rw-r--r--freebsd/applications/tdeio/tdeio-appinfo/pkg-plist3
-rw-r--r--freebsd/applications/tdeio/tdeio-ftps/Makefile37
-rw-r--r--freebsd/applications/tdeio/tdeio-ftps/distinfo3
-rw-r--r--freebsd/applications/tdeio/tdeio-ftps/pkg-descr7
-rw-r--r--freebsd/applications/tdeio/tdeio-ftps/pkg-plist6
-rw-r--r--freebsd/applications/tdeio/tdeio-gopher/Makefile37
-rw-r--r--freebsd/applications/tdeio/tdeio-gopher/distinfo3
-rw-r--r--freebsd/applications/tdeio/tdeio-gopher/pkg-descr6
-rw-r--r--freebsd/applications/tdeio/tdeio-gopher/pkg-plist117
-rw-r--r--freebsd/applications/tdeio/tdeio-locate/Makefile37
-rw-r--r--freebsd/applications/tdeio/tdeio-locate/distinfo3
-rw-r--r--freebsd/applications/tdeio/tdeio-locate/pkg-descr8
-rw-r--r--freebsd/applications/tdeio/tdeio-locate/pkg-plist13
-rw-r--r--freebsd/applications/tdeio/tdeio-sword/Makefile40
-rw-r--r--freebsd/applications/tdeio/tdeio-sword/distinfo3
-rw-r--r--freebsd/applications/tdeio/tdeio-sword/pkg-descr7
-rw-r--r--freebsd/applications/tdeio/tdeio-sword/pkg-plist17
21 files changed, 402 insertions, 0 deletions
diff --git a/freebsd/applications/tdeio/Makefile b/freebsd/applications/tdeio/Makefile
new file mode 100644
index 000000000..d2b191313
--- /dev/null
+++ b/freebsd/applications/tdeio/Makefile
@@ -0,0 +1,9 @@
+
+ SUBDIR =
+ SUBDIR += tdeio-appinfo
+ SUBDIR += tdeio-ftps
+ SUBDIR += tdeio-gopher
+ SUBDIR += tdeio-locate
+ SUBDIR += tdeio-sword
+
+.include <bsd.port.subdir.mk>
diff --git a/freebsd/applications/tdeio/tdeio-appinfo/Makefile b/freebsd/applications/tdeio/tdeio-appinfo/Makefile
new file mode 100644
index 000000000..ebd44af4b
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-appinfo/Makefile
@@ -0,0 +1,37 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+# TDE port map: applications/tdeio/tdeio-appinfo
+
+PORTSDIR?=/usr/ports
+.include <${PORTSDIR}/Mk/bsd.trinity.mk>
+
+PORTNAME= tdeio-appinfo-trinity
+COMMENT= TDEIO slave for the appinfo protocol
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= t/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= deskutils x11
+DIST_SUBDIR= TDE/applications/tdeio
+
+
+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
+
+
+# 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-appinfo/distinfo b/freebsd/applications/tdeio/tdeio-appinfo/distinfo
new file mode 100644
index 000000000..8bcef9813
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-appinfo/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1682033455
+SHA256 (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.0.orig.tar.xz) = ba9e0d2f10cef1f75d8b1b6071df27ee697e99743080be2adf013fb22d84f619
+SIZE (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.0.orig.tar.xz) = 13688
diff --git a/freebsd/applications/tdeio/tdeio-appinfo/pkg-descr b/freebsd/applications/tdeio/tdeio-appinfo/pkg-descr
new file mode 100644
index 000000000..a04cefe5b
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-appinfo/pkg-descr
@@ -0,0 +1,6 @@
+TDEIO slave for the appinfo protocol
+
+Adds support for the "appinfo:" protocol
+to Konqueror and other TDE applications.
+
+This enables you to perform appinfo: searches in TDE.
diff --git a/freebsd/applications/tdeio/tdeio-appinfo/pkg-plist b/freebsd/applications/tdeio/tdeio-appinfo/pkg-plist
new file mode 100644
index 000000000..c0fc095ed
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-appinfo/pkg-plist
@@ -0,0 +1,3 @@
+lib/trinity/tdeio_appinfo.la
+lib/trinity/tdeio_appinfo.so
+share/services/appinfo.protocol
diff --git a/freebsd/applications/tdeio/tdeio-ftps/Makefile b/freebsd/applications/tdeio/tdeio-ftps/Makefile
new file mode 100644
index 000000000..36a4a93d5
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-ftps/Makefile
@@ -0,0 +1,37 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+# TDE port map: applications/tdeio/tdeio-ftps
+
+PORTSDIR?=/usr/ports
+.include <${PORTSDIR}/Mk/bsd.trinity.mk>
+
+PORTNAME= tdeio-ftps-trinity
+COMMENT= ftps TDEIO slave for TDE
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= t/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= deskutils x11
+DIST_SUBDIR= TDE/applications/tdeio
+
+
+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
+
+
+# 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..cf351eb70
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-ftps/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1682033457
+SHA256 (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.0.orig.tar.xz) = 8ed3f5b6db1fd1efe315c46b1e3eef47b5f2e596360d6652d6bb4fbbc5a36744
+SIZE (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.0.orig.tar.xz) = 37036
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..0168cb002
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-ftps/pkg-plist
@@ -0,0 +1,6 @@
+lib/trinity/tdeio_ftps.la
+lib/trinity/tdeio_ftps.so
+share/locale/de/LC_MESSAGES/tdeio_ftps.mo
+share/locale/pl/LC_MESSAGES/tdeio_ftps.mo
+share/locale/pt_BR/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..6b566c864
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-gopher/Makefile
@@ -0,0 +1,37 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+# TDE port map: applications/tdeio/tdeio-gopher
+
+PORTSDIR?=/usr/ports
+.include <${PORTSDIR}/Mk/bsd.trinity.mk>
+
+PORTNAME= tdeio-gopher-trinity
+COMMENT= tdeio-slave for the gopher protocol
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= t/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= deskutils x11
+DIST_SUBDIR= TDE/applications/tdeio
+
+
+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
+
+
+# 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..938a36201
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-gopher/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1682033459
+SHA256 (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.0.orig.tar.xz) = e9d4228ff238b5dd103f2b079fb11f471b3250dbcae0c491bb42415388c53552
+SIZE (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.0.orig.tar.xz) = 33936
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..70d2f71cd
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-locate/Makefile
@@ -0,0 +1,37 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+# TDE port map: applications/tdeio/tdeio-locate
+
+PORTSDIR?=/usr/ports
+.include <${PORTSDIR}/Mk/bsd.trinity.mk>
+
+PORTNAME= tdeio-locate-trinity
+COMMENT= tdeio-slave for the locate command
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= t/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= deskutils x11
+DIST_SUBDIR= TDE/applications/tdeio
+
+
+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
+
+
+# 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..0d0a8e8c0
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-locate/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1682033461
+SHA256 (TDE/applications/tdeio/tdeio-locate-trinity_14.1.0.orig.tar.xz) = 18996cbfd90ecc0515ba48bd18fcfa9402ed533acf7a22d521ec84d138cdcd5f
+SIZE (TDE/applications/tdeio/tdeio-locate-trinity_14.1.0.orig.tar.xz) = 61544
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..c9756f460
--- /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/tdeioslave/locate/common
+share/doc/tde/HTML/en/tdeioslave/locate/index.cache.bz2
+share/doc/tde/HTML/en/tdeioslave/locate/index.docbook
+share/doc/tde/HTML/en/tdeioslave/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..c9db03cfa
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-sword/Makefile
@@ -0,0 +1,40 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+# TDE port map: applications/tdeio/tdeio-sword
+
+PORTSDIR?=/usr/ports
+.include <${PORTSDIR}/Mk/bsd.trinity.mk>
+
+PORTNAME= tdeio-sword-trinity
+COMMENT= tdeio-slave for the Sword Bible tool
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= t/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= deskutils x11
+DIST_SUBDIR= TDE/applications/tdeio
+
+
+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
+
+LIB_DEPENDS+=\
+ libsword.so: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..16e468205
--- /dev/null
+++ b/freebsd/applications/tdeio/tdeio-sword/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1682033462
+SHA256 (TDE/applications/tdeio/tdeio-sword-trinity_14.1.0.orig.tar.xz) = 6189cde83570ee4ac30dc8f5f6ebe2c2c3dd5f2d854c0bc202ead8a1f91794af
+SIZE (TDE/applications/tdeio/tdeio-sword-trinity_14.1.0.orig.tar.xz) = 102716
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