git: 35345a43885a - main - sysutils/brut: New port
Nuno Teixeira
eduardo at FreeBSD.org
Sun Jul 18 14:22:42 UTC 2021
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=35345a43885aea9d60ab0e65ee33274af382a689
commit 35345a43885aea9d60ab0e65ee33274af382a689
Author: georg lastname <georg.lastname at web.de>
AuthorDate: 2021-07-18 14:19:11 +0000
Commit: Nuno Teixeira <eduardo at FreeBSD.org>
CommitDate: 2021-07-18 14:22:35 +0000
sysutils/brut: New port
GUI for various admin tasks
Graphical user interface (GUI) for various administrative tasks:
- partition editor, disk editor
- user/group management
- date, time, timezone
- and more.
Some desktop users might find this port helpful.
It uses gtk3 for the GUI elements. It has a sudo backend.
WWW: https://github.com/random532/brut
PR: 251373
---
sysutils/Makefile | 1 +
sysutils/brut/Makefile | 39 +++++++++++++++++++++++++++++++++++++++
sysutils/brut/distinfo | 3 +++
sysutils/brut/pkg-descr | 8 ++++++++
sysutils/brut/pkg-message | 8 ++++++++
5 files changed, 59 insertions(+)
diff --git a/sysutils/Makefile b/sysutils/Makefile
index dcb1339ff931..3af247267be8 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -126,6 +126,7 @@
SUBDIR += bpytop
SUBDIR += brasero
SUBDIR += brename
+ SUBDIR += brut
SUBDIR += bsd-splash-changer
SUBDIR += bsdconfig
SUBDIR += bsdcrashtar
diff --git a/sysutils/brut/Makefile b/sysutils/brut/Makefile
new file mode 100644
index 000000000000..838ba519ff76
--- /dev/null
+++ b/sysutils/brut/Makefile
@@ -0,0 +1,39 @@
+PORTNAME= brut
+DISTVERSION= 1.55
+CATEGORIES= sysutils
+
+MAINTAINER= georg.lastname at web.de
+COMMENT= Multitool, Partition Editor, Manage User/Groups
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= sudo>0:security/sudo
+
+USES= gnome
+USE_GITHUB= yes
+GH_ACCOUNT= random532
+USE_GNOME= gtk30
+
+PLIST_FILES= bin/brut
+
+PORTDOCS= README.md
+PORTEXAMPLES= screenshot/*.png
+
+OPTIONS_DEFINE= DOCS EXAMPLES
+
+EXAMPLES_PLIST_FILES= ${EXAMPLESDIR}/scrot20.png \
+ ${EXAMPLESDIR}/scrot21.png
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+
+do-install-EXAMPLES-on:
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
+
+.include <bsd.port.mk>
diff --git a/sysutils/brut/distinfo b/sysutils/brut/distinfo
new file mode 100644
index 000000000000..a33c52b49eb3
--- /dev/null
+++ b/sysutils/brut/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1626092404
+SHA256 (random532-brut-1.55_GH0.tar.gz) = 1ffd0e405c39bbed4dddfbf5902315d8fba17857452f51ba2de8b1d583cd6f70
+SIZE (random532-brut-1.55_GH0.tar.gz) = 104338
diff --git a/sysutils/brut/pkg-descr b/sysutils/brut/pkg-descr
new file mode 100644
index 000000000000..b6680aecb8a6
--- /dev/null
+++ b/sysutils/brut/pkg-descr
@@ -0,0 +1,8 @@
+Graphical user interface (GUI) for various administrative tasks.
+
+Features:
+- partition editor, disk editor
+- group/user management
+- date, time, timezone
+
+WWW: https://github.com/random532/brut
diff --git a/sysutils/brut/pkg-message b/sysutils/brut/pkg-message
new file mode 100644
index 000000000000..052c779ffc3c
--- /dev/null
+++ b/sysutils/brut/pkg-message
@@ -0,0 +1,8 @@
+[
+{ type: install
+ message: <<EOM
+- Sudo is used as backend. The file ${PREFIX}/etc/sudoers handles its permissions.
+- If dbus complains about a missing machine-id, run "dbus-uuidgen --ensure".
+EOM
+}
+]
More information about the dev-commits-ports-all
mailing list