From 4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 18 Feb 2020 19:50:22 +0100 Subject: FreeBSD: Update for final release R14.0.8. Switch from gmake to ninja for CMake builds. Switch several applications to CMake. 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/tdeio-ftps/Makefile | 34 +++++++++++++++++++++++++++++++ freebsd/applications/tdeio-ftps/distinfo | 3 +++ freebsd/applications/tdeio-ftps/pkg-descr | 7 +++++++ freebsd/applications/tdeio-ftps/pkg-plist | 4 ++++ 4 files changed, 48 insertions(+) create mode 100644 freebsd/applications/tdeio-ftps/Makefile create mode 100644 freebsd/applications/tdeio-ftps/distinfo create mode 100644 freebsd/applications/tdeio-ftps/pkg-descr create mode 100644 freebsd/applications/tdeio-ftps/pkg-plist (limited to 'freebsd/applications/tdeio-ftps') diff --git a/freebsd/applications/tdeio-ftps/Makefile b/freebsd/applications/tdeio-ftps/Makefile new file mode 100644 index 000000000..d0dcb75e0 --- /dev/null +++ b/freebsd/applications/tdeio-ftps/Makefile @@ -0,0 +1,34 @@ +# -*-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/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/tdeio-ftps/distinfo b/freebsd/applications/tdeio-ftps/distinfo new file mode 100644 index 000000000..f6c854b85 --- /dev/null +++ b/freebsd/applications/tdeio-ftps/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1587520164 +SHA256 (TDE/applications/tdeio-ftps-trinity_14.0.8.orig.tar.xz) = aa5a7bf849fc595961ca59396202c6d314ba7acca29ae39e55ef91e4641349c1 +SIZE (TDE/applications/tdeio-ftps-trinity_14.0.8.orig.tar.xz) = 305328 diff --git a/freebsd/applications/tdeio-ftps/pkg-descr b/freebsd/applications/tdeio-ftps/pkg-descr new file mode 100644 index 000000000..7012d6cf8 --- /dev/null +++ b/freebsd/applications/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-ftps/pkg-plist b/freebsd/applications/tdeio-ftps/pkg-plist new file mode 100644 index 000000000..ac684fcf9 --- /dev/null +++ b/freebsd/applications/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 -- cgit v1.2.3