From c50beef08d80ff3caaf68951f1d0b3843182a4f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 18 Mar 2019 02:25:34 +0100 Subject: FreeBSD: Update for final release R14.0.6 Add ports for bunch of applications. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/kcmldap/Makefile | 34 ++++++++++++++++++++++++++++++++++ freebsd/applications/kcmldap/distinfo | 3 +++ freebsd/applications/kcmldap/pkg-descr | 3 +++ freebsd/applications/kcmldap/pkg-plist | 7 +++++++ 4 files changed, 47 insertions(+) create mode 100644 freebsd/applications/kcmldap/Makefile create mode 100644 freebsd/applications/kcmldap/distinfo create mode 100644 freebsd/applications/kcmldap/pkg-descr create mode 100644 freebsd/applications/kcmldap/pkg-plist (limited to 'freebsd/applications/kcmldap') diff --git a/freebsd/applications/kcmldap/Makefile b/freebsd/applications/kcmldap/Makefile new file mode 100644 index 000000000..5eed21a1f --- /dev/null +++ b/freebsd/applications/kcmldap/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kcontrol-ldap-bonding-trinity +COMMENT= Kerberos control module for the Trinity control center +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications +DISTSRC= kcmldap-trinity-${TDE_VERSION}${TDE_PREVERSION} + + +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/kcmldap/distinfo b/freebsd/applications/kcmldap/distinfo new file mode 100644 index 000000000..ec5a8268e --- /dev/null +++ b/freebsd/applications/kcmldap/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1552243365 +SHA256 (TDE/applications/kcontrol-ldap-bonding-trinity_14.0.6.orig.tar.xz) = 6e8674b4f88f34a86b6dc9acb73bc75ec8da1009fe2884863b6df5c3061dca1f +SIZE (TDE/applications/kcontrol-ldap-bonding-trinity_14.0.6.orig.tar.xz) = 397904 diff --git a/freebsd/applications/kcmldap/pkg-descr b/freebsd/applications/kcmldap/pkg-descr new file mode 100644 index 000000000..e159fb32e --- /dev/null +++ b/freebsd/applications/kcmldap/pkg-descr @@ -0,0 +1,3 @@ +Kerberos control module for the Trinity control center + +This is a Trinity control center module to manage TDE connections to Kerberos realms. diff --git a/freebsd/applications/kcmldap/pkg-plist b/freebsd/applications/kcmldap/pkg-plist new file mode 100644 index 000000000..5c77ddc48 --- /dev/null +++ b/freebsd/applications/kcmldap/pkg-plist @@ -0,0 +1,7 @@ +bin/tdeldapbonding +bin/tdeldapcertupdater +lib/trinity/kcm_ldapbonding.la +lib/trinity/kcm_ldapbonding.so +share/applications/tde/ldapbonding.desktop +share/pixmaps/kcmldapbonding_step1.png +share/pixmaps/kcmldapbonding_step3.png -- cgit v1.2.1