From f6041fbd9646582e13f723037f9d81ee618fbff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 23 Aug 2019 20:01:01 +0200 Subject: FreeBSD: Update for final release R14.0.7. 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/kcmldapmanager/Makefile | 36 +++++++++++++++++++++++++++ freebsd/applications/kcmldapmanager/distinfo | 3 +++ freebsd/applications/kcmldapmanager/pkg-descr | 4 +++ freebsd/applications/kcmldapmanager/pkg-plist | 4 +++ 4 files changed, 47 insertions(+) create mode 100644 freebsd/applications/kcmldapmanager/Makefile create mode 100644 freebsd/applications/kcmldapmanager/distinfo create mode 100644 freebsd/applications/kcmldapmanager/pkg-descr create mode 100644 freebsd/applications/kcmldapmanager/pkg-plist (limited to 'freebsd/applications/kcmldapmanager') diff --git a/freebsd/applications/kcmldapmanager/Makefile b/freebsd/applications/kcmldapmanager/Makefile new file mode 100644 index 000000000..e741d8e88 --- /dev/null +++ b/freebsd/applications/kcmldapmanager/Makefile @@ -0,0 +1,36 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kcontrol-ldap-manager-trinity +COMMENT= Kerberos realm management module for the Trinity control center +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications +DISTSRC= kcmldapmanager-trinity-${TDE_VERSION}${TDE_PREVERSION} + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ + ${TDE_PREFIX}/lib/libtdeldap.so:${PORTSDIR}/x11/trinity/libraries/libtdeldap + +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/kcmldapmanager/distinfo b/freebsd/applications/kcmldapmanager/distinfo new file mode 100644 index 000000000..dc4f0833a --- /dev/null +++ b/freebsd/applications/kcmldapmanager/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1577042898 +SHA256 (TDE/applications/kcontrol-ldap-manager-trinity_14.0.7.orig.tar.xz) = 46ebe9f6dde1269d4d67849705c549ed282ae5a0ce9fd51164948c9316b03eac +SIZE (TDE/applications/kcontrol-ldap-manager-trinity_14.0.7.orig.tar.xz) = 269108 diff --git a/freebsd/applications/kcmldapmanager/pkg-descr b/freebsd/applications/kcmldapmanager/pkg-descr new file mode 100644 index 000000000..89fd5b79b --- /dev/null +++ b/freebsd/applications/kcmldapmanager/pkg-descr @@ -0,0 +1,4 @@ +Kerberos realm management module for the Trinity control center + +This is a Trinity control center module to manage users, groups, +and machines in Kerberos realms. diff --git a/freebsd/applications/kcmldapmanager/pkg-plist b/freebsd/applications/kcmldapmanager/pkg-plist new file mode 100644 index 000000000..5b10e938e --- /dev/null +++ b/freebsd/applications/kcmldapmanager/pkg-plist @@ -0,0 +1,4 @@ +bin/tdeldapmanager +lib/trinity/kcm_ldapmanager.la +lib/trinity/kcm_ldapmanager.so +share/applications/tde/ldapmanager.desktop -- cgit v1.2.1