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

Collapse All | Expand All

(-)b/sysutils/Makefile (+1 lines)
Lines 126-131 Link Here
126
    SUBDIR += bpytop
126
    SUBDIR += bpytop
127
    SUBDIR += brasero
127
    SUBDIR += brasero
128
    SUBDIR += brename
128
    SUBDIR += brename
129
    SUBDIR += brut
129
    SUBDIR += bsd-splash-changer
130
    SUBDIR += bsd-splash-changer
130
    SUBDIR += bsdconfig
131
    SUBDIR += bsdconfig
131
    SUBDIR += bsdcrashtar
132
    SUBDIR += bsdcrashtar
(-)b/sysutils/brut/Makefile (+39 lines)
Added Link Here
1
PORTNAME=	brut
2
DISTVERSION=	1.55
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
PORTDOCS=	README.md
21
PORTEXAMPLES=	screenshot/*.png
22
23
OPTIONS_DEFINE=	DOCS EXAMPLES
24
25
EXAMPLES_PLIST_FILES=	${EXAMPLESDIR}/scrot20.png \
26
			${EXAMPLESDIR}/scrot21.png
27
28
do-install:
29
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
30
31
do-install-DOCS-on:
32
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
33
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
34
35
do-install-EXAMPLES-on:
36
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
37
	${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
38
39
.include <bsd.port.mk>
(-)b/sysutils/brut/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1626092404
2
SHA256 (random532-brut-1.55_GH0.tar.gz) = 1ffd0e405c39bbed4dddfbf5902315d8fba17857452f51ba2de8b1d583cd6f70
3
SIZE (random532-brut-1.55_GH0.tar.gz) = 104338
(-)b/sysutils/brut/pkg-descr (+8 lines)
Added Link Here
1
Graphical user interface (GUI) for various administrative tasks.
2
3
Features:
4
- partition editor, disk editor
5
- group/user management
6
- date, time, timezone
7
8
WWW: https://github.com/random532/brut
(-)b/sysutils/brut/pkg-message (+9 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
5
- Sudo is used as backend. The file ${PREFIX}/etc/sudoers handles its permissions.
6
- If dbus complains about a missing machine-id, run "dbus-uuidgen --ensure".
7
EOM
8
}
9
]

Return to bug 251373