#!/bin/sh # This is a shell archive echo x brut mkdir -p brut > /dev/null 2>&1 echo x brut/Makefile sed 's/^X//' > brut/Makefile << 'SHAR_END' X# $FreeBSD$ X XPORTNAME= brut XDISTVERSION= 1.53 XCATEGORIES= sysutils X XMAINTAINER= georg.lastname@web.de XCOMMENT= Multitool, Partition Editor, Manage User/Groups X XLICENSE= BSD2CLAUSE X XRUN_DEPENDS= sudo>0:security/sudo X XUSES= gnome XUSE_GNOME= gtk30 X XUSE_GITHUB= yes XGH_ACCOUNT= random532 X XPLIST_FILES= bin/brut X Xdo-install: X ${INSTALL_PROGRAM} work/${PORTNAME}-${DISTVERSION}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/bin X X.include SHAR_END echo x brut/distinfo sed 's/^X//' > brut/distinfo << 'SHAR_END' XTIMESTAMP = 1606305850 XSHA256 (random532-brut-1.53_GH0.tar.gz) = 7aefb667eff54456a59cf239bd568352d2e85c9eef48f579cd31723b277a1fc4 XSIZE (random532-brut-1.53_GH0.tar.gz) = 898562 SHAR_END echo x brut/pkg-descr sed 's/^X//' > brut/pkg-descr << 'SHAR_END' XGraphical user interface (GUI) for various administrative tasks. X- partition editor, disk editor X- group/user management X- date, time, timezone X XIt uses gtk3 for the GUI elements. XIt uses sudo as backend. /usr/local/etc/sudoers file handles the permissions. XIf dbus complains about a missing machine-id, run "dbus-uuidgen --ensure". X XThe start command is: brut X XSource code: Xwww.github.com/random532/brut SHAR_END exit