From b5b568ce2f45981161aa438622004799aa3f7a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 28 Oct 2022 01:19:11 +0200 Subject: FreeBSD: Update for final release R14.0.13. 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/settings/tdesudo/Makefile | 35 +++++++++++++++++++++++++ freebsd/applications/settings/tdesudo/distinfo | 3 +++ freebsd/applications/settings/tdesudo/pkg-descr | 4 +++ freebsd/applications/settings/tdesudo/pkg-plist | 11 ++++++++ 4 files changed, 53 insertions(+) create mode 100644 freebsd/applications/settings/tdesudo/Makefile create mode 100644 freebsd/applications/settings/tdesudo/distinfo create mode 100644 freebsd/applications/settings/tdesudo/pkg-descr create mode 100644 freebsd/applications/settings/tdesudo/pkg-plist (limited to 'freebsd/applications/settings/tdesudo') diff --git a/freebsd/applications/settings/tdesudo/Makefile b/freebsd/applications/settings/tdesudo/Makefile new file mode 100644 index 000000000..f59b1281b --- /dev/null +++ b/freebsd/applications/settings/tdesudo/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tdesudo-trinity +COMMENT= sudo frontend for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/settings + +RUN_DEPENDS+= sudo:${PORTSDIR}/security/sudo + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/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/settings/tdesudo/distinfo b/freebsd/applications/settings/tdesudo/distinfo new file mode 100644 index 000000000..170b0062a --- /dev/null +++ b/freebsd/applications/settings/tdesudo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1666650881 +SHA256 (TDE/applications/settings/tdesudo-trinity_14.0.13.orig.tar.xz) = 86abe3e68d5c382fa5ab16d85b58a840b8e5fb0e0aeed9bbda7cbb3e39ea085a +SIZE (TDE/applications/settings/tdesudo-trinity_14.0.13.orig.tar.xz) = 28948 diff --git a/freebsd/applications/settings/tdesudo/pkg-descr b/freebsd/applications/settings/tdesudo/pkg-descr new file mode 100644 index 000000000..dcd42fec2 --- /dev/null +++ b/freebsd/applications/settings/tdesudo/pkg-descr @@ -0,0 +1,4 @@ +sudo frontend for Trinity + +TDESudo is a graphical frontend for the sudo utility. +It allows you to run programs as another user by entering your password. diff --git a/freebsd/applications/settings/tdesudo/pkg-plist b/freebsd/applications/settings/tdesudo/pkg-plist new file mode 100644 index 000000000..267dc4a33 --- /dev/null +++ b/freebsd/applications/settings/tdesudo/pkg-plist @@ -0,0 +1,11 @@ +bin/tdesudo +share/doc/tde/HTML/en/tdesudo/common +share/doc/tde/HTML/en/tdesudo/index.cache.bz2 +share/doc/tde/HTML/en/tdesudo/index.docbook +share/locale/de/LC_MESSAGES/tdesudo.mo +share/locale/fr/LC_MESSAGES/tdesudo.mo +share/locale/nl/LC_MESSAGES/tdesudo.mo +share/locale/pt/LC_MESSAGES/tdesudo.mo +share/locale/ru/LC_MESSAGES/tdesudo.mo +share/locale/tr/LC_MESSAGES/tdesudo.mo +share/man/man1/tdesudo.1.gz -- cgit v1.2.1