diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-27 04:21:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-29 13:25:04 +0200 |
commit | 0be4bb38e65d682e612205f5865a5529b42dc5f1 (patch) | |
tree | 9a67f67cdd05cbb6b67a396ba1d4293da17dd1fa /freebsd/applications/tdeio-ftps | |
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 <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/tdeio-ftps')
-rw-r--r-- | freebsd/applications/tdeio-ftps/Makefile | 34 | ||||
-rw-r--r-- | freebsd/applications/tdeio-ftps/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/tdeio-ftps/pkg-descr | 7 | ||||
-rw-r--r-- | freebsd/applications/tdeio-ftps/pkg-plist | 4 |
4 files changed, 0 insertions, 48 deletions
diff --git a/freebsd/applications/tdeio-ftps/Makefile b/freebsd/applications/tdeio-ftps/Makefile deleted file mode 100644 index dfdfb6911..000000000 --- a/freebsd/applications/tdeio-ftps/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# -*-mode: makefile-*- -# Created by: slavek.banko@axis.cz -# $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 - - -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-ftps/distinfo b/freebsd/applications/tdeio-ftps/distinfo deleted file mode 100644 index 0f0c42eb1..000000000 --- a/freebsd/applications/tdeio-ftps/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1619601836 -SHA256 (TDE/applications/tdeio-ftps-trinity_14.0.10.orig.tar.xz) = b4dc102bd3b980adfda0253f8dc9839d134990eea731e45d26b65f7dc3932724 -SIZE (TDE/applications/tdeio-ftps-trinity_14.0.10.orig.tar.xz) = 68948 diff --git a/freebsd/applications/tdeio-ftps/pkg-descr b/freebsd/applications/tdeio-ftps/pkg-descr deleted file mode 100644 index 7012d6cf8..000000000 --- a/freebsd/applications/tdeio-ftps/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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-ftps/pkg-plist b/freebsd/applications/tdeio-ftps/pkg-plist deleted file mode 100644 index ac684fcf9..000000000 --- a/freebsd/applications/tdeio-ftps/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/trinity/tdeio_ftps.la -lib/trinity/tdeio_ftps.so -share/locale/de/LC_MESSAGES/tdeio-ftps.mo -share/services/ftps.protocol |