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/misc/kcmldapmanager | |
parent | b9d33de3622fcad3fdfdc9b1464b4bc160f205ba (diff) | |
download | tde-packaging-1ecc6f1596a69c971a4e53588575fc94ea9960df.tar.gz tde-packaging-1ecc6f1596a69c971a4e53588575fc94ea9960df.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/misc/kcmldapmanager')
4 files changed, 48 insertions, 0 deletions
diff --git a/freebsd/applications/misc/kcmldapmanager/Makefile b/freebsd/applications/misc/kcmldapmanager/Makefile new file mode 100644 index 000000000..5bf18bf16 --- /dev/null +++ b/freebsd/applications/misc/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/misc +DISTSRC= kcmldapmanager-trinity-${TDE_VERSION}${TDE_PREVERSION} + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/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 <bsd.port.mk> diff --git a/freebsd/applications/misc/kcmldapmanager/distinfo b/freebsd/applications/misc/kcmldapmanager/distinfo new file mode 100644 index 000000000..e2a03ed9f --- /dev/null +++ b/freebsd/applications/misc/kcmldapmanager/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635166185 +SHA256 (TDE/applications/misc/kcontrol-ldap-manager-trinity_14.0.11.orig.tar.xz) = 7d53fad45c4148f34d0fdadd39ad5fcb5ae512607f725b6e6222322d40c64f6f +SIZE (TDE/applications/misc/kcontrol-ldap-manager-trinity_14.0.11.orig.tar.xz) = 24988 diff --git a/freebsd/applications/misc/kcmldapmanager/pkg-descr b/freebsd/applications/misc/kcmldapmanager/pkg-descr new file mode 100644 index 000000000..89fd5b79b --- /dev/null +++ b/freebsd/applications/misc/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/misc/kcmldapmanager/pkg-plist b/freebsd/applications/misc/kcmldapmanager/pkg-plist new file mode 100644 index 000000000..9a51aaa05 --- /dev/null +++ b/freebsd/applications/misc/kcmldapmanager/pkg-plist @@ -0,0 +1,5 @@ +bin/tdeldapmanager +lib/trinity/kcm_ldapmanager.la +lib/trinity/kcm_ldapmanager.so +share/applications/tde/ldapmanager.desktop +share/locale/de/LC_MESSAGES/kcmldapmanager.mo |