From 4975402d7f239a520dfcbd48e03dbab43e491d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 22 Apr 2023 00:00:02 +0200 Subject: FreeBSD: Add ports updated for final release R14.1.0. Add a script to synchronize ports to the FreeBSD ports structure. Add meta-port 'tde-meta' to install all TDE ports. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/tdeio/tdeio-ftps/Makefile | 37 +++++++++++++++++++++++++ freebsd/applications/tdeio/tdeio-ftps/distinfo | 3 ++ freebsd/applications/tdeio/tdeio-ftps/pkg-descr | 7 +++++ freebsd/applications/tdeio/tdeio-ftps/pkg-plist | 6 ++++ 4 files changed, 53 insertions(+) create mode 100644 freebsd/applications/tdeio/tdeio-ftps/Makefile create mode 100644 freebsd/applications/tdeio/tdeio-ftps/distinfo create mode 100644 freebsd/applications/tdeio/tdeio-ftps/pkg-descr create mode 100644 freebsd/applications/tdeio/tdeio-ftps/pkg-plist (limited to 'freebsd/applications/tdeio/tdeio-ftps') 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 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 -- cgit v1.2.1