View | Details | Raw Unified | Return to bug 251373 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/Makefile (+1 lines)
Lines 125-130 Link Here
125
    SUBDIR += bpytop
125
    SUBDIR += bpytop
126
    SUBDIR += brasero
126
    SUBDIR += brasero
127
    SUBDIR += brename
127
    SUBDIR += brename
128
    SUBDIR += brut
128
    SUBDIR += bsd-splash-changer
129
    SUBDIR += bsd-splash-changer
129
    SUBDIR += bsdconfig
130
    SUBDIR += bsdconfig
130
    SUBDIR += bsdcrashtar
131
    SUBDIR += bsdcrashtar
(-)b/sysutils/brut/Makefile (+23 lines)
Added Link Here
1
PORTNAME=	brut
2
DISTVERSION=	1.54
3
CATEGORIES=	sysutils
4
5
MAINTAINER=	georg.lastname@web.de
6
COMMENT=	Multitool, Partition Editor, Manage User/Groups
7
8
LICENSE=	BSD2CLAUSE
9
LICENSE_FILE=	${WRKSRC}/LICENSE
10
11
RUN_DEPENDS=	sudo>0:security/sudo
12
13
USES=		gnome
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	random532
16
USE_GNOME=	gtk30
17
18
PLIST_FILES=	bin/brut
19
20
do-install:
21
	${INSTALL_PROGRAM} work/${PORTNAME}-${DISTVERSION}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/bin
22
23
.include <bsd.port.mk>
(-)b/sysutils/brut/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1625735014
2
SHA256 (random532-brut-1.54_GH0.tar.gz) = c2236e806dbfcca8fef4635f4bfbc112ed8cf8ea1758886b1c39fdcdda8eb226
3
SIZE (random532-brut-1.54_GH0.tar.gz) = 898672
(-)b/sysutils/brut/pkg-descr (+13 lines)
Added Link Here
1
Graphical user interface (GUI) for various administrative tasks.
2
- partition editor, disk editor
3
- group/user management
4
- date, time, timezone
5
6
It uses gtk3 for the GUI elements.
7
It uses sudo as backend. /usr/local/etc/sudoers file handles the permissions.
8
If dbus complains about a missing machine-id, run "dbus-uuidgen --ensure".
9
10
The start command is: brut
11
12
Source code:
13
www.github.com/random532/brut

Return to bug 251373